This bug was fixed in the package systemd - 208-8ubuntu2 --------------- systemd (208-8ubuntu2) utopic; urgency=medium
[ Ben Howard ] * 75-persistent-net-generator.rules: Fix matches of HyperV. (LP: #1361272) [ Martin Pitt ] * Add new autopkgtest boot_and_services which reboots the testbed with systemd as init and verifies that the most critical services like lightdm, D-BUS, NetworkManager, and cron work. (To be extended in the future) * Fix udev path in udev(7). (LP: #1357782) * path_id: suppress ID_PATH for devices with an unknown parent device type. (LP: #1321816) * udev-builtin-keyboard: Allow numeric key codes. (LP: #1247584) -- Martin Pitt <martin.p...@ubuntu.com> Mon, 08 Sep 2014 14:44:35 +0200 ** Changed in: systemd (Ubuntu Utopic) Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu. https://bugs.launchpad.net/bugs/1361272 Title: error in udev rules for hyperv net rules Status in “systemd” package in Ubuntu: Fix Released Status in “udev” package in Ubuntu: Invalid Status in “udev” source package in Precise: Fix Committed Status in “systemd” source package in Trusty: Fix Committed Status in “systemd” source package in Utopic: Fix Released Bug description: There is an error in the syntax where the MAC address does not match if the alpha characters are upper case rather than all lower case. For example, these rules are not matched properly: ENV{MATCHADDR}=="00:0c:29:*|00:50:56:*|00:05:69:*|00:1C:14:*" -> should be 00:1c:14:* ENV{MATCHADDR}=="00:12:5A:*" -> should be "00:12:5a:*" ENV{MATCHADDR}=="00:17:FA:*" -> should be "00:17:fa:*" ENV{MATCHADDR}=="00:50:F2:*" -> should be "00:50:f2:*" ENV{MATCHADDR}=="Dc:B4:c4:*" -> should be "dc:b4:c4:*" To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1361272/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp