Hrm... First, thanks to all that replied.... I changed my inetd.conf to look
like:
cvspserver stream tcp nowait root.root /usr/local/bin/cvs
cvs --allow-root=/home/getacard/test pserver
tried it again, and now I'm getting the slightly different:
[dfallon@willow dfallon]$ cvs -d :pserver:dfallon@willow:/home/getacard/test
login
(Logging in to dfallon@willow)
CVS password:
cvs [login aborted]: received broken pipe signal
And in /var/log/messages
Jul 12 10:11:21 willow inetd[478]: pid 31282: exit status 1
I'm presuming that the above is cvs dying, but I'm not sure...
oh, also,
[dfallon@willow dfallon]$ rpm -q cvs
cvs-1.10.7-7
Anyone have any other thoughts? Once again, thanks for the attempt... :)
----- Original Message -----
From: "Mike" <[EMAIL PROTECTED]>
To: "David Fallon" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Tuesday, July 11, 2000 7:58 PM
Subject: Re: cvs questions - trying to setup a pserver on a local networkand
failing.
> Did you add the user name to the passwd file?
>
> See my config tutorial at:
>
> http://www.michael-amorose.com/cvs
>
> Michael C. Amorose
> Author FireUtils for Macintosh
> Author Sound Core for Macintosh
> Author Goo Library for Macintosh
> FireWire Watch Webmaster
> http://www.fireutils.com
> http://www.soundcore.com
> http://www.michael-amorose.com/goolibrary
> http://www.michael-amorose.com/firewire
> -------------------------------------------
>
> At 6:28 PM -0700 7/11/00, David Fallon wrote:
> >(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...
>