wrong start condition in upstart job
Bug #530235 reported by
Steve Langasek
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
Changed in munin (Ubuntu): | |
assignee: | nobody → Chuck Short (zulcss) |
importance: | Undecided → Medium |
status: | New → Triaged |
To post a comment you must log in.
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