[Bug 1307429] Re: Existing allow-hotplug devices do not come up

Benjamin Drung bdrung at posteo.de
Thu May 8 15:13:05 UTC 2014


Debdiff for Ubuntu 12.04 (precise) attached. "ifquery --allow hotplug
--list" does not work on precise, but "ifquery --list" lists all auto
interfaces. Therefore I had to modify the patch for precise.

Note that the debdiffs differ from the initial patch, because I had to
integrate the fix for LP #1315756.

** Patch added: "ifupdown_0.7~beta2ubuntu11.1.debdiff"
   https://bugs.launchpad.net/ubuntu/+source/ifupdown/+bug/1307429/+attachment/4108146/+files/ifupdown_0.7%7Ebeta2ubuntu11.1.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to ifupdown in Ubuntu.
https://bugs.launchpad.net/bugs/1307429

Title:
  Existing allow-hotplug devices do not come up

Status in “ifupdown” package in Ubuntu:
  Fix Released
Status in “ifupdown” source package in Precise:
  New
Status in “ifupdown” source package in Saucy:
  New
Status in “ifupdown” source package in Trusty:
  Triaged

Bug description:
  SRU Justification:
  [Impact]
  Devices that are listed with allow-hotplug in /etc/network/interfaces do not come up when they are hotplugged. "ip addr" shows that these devices are down.

  [Test Case]
  Steps to reproduce:

  1) Install Ubuntu 12.04, 13.10, or 14.04 in a virtual machine (e.g. with libvirt) with one network device.
  2) Modify /etc/network/interfaces to

  auto lo
  iface lo inet loopback
  allow-hotplug eth0
  iface eth0 inet dhcp
  allow-hotplug eth1
  iface eth1 inet dhcp
  allow-hotplug eth2
  iface eth2 inet dhcp

  3) Boot your virtual machine.
  4) Type "ip addr" to show your network devices. It should show eth0 which should be up (but isn't)
  5) Add/Hotplug one NIC to your virtual machine.
  6) "ip addr" should show that eth1 is up too (but isn't)

  [Regression Potential]
  Patch is already in Utopic.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ifupdown/+bug/1307429/+subscriptions



More information about the foundations-bugs mailing list