Activity log for bug #538587

Date Who What changed Old value New value Message
2010-03-14 00:09:31 Daniel Hahler bug added bug
2010-03-14 00:29:07 Daniel Hahler 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/munin/munin-limits.lock failed: No such file or directory at /usr/share/perl5/Munin/Master/LimitsOld.pm line 114 Creating lock /var/run/munin/munin-graph.lock failed: No such file or directory at /usr/share/perl5/Munin/Master/GraphOld.pm line 248 Creating lock /var/run/munin/munin-html.lock failed: No such file or directory at /usr/share/perl5/Munin/Master/HTMLOld.pm line 151 Binary package hint: munin I've installed munin locally on Lucid, and it fails after reboot with the following errors: Creating lock /var/run/munin/munin-limits.lock failed: No such file or directory  at /usr/share/perl5/Munin/Master/LimitsOld.pm line 114 Creating lock /var/run/munin/munin-graph.lock failed: No such file or directory  at /usr/share/perl5/Munin/Master/GraphOld.pm line 248 Creating lock /var/run/munin/munin-html.lock failed: No such file or directory  at /usr/share/perl5/Munin/Master/HTMLOld.pm line 151 The problem is that when _create_rundir_if_missing is run (from /usr/share/perl5/Munin/Master/Update.pm run()), $config->{rundir} is "/tmp" and exists). 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_rundir_if_missing is run. A workaround might be to create an init script for munin, too, which only creates the missing directory. Version: 1.4.3-2ubuntu2
2010-03-14 00:32:15 Daniel Hahler bug watch added http://munin-monitoring.org/ticket/887
2010-03-14 00:32:15 Daniel Hahler bug task added munin
2010-03-14 00:36:26 Daniel Hahler munin (Ubuntu): status New Triaged
2010-03-14 00:36:31 Daniel Hahler munin (Ubuntu): importance Undecided High
2010-03-14 00:37:01 Daniel Hahler munin (Ubuntu): milestone ubuntu-10.04-beta-2
2010-03-14 01:37:07 Bug Watch Updater munin: status Unknown New
2010-03-19 21:39:30 Launchpad Janitor munin (Ubuntu): status Triaged Fix Released
2010-03-19 22:14:42 Launchpad Janitor branch linked lp:ubuntu/munin
2011-01-15 06:34:52 Bug Watch Updater munin: status New Fix Released