Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: Something wrong with my locale (Read 1677 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Something wrong with my 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=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")
 

 

Re: Something wrong with my locale

Reply #1
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!!!!