Changes between Initial Version and Version 1 of Ticket #262


Ignore:
Timestamp:
08/25/14 11:06:25 (10 years ago)
Author:
Antoine gmail
Comment:

(just tidying up ticket format for now)

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #262

    • Property Owner set to Antoine gmail
    • Property Status changed from new to accepted
  • Ticket #262 – Description

    initial v1  
    1 I have installed winswitch 0.12.20+dfsg-1 on Ubuntu server 14.04 headless.
     1I have installed winswitch {{{0.12.20+dfsg-1}}} on Ubuntu server 14.04 headless.
    22According to xpra documentation I have additionally installed xvfb.
    33
    44When starting the client I get a connection to the server and even a list of applications to start.
    55On the server, I see the following processes running by then:
    6 
     6{{{
    77easyprot@phenyx:~$ ps -ef | grep [w]ins
    88easyprot   364     1  0 11:26 ?        00:00:00 /usr/bin/python /usr/bin/winswitch_server --daemon
    99easyprot 32763 32762  0 11:26 ?        00:00:00 /usr/bin/python /usr/bin/winswitch_stdio_socket
    1010easyprot 32767 32763  0 11:26 ?        00:00:00 [winswitch_serve] <defunct>
     11}}}
     12
    1113
    1214However, I see already error messages in the server log file:
    13 
     15{{{
    1416easyprot@phenyx:~$ cat .winswitch/server/server-20140825-112612.log
    1517[DD] 2014/25/08 11:26:12.684660 main_loop.loop_init(False)
     
    241243[DD] 2014/25/08 11:26:18.621277 LocalX11ServerUtil.detect_local_displays() testing: {}
    242244[DD] 2014/25/08 11:26:27.828720 ProtocolHandler.check_response_received(ping,4) response_counter=15
     245}}}
    243246
    244247Then, after trying to start an application from the client, I see the following processes on the server:
    245 
     248{{{
    246249easyprot@phenyx:~$ ps -ef | grep [w]ins
    247250easyprot   364     1  0 11:26 ?        00:00:00 /usr/bin/python /usr/bin/winswitch_server --daemon
     
    249252easyprot 32763 32762  0 11:26 ?        00:00:00 /usr/bin/python /usr/bin/winswitch_stdio_socket
    250253easyprot 32767 32763  0 11:26 ?        00:00:00 [winswitch_serve] <defunct>
     254}}}
    251255
    252256And this is the server logfile gets appended by the following lines:
    253 
     257{{{
    254258[DD] 2014/25/08 11:33:47.551042 WinSwitchClientChannel.start_session(aa995f59daaf3fdc255b45743a7f9669,xpra,,read_only=False;encoding="";,None) options={'read_only': 'False', 'encoding': '""'}
    255259[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)
     
    487491[II] 2014/25/08 11:34:17.672074 XpraServerUtil.stop_display(ServerSession(:117 - xpra - closed),None,:117)
    488492[II] 2014/25/08 11:34:17.672106 XpraServerUtil.kill_display(ServerSession(:117 - xpra - closed),-1,15)
     493}}}
    489494
    490495Also, Now I see the following xpra.log in the session folder:
    491 
     496{{{
    492497easyprot@phenyx:~$ cat .winswitch/server/sessions/61/xpra.log
    493498
     
    105110562014-08-25 11:40:01,613 xpra is ready.
    105210572014-08-25 11:40:01,680 child '/etc/X11/Xsession true' with pid 4068 has terminated
     1058}}}
    10531059
    10541060The xpra logfile looks the same as in the former case.