locale

  1. C

    How to set proper locale on Ubuntu LXC?

    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...
  2. S

    Fedora LXC templates locale issues

    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"...
  3. N

    LXC Image Ubuntu 16.10 - "tmux: need UTF-8 locale (LC_CTYPE) but have ANSI_X3.4-1968"

    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...
  4. M

    make sure $LC_* and $LANG are correct

    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...