upstart config should wait for network up
Bug #1442843 reported by
Ben Kurtz
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
ganglia (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
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.
To post a comment you must log in.