https://bugzilla.novell.com/show_bug.cgi?id=769946 https://bugzilla.novell.com/show_bug.cgi?id=769946#c3 --- Comment #3 from Johannes Meixner <jsmeix@suse.com> 2012-07-04 12:49:43 UTC --- Regarding calling Service::Enable("cups") As far as I understand https://github.com/yast/yast-yast2/blob/master/library/runlevel/src/Service.... calling Service::Enable("cups") calls Adjust("cups", "enable") in Service.ycp which basically runs /sbin/chkconfig -a cups I run this on my openSUSE 12.2 beta2 test-system (long lines wrapped here): ------------------------------------------------------------------------------ # /sbin/chkconfig -a cups insserv: Note: sysvinit service cups is shadowed by systemd cups.service, Forwarding request to '/bin/systemctl --no-reload --root / enable cups.service'. ln -s '///lib/systemd/system/cups.service' '///etc/systemd/system/printer.target.wants/cups.service' ln -s '///lib/systemd/system/cups.socket' '///etc/systemd/system/sockets.target.wants/cups.socket' ln -s '///lib/systemd/system/cups.path' '///etc/systemd/system/multi-user.target.wants/cups.path' insserv: Forward service request to systemctl returned error status : 768 Note: This output shows SysV services only and does not include native systemd services. SysV configuration data might be overridden by native systemd configuration. cups 0:off 1:off 2:on 3:on 4:off 5:on 6:off ------------------------------------------------------------------------------ Therein the "error status : 768" does not look good and ------------------------------------------------------------------------------ # systemctl --all list-units | grep -i cups cupsd.service error inactive dead cupsd.service ------------------------------------------------------------------------------ indicates that something is really not working in case of systemd. -- 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.