#643 closed defect (needinfo)
client remains running on server upgrade (on shared SSH connection)
Reported by: | onlyjob | Owned by: | onlyjob |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | client | Version: | 0.14.x |
Keywords: | Cc: |
Description
On 0.14.0 when I upgraded server (e.g. xpra upgrade :44
) attached client closed all its windows and logged "server is not responding, drawing spinners over the windows" but remains running...
It seems to happen when SSH connection do not terminate which can be the case with the following settings in ~/.ssh/config
:
host * controlmaster auto controlpath ~/.ssh/__tmp-ssh-%r@%h:%p
To reproduce with the above SSH config:
- start server on remote host
- disconnect
- xpra attach ssh:remotehost:44
- ssh remotehost
- xpra upgrade :44
I did not see this behaviour before 0.14.0...
Change History (6)
comment:1 follow-up: 2 Changed 7 years ago by
Owner: | changed from Antoine Martin to onlyjob |
---|
comment:2 Changed 7 years ago by
Replying to totaam:
I cannot reproduce. Are you sure about your instructions?
Pretty sure, I even tried commenting relevant section of SSH config...
The wording attached client closed all its windows and logged.. is confusing.
Sorry. I meant to say that all windows disappeared but Xpra icon were still in tray while "server is not responding, drawing spinners over the windows" appeared in console...
Are you aware of the
--exit-ssh
and--no-exit-ssh
options?
Had no idea, became aware just now thanks.
comment:3 Changed 7 years ago by
Summary: | 0.14.0: client remains running on server upgrade (on shared SSH connection) → client remains running on server upgrade (on shared SSH connection) |
---|---|
Version: | trunk → 0.14.x |
(editing bug title and version only)
comment:4 Changed 7 years ago by
comment:5 Changed 6 years ago by
Resolution: | → needinfo |
---|---|
Status: | new → closed |
Not heard back, closing.
comment:6 Changed 6 weeks ago by
this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/643
I cannot reproduce. Are you sure about your instructions?
The wording attached client closed all its windows and logged.. is confusing.
Are you aware of the
--exit-ssh
and--no-exit-ssh
options?