[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

svnserve via xinetd : file 'format' permission denied

From: Bruno Costacurta <cob1_at_biz.tiscali.be>
Date: 2006-02-12 12:48:58 CET

Hello to All,

when using svnserve via xinetd, I have a problem related to the file 'format'
in my repository as permission is denied (whatever access file flags on file).
'Can't open file my_repo/...etc.../format : permission is denied'

However when started in daemon mode, svnserve is working fine.
So it seems I missed something about xinetd...

My xinetd config is :
.....
# default: on
# Subversion server

service svnserve
{
        socket_type = stream
        protocol = tcp
        user = svnadmin
        wait = no
        disable = yes
        server = /usr/bin/svnserve
        server_args = -i -r /home/bruno/.svn_repository_documents
        port = 3690
}
.....

Thanks for any clue.
Bye,
Bruno

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Feb 12 11:51:51 2006

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.