info-cvs
[Top][All Lists]
Advanced

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

Authorization failed


From: Radha Krishna
Subject: Authorization failed
Date: Tue, 5 Feb 2002 13:18:53 +0530

> Hi,
> I have configured cvs on Linux server and I have installed WinCVS1.2 on
> windows98. When ever i try to connect to CVS server on Linux from WinCVS
> client, iam getting the following error.
> --------------------------------------------------------------------------
> ----------------------------------------------
> NEW CVSROOT: :pserver:address@hidden:/home/cvs111 (password
> authentication)
> cvs login 
> (Logging in to address@hidden)
> /home/cvs111: no such repository
> cvs login: authorization failed: server 200.200.200.140 rejected access to
> /home/cvs111 for user cvs111
> 
> *****CVS exited normally with code 1*****
> --------------------------------------------------------------------------
> --------------------------------------------------------------------------
> --------------------------------------------
> Here iam mentioning the access permissions of the different cvs files on
> Linux server.
> 1) Logged in as root and created an username "cvs111"
> 2) Logged in again as user, cvs111, and run the following command to
> create the CVS repository at /home/cvs111.
>       $cvs -d /home/cvs111 init
> 3)Manually I have created a passwd file called passwd in
> home/cvs111/CVSROOT and added the following single as the entry in the
> passwd file which allows the user cvs111 without the password.
> cvs111 :
> 
> 4)I added the file named cvspserver to the /etc/xinetd.d directory
> The contents of the cvspserver file is:
> service cvspserver
> {
>         socket_type     =       stream
>         protocol        =       tcp
>         wait            =       no
>         user            =       root
>         server          =       /usr/bin/env
>         server_args     =       -i cvs -f --allow-root=/home/cvsroot
> pserver
> }
> After adding these lines i have restarted the Linux system in order to
> reflect these changes in the run time environment of the system.
> Here iam giving the file/dir permission  details of CVS Server on Linux
> also:
> 
> drwxrwxrwx    6 cvs111   cvs111       4096 Jan 27 18:38 cvs111 (Here
> cvs111 is /home/cvs111 which is my username and also the respository)
> drwxrwxr-x     3 cvs111   cvs111       4096 Jan 27 18:38 CVSROOT
> 
> Plz help me
> 
> Thanks in advance
> -Radha



reply via email to

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