Hello, on relatively simple minimal installation (small web server in VM) on Leap 15.1 I try to install GitLab, but it complains: Environment variable LANG specifies a non-UTF-8 locale. GitLab requires UTF-8 encoding to function properly. Please check your locale settings. So I checked settings: # locale LANG=POSIX LC_CTYPE=en_US.UTF-8 LC_NUMERIC="POSIX" LC_TIME="POSIX" LC_COLLATE="POSIX" LC_MONETARY="POSIX" LC_MESSAGES="POSIX" LC_PAPER="POSIX" LC_NAME="POSIX" LC_ADDRESS="POSIX" LC_TELEPHONE="POSIX" LC_MEASUREMENT="POSIX" LC_IDENTIFICATION="POSIX" LC_ALL= # localectl status System Locale: LANG=en_US.UTF-8 VC Keymap: us X11 Layout: n/a # cat /etc/locale.conf LANG=en_US.UTF-8 # echo $LANG POSIX I changed all LC_* variables to en_US.UTF-8 in YaST /etc/sysconfig Editor, so it seems to be correct in /etc/sysconfig/language but there is no change in the above outputs. Not even after reboot. ;-) It seems it helps if I manually export LANG='en_US.UTF-8', but this seems bit weird to me. I'd have to do such export after every boot. GitLab is the first application to complain, everything else works well, no problems with locales, encodings or so. But still, I wonder how to properly set locales to en_US.UTF-8...? I'd expect YaST to do the job. Yours, -- Vojtěch Zeisek https://trapa.cz/ Komunita openSUSE GNU/Linuxu Community of the openSUSE GNU/Linux https://www.opensuse.org/