Tuesday 22 March 2011

FIX: warning: setlocale: LC_CTYPE: cannot change local

After installing a Ubuntu 10.04 LTS Server I was getting an error message constantly come up whilst trying to do things in the bash,

"warning: setlocale: LC_CTYPE: cannot change locale".


Solution was:
Code:   
sudo locale-gen en_GB
sudo locale-gen en_GB.utf8
   


and reboot server,
Code:   
shutdown -r now
   

No comments: