Bug#423436: wrong ownership for /var/lock/apache2

2007-05-16 Thread Achim Seufert
Hi there again, some additional information regarding the problem with the DAV-lockfile. My previous solution (changing the ownership of the lockfile) only lasted for a short time. :-) I realized that Apache2 (or the DAV-Module?!) removes its lockfiles upon shutdown. So the altered lockfile also

Bug#423436: wrong ownership for /var/lock/apache2

2007-05-16 Thread Peter Samuelson
[Achim Seufert] # Make sure /var/lock/apache2 has the correct permissions if [ -d /var/lock/apache2 ]; then chown www-data /var/lock/apache2 fi So this indicates that the ownership of /var/lock/apache2 really should be assigned to www-data. I really don't know why this wasn't