You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.
The defaultAcceptEnv settings have not been removed from sshd_config so the following error is seen when running the locale command after connecting over SSH:
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
Now that the time zone settings have been moved to SYSTEM_TIMEZONE and split out of the bootstrap script it would make sense to include this at the same startup level.
The default to no locale, which saves on image size, but add an environment variable like SYSTEM_LOCALES that could be populated with a list of required locales. e.g. en_US|en_GB|fr_FR to require US + GB English and French.
Add a system-locale script used to setup the system with a limited set of locales.
Add a system-locale-wrapper script that to run via supervisord and returns the necessary details on first run with the --verbose parameter set.
jdeathe
changed the title
Consider use case for locale
Consider adding support for locale
Sep 21, 2019
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
petems/docker-centos-7-ssh-locale#1
The text was updated successfully, but these errors were encountered: