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

Re: Server module corrupts repository.

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-03-04 23:34:17 CET

Robert Larsen <robert@the-playground.dk> writes:

> [Tue Mar 04 11:34:02 2003] [error] [client 127.0.0.1] (13)Permission
> denied: Berkeley DB error while opening `nodes' table for filesystem
> /var/cvsroot/svnrepo/db:
> DB_RUNRECOVERY: Fatal error, run database recovery [500, #160029]
> --------------------------------------------------------
>
> All files under /var/cvsroot/svnrepo are owned by the 'apache' user
> and group and I have the following in httpd.conf:
>
> User apache
> Group apache

File access isn't enough. You need r/w permission on the parent
directories too.

When you access via file:///, are you doing it as user 'apache'? Is
your umask doing weird things to the db files, making it impossible
for the httpd process to r/w as well?

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Mar 4 21:35:19 2003

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

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