Changes between Initial Version and Version 1 of Ticket #2951, comment 2
- Timestamp:
- 11/27/20 12:42:39 (3 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2951, comment 2
initial v1 1 1 The following commands were used to setup the sessions: 2 2 3 - Proxy startup (via terminal): xpra proxy --bind-tcp=0.0.0.0:10002 --tcp-auth=allow --debug=all3 - Proxy startup (via terminal): `xpra proxy --bind-tcp=0.0.0.0:10002 --tcp-auth=allow --debug=all` 4 4 5 5 - Session initiation via browser (Chrome) url: 6 1) http://192.168.2.131:10002/?username=aressecondary&password=Ar3s009!&exit_with_children=1&exit_with_client=1&start=kgeography&action=start-desktop6 1) `http://192.168.2.131:10002/?username=aressecondary&password=Ar3s009!&exit_with_children=1&exit_with_client=1&start=kgeography&action=start-desktop` 7 7 (Note: this session worked) 8 8 9 2) http://192.168.2.131:10002/?username=aressecondary&password=Ar3s009!&exit_with_children=1&exit_with_client=1&start=gbrainy&action=start-desktop9 2) `http://192.168.2.131:10002/?username=aressecondary&password=Ar3s009!&exit_with_children=1&exit_with_client=1&start=gbrainy&action=start-desktop` 10 10 (Note: this session worked) 11 11 12 3) http://192.168.2.131:10002/?username=aressecondary&password=Ar3s009!&exit_with_children=1&exit_with_client=1&start=mines&action=start-desktop12 3) `http://192.168.2.131:10002/?username=aressecondary&password=Ar3s009!&exit_with_children=1&exit_with_client=1&start=mines&action=start-desktop` 13 13 (Note: this session failed) 14 14 15 4) http://192.168.2.131:10002/?username=aressecondary&password=Ar3s009!&exit_with_children=1&exit_with_client=1&start=einstein&action=start-desktop15 4) `http://192.168.2.131:10002/?username=aressecondary&password=Ar3s009!&exit_with_children=1&exit_with_client=1&start=einstein&action=start-desktop` 16 16 (Note: this session failed.) 17 17 18 18 Other notes: 19 1) When I open an xfce4 session via proxy the same applications fail with the message: 'failed to execute child process yyyyy (no such file or directory)'20 2) If I initiate the individual session via terminal ( xpra start-desktop --start=xfce4-session --bind-tcp=0.0.0.0:10004 --exit-with-client=yes), and then access the application via browser url (http://192.168.2.131:10004) the applications all work normally - no errors.21 3) If I initiate an xfce4 session via terminal ( xpra start-desktop --start=xfce4-session --bind-tcp=0.0.0.0:10004 --exit-with-client=yes) and then access the xfce4 session via browser url (http://192.168.2.131;10004) all applications work normally - no errors.19 1) When I open an `xfce4` session via proxy the same applications fail with the message: `failed to execute child process yyyyy (no such file or directory)` 20 2) If I initiate the individual session via terminal (`xpra start-desktop --start=xfce4-session --bind-tcp=0.0.0.0:10004 --exit-with-client=yes`), and then access the application via browser url (`http://192.168.2.131:10004`) the applications all work normally - no errors. 21 3) If I initiate an xfce4 session via terminal (`xpra start-desktop --start=xfce4-session --bind-tcp=0.0.0.0:10004 --exit-with-client=yes`) and then access the xfce4 session via browser url (`http://192.168.2.131:10004`) all applications work normally - no errors. 22 22 23 23 It would appear that the issue is somehow related to the proxy session.