Changes between Initial Version and Version 1 of Ticket #118
- Timestamp:
- 04/27/12 16:43:56 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #118
-
Property
Status
changed from
new
toaccepted
-
Property
Status
changed from
-
Ticket #118 – Description
initial v1 1 1 I've been running xpra 0.2.0 on Ubuntu (11.10 for the server, 11.04 for the client) for the last two days. My client disconnects overnight and on both days, when I attempt to connect the next morning, the client does not attach. 2 2 3 {{{ 3 4 doole@andammo:~$ xpra attach ssh:reorx:1 4 5 Connection failed: [Errno 2] No such file or directory 5 6 connection lost: empty marker in read queue 6 7 Connection lost 8 }}} 7 9 8 10 I took a look at .xpra/reorx-1.log, but I don't see anything obvious. I have attached both reorx-1.log and reorx-1.log.old. 9 11 10 12 On the server, I can see the xpra process running: 11 13 {{{ 12 14 doole@reorx:~$ ps -ef | grep xpra 13 15 doole 915 1 52 Apr26 ? 11:05:18 /usr/bin/python /opt/xpra/bin/xpra start :1 14 16 }}} 15 17 but I am unable to stop it: 16 18 19 {{{ 17 20 doole@reorx:~$ xpra stop :1 18 21 Connection failed: [Errno 2] No such file or directory … … 29 32 30 33 xpra: error: cannot find a live server to connect to 34 }}} 31 35 32 36 So I manually kill the xpra session (kill 915 - process is gone) and restart xpra. When I reconnect from the client, all my windows are still present (so killing xpra didn't wipe out the window manager for some reason) although the windows have all moved to +0+0 on the screen. 33 37 34 38 In case it matters, my line to start xpra is: 35 39 {{{ 36 40 /usr/bin/xpra start :1 37 41 }}} 38 42 I was previously using 0.0.7.34 and did not see this behaviour. 39 43