Public bug reported:

current upstart scripts for ganglia-monitor use

    start on runlevel [2345]

as the start condition.  Under some configurations (udp) this can lead
to ganglia-monitor attempting to start before the network is ready and
then failing.  It quickly hits the respawn rate limit and is stopped,
with the net effect that at boot time ganglia-monitor ends up not
running.

A better start condition is

    start on net-device-up IFACE!=lo

Which waits until a non-local ethernet device comes up to start the
monitor process.

** Affects: ganglia (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1442843

Title:
  upstart config should wait for network up

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ganglia/+bug/1442843/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to