You are not logged in.
Pages: 1
Hi,
I've just got new Arch install but it seems there's some slight problems with locales. I enable few of them in /etc/locale.gen. To be exact:
...
#en_SG.UTF-8 UTF-8
#en_SG ISO-8859-1
en_US.UTF-8 UTF-8
en_US ISO-8859-1
#en_ZA.UTF-8 UTF-8
#en_ZA ISO-8859-1
#en_ZW.UTF-8 UTF-8
...
#li_NL UTF-8
#lo_LA UTF-8
lt_LT.UTF-8 UTF-8
lt_LT ISO-8859-13
#lv_LV.UTF-8 UTF-8
#lv_LV ISO-8859-13
...
But when I run
sudo locale-gen
I get only
Generating locales...
[edit].Setting system wide locale...Try `localedef --help' or `localedef --usage' for more information.
After that locale -a gives me only C and POSIX.
Maybe I'm missing something?
Last edited by InfernalH (2008-12-27 09:56:12)
Offline
*Any* help would be appreciated :-)
Offline
strange problem.
localedef seems to be a tool to build some locales
maybe something has gone wrong during the installation of locales.
try to reinstall glibc :
pacman -S glibc
and try again (you'll probably have to edit your /etc/locale.gen again)
take time to daydream, inspiration comes ...
Offline
Tried this yesterday and to be 100% sure just did reinstall of glibc again.
But this didn't help - problem remains...
Offline
Any other suggestions? Without locales setup I can't even checkout some unicode-named svn stuff
Offline
Try starting from the default /etc/locale.gen file and enable one at a time to see if it is a particular locale causing this.
Offline
Also, what is the output of "locale"?
Offline
As to start from really fresh /etc/locale.gen I've removed it manually and reinstalled glibc. After that I enabled needed locales one-by-one and all of them worked. It seems that I had somehow messed /etc/locale.gen file and reinstall didn't cleared it up.
Thank you Allan!
Offline
Pages: 1