[systemd-bugs] [Bug 59964] udev 197 network device renaming race condition

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Feb 11 15:45:44 PST 2013


https://bugs.freedesktop.org/show_bug.cgi?id=59964

--- Comment #1 from Lennart Poettering <lennart at poettering.net> ---
Hmm? The network interface naming takes place in udev rules, so that clients
listening to that will never see the original name at all.

I figure you are using some tool that watches netlink only, but not udev for
devices appearing and then configures them? It really shouldn't do that.
Watching netlink is fine, but apps must also take udev into account and not up
the device (in fact, not touch it at all) before the udev rules finished with
it. udev rules might not just set the name of a device, but alter all kinds of
parameters on the device, and hence apps should never take possesion of the
iface before waiting for udev.

NetworkManager gets this all right. What network management are you using? Most
likely that software should be fixed to watch libudev.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/systemd-bugs/attachments/20130211/e8235bca/attachment.html>


More information about the systemd-bugs mailing list