Changes between Initial Version and Version 1 of Ticket #262
- Timestamp:
- 08/25/14 11:06:25 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #262
- Property Owner set to Antoine gmail
-
Property
Status
changed from
new
toaccepted
-
Ticket #262 – Description
initial v1 1 I have installed winswitch 0.12.20+dfsg-1on Ubuntu server 14.04 headless.1 I have installed winswitch {{{0.12.20+dfsg-1}}} on Ubuntu server 14.04 headless. 2 2 According to xpra documentation I have additionally installed xvfb. 3 3 4 4 When starting the client I get a connection to the server and even a list of applications to start. 5 5 On the server, I see the following processes running by then: 6 6 {{{ 7 7 easyprot@phenyx:~$ ps -ef | grep [w]ins 8 8 easyprot 364 1 0 11:26 ? 00:00:00 /usr/bin/python /usr/bin/winswitch_server --daemon 9 9 easyprot 32763 32762 0 11:26 ? 00:00:00 /usr/bin/python /usr/bin/winswitch_stdio_socket 10 10 easyprot 32767 32763 0 11:26 ? 00:00:00 [winswitch_serve] <defunct> 11 }}} 12 11 13 12 14 However, I see already error messages in the server log file: 13 15 {{{ 14 16 easyprot@phenyx:~$ cat .winswitch/server/server-20140825-112612.log 15 17 [DD] 2014/25/08 11:26:12.684660 main_loop.loop_init(False) … … 241 243 [DD] 2014/25/08 11:26:18.621277 LocalX11ServerUtil.detect_local_displays() testing: {} 242 244 [DD] 2014/25/08 11:26:27.828720 ProtocolHandler.check_response_received(ping,4) response_counter=15 245 }}} 243 246 244 247 Then, after trying to start an application from the client, I see the following processes on the server: 245 248 {{{ 246 249 easyprot@phenyx:~$ ps -ef | grep [w]ins 247 250 easyprot 364 1 0 11:26 ? 00:00:00 /usr/bin/python /usr/bin/winswitch_server --daemon … … 249 252 easyprot 32763 32762 0 11:26 ? 00:00:00 /usr/bin/python /usr/bin/winswitch_stdio_socket 250 253 easyprot 32767 32763 0 11:26 ? 00:00:00 [winswitch_serve] <defunct> 254 }}} 251 255 252 256 And this is the server logfile gets appended by the following lines: 253 257 {{{ 254 258 [DD] 2014/25/08 11:33:47.551042 WinSwitchClientChannel.start_session(aa995f59daaf3fdc255b45743a7f9669,xpra,,read_only=False;encoding="";,None) options={'read_only': 'False', 'encoding': '""'} 255 259 [II] 2014/25/08 11:33:47.551204 WinSwitchClientChannel.start_session(aa995f59daaf3fdc255b45743a7f9669,xpra,,read_only=False;encoding="";) command=Command(Htop: htop), user=User(Administrator : 913860e1cef64bc59c219acd8af3b228) … … 487 491 [II] 2014/25/08 11:34:17.672074 XpraServerUtil.stop_display(ServerSession(:117 - xpra - closed),None,:117) 488 492 [II] 2014/25/08 11:34:17.672106 XpraServerUtil.kill_display(ServerSession(:117 - xpra - closed),-1,15) 493 }}} 489 494 490 495 Also, Now I see the following xpra.log in the session folder: 491 496 {{{ 492 497 easyprot@phenyx:~$ cat .winswitch/server/sessions/61/xpra.log 493 498 … … 1051 1056 2014-08-25 11:40:01,613 xpra is ready. 1052 1057 2014-08-25 11:40:01,680 child '/etc/X11/Xsession true' with pid 4068 has terminated 1058 }}} 1053 1059 1054 1060 The xpra logfile looks the same as in the former case.