Hi Ed,

After you login as the new user, from a terminal is there a difference
if you
do

su original-user
locale

and

su - original-user
locale

Sort of weird:

su original-user
locale
LANG=en_US.UTF-8
LC_CTYPE=C.UTF-8  <-(...?!)
[...]

vs.

su - original-user
locale
LANG=en_US.UTF-8
LC_CTYPE=C

(expected, since that uses my adjusted .bashrc).

BUT it seems that sshd(?) does something wrong. I have only remote access
to that machine, and when I do NOT su into the new user but login
directly via ssh, then I get

$ locale
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
LANG=en_US.UTF-8
LC_CTYPE=en_US.UTF-8,LANG=en_US.UTF-8

tadaaa...

I'd rather exclude the ssh exports on the machine wherefrom I'm starting -
nothing has changed here. And the issue came up only after I installed
Fedora 33 on the target machine. There was Fedora 32 on it till then, which worked fine.

Thank you.
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org

Reply via email to