Now, optionally, edit /etc/profile as follows:

Run locale -a to get a list of the locale names suitable for use in environment 
variables. Note that the spellings are different from the ones presented in the 
dpkg-reconfigure list.
Add a line like this to your /etc/profile file:
 : ${LANG:=de_DE.iso88591}; export LANG
where de_DE.iso88591 is the locale you want to use as a default. If you have 
tcsh or csh users, create a file named /etc/csh/login.d/lang with the following 
content:
 if (! $?LANG) setenv LANG de_DE.iso88591
This will only set LANG if it was not previously defined, for example by ssh. 
Unfortunately, this won't affect users who login with xdm, gdm, etc.


http://wiki.debian.org/Locale

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/232064

Title:
  dropbear doesn't set locales the right way

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dropbear/+bug/232064/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to