https://bugzilla.novell.com/show_bug.cgi?id=809646 https://bugzilla.novell.com/show_bug.cgi?id=809646#c7 Frederic Crozat <fcrozat@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jfehlig@suse.com --- Comment #7 from Frederic Crozat <fcrozat@suse.com> 2013-03-18 09:41:02 UTC --- In the systemd log: [ 6.739448] systemd[1]: [/etc/init.d/xencommons:10] Failed to add LSB Provides name xenstored.service, ignoring: File exists [ 6.739699] systemd[1]: [/etc/init.d/xencommons:10] Failed to add LSB Provides name xenconsoled.service, ignoring: File exists This looks like a systemd bug (I'll look into it), but to workaround it, I would suggest to: - in /etc/init.d/xencommons, replace: # Provides: xenstored xenconsoled by # Provides: xencommons xenstored xenconsoled - in /etc/init.d/xendomains, replace: # Required-Start: $syslog $remote_fs xenstored xenconsoled # Required-Stop: $syslog $remote_fs xenstored xenconsoled by # Required-Start: $syslog $remote_fs xencommons # Required-Stop: $syslog $remote_fs xencommons -- 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.