boronine / nspawn2go

Quick provisioning for nspawn Debian containers
MIT License
19 stars 0 forks source link

Set default locale #1

Open boronine opened 3 years ago

boronine commented 3 years ago

Getting this error on Debian: perl: warning: Setting locale failed.

Seems that the fix is to add LANG=C to /etc/profile. Should we automate that?

https://wiki.debian.org/Locale

boronine commented 3 years ago

Got an error from tmux suggesting I should use LANG=C.UTF-8

boronine commented 3 years ago

That fixed it. Might also need to run sudo locale-gen en_US.UTF-8?