I run ubuntu and use lxc containers for keeping some stuff separated from my local install.
While ssh'ing into a new container I got the following error:
After some googling someone suggested running:
Which unfortunately did not resolve it. Any help would be appreciated.
While ssh'ing into a new container I got the following error:
Code:
-bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
After some googling someone suggested running:
Code:
$ sudo dpkg-reconfigure locales
Which unfortunately did not resolve it. Any help would be appreciated.