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

Re: Berkeley DB error after migration

From: Kaleb Pederson <kpederson_at_ewu.edu>
Date: 2005-03-09 19:13:26 CET

On Wednesday 09 March 2005 9:59 am, Daniel Graupner wrote:
> apache account is www
>
> : ps aux| grep httpd
>
> root 56665 0.0 0.9 7384 4608 ?? Ss 4:21PM 0:00.32
> /usr/local/sbin/httpd -k start
> www 56666 0.0 1.0 7408 5016 ?? I 4:21PM 0:00.01
> /usr/local/sbin/httpd -k start
> www 56667 0.0 1.0 7408 5012 ?? I 4:21PM 0:00.01
> ...
>
> Permissions are
> drwx------ 7 www www 512 30 Mai 2004 testrepos
> Same with all files/dirs in apache directory.

Would you you su to 'www' and try it? The following permissions work for my
webserver:

$ ls -l /var/lib/svn/web
total 28
drwxr-x--- 2 apache apache 4096 Dec 22 10:30 conf
drwxr-x--- 2 apache apache 4096 Dec 22 10:36 dav
drwxr-x--- 2 apache apache 4096 Dec 22 10:30 db
-r--r----- 1 apache apache 2 Dec 22 10:30 format
drwxr-x--- 2 apache apache 4096 Dec 22 10:30 hooks
drwxr-x--- 2 apache apache 4096 Dec 22 10:30 locks
-rw-r----- 1 apache apache 379 Dec 22 10:30 README.txt

Assuming all the files have correct and valid permissions, it should work....
but there is still a permissions problem.

--Kaleb

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Mar 9 19:16:38 2005

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.