You are not logged in.
Pages: 1
I've reinstalled Arch linux, and I have got some errors.
In rc.conf:
LOCALE="en_ES.utf8"
HARDWARECLOCK="UTC"
TIMEZONE="Canada/Pacific"
KEYMAP="es-cp850"
CONSOLEFONT=""
CONSOLEMAP=
USECOLOR="yes"
If I do "# locale"
# locale
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_ALL to default locale: No such file or directory
LANG=en_ES.utf8
LC_CTYPE="en_ES.utf8"
LC_NUMERIC="en_ES.utf8"
LC_TIME="en_ES.utf8"
LC_COLLATE=C
LC_MONETARY="en_ES.utf8"
LC_MESSAGES="en_ES.utf8"
LC_PAPER="en_ES.utf8"
LC_NAME="en_ES.utf8"
LC_ADDRESS="en_ES.utf8"
LC_TELEPHONE="en_ES.utf8"
LC_MEASUREMENT="en_ES.utf8"
LC_IDENTIFICATION="en_ES.utf8"
LC_ALL=
[root@arch /]#
If i do "# locale -a"
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
C
POSIX
en_US.utf8
es_ES.utf8
Also I'm searching in internet and I find someone that the same trouble solucionate with:
# localedef -v -c -i en_US -f UTF-8 en_US.UTF-8
# localedef -v -c -i en_US -f UTF-8 en_US.UTF-8
/usr/share/i18n/locales/en_US:7: non-symbolic character value should not be used
/usr/share/i18n/locales/en_US:8: non-symbolic character value should not be used
/usr/share/i18n/locales/en_US:9: non-symbolic character value should not be used
/usr/share/i18n/locales/en_US:11: non-symbolic character value should not be used
/usr/share/i18n/locales/en_US:14: non-symbolic character value should not be used
/usr/share/i18n/locales/en_US:15: non-symbolic character value should not be used
/usr/share/i18n/locales/en_US:16: non-symbolic character value should not be used
/usr/share/i18n/locales/en_US:17: non-symbolic character value should not be used
/usr/share/i18n/locales/en_US:19: non-symbolic character value should not be used
/usr/share/i18n/locales/en_US:20: non-symbolic character value should not be used
/usr/share/i18n/locales/en_US:21: non-symbolic character value should not be used
/usr/share/i18n/locales/en_US:22: non-symbolic character value should not be used
/usr/share/i18n/locales/en_US:23: non-symbolic character value should not be used
/usr/share/i18n/locales/en_US:24: non-symbolic character value should not be used
/usr/share/i18n/locales/en_US:25: non-symbolic character value should not be used
/usr/share/i18n/locales/en_US:26: non-symbolic character value should not be used
/usr/share/i18n/locales/en_US:27: non-symbolic character value should not be used
/usr/share/i18n/locales/en_US:28: non-symbolic character value should not be used
/usr/share/i18n/locales/en_US:29: non-symbolic character value should not be used
/usr/share/i18n/locales/en_US:34: non-symbolic character value should not be used
/usr/share/i18n/locales/en_GB:50: non-symbolic character value should not be used
/usr/share/i18n/locales/i18n:1328: non-symbolic character value should not be used
/usr/share/i18n/locales/i18n:1575: non-symbolic character value should not be used
/usr/share/i18n/locales/i18n:1615: non-symbolic character value should not be used
/usr/share/i18n/locales/i18n:1647: non-symbolic character value should not be used
/usr/share/i18n/locales/en_GB:53: non-symbolic character value should not be used
/usr/share/i18n/locales/en_GB:59: non-symbolic character value should not be used
/usr/share/i18n/locales/en_GB:152: non-symbolic character value should not be used
/usr/share/i18n/locales/en_US:40: non-symbolic character value should not be used
/usr/share/i18n/locales/iso14651_t1:3: non-symbolic character value should not be used
/usr/share/i18n/locales/translit_neutral:10: non-symbolic character value should not be used
/usr/share/i18n/locales/translit_neutral:11: non-symbolic character value should not be used
/usr/share/i18n/locales/translit_neutral:12: non-symbolic character value should not be used
/usr/share/i18n/locales/translit_neutral:13: non-symbolic character value should not be used
/usr/share/i18n/locales/translit_neutral:14: non-symbolic character value should not be used
/usr/share/i18n/locales/translit_neutral:15: non-symbolic character value should not be used
/usr/share/i18n/locales/translit_neutral:16: non-symbolic character value should not be used
/usr/share/i18n/locales/translit_neutral:17: non-symbolic character value should not be used
LC_NAME: field `name_gen' not defined
LC_IDENTIFICATION: no identification for category `LC_MEASUREMENT'
LC_CTYPE: table for class "upper": 1692 bytes
LC_CTYPE: table for class "lower": 1692 bytes
LC_CTYPE: table for class "alpha": 4256 bytes
LC_CTYPE: table for class "digit": 600 bytes
LC_CTYPE: table for class "xdigit": 600 bytes
LC_CTYPE: table for class "space": 856 bytes
LC_CTYPE: table for class "print": 5848 bytes
LC_CTYPE: table for class "graph": 5848 bytes
LC_CTYPE: table for class "blank": 856 bytes
LC_CTYPE: table for class "cntrl": 664 bytes
LC_CTYPE: table for class "punct": 4888 bytes
LC_CTYPE: table for class "alnum": 4256 bytes
LC_CTYPE: table for class "combining": 3024 bytes
LC_CTYPE: table for class "combining_level3": 2832 bytes
LC_CTYPE: table for map "toupper": 16924 bytes
LC_CTYPE: table for map "tolower": 14876 bytes
LC_CTYPE: table for map "totitle": 16924 bytes
LC_CTYPE: table for width: 25560 bytes
[root@arch /]#
I don't know how to solve my trouble.
Any ideas?
Thanks!
Offline
hi, have you opened (and saved) /etc/locale.gen during the install?
http://wiki.archlinux.org/index.php/Beg … locale.gen
Offline
Now, I believe that I've not open and save.
Thanks!
I check and i believe that i solve it
Offline
Pages: 1