wrong start condition in upstart job

Bug #530235 reported by Steve Langasek
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
munin (Ubuntu)
Fix Released
Medium
Chuck Short

Bug Description

Binary package hint: munin

The latest munin upload in lucid adds an upstart job, which has a wrong start condition:

 start on (local-filesystems and net-device-up IFACE=lo)

There's no reason munin should be using 'local-filesystems' here instead of 'filesystem', and this will result in a start failure on systems that use NFS for key mount points.

(BTW, why do you set PIDFILE and CONFFILE variables in the environment that don't appear to be used in the script?)

Related branches

Steve Langasek (vorlon)
Changed in munin (Ubuntu):
assignee: nobody → Chuck Short (zulcss)
importance: Undecided → Medium
status: New → Triaged
Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package munin - 1.4.3-2ubuntu2

---------------
munin (1.4.3-2ubuntu2) lucid; urgency=low

  * debian/munin-node.upstart: Upstart tweaks. (LP: #530235)
 -- Chuck Short <email address hidden> Mon, 01 Mar 2010 14:21:13 -0500

Changed in munin (Ubuntu):
status: Triaged → Fix Released
Revision history for this message
Daniel Hahler (blueyed) wrote :

Re-opening, since 1.4.3-2ubuntu3 reverted this:
-start on (filesystem and net-device-up IFACE=lo)
+start on (local-filesystems and net-device-up IFACE=lo)

Apparently when trying to fix bug 538587, but in a wrong way.

Changed in munin (Ubuntu):
status: Fix Released → Triaged
Revision history for this message
Daniel Hahler (blueyed) wrote :

(well the diff is from my local conf.. 1.4.3-2ubuntu2 had "filesystems")

Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package munin - 1.4.3-2ubuntu4

---------------
munin (1.4.3-2ubuntu4) lucid; urgency=low

  * Set the correct start condition for the upstart job, as originally
    requested. LP: #530235.
 -- Steve Langasek <email address hidden> Sat, 20 Mar 2010 07:22:06 +0000

Changed in munin (Ubuntu):
status: Triaged → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.