[systemd-bugs] [Bug 56929] udev makes network interfaces available before it has renamed them

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sun Nov 11 06:13:03 PST 2012


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

--- Comment #1 from Marcos Mello <marcosfrm at gmail.com> ---
Similar problem here (Fedora 18, systemd-195-2.fc18.x86_64). I have an old
machine with two network adapters and a 70-persistent-net.rules as follows:

ACTION=="add", SUBSYSTEM=="net", ATTR{address}=="XX:XX:XX:XX:XX:XX",
NAME="eth0"
ACTION=="add", SUBSYSTEM=="net", ATTR{address}=="YY:YY:YY:YY:YY:YY",
NAME="eth1"

These rules do not work anymore. The rename, when it is needed, fails.

systemd-udevd[282]: error changing net interface name eth0 to eth1: File exists
systemd-udevd[284]: error changing net interface name eth1 to eth0: File exists

Lennart commented on fedora-devel that we should use biosdevname instead. I
would be happy using it, but unfortunately this BIOS does not support SMBIOS
2.6, so I need the rules working.

journalctl output attached.

-- 
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/20121111/0a49e566/attachment.html>


More information about the systemd-bugs mailing list