#1641 closed defect (invalid)
X clients on other hosts can't connect to xpra's Xorg instance
Reported by: | Thomas Esposito | Owned by: | Antoine Martin |
---|---|---|---|
Priority: | major | Milestone: | 2.2 |
Component: | android | Version: | 1.0.x |
Keywords: | Cc: |
Description
I've run "xhosts +" and I still can't connect to xpra X server from other hosts. Specifically, I'm launching an application on an LSF farm (hence the other hosts). I don't have the same problem when launching the LSF job from within a VNC session.
I'm not sure what else to try other than "xhosts +".
Change History (3)
comment:1 Changed 5 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:2 Changed 5 years ago by
why "-nolisten tcp"
Because it can be slow and is generally insecure, so it shouldn't be used.
Those who really know they want to use it (warts and all) can turn it back on.
comment:3 Changed 16 months ago by
this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/1641
Note: See
TracTickets for help on using
tickets.
Figured it out.
By default Xorg is started with "-nolisten tcp".
Why?