Artix Linux Forum

Artix Linux => Installation / Migration / Configuration => Topic started by: adcdam on 16 October 2017, 22:47:58

Title: Something wrong with my locale
Post by: adcdam on 16 October 2017, 22:47:58

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=es_AR.UTF-8
LC_CTYPE="es_AR.UTF-8"
LC_NUMERIC="es_AR.UTF-8"
LC_TIME="es_AR.UTF-8"
LC_COLLATE="es_AR.UTF-8"
LC_MONETARY="es_AR.UTF-8"
LC_MESSAGES="es_AR.UTF-8"
LC_PAPER="es_AR.UTF-8"
LC_NAME="es_AR.UTF-8"
LC_ADDRESS="es_AR.UTF-8"
LC_TELEPHONE="es_AR.UTF-8"
LC_MEASUREMENT="es_AR.UTF-8"
LC_IDENTIFICATION="es_AR.UTF-8"
LC_ALL=



when upgrading with Pacman -Syu
i got a message:
1/1 remove DKMS modules
Perl: warning setting locale failed
Perl :warning please check that your locales settings :
LANGUAGE = "es_AR:es_ES:es",
LC_ALL = (UNSET),
LANG = "es_Ar.UTF-8"
are supported and installed on your system
perl: warning falling back to the standard locale ("C")
 
Title: Re: Something wrong with my locale
Post by: adcdam on 16 October 2017, 22:56:06
i solved myself
but i dont know why i was having the problem i was not having problem with locale before migrating to Artix
i edited /etc/locale.gen and uncoment two locale
after that i did sudo  locale-gen
and problem solved
locale now show this:
L
Code: [Select]
ANG=es_AR.UTF-8
LC_CTYPE="es_AR.UTF-8"
LC_NUMERIC="es_AR.UTF-8"
LC_TIME="es_AR.UTF-8"
LC_COLLATE="es_AR.UTF-8"
LC_MONETARY="es_AR.UTF-8"
LC_MESSAGES="es_AR.UTF-8"
LC_PAPER="es_AR.UTF-8"
LC_NAME="es_AR.UTF-8"
LC_ADDRESS="es_AR.UTF-8"
LC_TELEPHONE="es_AR.UTF-8"
LC_MEASUREMENT="es_AR.UTF-8"
LC_IDENTIFICATION="es_AR.UTF-8"
LC_ALL=

today i was able to upgrade to playonlinux 4.2.12 but playonlinux didnt work before fixing locale!!
now playonlinux work!!!!