Custom Query (2683 matches)
Results (85 - 87 of 2683)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#114 | fixed | Can't "xpra stop" on CentOS 6 | ||
Description |
$ xpra stop :2 Traceback (most recent call last): File "/usr/bin/xpra", line 6, in <module> xpra.scripts.main.main(__file__, sys.argv) File "/usr/lib/python2.6/site-packages/xpra/scripts/main.py", line 268, in main run_stop(parser, options, args) File "/usr/lib/python2.6/site-packages/xpra/scripts/main.py", line 460, in run_stop e = app.run() File "/usr/lib/python2.6/site-packages/xpra/client_base.py", line 199, in run glib.threads_init() AttributeError: 'module' object has no attribute 'threads_init' |
|||
#116 | fixed | Xpra doesn't start on CentOS 5 | ||
Description |
Hello, Traceback (most recent call last): File "/usr/bin/xpra", line 6, in ? xpra.scripts.main.main(__file__, sys.argv) File "/usr/lib64/python2.4/site-packages/xpra/scripts/main.py", line 263, in main File "/usr/lib64/python2.4/site-packages/xpra/scripts/server.py", line 256, in run_server AttributeError: 'module' object has no attribute 'fchmod' This is with Python 2.4.3. |
|||
#118 | fixed | xpra server dies overnight | ||
Description |
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. doole@andammo:~$ xpra attach ssh:reorx:1 Connection failed: [Errno 2] No such file or directory connection lost: empty marker in read queue Connection lost 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. On the server, I can see the xpra process running: doole@reorx:~$ ps -ef | grep xpra doole 915 1 52 Apr26 ? 11:05:18 /usr/bin/python /opt/xpra/bin/xpra start :1 but I am unable to stop it: doole@reorx:~$ xpra stop :1 Connection failed: [Errno 2] No such file or directory doole@reorx:~$ xpra stop Usage: xpra start DISPLAY xpra attach [DISPLAY] xpra detach [DISPLAY] xpra screenshot filename [DISPLAY] xpra version [DISPLAY] xpra stop [DISPLAY] xpra list xpra upgrade DISPLAY xpra: error: cannot find a live server to connect to 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. In case it matters, my line to start xpra is: /usr/bin/xpra start :1 I was previously using 0.0.7.34 and did not see this behaviour. I suspect that you'll need more diagnostics - just let me know what to gather. |