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

Re: \home\david accessed on httpd mod_dav_svn startup

From: Joe Orton <joe_at_manyfish.co.uk>
Date: 2003-08-02 00:06:10 CEST

On Thu, Jul 31, 2003 at 07:01:24PM -0400, Couball, James wrote:
> Hello Team:
>
> Whenever I start httpd with the LoadModule for mod_dav_svn.so causes
> /home/david to be accessed... I can't tell why. We share home directories
> via nfs automount, so this is causing a message to appear in my
> /var/log/messages file indicating that /home/david could not be mounted.

If you run

  # strace -o /tmp/httpd.trace -f /path/to/my/httpd

then shutdown httpd the normal way, the httpd.trace file should show you
exactly what file is being examined in /home/david, which may shed light
on the build problem.

joe

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Aug 2 00:06:55 2003

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.