Hi,
I'm having some problems setting up Pserver. I have done all the steps
described in the book titled "Open Source Developement With CVS" but
after I entered the password, I always get this error message:
cvs [login aborted]: recv() from server xxxx.xxxx.xxxxx.xxx: Connection
reset by peer
What could be the problem?
The steps that I had done is as follow:
1. made sure that /etc/services has such a line:
cvspserver 2401/tcp
2. put in "cvspserver stream tcp nowait root /usr/sbin/tcpd
/usr/local/bin/cvs --allow-root=/usr/local/newrepos pserver" into
/etc/inetd.conf
3. re-started inetd by running /etc/rc.d/init.d/inet
4. Created a passwd file under CVSROOT/
5. The format of my password file look like this
cvs_user:encrypted_password:system_user_name
Finally, I use "cvs -d :pserver:cvs_user@cvs_server:/usr/local/cvsroot
login" to login into the cvs server.
That's all I have done....
Did I miss any steps?
Also, if I want to use SSH for login, what extra steps do I have to do?
Thanks
Eric