Tony, There might be an endian problem in the gserver code on Linux. I have strace'd a "cvs version" command, and it's trying to connect on port 24841 (0x6109) - it should be 2401 (0x0961) - looks like too few / too many calls to htons() somewhere. Jon.