Hey everybody,
Iv'e got an issue launching rust server, it says:
"tmux: invalid LC_ALL, LC_CTYPE or LANG"
I already checks locale, nothing miss
I'm using debian7
Use an UTF-8 locale ?
Yes
locale -a
Output ?
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_COLLATE to default locale: No such file or directory
C
C.UTF-8
POSIX
You have new mail in /var/mail/root
I already checks locale, nothing miss
I don't know how you checked, but it was the wrong way.
Your locales are messed up.
For the record, here is how it should look like
gmodprobuild@game:~$ locale -a
C
C.UTF-8
en_GB
en_GB.iso88591
en_GB.iso885915
en_GB.utf8
en_US.utf8
POSIX
You need at least en_US.utf8 (and if your distro is set to a non-english language, it's time to fix that).
I check in /etc/default/locale
apt-get install locales
dpkg-reconfigure locales
it seems to work thanks :)
;)
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Most helpful comment