Mailinglist Archive: opensuse-bugs (5398 mails)
| < Previous | Next > |
[Bug 279934] ssh doesn't send locale environment when a command is executed remotely
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Mon, 4 Jun 2007 10:23:17 -0600 (MDT)
- Message-id: <20070604162317.AD8161094@xxxxxxxxxxxxxxxxxxxxxx>
https://bugzilla.novell.com/show_bug.cgi?id=279934
nadvornik@xxxxxxxxxx changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|nadvornik@xxxxxxxxxx |werner@xxxxxxxxxx
------- Comment #8 from nadvornik@xxxxxxxxxx 2007-06-04 10:23 MST -------
NO.
For a ssh connection without any terminal line, no matter if it sends locale
variables or not:
SSH_TTY is empty,
the test '-n "$SSH_TTY" && test_lc' in sh.ssh is false
SSH_SENDS_LOCALE is empty
the test '-z "$SSH_SENDS_LOCALE"' is true
testutf8 is called
Maybe the fix proposed in comment 5 is not enough and
the situation of ssh connection without tty which does not send
locale must be handled specially.
Anyway, there is a bug for sure and can be fixed only in these scripts.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
nadvornik@xxxxxxxxxx changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|nadvornik@xxxxxxxxxx |werner@xxxxxxxxxx
------- Comment #8 from nadvornik@xxxxxxxxxx 2007-06-04 10:23 MST -------
NO.
For a ssh connection without any terminal line, no matter if it sends locale
variables or not:
SSH_TTY is empty,
the test '-n "$SSH_TTY" && test_lc' in sh.ssh is false
SSH_SENDS_LOCALE is empty
the test '-z "$SSH_SENDS_LOCALE"' is true
testutf8 is called
Maybe the fix proposed in comment 5 is not enough and
the situation of ssh connection without tty which does not send
locale must be handled specially.
Anyway, there is a bug for sure and can be fixed only in these scripts.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
| < Previous | Next > |