LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   setting local settings fails (https://www.linuxquestions.org/questions/debian-26/setting-local-settings-fails-559600/)

scndsky 06-06-2007 07:56 AM

setting local settings fails
 
Hi everyone.

I have a Debian server I hire from a hosting company, that installed Debian in German. I could however change the language to English, but now I'm getting this error from logcheck (every hour in my mailbox). Some commands also return in unreadable errors (like in squares), probably a wrong character set.

I tried:
export LANGUAGE=other_language
export LC_ALL=other_language
dpkg-reconfigure locales

somehow it never accepts the changes. Do I have to (re)start any service or program after dpkg-reconfigure locales or export LANGUAGE? Or do I have to edit a file/download a package? I just want US English as language.

thanks in advance!

Code:

Security Events
=-=-=-=-=-=-=-=
perl: warning: Setting locale failed.
perl: warning: Setting locale failed.

System Events
=-=-=-=-=-=-=
LANG = "de_BE@euro"
LANG = "de_BE@euro"
LANGUAGE = (unset),
LANGUAGE = (unset),
LC_ALL = (unset),
LC_ALL = (unset),
are supported and installed on your system.
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
perl: warning: Falling back to the standard locale ("C").
perl: warning: Please check that your locale settings:
perl: warning: Please check that your locale set


deepclutch 06-11-2007 02:04 PM

You have to:
Code:

~#dpkg-reconfigure locales
and choose ur locale preferred for ur system.mine is en_US.UTF-8
:) hope it helps.


All times are GMT -5. The time now is 02:06 AM.