https://bugzilla.novell.com/show_bug.cgi?id=691256 https://bugzilla.novell.com/show_bug.cgi?id=691256#c31 James Fehlig <jfehlig@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jbeulich@novell.com, | |ohering@novell.com --- Comment #31 from James Fehlig <jfehlig@novell.com> 2011-05-09 21:55:57 UTC --- Ok, seems the problem is in the new init scripts. The xencommons script now starts xenstored and xenconsoled, but xenstored won't start if evtchn module is not loaded. The evtchn module is loaded in xend init script, but it runs after xencommons. As a workaround, you can load the module in xencommons init script. E.g from /etc/init.d/xend move modprobe evtchn 2>/dev/null || true to the beginning of do_start() function in /etc/init.d/xencommons and reboot. Interestingly, just today we talked about removing the modprobe's of the backend modules from xend init script. I'm cc'ing Olaf and Jan as they were discussing a solution. -- 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.