(redhat 6.2)
using cvs 1.10.7, I'm trying to setup a pserver on a local machine... I
added
cvspserver stream tcp nowait root
/usr/local/bin/cvs --allow-root=/home/getacard/test
to the inetd.conf file, then I did
cvs -d /home/getacard/test init
then, I tried
[root@willow CVSROOT]# cvs -d :pserver:dfallon@willow:/home/getacard/test
login
(Logging in to dfallon@willow)
CVS password:
cvs [login aborted]: recv() from server willow: Connection reset by peer
and that's where I'm stuck. It looks like some network problem with what I
added with inetd.conf... but I'm stuck. can anyone help?
Thanks...