Public bug reported: == Comment: #0 - Thorsten Diehl - 2016-02-24 13:24:20 == Package: sysconfig-hardware Version: 0.0.12 Severity: normal
One udev rule statement in /lib/udev/rules.d/65-sysconfig-hardware- net.rules is obviously wrong, as described in debian bug https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=815819 Suggested patch: --- /lib/udev/rules.d/65-sysconfig-hardware-net.rules.orig 2016-02-24 19:20:30.389650773 +0100 +++ /lib/udev/rules.d/65-sysconfig-hardware-net.rules 2016-02-24 19:20:49.489650773 +0100 @@ -1,2 +1,2 @@ -SUBSYSTEM=="net", IMPORT{program}="/etc/sysconfig/scripts/hardware/udev-net $DEVPATH" +SUBSYSTEM=="net", IMPORT{program}="/etc/sysconfig/scripts/hardware/udev-net $env{DEVPATH}" SUBSYSTEM=="net", ENV{INTERFACE_NAME}=="?*", NAME="$env{INTERFACE_NAME}" ** Affects: sysconfig (Ubuntu) Importance: Undecided Assignee: Skipper Bug Screeners (skipper-screen-team) Status: New ** Tags: architecture-s39064 bugnameltc-137774 severity-medium targetmilestone-inin1604 ** Tags added: architecture-s39064 bugnameltc-137774 severity-medium targetmilestone-inin1604 ** Changed in: ubuntu Assignee: (unassigned) => Skipper Bug Screeners (skipper-screen-team) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1550028 Title: sysconfig-hardware udev rule ignores INTERFACE_NAME property To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/sysconfig/+bug/1550028/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
