This is the mail archive of the cygwin-xfree@cygwin.com mailing list for the Cygwin XFree86 project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: XDMCP


On Sat, 5 Jan 2002 00:12, Schulz Georges wrote:
> I have installed cygwin-xfree on SuSE 7.0 and it works fine.
> But I can not get it to work with SuSE 7.3. I compared all
> the adjustments that I made on 7.0 and I keep getting time
> out errors. Also I can telnet and ftp to the 7.3. Can someone
> help me.
>
> Roger Gardner
> r.gardner@midata.de
> Telefon:06145-506 590

$ netstat -u -a | grep xdm
udp        0      0 *:xdmcp                 *:*

OR

$ netstat -u -a -n | grep 177
udp        0      0 0.0.0.0:177             0.0.0.0:*

If you don't get these, then you don't have xdmcp listening, no matter what 
adjustments you have made.

I'm guessing here, but if you are using KDE's kdm, then you will probably 
find a kdmrc file somewhere (/etc/kde/kdm/kdmrc on RedHat) which says...
...
[Xdmcp]
# Whether KDM should listen to XDMCP requests. Default is true.
Enable=false
...

Either comment out the enable line, or make it say 'true'.

This kdmrc file is a new feature in KDE 2.2 - previously KDE just used xdm's 
configuration.

A similar edit in gdm.conf needs to be made if you are using GNOME's gdm.

Cheers,

Rasjid.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]