xserver-xsdl icon indicating copy to clipboard operation
xserver-xsdl copied to clipboard

unable to query for a xdmcp session

Open frasty opened this issue 8 years ago • 2 comments

Hi, I'm trying to query a local xdm server for a xdmcp session. I added "XSDL -query localhost" as a command line parameter and it doesn't work (any parameter I put there doesn't seem to get evaluated, though). I also changed the data installation location via "specify directory" as suggested in issue 63 with no luck. Any thoughs? thank you!

frasty avatar Dec 07 '16 03:12 frasty

Did you modify xdm config files, as described in Play Store app description?

On Dec 6, 2016 8:05 PM, "frasty" [email protected] wrote:

Hi, I'm trying to query a local xdm server for a xdmcp session. I added "XSDL -query localhost" as a command line parameter and it doesn't work (any parameter I put there doesn't seem to get evaluated, though). I also changed the data installation location via "specify directory" as suggested in issue 63 with no luck. Any thoughs? thank you!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/pelya/xserver-xsdl/issues/80, or mute the thread https://github.com/notifications/unsubscribe-auth/AAJewN4lDX_omZVHrIEEGJdUPrV5r19Cks5rFiKFgaJpZM4LGJYK .

pelya avatar Dec 07 '16 03:12 pelya

Did you modify xdm config files, as described in Play Store app description?

Yes I followed the instructions on the play store, but unfortunately it doesn't work. I also tried to modify the parameters and typed "XSDL -nolisten tcp" just to see if it would stop to listen to port 6000, but it didn't. It is still listening to that port:

# netstat -lpn|grep 6000
tcp        0      0 0.0.0.0:6000            0.0.0.0:*               LISTEN      26376/x.org.server

frasty avatar Dec 09 '16 01:12 frasty