Your message dated Thu, 8 Nov 2007 21:55:23 +0100 with message-id <200711082155.24057.sf@sfritsch.de> and subject line Bug#450654: /etc/init.d/apache2 creates /var/lock/apache2 with wrong permissions has caused the attached Bug report to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database)
--- Begin Message ---
- To: Debian Bug Tracking System <submit@bugs.debian.org>
- Subject: /etc/init.d/apache2 creates /var/lock/apache2 with wrong permissions
- From: Mikael Ståldal <mikael@ingen-reklam-staldal.nu>
- Date: Thu, 08 Nov 2007 21:24:08 +0100
- Message-id: <[🔎] 20071108202408.4220.7564.reportbug@oden>
Package: apache2 Version: 2.2.3-4+etch1 Severity: important Tags: patch /etc/init.d/apache2 creates the /var/lock/apache2 directory with owner and group set to root. It should have the apache group "www-data" and chmod g+rw in order for some modules to work, e.g. dav_fs. -- System Information: Debian Release: 4.0 APT prefers stable APT policy: (500, 'stable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.18-5-686 Locale: LANG=sv_SE.UTF-8, LC_CTYPE=sv_SE.UTF-8 (charmap=UTF-8) Versions of packages apache2 depends on: ii apache2-mpm-prefork 2.2.3-4+etch1 Traditional model for Apache HTTPD apache2 recommends no packages. -- no debconf information125c125 < [ -d /var/lock/apache2 ] || mkdir -p /var/lock/apache2 --- > [ -d /var/lock/apache2 ] || mkdir -p /var/lock/apache2 ; chgrp www-data /var/lock/apache2 ; chmod g+rwx /var/lock/apache2
--- End Message ---
--- Begin Message ---
- To: Mikael Ståldal <mikael@ingen-reklam-staldal.nu>
- Cc: 450654-done@bugs.debian.org
- Subject: Re: Bug#450654: /etc/init.d/apache2 creates /var/lock/apache2 with wrong permissions
- From: Stefan Fritsch <sf@sfritsch.de>
- Date: Thu, 8 Nov 2007 21:55:23 +0100
- Message-id: <200711082155.24057.sf@sfritsch.de>
- In-reply-to: <[🔎] 20071108202408.4220.7564.reportbug@oden>
- References: <[🔎] 20071108202408.4220.7564.reportbug@oden>
Version: 2.2.3-4+etch2 On Thursday 08 November 2007, Mikael Ståldal wrote: > /etc/init.d/apache2 creates the /var/lock/apache2 directory with > owner and group set to root. It should have the apache group > "www-data" and chmod g+rw in order for some modules to work, e.g. > dav_fs. This will be fixed in etch r2, which will hopefully be released soon.
--- End Message ---