Yereller oluşturmaya çalışıyorum, ancak yerel-gen (localedef?) Segfaults.
# sudo dpkg-reconfigure locales
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = "en_US.UTF-8",
LC_CTYPE = "UTF-8",
LANG = "en_US.UTF-8"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
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
/bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
Generating locales...
en_US.ISO-8859-1... /usr/sbin/locale-gen: line 177: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
/usr/sbin/locale-gen: line 243: 3809 Segmentation fault localedef $no_archive -i $input -c -f $charset $locale_alias $locale
failed
en_US.UTF-8... /usr/sbin/locale-gen: line 177: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
/usr/sbin/locale-gen: line 243: 3836 Segmentation fault localedef $no_archive -i $input -c -f $charset $locale_alias $locale
failed
Generation complete.
In top
ben bkz localedef -i en_US -c -f ISO-8859-1 en_US
kaplıyor 8000G
bile olmadan sanal bellek, sonra bazı büyük numarası G
ardından segfault soneki ve.
Sistemin 1G
belleği ve 512MB
SWAP'si var, ancak bellek çok az kullanılıyor ( 130MB
üretimin en üstünde).
Sistem verisi:
root@docs:~# uname -a
Linux docs 2.6.32-042stab078.28 #1 SMP Mon Jul 8 10:17:22 MSK 2013 x86_64 x86_64 x86_64 GNU/Linux
root@docs:~# cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=12.04
DISTRIB_CODENAME=precise
DISTRIB_DESCRIPTION="Ubuntu 12.04.4 LTS"
root@docs:~# dpkg-query --show glibc*
glibc-2.13-1
glibc-doc
root@docs:~# sudo apt-get update && sudo apt-get upgrade
...skipped...
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.