-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
install.sh scheitert an Spracheinstellungen #2
Comments
Hallo, das Problem besteht darin, wie install.sh die locales auf DE stellt in Kombination mit der Änderung der standard locales von en_GB.UTF-8 zu en_US.UTF-8. Als kurzer Bugfix müssten folgende 2 Optionen klappen
Schöne Grüße |
workaround #1 hat nicht funktioniert - der gleiche Fehler. Mit #2 funktioniert die installation |
Ok... Das ist komisch. 1# dürfte an LC_ALL nichts ändern. Ist aber kein Problem - die locales sind sind nicht defekt, nur die config zeigt auf de_DE welches nicht existiert. Es müsste de_DE.UTF-8 sein. Mich persönlich würde die Ausgabe von Das ganze bekommt man relativ schnell wieder hin: Kurze Erklärung: |
danke für die Erklärung und die schnellen Antworten |
workaround wirkt - danke |
- move NEWLANG variable to header, as it 's a configurable one - don't overwrite /etc/locale.gen but uncomment $NEWLANG inplace - generate $NEWLANG and change default LANG to $NEWLANG with respect of already active locales and LC_*
Hallo
ich versuche Raspion auf einen Pi 4B mit Buster zu installieren. Spracheinstellungen sind English (US) mit deutschem Keyboard
Output:
./install.sh
/bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
==> Einrichtung des c't-Raspion (v103)
Installation leider fehlgeschlagen in Zeile 42.
logfile:
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = "en_US.UTF-8",
LC_ALL = "en_US.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
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = "en_US.UTF-8",
LC_ALL = "en_US.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
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
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
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = "en_US.UTF-8",
LC_ALL = "en_US.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
Generating locales (this might take a while)...
de_DE.UTF-8... done
en_GB.UTF-8... done
Generation complete.
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = "en_US.UTF-8",
LC_ALL = "en_US.UTF-8",
LANG = "en_US.UTF-8"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
*** update-locale: Error: invalid locale settings: LC_ALL=en_US.UTF-8 LANG=de_D
E.UTF-8 LANGUAGE=en_US.UTF-8
The text was updated successfully, but these errors were encountered: