also ich weiß nicht mehr weiter: Ich habe gerade ein frisches Lenny ge-debootstrapped und die Kiste läuft soweit. Was allerdings überhaupt nicht funktioniert ist das Umstellen auf UTF-8 (ich bin remote mit Putty drauf).
Im frischen System:
Code: Alles auswählen
apt-get update
apt-get install locales
Code: Alles auswählen
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 0 not upgraded.
Need to get 0B/4492kB of archives.
After this operation, 0B of additional disk space will be used.
Do you want to continue [Y/n]?
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LANG = "de_DE@euro"
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
Preconfiguring packages ...
(Reading database ... 9001 files and directories currently installed.)
Preparing to replace locales 2.7-18 (using .../locales_2.7-18_all.deb) ...
Unpacking replacement locales ...
Processing triggers for man-db ...
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LANG = "de_DE@euro"
are supported and installed on your system.
....
Code: Alles auswählen
dpkg-reconfigure locales
Deshalb:
Code: Alles auswählen
apt-get install console-data
dpkg-reconfigure console-data
Dann wieder die o.g. locales-Fehler.
Nach Reboot:
Code: Alles auswählen
# locale
LANG=de_DE@euro
LC_CTYPE="de_DE@euro"
LC_NUMERIC="de_DE@euro"
LC_TIME="de_DE@euro"
LC_COLLATE="de_DE@euro"
LC_MONETARY="de_DE@euro"
LC_MESSAGES="de_DE@euro"
LC_PAPER="de_DE@euro"
LC_NAME="de_DE@euro"
LC_ADDRESS="de_DE@euro"
LC_TELEPHONE="de_DE@euro"
LC_MEASUREMENT="de_DE@euro"
LC_IDENTIFICATION="de_DE@euro"
Was in Herrgottsnamen mach ich falsch?
Schöne Grüße,
Bern