Installing Addons Bug
I did the command
blueprint -upgrade remote && blueprint -i *.blueprint
but not all of the addons got installedSolution:Jump to solution
ayye, I followed this https://www.geeksforgeeks.org/linux-unix/how-to-change-or-set-system-locales-in-linux/ and my locale is fixed
53 Replies
the first file is showing all of the addons I have
and the second file shows the command progress

I noticed installing blueprint updates isn't always perfect and there might be left over symlinks in like say the php controllers
Are they literally not being installed or just not working?
what exactly not working? the not installed addon or the installed ones
They wouldn't be working if it's a controller issue but if they use any react components they will show up in the client area
The not installed addons
If you were to look at the extensions page does it say they are installed
only selected few
was successfully installed I think
here

So I don't think it's a symlinks issue then
What does happen if you try and install one of the missing addons

I think I can clearly see the issue here
its version error
actually, nvm its just a warning
No it's the fatal error
Is your system not using a utf-8 locale?
im not sure, but before doing the command, especially yesterday, I can install addons and do things normally
im not sure if my system can change like that without me actually changing it
Run
locale
What locale is your system usingroot@rexguard:/var/www/pterodactyl# locale LANG= LANGUAGE= LC_CTYPE="POSIX" LC_NUMERIC="POSIX" LC_TIME="POSIX" LC_COLLATE="POSIX" LC_MONETARY="POSIX" LC_MESSAGES="POSIX" LC_PAPER="POSIX" LC_NAME="POSIX" LC_ADDRESS="POSIX" LC_TELEPHONE="POSIX" LC_MEASUREMENT="POSIX" LC_IDENTIFICATION="POSIX" LC_ALL=
Why is your system missing locales lmao
What distro are you using
T_T no idea
Ubuntu Server
Weird that it's empty
https://wiki.archlinux.org/title/Installation_guide#Localization
I guess follow this section of the arch install guide?
root@rexguard:/var/www/pterodactyl# lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 22.04.5 LTS
Release: 22.04
Codename: jammy
You can run
locale -a
to get the list of currently generated localesroot@rexguard:/var/www/pterodactyl# locale -a
C
C.utf8
POSIX
en_US.utf8
Ok so you just need to set the /etc/locale.conf file per the arch wiki
Just look here
Alright, ill follow it
You have to set the en_US.UTF-8 locale
For some reason
locale -a
strips casing and the dash
And I'm pretty sure the casing matters
Also that's the only thing you have to do from the wiki and that should fix the installation problems
You should also probably update off Ubuntu 22.04 as it's already lost mainline maintenance and will lose extended maintenance in a yearouch
I did all the localization steps
Eh it's fine
will upgrade soon
You only regenerated already generated locales
should I rerun the blueprint reinstallation?
XD
Since glibc hasn't updated that won't break anything
I see
but also no you should just be okay to install the extensions now
XD, can I do
blueprint -i *.blueprint
?
somehow im too lazy to install it one by oneI'd say to only do one for now as a test case

true
Afterwards you can hammer it with *.blueprint
Might be worthwhile to system restart?
just a proof that I did the localization step

Sure
Locale settings I think should have applied immediately so weird
oh well
Honestly Linux quirks or blueprint quirks
Locales are one and done
you don't need to restart completely I think and just reload your session so it reloads locales
so just closing ssh and starting it again
But anyway lmk if it's working
it still the same
I did a complete restart hehe
I guess a beta bug
Gotta wait on @Emma
nuuuu
its so weird, when I did locale it still shows posix
I asked Chat Gpt for Ideas since I ran out it told me to do this
the point of forcing utf-8 is because otherwise routes just cant generate correctly for some reason
i can look into this later, weird that its not doing it correctly
I was helping then change locale and it made no difference
Apparently now they're saying it didn't change
That is not a permanent solution
The normal Linux solution is locale.conf
tried rebooting yet
Unless ubuntu does something funky
What does the output of locale say
Is lang changed
turn it off and on again
You never set any variables for the LC_* ones
They have lol
uhh
weird
im gonna sleep soon, any logs or test needed?
Solution
ayye, I followed this https://www.geeksforgeeks.org/linux-unix/how-to-change-or-set-system-locales-in-linux/ and my locale is fixed