Action disabled: register

Fix Probleme mit locales in Debian/Proxmox

Nach Updates kann es vorkommen das die „locales“ nicht mehr richtig gesetzt sind.

perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
        LANGUAGE = (unset),
        LC_ALL = "de_AT.UTF-8",
        LANG = "en_US.UTF-8"
    are supported and installed on your system.
perl: warning: Falling back to a fallback locale ("en_US.UTF-8").
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
/usr/bin/locale: Cannot set LC_CTYPE to default locale: No such file or directory
/usr/bin/locale: Cannot set LC_MESSAGES to default locale: No such file or directory
/usr/bin/locale: Cannot set LC_ALL to default locale: No such file or directory
Generating locales (this might take a while)...

Der nachfolgende Befehl behebt das für Deutsch.

dpkg-reconfigure locales

Dann die de_AT.UTF-8 UTF-8 auswählen und als Standard setzten.