info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Newbie: cvs [login aborted]: recv() from server


From: Larry Jones
Subject: Re: Newbie: cvs [login aborted]: recv() from server
Date: Fri, 26 Jul 2002 13:44:18 -0400 (EDT)

horst ratz writes:
> 
> I created a file named "passwd" in "/home/cvsfool/cvs/rep/CVSROOT" and 
> copy-pasted cvsfool's password-line from the "/etc/shadows"-file into it.

The whole line?  The CVS passwd has a different format than /etc/passwd;
if /etc/shadow has the same format as /etc/passwd, that's not correct. 
But it wouldn't cause the problem you're having.

> cvspserver stream tcp nowait root /usr/sbin/tcpd /usr/bin/cvs -f 
> --allow-root=/home/cvsfool/cvs/rep pserver
> 
> to my /etc/inetd.conf
[...]
> cvs [login aborted]: recv() from server localhost: Connection reset by peer

That means that inetd accepted the connection but was unable to start
the server or the server exited.  Since you're running tcpd, the most
likely scenario was that tcpd denied the connection -- check your log
files for messages from tcpd.  The other possibilities are that you have
the path to tcpd and/or cvs wrong in /etc/inetd.conf.

-Larry Jones

Who, ME?  Who?! Me??  WHO... Me?!  Who, me??? -- Calvin



reply via email to

[Prev in Thread] Current Thread [Next in Thread]