Linuxgsm: tmux: invalid LC_ALL, LC_CTYPE or LANG

Created on 16 May 2016  路  10Comments  路  Source: GameServerManagers/LinuxGSM

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

Debian bug

Most helpful comment

apt-get install locales
dpkg-reconfigure locales

All 10 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

BarbieQ1 picture BarbieQ1  路  4Comments

Septembers picture Septembers  路  3Comments

pavelhoral picture pavelhoral  路  3Comments

dj-hyb picture dj-hyb  路  3Comments

YannKr picture YannKr  路  3Comments