[Bug 821760] New: /etc/udev/rules.d/40-xend.rules references non-existing objects
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.
https://bugzilla.novell.com/show_bug.cgi?id=821760 https://bugzilla.novell.com/show_bug.cgi?id=821760#c1 Charles Arnold <carnold@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |WONTFIX --- Comment #1 from Charles Arnold <carnold@suse.com> 2013-06-03 10:12:10 UTC --- Xend/xm is the default and supported toolstack in openSUSE 12.3. The xl toolstack is still technical preview due to missing functionality in libvirt. If you want to use xl, you should make sure xend is not running and that the libvirtd daemon is restarted after xend is shut off. As for the error, it seems that systemd/udev shouldn't care about the socket. In any case, you must not mix toolstacks so disable xend if you want to use xl. -- 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.
participants (1)
-
bugzilla_noreply@novell.com