I just recently upgraded to FC5, using a bunch of old config file from FC4 I managed to preserve my system set up. One thing though I can not get working again is XDMCP.
The problem seems to be that X-Windows is not listening...
netstat -l reveales that there is nothing bound to that port, though xfs is bound fine on all interfaces.
Further research (ps -ef | grep gdm) shows this as one of its results:
root 2164 2103 0 17:31 tty7 00:00:00 /usr/bin/Xorg :0 -audit 0 -auth /var/gdm/:0.Xauth -nolisten tcp vt7
Somwhere it seems that XOrg is still being told not to bind, I can not figure out where on my system to change this. I have already updated my /etc/gdm/gdm.conf so that [xdmcp] has Enabled=true;
Can anyone possibly tell me what I am missing? I have no access to a graphical terminal so please don't tell me to run gdmsetup :S