sean I don't think I'm doing anything weird with locale settings. I haven't done any manual shell configuration yet. Up until now, I've just migrated some applications over from webfaction, rsync
ed some tar.bz2
files from there to here and set up private postgres and mysql instances.
I see a locale-related warning when I SSH into Opalstack:
ssh x@opal1.opalstack.com
Last login: Sun Dec 6 08:33:52 2020 from x.x.x.x
-bash: warning: setlocale: LC_CTYPE: cannot change locale (UTF-8): No such file or directory
I just noticed I'm getting a similar error when I SSH into my account at WF, so it may be something related to my local setup (MacBook Pro, macOS Big Sur version 11.0.1):
x@web503.webfaction.com's password:
Last login: Sun Dec 6 08:34:36 2020 from x.x.x.x
-bash: warning: setlocale: LC_CTYPE: cannot change locale (UTF-8): No such file or directory
manpath: can't set the locale; make sure $LC_* and $LANG are correct
I'll do some googling.