munin fails to work after reboot (/var/run/munin missing)
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
munin |
Fix Released
|
Unknown
|
|||
munin (Ubuntu) |
Fix Released
|
High
|
Unassigned |
Bug Description
Binary package hint: munin
I've installed munin locally on Lucid, and it fails after reboot with the following errors:
Creating lock /var/run/
at /usr/share/
Creating lock /var/run/
at /usr/share/
Creating lock /var/run/
at /usr/share/
The problem is that when _create_
Later however, $config->{rundir} gets mapped to $MUNIN_STATEDIR - which is /var/run/munin.
Normally, this bug gets worked around when munin-node is running on the same node, too - since the start script (upstart in Ubuntu) creates /var/run/munin.
The real bug appears to be that $config isn't properly setup when _create_
A workaround might be to create an init script for munin, too, which only creates the missing directory.
Version: 1.4.3-2ubuntu2
Related branches
description: | updated |
Changed in munin (Ubuntu): | |
status: | New → Triaged |
importance: | Undecided → High |
milestone: | none → ubuntu-10.04-beta-2 |
Changed in munin: | |
status: | Unknown → New |
Changed in munin: | |
status: | New → Fix Released |
This bug was fixed in the package munin - 1.4.3-2ubuntu3
---------------
munin (1.4.3-2ubuntu3) lucid; urgency=low
* debian/ munin-node. upstart: Fix upstart tweaks. (LP: #538587)
-- Chuck Short <email address hidden> Thu, 18 Mar 2010 11:51:15 -0400