Bug#765000: bridge-utils: bridge interface fails to load on startup

2016-02-21 Thread J Mo
This is a way bigger/dumber bug than just bridge interfaces. ifup is trying to bring up interfaces when udev hasn't even finished creating devices; before drivers have even loaded. This is probably one of ifup's many other bugs, though I'm not sure which one. I'm still looking into this.

Bug#765000: bridge-utils: bridge interface fails to load on startup

2016-02-18 Thread J Mo
Occasionally my br0 interface will come up on boot, but usually not. Seems to be a race. My br0 interface has a eth0 (onboard 1000BASE-T) and a wlan0 (PCIE iwlwifi card) on it. I added a second bridge, br1, with no interfaces it in. It came up for the two boot attempts I tested with.

Bug#765000: bridge-utils: bridge interface fails to load on startup

2014-10-14 Thread westlake
Here's my current config /etc/network/interfaces " allow-hotplug br0 auto br0 iface br0 inet static bridge_ports eth0 bridge_stp off bridge_waitport 0 bridge_fd 0 bridge_maxwait 0 bridge_hw _ #I'll try it without this line next time because it wasn't using eth0's mac by default. The gateway on t

Bug#765000: bridge-utils: bridge interface fails to load on startup

2014-10-13 Thread Santiago Garcia Mantinan
Hi! I think that what may be happening is that the bridge interface is coming up before the ethX interface is available, thus bridge-utils cannot attach it to the interface. To know for sure if this is happening, we need to get the output of some commands after the system is up and without runnin

Bug#765000: bridge-utils: bridge interface fails to load on startup

2014-10-13 Thread westlake
.. that stupid paste did something with the repeated wording.. sorry about that.. On 13/10/14 01:56 PM, westlake wrote: > Let me me know what I should try next and > I'll do my best to see if I can manage things without too much disruption.. > > thanks > -- To UNSUBSCRIBE, email to debian-bu

Bug#765000: bridge-utils: bridge interface fails to load on startup

2014-10-13 Thread westlake
" # The loopback network interface auto lo iface lo inet loopback # The primary network interface #allow-hotplug eth0 #iface eth0 inet dhcp iface eth0 inet manual auto br0 iface br0 inet dhcp bridge_ports eth0 bridge_stp off bridge_waitport 0 bridge_fd 0 bridge_maxwait 0 #bridge_hw " I notice

Bug#765000: bridge-utils: bridge interface fails to load on startup

2014-10-12 Thread Santiago Garcia Mantinan
Hi! > the interfaces file i'm using with ifupdown is very similar to the > following, > ' > allow-hotplug eth0 > auto eth0 > iface eth0 inet manual > up /sbin/ip link set eth0 up > pre-down /sbin/ip addr flush dev eth0 > down /sbin/ip link set eth0 down Why do you have all this eth0 stuff, bridge

Bug#765000: bridge-utils: bridge interface fails to load on startup

2014-10-12 Thread westlake
Package: bridge-utils Version: 1.5-9 Severity: important the bridge-utils/ifupdown is not setting up bridge interfaces on boot-up the interfaces file i'm using with ifupdown is very similar to the following, ' allow-hotplug eth0 auto eth0 iface eth0 inet manual up /sbin/ip link set eth0 up pre