Changes between Initial Version and Version 1 of Ticket #241
- Timestamp:
- 11/14/13 03:38:36 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #241
- Property Owner set to madmonk
-
Property
Status
changed from
new
toassigned
-
Ticket #241 – Description
initial v1 4 4 5 5 '''System Details''' 6 6 {{{ 7 7 Distributor ID: Ubuntu 8 8 Description: Ubuntu 12.04.2 LTS … … 14 14 KDE Daemon: $Id$ 15 15 ii winswitch 0.12.20-1 tool to start and control remote sessions 16 }}} 16 17 18 {{{ 17 19 [II] 2013/13/11 22:42:26.504197 applet.<module>() python version 2.7.3 (default, Apr 10 2013, 05:46:21) \n[GCC 4.6.3] 18 20 [II] 2013/13/11 22:42:26.504295 applet.<module>() gtk version (2, 24, 10), pygtk version (2, 24, 0) … … 20 22 [II] 2013/13/11 22:42:26.583285 globals os.uname=('Linux', 'testx', '3.2.0-51-generic-pae', '#77-Ubuntu SMP Wed Jul 24 20:40:32 UTC 2013', 'i686') 21 23 [II] 2013/13/11 22:42:26.586679 globals python package info: __version__=0.12.20 22 [II] 2013/13/11 22:42:26.586869 globals version=0.12.20 (svn revision unknown - unknown local modifications), built on winswitch.org by buildbot, 2013-11-05, release_build=True 24 [II] 2013/13/11 22:42:26.586869 globals version=0.12.20 (svn revision unknown - unknown local modifications), \ 25 built on winswitch.org by buildbot, 2013-11-05, release_build=True 26 }}} 23 27 24 28 '''Steps to reproduce''' 25 26 1 Start Firefox 27 2 Browse for a bit e.g. wikipedia, google etc. 28 3 Stop Firefox 29 4 Repeat (check Winswitch after step 1 for additional unknown session) 29 * 1 Start Firefox 30 * 2 Browse for a bit e.g. wikipedia, google etc. 31 * 3 Stop Firefox 32 * 4 Repeat (check Winswitch after step 1 for additional unknown session) 30 33 31 34 '''From server after shut-down of a Firefox app session''' 32 35 {{{ 33 36 drwxrwxrwx 2 x x 4096 Nov 13 22:45 100 34 37 drwxrwxrwx 2 x x 4096 Nov 13 23:07 104 35 38 drwxrwxrwx 2 x x 4096 Nov 13 23:12 109 36 39 drwxrwxrwx 2 x x 4096 Nov 13 23:15 110 37 40 }}} 38 41 (Other session are also orphaned / unknown sessions from testing) 39 42 40 43 '''From server after start-up of new Firefox app session''' 41 44 {{{ 42 45 drwxrwxrwx 2 x x 4096 Nov 13 22:45 100 43 46 drwxrwxrwx 2 x x 4096 Nov 13 23:07 104 … … 46 49 drwxrwxrwx 2 x x 4096 Nov 13 23:16 113 47 50 drwxrwxrwx 5 x x 4096 Nov 13 23:16 116 48 51 }}} 49 52 '''Excerpt from client log...''' 50 53 {{{ 51 54 [II] 2013/13/11 23:15:56.764592 XpraClientUtil.ended(<winswitch.util.process_util.SimpleLineProcess instance at 0x99d36ac>) session=ClientSession(:113 - xpra - closed), kill_client=True 52 55 [DD] 2013/13/11 23:15:56.764764 SimpleLineProcess.processEnded([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]) … … 65 68 [II] 2013/13/11 23:16:27.314910 ServerLink.add_port_forward(None,127.0.0.1,15119) adding new port forward 66 69 [II] 2013/13/11 23:16:27.315073 ConchConnection.forward_port(12480,127.0.0.1,15119) 70 }}}