Booting stuck at network bringup with bond interfaces
Bug #1414544 reported by
Stéphane Graber
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
systemd (Ubuntu) |
Fix Released
|
High
|
Martin Pitt |
Bug Description
root@lantea:~# cat /etc/network/
# 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
# Physical network interfaces
auto eth0
iface eth0 inet manual
bond-master bond0
auto eth1
iface eth1 inet manual
bond-master bond0
# Bond
auto bond0
iface bond0 inet dhcp
bond-slaves none
bond-mode 802.3ad
bond-miimon 100
hwaddress 00:1b:21:2c:0d:4b
That's a fairly common bond configuration which works great with upstart but which when booting with systemd will hang at network bringup time.
To post a comment you must log in.
here is mine , on vivid i386 booting with systemd:
# The loopback network interface
auto lo
iface lo inet loopback
nothing else here, but some 'cosmetic' troubles: lp:1414426
so i suppose ip6 is your issue; what happen if you comment it out ?