Changes between Initial Version and Version 1 of Ticket #1923
- Timestamp:
- 07/25/18 22:48:54 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1923
- Property Owner changed from Antoine Martin to ibuprofene
-
Property
Component
changed from
android
toserver
-
Property
Milestone
changed from
to
2.4
-
Ticket #1923 – Description
initial v1 2 2 3 3 I have a first machine, my server, which is running xterm with xpra, I use the following command: 4 {{{ 4 5 xpra start :100 --daemon=no --bind-tcp=0.0.0.0:10000 --start=xterm 5 The only error I have is: 6 }}} 7 The only error I have is: 8 {{{ 6 9 2018-07-25 17:51:12,368 Error: failed to query sound subsystem: 7 10 2018-07-25 17:51:12,368 No module named sound.common 8 11 }}} 9 12 Now I go to the proxy: 13 {{{ 10 14 xpra proxy :101 --tcp-auth=allow --bind-tcp=0.0.0.0:1203 --daemon=no 15 }}} 11 16 It works fine and says xpra is ready. 12 17 13 18 I finally go to the client and use: 19 {{{ 14 20 xpra attach tcp/login@ip:1203/100 21 }}} 15 22 and i have the following: 23 {{{ 16 24 xpra initialization error: 17 25 failed to connect to '137.138.121.50:1203': 18 26 [Errno 111] Connection refused 19 I know it cannot work because I didn't say to xpra proxy where is the server but I don't know whre I can say that. 27 }}} 28 I know it cannot work because I didn't say to xpra proxy where is the server but I don't know where I can say that. 20 29 Thank you.