Bug 6134 - dead local device daemons results in wasted server resources
Summary: dead local device daemons results in wasted server resources
Status: NEW
Alias: None
Product: ThinLinc
Classification: Unclassified
Component: Client (show other bugs)
Version: 1.3.1
Hardware: PC Unknown
: P2 Normal
Target Milestone: LowPrio
Assignee: Pierre Ossman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-01-11 16:15 CET by Pierre Ossman
Modified: 2017-01-17 11:01 CET (History)
1 user (show)

See Also:
Acceptance Criteria:


Attachments

Description Pierre Ossman cendio 2017-01-11 16:15:40 CET
If a client side local device daemon dies, then you will get lots of these in the system logs:

Jan 11 16:13:43 localhost sshd[2188]: channel 9: open failed: connect failed: Connection refused

And lots of sockets in the TIME_WAIT state. This can cause issues like that of bug 6125.

It would be nice if we could solve this issue, or at least mitigate it.
Comment 1 Pierre Ossman cendio 2017-01-11 16:16:40 CET
One idea is for our ssh client to close a channel if it notices that it fails to establish connections over it.

We need to consider any races during session connection though where the daemons might not be up yet.

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