https://bugzilla.novell.com/show_bug.cgi?id=821760 https://bugzilla.novell.com/show_bug.cgi?id=821760#c0 Summary: /etc/udev/rules.d/40-xend.rules references non-existing objects Classification: openSUSE Product: openSUSE 12.3 Version: Final Platform: All OS/Version: openSUSE 12.3 Status: NEW Severity: Minor Priority: P5 - None Component: Xen AssignedTo: jdouglas@suse.com ReportedBy: avsco@mail.ru QAContact: qa-bugs@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:21.0) Gecko/20100101 Firefox/21.0 On each boot in Xen mode, a bunch of identical messages appear in the console:
[ 8.731110] systemd-udevd[537]: failed to execute '/usr/lib/udev/socket:/org/xen/xend/udev_event' 'socket:/org/xen/xend/udev_event': No such file or directory
This is probably caused by udev rules in /etc/udev/rules.d/40-xend.rules:
SUBSYSTEM=="pci", RUN+="socket:/org/xen/xend/udev_event" SUBSYSTEM=="scsi", RUN+="socket:/org/xen/xend/udev_event" SUBSYSTEM=="usb", RUN+="socket:/org/xen/xend/udev_event"
Searching on the error message, I came to ArchWiki, which says: "xend is (a) deprecated and (b) not used, so it is safe to remove xend.rules". But, although it seems that openSUSE finally migrated to the xl toolstack, at the same time the xend service is still in use. So I wonder whether those rules are really obsolete, or just require an update. Reproducible: Always Steps to Reproduce: 1. Boot openSUSE 12.3 with Xen 4.2 hypervisor, leaving splash-screen out. Actual Results: Bunch of messages from systemd-udevd about missing 'socket:/org/xen/xend/udev_event'. Expected Results: No error messages. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.