<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - udev makes network interfaces available before it has renamed them"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=56929#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - udev makes network interfaces available before it has renamed them"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=56929">bug 56929</a>
              from <span class="vcard"><a class="email" href="mailto:marcosfrm@gmail.com" title="Marcos Mello <marcosfrm@gmail.com>"> <span class="fn">Marcos Mello</span></a>
</span></b>
        <pre>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.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the QA Contact for the bug.</li>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>