Hi there,
I am having troubles generating the locales of my system. I did installed it couple hours ago from the last img and it is fully updated. No new packages installed, only updates.
The error message I get is the following:
$this->bbcode_second_pass_code('', '[root@alarmpi ~]# locale-gen
Generating locales...
en_US.UTF-8.../usr/bin/locale-gen: line 41: 272 Killed localedef -i $input -c -f $charset -A /usr/share/locale/locale.alias $locale')
Does anybody have any clue on this? I've googled a bit and looked into this forum and Arch Linux's with little success.
Thanks in advance!
UPDATE: It seems to work with ISO-8859-1 locales.
PS: Some output that may be of help:
$this->bbcode_second_pass_code('', '[root@alarmpi ~]# grep -G -v '^#' /etc/locale.gen
en_US.UTF-8 UTF-8
es_ES.UTF-8 UTF-8
[root@alarmpi ~]#
[root@alarmpi ~]# 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
[root@alarmpi ~]#
[root@alarmpi ~]# 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_ES.UTF-8
LC_CTYPE="es_ES.UTF-8"
LC_NUMERIC="es_ES.UTF-8"
LC_TIME="es_ES.UTF-8"
LC_COLLATE="es_ES.UTF-8"
LC_MONETARY="es_ES.UTF-8"
LC_MESSAGES="es_ES.UTF-8"
LC_PAPER="es_ES.UTF-8"
LC_NAME="es_ES.UTF-8"
LC_ADDRESS="es_ES.UTF-8"
LC_TELEPHONE="es_ES.UTF-8"
LC_MEASUREMENT="es_ES.UTF-8"
LC_IDENTIFICATION="es_ES.UTF-8"
LC_ALL=
')