Results 1 to 10 of 11
Hi
I always get this message whenever I open a console window anywhere on my box at both normal as well as root logins.
Code:
locale: Cannot set LC_ALL to ...
- 08-05-2005 #1
locale: Cannot set LC_ALL to default locale: No such file or directory
Hi
I always get this message whenever I open a console window anywhere on my box at both normal as well as root logins.
Can anyone explain to me why this message come up and how do I get rid of it?Code:locale: Cannot set LC_ALL to default locale: No such file or directory
Thanks in advance for any help that comes.
- 08-05-2005 #2
grep /etc/profile and /etc/bashrc for lines that set LC_ALL. What does it say?
- 08-05-2005 #3
Is that what I pass as command?
Well it just hangs and returns nothing!!!Code:grep --regexp=LC_ALL --file=/etc/profile
- 08-05-2005 #4
Search them both:
Code:grep 'LC_ALL" /etc/profile /etc/bashrc
- 08-05-2005 #5
Nothing returned only a prompt....
- 08-05-2005 #6
I guess it's not being set there. Can you give me a few lines of context before the error message at boot?
- 08-05-2005 #7Ya I boot noramally at init level 3 and this message appears as soon as I login. No other services fail to load up in the startup and booting process and no errors other than this appear. Sorry I don't have much info but could you tell me what does this LC_ALL do???
Originally Posted by lakerdonald
- 08-05-2005 #8
AFAIK, it is the default locale used by applications using gettext().
And what I meant by "a few lines of context" was a few lines printed before the error message
- 08-05-2005 #9Nops, this is the only message which appears. Nothing else.
Originally Posted by lakerdonald
- 08-05-2005 #10
Breakthrough:
While I tried tio start postgresql I got the following error:
Seems familiarCode:Starting postgresql service: locale: Cannot set LC_ALL to default locale: No such file or directory


Reply With Quote
