From: Ralf Corsepius
Hi,
I have installed CVS v1.10, everything is set-up according to the manual, I get the following message:
cvs[login aborted]: recv() from server myserver: Connection reset by peer
This might indicate a networking problem.
Try telnet myserver 2401 and then press ^C
The server should then reply with something similar to this cvs [pserver aborted]: bad auth protocol start:
On the Linux box I get 'Connection closed by Foreign Host'. On the Windows Clients I get 'Connection to Host lost'. I can telnet using both if I do not specify the port 2401.
You might also consider adding an entry to /etc/inetd.conf if starting pserver from inetd (eg. something similar to this below, adapted from my local pserver's setup without having checked the manuals): cvspserver stream tcp nowait root /usr/bin/cvs --allow-root=/cvsmaster pserver
Already Done..
and /etc/services (I guess this is the cause of your troubles). cvspserver 2401/tcp
Already done..
In case you are using a firewall, check the firewall's setup for port 2401/tcp.
No firewall (yet). I guess this is something to do with a problem with PORT 2401. Any more ideas? Cheers Phil -- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/Support/Doku/FAQ/