Bug 7098 - invalid format/method of error log from vsm control pipe
Summary: invalid format/method of error log from vsm control pipe
Status: CLOSED FIXED
Alias: None
Product: ThinLinc
Classification: Unclassified
Component: Other (show other bugs)
Version: 1.3.1
Hardware: PC Unknown
: P2 Normal
Target Milestone: 4.16.0
Assignee: Pierre Ossman
URL:
Keywords: aleze_tester, prosaic
Depends on:
Blocks:
 
Reported: 2018-01-15 13:20 CET by Pierre Ossman
Modified: 2023-11-28 13:02 CET (History)
2 users (show)

See Also:
Acceptance Criteria:


Attachments

Description Pierre Ossman cendio 2018-01-15 13:20:06 CET
(seen whilst encountering bug 7097)

The log lines for when the control pipe misbehaves don't follow the proper format:

> Unknown control command  received on control pipe

I.e. no timestamp or other extra data.

Since this line is produced using "print" I also suspect it won't end up in syslog when ThinLinc is configured to log there instead of a file.
Comment 3 Pierre Ossman cendio 2023-11-14 14:06:55 CET
The control pipe was removed in the switch to asyncio in bug 8224.
Comment 4 Alexander Zeijlon cendio 2023-11-27 13:50:41 CET
I agree with comment 3, signal handling is now done entirely via asyncio, instead of using the old method with control pipes. Closing!

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