You are not logged in.

#1 2012-07-17 03:48:37

Ishpeck
Member
From: Earth
Registered: 2011-06-02
Posts: 48
Website

[SOLVED] Locale generation after net install

I don't think my locales got generated after doing a net install.

[ishpeck@kiyoshi ~]$ locale -a
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_COLLATE to default locale: No such file or directory
C
POSIX

Get lots'a programs complaining that locale files aren't found.

[ishpeck@kiyoshi ~]$ pypanel 
Traceback (most recent call last):
  File "/usr/bin/pypanel", line 948, in <module>
    locale.setlocale(locale.LC_ALL, "")
  File "/usr/lib/python2.7/locale.py", line 539, in setlocale
    return _setlocale(category, locale)
locale.Error: unsupported locale setting

What should I do?

Last edited by Ishpeck (2012-07-18 04:23:43)


If I were to ask you a hypothetical question, what would you want it to be about?

Offline

#2 2012-07-17 05:23:39

ebal
Member
From: Athens, Greece
Registered: 2009-05-26
Posts: 224
Website

Re: [SOLVED] Locale generation after net install

whats the output of

locale-gen

https://balaskas.gr
Linux System Engineer - Registered Linux User #420129

Offline

#3 2012-07-17 07:31:01

DSpider
Member
From: Romania
Registered: 2009-08-23
Posts: 2,273

Re: [SOLVED] Locale generation after net install


"How to Succeed with Linux"

I have made a personal commitment not to reply in topics that start with a lowercase letter. Proper grammar and punctuation is a sign of respect, and if you do not show any, you will NOT receive any help (at least not from me).

Offline

#4 2012-07-18 04:23:22

Ishpeck
Member
From: Earth
Registered: 2011-06-02
Posts: 48
Website

Re: [SOLVED] Locale generation after net install

ebal wrote:

whats the output of

locale-gen
Generating locales...
  en_US.UTF-8... done
  en_US.ISO-8859-1... done
Generation complete.

$ echo $?
0

That did the trick.  Mega-thanks to your head.  I'll mark it solved.


If I were to ask you a hypothetical question, what would you want it to be about?

Offline

Board footer

Powered by FluxBB