Ocasionalmente obtengo errores de configuración regional y he intentado ejecutar dpkg-reconfigure locales para solucionar el problema. Aquí está la salida:
:~$ sudo dpkg-reconfigure locales
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LC_CTYPE = "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_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_ALL to default locale: No such file or directory
Generating locales (this might take a while)...
en_US.UTF-8... done
Generation complete.
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LC_CTYPE = "UTF-8",
LANG = "C"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LC_CTYPE = "UTF-8",
LANG = "C"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
Busqué / usr / bin / locale pero no existe en mi sistema. ¿Necesito crearlo? ¿Qué pongo ahí?
También encontré una pregunta relacionada que dice que la causa de su problema estaba en el archivo sshd_config. El archivo tenía la siguiente entrada:
AcceptEnv LANG LC_*
Me preocupa principalmente que pueda causar problemas para mi VPS, de lo contrario, si no es nada importante, estaré encantado de ignorar el problema. ¿Qué tengo que hacer? ¡Gracias!
locale-gen fr
compilación de todos los entornos locales fr (fr_BE, fr_CH, etc.) resuelve el problema. Quizás lo intentelocale-gen en