Debian 7 i386'yı VPS cihazıma (OpenVZ) kurdum. Yereller hariç her şey yolunda gidiyor - herhangi bir şey yükleme girişimi gösteriliyor:
[...]
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LANG = "pl_PL.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
[...]
Ne denedim:
- Yerel ayarları kendim oluşturmak -
update-locale LC_ALL="pl_PL.UTF-8"
- gösterir: http://www.wklej.org/id/1248438/ apt-get install --reinstall locales
http://www.wklej.org/id/1248442/- İle aynı
dpkg-reconfigure locales
+ ayarındapl_PL.UTF-8
,pl_PL.ISO-8859-2
hattaen_US
: http://www.wklej.org/id/1248446/ export LC_ALL=pl_PL.UTF-8
(hatta kökte):-bash: warning: setlocale: LC_ALL: cannot change locale (pl_PL.UTF-8)
İşte yerel ayarları gösteren şey:
root:~# 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=pl_PL.UTF-8
LANGUAGE=
LC_CTYPE="pl_PL.UTF-8"
LC_NUMERIC="pl_PL.UTF-8"
LC_TIME="pl_PL.UTF-8"
LC_COLLATE="pl_PL.UTF-8"
LC_MONETARY="pl_PL.UTF-8"
LC_MESSAGES="pl_PL.UTF-8"
LC_PAPER="pl_PL.UTF-8"
LC_NAME="pl_PL.UTF-8"
LC_ADDRESS="pl_PL.UTF-8"
LC_TELEPHONE="pl_PL.UTF-8"
LC_MEASUREMENT="pl_PL.UTF-8"
LC_IDENTIFICATION="pl_PL.UTF-8"
LC_ALL=
/ Var / log içinde ilginç bir şey bulunamadı. Repoyu resmi + temizleme ve manuel kurulum yerlerine değiştirmek bile, Debian 7'nin her yeni kurulumunda kendini gösteren sorunumu çözmedi.