info-cvs
[Top][All Lists]
Advanced

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

Error with csv pserver


From: ebmb
Subject: Error with csv pserver
Date: 23 Nov 2006 11:01:53 -0800
User-agent: G2/1.0

 Hello ALL,
 I have a doubt about cvs pserver. I dont have root access so, as
sugested by Larry, I created my cvspserver into /etc/xinetd.d as
following:

service cvspserver
{
        port            = 2401
        disable         = no
        socket_type     = stream
        protocol        = tcp
        wait            = no
        user            = user1
        passenv         = PATH
        server          = /extra/cvs-1.11.22/src/bin/cvs
        server_args     = -f --allow-root=/extra/cvs pserver
}

  After cvs -d /extra/cvs init, I configurated $CVSROOT/CVSROOT/passwd
as following:

user1:address@hidden
user2:@NgA^ImmTp

 User1 has all access granted to do somthing (import, checkout, commit,
add, etc.).

 So I tried to add a new user in passwd file (user2). If I try to login
with user2 into CVS ("cvs -d :pserver:address@hidden/extra/cvs login"),
theres no problems. But, when I try to do something, like import (cvs
-d :pserver:address@hidden/extra/cvs import foo foo start) I got the error:
"setuid failed: Operation not permitted". The directories/files
permissions in that disk (/extra) are 777 for all.

 Somebody, could help-me????
 
 Thanks in advance!

 Cheers,
 EBMB.



reply via email to

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