On Wednesday, December 05, 2001 8:59 AM, [EMAIL PROTECTED] wrote: > login. netstat shows xdmcp only listening over udp. > > service1:/home/jvincent# netstat -l | grep xdm > udp 0 0 *:xdmcp *:*
Actually, that is only telling you that *something* is listening on the xdmcp port, 177. To find the process that's listening, use the -p option to netstat. Hope it gets you a step closer, -=greg