[Bug 498245] Re: bridge_maxwait is useless with upstart

2010-03-01 Thread Launchpad Bug Tracker
This bug was fixed in the package munin - 1.4.3-2ubuntu1

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

  * debian/rules, debian/munin-node.upstart: Convert to upstart. (LP: #498245)
 -- Chuck Short zul...@ubuntu.com   Mon, 01 Mar 2010 11:30:45 -0500

** Changed in: munin (Ubuntu)
   Status: Confirmed = Fix Released

-- 
bridge_maxwait is useless with upstart
https://bugs.launchpad.net/bugs/498245
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to munin in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 498245] Re: bridge_maxwait is useless with upstart

2010-02-11 Thread Steve Langasek
The specific problem you're having (from reading the other referenced
bug report) is that adding the delay causes the bridge to take longer
before it's brought up, and upstart doesn't wait for the bridge to
finish being brought up before running the init scripts in /etc/rc2.d.
However, upstart doesn't wait for *any* interfaces to be brought up
before processing /etc/rc2.d, bridges or otherwise; there's a general
race condition here that happens to be fixed for you when speeding up
the bridge init, but solving the race generally needs to be done in the
munin package:

 - the munin package needs to provide an upstart job in place of the init script
 - you will need to modify the upstart job to specifically wait for the bridge 
interface to be up (start on net-device-up IFACE=br1) to match your specific 
needs of binding to a particular interface.


** Package changed: bridge-utils (Ubuntu) = munin (Ubuntu)

-- 
bridge_maxwait is useless with upstart
https://bugs.launchpad.net/bugs/498245
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to munin in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 498245] Re: bridge_maxwait is useless with upstart

2010-01-29 Thread Chuck Short
** Changed in: bridge-utils (Ubuntu)
   Importance: Undecided = Wishlist

** Changed in: bridge-utils (Ubuntu)
   Status: New = Confirmed

-- 
bridge_maxwait is useless with upstart
https://bugs.launchpad.net/bugs/498245
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bridge-utils in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs