> From: Larry Jones [mailto:[EMAIL PROTECTED]]
Hi,
> Phil Shrimpton writes:
> >
> > > > cvs[login aborted]: recv() from server myserver: Connection reset by
> > > > peer
>
> Have you read "Trouble making a connection to a CVS server"? What
> happens when you telnet to port 2401? The error message above implies
> that inetd is unable to execute CVS or CVS dies immediately.
Yes I have read it. If I change the inetd.conf entry to...
2401 stream tcp nowait root /bin/echo echo hello
...and telnet to 2401 I get the same error..
if I change the inetd.conf to...
cvspserver stream tcp nowait root /bin/echo echo hello
...it 'welcomes' me with 'hello' and then disconnects with
'Connection closed by foreign host'.
> > my inetd.conf entry:
> >
> > cvspserver stream tcp nowait root /home/phil/cvs-1.10.8/scr/cvs
> > cvs --allow-root=/cvsmaster pserver
>
> I suspect the "scr" should be "src".
Whoops, that was a typo, changing it to /src/ does not work either.
> (And you probably want a "-f" in
> there before "pserver", too.)
Tried with and with out an "-f", no joy..
Cheers
Phil