The older udev had this rule:
  KERNEL=="vport*", ATTR{name}=="?*", SYMLINK+="virtio-ports/$attr{name}"
while the current one added the SUBSYSTEM check:
 SUBSYSTEM=="virtio-ports", KERNEL=="vport*", ATTR{name}=="?*", 
SYMLINK+="virtio-ports/$attr{name}"

(in /lib/udev/rules.d/50-udev-default.rules)

Can you please run

  udevadm info --export-db > /tmp/udev.txt

and attach /tmp/udev.txt here? I'd like to see what SUBSYSTEM your
/dev/vport1p1 actually has.

This was changed in
http://cgit.freedesktop.org/systemd/systemd/commit/?id=378f2e074e
without much commentary, so I suppose/hope there's just some typo in the
SUBSYSTEM.

** Changed in: systemd (Ubuntu)
       Status: Confirmed => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1242794

Title:
  Missing virtio-port symlinks

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1242794/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to