Hi!
After installing a mediaserver (Serviio) in an Ubuntu LXC Container, I noticed that the software did not show files whose names contained non-standard characters.
Upon investigating the matter, I discovered that the locale is not set correctly. In fact, typing in the locale command, I get...
I can successfully set locale in it:
[root@fedora ~]# localectl set-locale ru_RU.UTF-8
[root@fedora ~]# localectl status
System Locale: LANG=ru_RU.UTF-8
VC Keymap: us
X11 Layout: us
[root@fedora ~]# locale
LANG=ru_RU.UTF-8
LC_CTYPE="ru_RU.UTF-8"
LC_NUMERIC="ru_RU.UTF-8"...
Creating a new container with the Ubuntu 16.10 image produces this error when executing `tmux`
This is a possible regression from the Ubuntu 16.04 image, which did not have this issue
tmux: need UTF-8 locale (LC_CTYPE) but have ANSI_X3.4-1968
This can be remedied by uncommenting # en_US.UTF-8...
Hi everyone!
I installed my first Proxmox server and noticed that after a clean install, there is a problem with the locale configuration.
aptitude install something gives me the following:
Can't set locale; make sure $LC_* and $LANG are correct!
perl: warning: Setting locale failed.
perl...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.