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

Re: db/transactions/274-1.txn/node.0.0': Permission denied

From: Manuel Vacelet <manuel.vacelet_at_gmail.com>
Date: 2006-01-06 09:13:54 CET

2006/1/4, Manuel Vacelet <manuel.vacelet@gmail.com>:
> 2006/1/4, Konrad Rosenbaum <konrad@silmor.de>:
> > On Wednesday 04 January 2006 11:28, Manuel Vacelet wrote:
> > > From time to time commit fails with following error:
> > > /db/transactions/274-1.txn/node.0.0': Permission denied
> > > $> ls -l /<repo>/db/transactions
> > > drw-rwSrw- 2 apache embed 4.0K Jan 3 18:32 274-1.txn
> >
> > Hmm, this one is interesting. It seems your subversion creates the
> > transaction directory without x-right (x means "enter the directory" for
> > directories). So it can't do anything else with the transaction after it
> > created it.
> >
> > Check whether your start script for Apache sets umask. I suspect it is:
> >
> > umask 033
> >
> > while it should be:
> > umask 022
>
> There were no umask in my apache starting scripts (I checked
> /etc/init.d/httpd and /usr/sbin/apachectl).
>
> So I added an 'umask 022' at the beginning of /usr/sbin/apachectl but
> It change nothing :/
>
> I don't understand why sometimes it works without any problems and
> sometimes not:

I still have the problem.
And I don't know where I can look for more informations.
For instance yestarday, there were commits on 14 repositories, 15
errors on 6 repositories (this is often the same repositories that are
temporarly broken).

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jan 6 09:15:53 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.