info-cvs
[Top][All Lists]
Advanced

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

Pls help me, can't login CVS


From: robin wang
Subject: Pls help me, can't login CVS
Date: Mon, 27 Aug 2001 19:29:46 +0800

hi

I can't login to the CVS repositiery.
I am using cvs on a server.

I am trying to login :
cvs -d :pserver:address@hidden:/home/cvsroot login
but upon entering my password (12345)
I get the following message:
$ cvs -d :pserver:address@hidden:/home/cvsroot login
(Logging in to address@hidden)
CVS password:
cvs login: authorization failed: server 192.168.0.100 rejected access to
/home/cvsroot/ for user robin

On the server, the repositery is in
/home/cvsroot

The CVSROOT variable points at
/home/cvsroot

The following are my configuration files:

In /etc/xinetd.d/cvspserver file I have:

-------start----------
# default: on
# description: The SPOP3 service allows remote users to access their mail \
#              using an POP3 client with SSL support such as Netscape \
#              Communicator or fetchmail.
service cvspserver
{
        socket_type             = stream
        protocol                = tcp
        wait                    = no
        user                    = root
        server                  =  /usr/bin/cvs
        server_args             =  --allow-root=/source pserver
        log_on_success          += USERID
        log_on_failure          += USERID
        disable                 =  no
}
----------end---------

the password is "12345"

When I have no /home/cvsroot/CVSROOT/passwd  file or i create this
file(paster the encryped passwd from /etc/shadow),the error message
are the same.

Any help is very much appreciated!!
Thanks.




reply via email to

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