I’ve encountered this error occasionally when loggin in:
-bash: warning: setlocale: LC_ALL: cannot change locale (nl_NL.UTF-8)
This breaks things like scp or bzr via sftp. To fix it, I followed this advice:
cd /var/lib/locales/supported.d
cat /usr/share/i18n/SUPPORTED|grep -i nl > nl
dpkg-reconfigure locales
It’s not really pretty though; it shouldn’t give an error at all when a locale is missing. I mean, this way, I have to generate every possible locale to support logins from all over the world…
Recent Comments