1 | [II] 2012/23/04 13:57:50 WinSwitchServer.send_session_status_to_all(ServerSession(:64 - xpra - connecting),connected) clients=[] |
---|
2 | [II] 2012/23/04 13:57:50 WinSwitchServer.send_session_status_to_all(ServerSession(:64 - xpra - connected),connecting) clients=[] |
---|
3 | [II] 2012/23/04 13:57:50 WinSwitchServer.send_session_status_to_all(ServerSession(:64 - xpra - connecting),connected) clients=[] |
---|
4 | [II] 2012/23/04 13:57:50 WinSwitchServer.send_session_status_to_all(ServerSession(:64 - xpra - connected),available) clients=[] |
---|
5 | [EE] 2012/23/04 13:57:50 ProcessOutput.processExited([Failure instance: Traceback (failure with no frames): <class 'twisted.internet.error.ProcessTerminated'>: A process has ended with a probable error condition: process ended with exit code 1.\n]) Failure (command=['selinuxenabled']), exitCode=1 |
---|
6 | [II] 2012/23/04 13:57:50 ProcessOutput.processExited([Failure instance: Traceback (failure with no frames): <class 'twisted.internet.error.ProcessDone'>: A process has ended without apparent errors: process finished with exit code 0.\n]) OK: ProcessDone (command=['/usr/bin/xpra', 'version', ':64']) |
---|
7 | [II] 2012/23/04 13:57:50 XpraServerUtil.upgrade_session(ServerSession(:64 - xpra - available)) |
---|
8 | [II] 2012/23/04 13:57:50 WinSwitchServer.send_session_to_all(ServerSession(:64 - xpra - available)) clients=[] |
---|
9 | [II] 2012/23/04 13:57:50 XpraServerUtil.start_daemon(ServerSession(:64 - xpra - available),{'LANG': 'en_US.UTF-8', 'SHELL': '/bin/bash', 'DBUS_SESSION_BUS_ADDRESS': 'unix:abstract=/tmp/dbus-1SftMhJMrE,guid=5b4ceafd626f455c2757a8440003ec4f', 'PWD': '/home/marek', 'USER': 'marek', 'HOME': '/home/marek', 'PATH': '/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games:/home/marek/bin:/usr/sbin:', 'DISPLAY': ':64'},True) starting ['/usr/bin/xpra', '--bind-tcp=0.0.0.0:15060', '--password-file=/home/marek/.winswitch/server/sessions/64/session.pass', '--no-daemon', '--no-pulseaudio', '--session-name=XChat IRC', 'start', ':64', '--use-display'], logging to /home/marek/.winswitch/server/sessions/64/xpra.log |
---|
10 | [II] 2012/23/04 13:57:51 virt_server_daemonizer.grab_daemon_pid(['/usr/lib/winswitch/virt_server_daemonizer', '--quiet', '--print-pid', '--daemon', '--log-file', '/home/marek/.winswitch/server/sessions/64/xpra.log', '--', '/usr/bin/xpra', '--bind-tcp=0.0.0.0:15060', '--password-file=/home/marek/.winswitch/server/sessions/64/session.pass', '--no-daemon', '--no-pulseaudio', '--session-name=XChat IRC', 'start', ':64', '--use-display'],/home/marek,{'LANG': 'en_US.UTF-8', 'SHELL': '/bin/bash', 'DBUS_SESSION_BUS_ADDRESS': 'unix:abstract=/tmp/dbus-1SftMhJMrE,guid=5b4ceafd626f455c2757a8440003ec4f', 'PWD': '/home/marek', 'USER': 'marek', 'HOME': '/home/marek', 'PATH': '/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games:/home/marek/bin:/usr/sbin:', 'DISPLAY': ':64'}) <subprocess.Popen object at 0xa12142c>.returncode=0, stdoutdata=7669\n, stderrdata=, pid=7669 |
---|
11 | [II] 2012/23/04 13:57:51 XpraServerUtil.session_process_started(7669,ServerSession(:64 - xpra - available)) |
---|
12 | [II] 2012/23/04 13:57:51 XpraServerUtil.do_watch_session_log(/home/marek/.winswitch/server/sessions/64/xpra.log,12,ServerSession(:64 - xpra - available)) watching log with gio: <__main__.GInotifyFileMonitor object at 0xa11aeb4 (GInotifyFileMonitor at 0x9f41300)> |
---|
13 | [II] 2012/23/04 13:57:51 WinSwitchServer.publish() mDNS_publish=True |
---|
14 | [II] 2012/23/04 13:57:51 AvahiPublisher.__init__(Window Switch for marek on uhura,42035,_shifter._tcp.,,,['username=marek', 'ssh_tunnel=False', 'version=0.12.12', 'ID=99620361471'],-1) |
---|
15 | [EE] 2012/23/04 13:57:51 AvahiPublishers.start() error on publisher AvahiPublisher(Window Switch for marek on uhura :42035 interface=-1) |
---|
16 | [ee] 2012/23/04 13:57:51 Traceback (most recent call last): |
---|
17 | [ee] 2012/23/04 13:57:52 File "/usr/lib/pymodules/python2.7/winswitch/net/avahi_publisher.py", line 64, in start |
---|
18 | [ee] 2012/23/04 13:57:52 publisher.start() |
---|
19 | [ee] 2012/23/04 13:57:52 File "/usr/lib/pymodules/python2.7/winswitch/net/avahi_publisher.py", line 105, in start |
---|
20 | [ee] 2012/23/04 13:57:52 bus = dbus.SystemBus() |
---|
21 | [ee] 2012/23/04 13:57:52 File "/usr/lib/python2.7/dist-packages/dbus/_dbus.py", line 202, in __new__ |
---|
22 | [ee] 2012/23/04 13:57:52 private=private) |
---|
23 | [ee] 2012/23/04 13:57:52 File "/usr/lib/python2.7/dist-packages/dbus/_dbus.py", line 108, in __new__ |
---|
24 | [ee] 2012/23/04 13:57:52 bus = BusConnection.__new__(subclass, bus_type, mainloop=mainloop) |
---|
25 | [ee] 2012/23/04 13:57:52 File "/usr/lib/python2.7/dist-packages/dbus/bus.py", line 125, in __new__ |
---|
26 | [ee] 2012/23/04 13:57:52 bus = cls._new_for_bus(address_or_type, mainloop=mainloop) |
---|
27 | [ee] 2012/23/04 13:57:52 DBusException: org.freedesktop.DBus.Error.NoServer: Failed to connect to socket /var/run/dbus/system_bus_socket: Connection refused |
---|
28 | [II] 2012/23/04 13:57:53 XpraServerUtil.detect_sessions() found: [('DEAD', ':64')] |
---|
29 | [II] 2012/23/04 13:57:53 ServerSession.close() self=ServerSession(:64 - xpra - closed), killing {'99-server-process': 7669, '10-dbus': '28854'} |
---|
30 | [II] 2012/23/04 13:57:53 XpraServerUtil.detect_sessions() session no longer found (removing it): ServerSession(:64 - xpra - closed) |
---|
31 | [II] 2012/23/04 13:57:54 XpraServerUtil.detect_sessions() found: [] |
---|
32 | [II] 2012/23/04 13:57:57 WinSwitchClientChannel.local_close_request(,903078a705d349cb936180c6a9e1b7d4) |
---|
33 | [II] 2012/23/04 13:57:58 main_loop.loop_run() reactor.run() terminated |
---|
34 | [II] 2012/23/04 13:57:58 WinSwitchServer.cleanup(False,) |
---|