info-cvs
[Top][All Lists]
Advanced

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

Re: rejecteed when logging with passwd apparently OK


From: Larry Jones
Subject: Re: rejecteed when logging with passwd apparently OK
Date: Fri, 1 Mar 2002 11:48:52 -0500 (EST)

smaraux writes:
> 
> I setup a passwd file from a "light" /etc/shadow file in $CVSROOT/CVSROOT.

You do realize that CVS's passwd file doesn't have the same fields as
/etc/shadow, don't you?

> cvs [login aborted]: connect to localhost(127.0.0.1):2401 failed: Connection
> refused.
> 
> I'm using xinetd, it seems to come from it, doesn't it?

Yes, there's something wrong with your xinetd configuration.  Check your
syslog for error messages and/or run xinetd in debug mode.  Here's what
the current development version of the manual has to say about xinetd:

If your system uses xinetd instead of inetd, the procedure is slightly
different.  Create a file called '/etc/xinetd.d/cvspserver' containing
the following:

service cvspserver
{
   port        = 2401
   socket_type = stream
   protocol    = tcp
   wait        = no
   user        = root
   passenv     = PATH
   server      = /usr/local/bin/cvs
   server_args = -f --allow-root=/usr/cvsroot pserver
}

(If cvspserver is defined in '/etc/services', you can omit the port
line.)

-Larry Jones

Girls are so weird. -- Calvin



reply via email to

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