Your message dated Thu, 31 May 2012 13:35:03 +0200
with message-id <[email protected]>
and subject line Re: [Packaging] Bug#675340: /var/run/munin not created without
munin-node
has caused the Debian Bug report #675340,
regarding /var/run/munin not created without munin-node
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
675340: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=675340
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: munin
Severity: normal
The directory /var/run/munin is used by this package (munin)
For example, munin-html wants to store its lockfile there.
However, this directory is only created by the init script
in munin-node. This becomes a problem on systems where munin
is installed, but munin-node is not.
-- System Information:
Debian Release: 6.0.4
APT prefers stable-updates
APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.32-5-amd64 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
--- End Message ---
--- Begin Message ---
Hi,
On Donnerstag, 31. Mai 2012, Lennard Klein wrote:
> The directory /var/run/munin is used by this package (munin)
> For example, munin-html wants to store its lockfile there.
>
> However, this directory is only created by the init script
> in munin-node. This becomes a problem on systems where munin
> is installed, but munin-node is not.
huh?
~/Projects/munin/wheezy/trunk$ cat debian/munin.init
[...]
case "$1" in
start|restart|force-reload)
# Create various dirs
mkdir -p /var/run/munin && chown munin /var/run/munin
exit $?
;;
[...]
cheers,
Holger
--- End Message ---