I can reproduce the hang with booting systemd.

** Changed in: systemd (Ubuntu)
   Importance: Undecided => High

** Changed in: systemd (Ubuntu)
       Status: New => Triaged

** Changed in: systemd (Ubuntu)
     Assignee: (unassigned) => Martin Pitt (pitti)

** Tags added: systemd-boot

** Summary changed:

- Machine never boots, stuck at network bringup
+ Booting stuck at network bringup with bond interfaces

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1414544

Title:
  Booting stuck at network bringup with bond interfaces

Status in systemd package in Ubuntu:
  Triaged

Bug description:
  root@lantea:~# cat /etc/network/interfaces
  # 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 manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1414544/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to     : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to