J'ai installé Debian 7 i386 sur mon VPS (OpenVZ). Tout fonctionne bien, sauf les paramètres régionaux. Toute tentative d'installation ne montre rien:
[...]
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
[...]
Ce que j'ai essayé
- Génération de paramètres locaux moi-même -
update-locale LC_ALL="pl_PL.UTF-8"
- montre: http://www.wklej.org/id/1248438/ apt-get install --reinstall locales
http://www.wklej.org/id/1248442/- La même chose avec
dpkg-reconfigure locales
+ settingpl_PL.UTF-8
,pl_PL.ISO-8859-2
ou mêmeen_US
: http://www.wklej.org/id/1248446/ export LC_ALL=pl_PL.UTF-8
(même sur la racine):-bash: warning: setlocale: LC_ALL: cannot change locale (pl_PL.UTF-8)
Voici ce qui montre locale:
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=
Rien d'intéressant trouvé dans / var / log. Même changer de dépôt en local officiel + de nettoyage et d’installation manuelle ne résout pas mon problème, qui se manifeste à chaque nouvelle installation de Debian 7.