Quantcast
Channel: Planet Grep
Viewing all articles
Browse latest Browse all 4959

Mattias Geniar: warning: setlocale: LC_CTYPE: cannot change locale (UTF-8): No such file or directory

$
0
0

The post warning: setlocale: LC_CTYPE: cannot change locale (UTF-8): No such file or directory appeared first on ma.ttias.be.

On a freshly installed CentOS 7 machine, I got the following notice when I SSH'd into the server.

warning: setlocale: LC_CTYPE: cannot change locale (UTF-8): No such file or directory

The fix is pretty straight-forward. On the server (not your client), edit the file /etc/environment and add the following lines.

(You'll need root privileges to do this)

$ cat /etc/environment
LANG=en_US.utf-8
LC_ALL=en_US.utf-8

Log out & back in and you should notice the warning message is gone.

The post warning: setlocale: LC_CTYPE: cannot change locale (UTF-8): No such file or directory appeared first on ma.ttias.be.


Viewing all articles
Browse latest Browse all 4959

Trending Articles