[Bug 682445] Re: configure_networking doesn't wait for udev to populate available nics

2020-06-03 Thread dann frazier
This was fixed long ago. initramfs-tools (0.100) unstable; urgency=low Release "singing in the snow ☃☃☃" [...] [ Alkis Georgopoulos ] * [b938c7e] configure_networking() wait for udev to populate available nics (LP: #682445) [...] -- Michael Prokop Tue, 14 Feb 2012 14:42:23 +0100

[Bug 682445] Re: configure_networking doesn't wait for udev to populate available nics

2012-07-09 Thread Launchpad Bug Tracker
** Branch linked: lp:debian/initramfs-tools -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/682445 Title: configure_networking doesn't wait for udev to populate available nics To manage

[Bug 682445] Re: configure_networking doesn't wait for udev to populate available nics

2010-11-28 Thread Alkis Georgopoulos
** Attachment added: initramfs-tools.png https://bugs.launchpad.net/bugs/682445/+attachment/1748051/+files/initramfs-tools.png -- configure_networking doesn't wait for udev to populate available nics https://bugs.launchpad.net/bugs/682445 You received this bug notification because you are a

[Bug 682445] Re: configure_networking doesn't wait for udev to populate available nics

2010-11-28 Thread Alkis Georgopoulos
Adding a call to `wait_for_udev 10` inside the configure_networking() function solves the problem. Tested in 3 different PCs and 1 vbox VM, they all experienced the problem previously and they worked fine after applying the patch. ** Patch added: Patch to wait for udev