Did you add the user wlaver to your passwd file? If so, you will also need 
to
make sure the user wlaver also exists as a user account on the system.

------
Yes, wlaver is a valid system user and is a member of the group cvs

/*wlaver*/


From: [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: (clug-talk) CVS Server
Date: Sat,  7 Sep 2002 12:46:11 -0700

Did you add the user wlaver to your passwd file? If so, you will also need 
to
make sure the user wlaver also exists as a user account on the system.

Quoting wlaver _ <[EMAIL PROTECTED]>:

 > I'm trying to setup a cvs server on a redhat 7.3 box.
 >
 > The steps i've completed so far are:
 >
 > added a new user called cvs
 > added the group cvs to the user accounts that I want to access the cvs
 >
 > created the directory /home/cvs/repository/CVSROOT
 > cvs -d /home/cvs/repository/CVSROOT init
 >
 > edited /etc/profile to add the CVSROOT path
 >
 > added a file to /etc/xinetd.d called cvspserver which holds the following
 > information:
 >
 > # default: off
 > # description: An cvs server.
 > service cvspserver
 > {
 >         disable = no
 >    socket_type = stream
 >    protocol = tcp
 >    user = root
 >    wait = no
 >    server = /usr/bin/cvs
 >    server_args= -f --allow-root=/home/cvs/repository pserver
 >    log_on_success +=USERID
 >    log_on_failure += USERID
 > }
 >
 > finally I restarted xinetd
 >
 > Problem:
 > when I try to login I get the following error message:
 >
 > [wlaver@localhost wlaver]$ cvs login
 > Logging in to :pserver:wlaver@localhost:2401/home/cvs/repository
 > CVS password:
 > cvs [login aborted]: connect to localhost(127.0.0.1):2401 failed: 
Connection
 >
 > refused
 >
 > Tia for any help you guys can provide
 >
 > /*wlaver*/
 >
 >
 > _________________________________________________________________
 > MSN Photos is the easiest way to share and print your photos:
 > http://photos.msn.com/support/worldwide.aspx
 >
 >


_________________________________________________________________
Chat with friends online, try MSN Messenger: http://messenger.msn.com

Reply via email to