VPS(OpenVZ)にDebian 7 i386をインストールしました。ロケールを除くすべてが正常に動作します-何でもインストールしようとすると表示されます:
[...]
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
[...]
私が試したこと:
- 自分でロケールを生成する
update-locale LC_ALL="pl_PL.UTF-8"
--ショー:http : //www.wklej.org/id/1248438/ apt-get install --reinstall locales
http://www.wklej.org/id/1248442/- 同じ
dpkg-reconfigure locales
+の設定pl_PL.UTF-8
、pl_PL.ISO-8859-2
あるいはen_US
:http://www.wklej.org/id/1248446/ export LC_ALL=pl_PL.UTF-8
(ルートでも):-bash: warning: setlocale: LC_ALL: cannot change locale (pl_PL.UTF-8)
ロケールを示すものは次のとおりです。
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に興味深いものは見つかりませんでした。リポジトリを公式+パージおよび手動インストールロケールに変更しても、私の問題は解決しません。これは、Debian 7の新規インストールのたびに現れます。