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.
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.
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
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
.. 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
"
# 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
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
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
8 matches
Mail list logo