info-cvs
[Top][All Lists]
Advanced

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

Re: New checkout troubles !


From: Xavier MAILLARD
Subject: Re: New checkout troubles !
Date: Wed, 23 Jan 2002 14:37:57 -0500
User-agent: slrn/0.9.7.1 (Linux)

Accordingly to Larry Jones, I've made some modifications into my
xinetd.d/cvspserver file to make a dump of my env and then I remodified
it to make it works. All my modifications are ok now and I post my own
cvspserver xinetd file to (perhaps) help some other people in the same
situation.

Here it is :

{
#       flags = REUSE NAMEINARGS
        disable = no
        socket_type         = stream
        protocol            = tcp
        wait                = no
        user                = root
        log_on_success     += HOST USERID EXIT DURATION
        log_on_failure     += HOST USERID ATTEMPT RECORD
        server              = /usr/bin/env
       #server              = /usr/bin/cvs
        #server_args = -f --allow-root=/opt/cvs pserver
        server_args = -i cvs -f --allow-root=/opt/cvs pserver
#       only_from = mail.hometranet.home
}

Lot of thanx to all specially to Larry whose help was very accurate.

Thanx.
In article <address@hidden>, Xavier MAILLARD wrote:
> I have jus t rebooted the cvs machine and now checkout commands uoput
> this :
> 
> cvs server: cannot open /root/.cvsignore: Permission denied
> cvs [server aborted]: can't chdir(/root): Permission denied
> 
> So I'm asking me wether the fact that cvs server is running under root
> is actually a good idea or if I made it turn with cvs specific user
> would be better?
> 
> Any suggestions ?
> 
> Thanx



reply via email to

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