Bug 4550 - Restarting vsmagent/vsmserver via remote SSH session can fail on some terminals
Summary: Restarting vsmagent/vsmserver via remote SSH session can fail on some terminals
Status: CLOSED DUPLICATE of bug 3085
Alias: None
Product: ThinLinc
Classification: Unclassified
Component: VSM Agent (show other bugs)
Version: trunk
Hardware: PC Unknown
: P2 Normal
Target Milestone: 4.1.0
Assignee: Peter Åstrand
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-28 17:03 CET by Aaron Sowry
Modified: 2013-04-03 13:18 CEST (History)
0 users

See Also:
Acceptance Criteria:


Attachments

Description Aaron Sowry cendio 2013-02-28 17:03:55 CET
This is due to the following line in checkenvironment.py:

locale.setlocale(locale.LC_CTYPE, "")

If you are restarting a VSM service remotely from OS X for example, the exported LC_CTYPE is "UTF-8", which is an unsupported locale setting. This means that the VSM service fails to start up again, which I imagine could be frustrating.
Comment 1 Pierre Ossman cendio 2013-03-05 10:33:31 CET

*** This bug has been marked as a duplicate of bug 3085 ***

Note You need to log in before you can comment on or make changes to this bug.