Public bug reported:

When installing a UEC node (from server iso 09272009.1), I'm finding
that the bridge device that is defined in /etc/network/interfaces never
comes up on machine boot.  contents of /etc/network/interfaces looks
correct:

-----------------------
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
auto eth0
iface eth0 inet manual

auto br0
iface br0 inet dhcp
        bridge_ports eth0
        bridge_fd 9
        bridge_hello 2
        bridge_maxage 12
        bridge_stp off
---------------------------------------

My ethernet interface is:

02:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5722
Gigabit Ethernet PCI Express

After the machine boots, I can bring up the bridge successfully with:

sudo ifup br0

Could this be an interaction with upstart that is causing the bridge to
never be started?  Any suggestions on how to debug this further would be
appreciated!

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


** Tags: eucalyptus

** Tags added: eucalyptus

-- 
on UEC node install, bridge device is not coming up on boot
https://bugs.launchpad.net/bugs/437910
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus 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

Reply via email to