https://bugzilla.novell.com/show_bug.cgi?id=769946 https://bugzilla.novell.com/show_bug.cgi?id=769946#c6 --- Comment #6 from Johannes Meixner <jsmeix@suse.com> 2012-07-04 14:01:32 UTC --- On my openSUSE 12.2 beta2 test-system "systemctl status cups.service" looks better: -------------------------------------------------------------------------------- # systemctl status cups.service cups.service - CUPS Printing Service Loaded: loaded (/lib/systemd/system/cups.service; enabled) Active: inactive (dead) CGroup: name=systemd:/system/cups.service # systemctl start cups.service # systemctl status cups.service cups.service - CUPS Printing Service Loaded: loaded (/lib/systemd/system/cups.service; enabled) Active: active (running) since Wed, 04 Jul 2012 15:52:52 +0200; 1s ago Main PID: 3753 (cupsd) CGroup: name=systemd:/system/cups.service â 3753 /usr/sbin/cupsd -f -------------------------------------------------------------------------------- I rebooted and cupsd is running after boot! This means that with appropriate plain systemctl commands it works. Only via YaST/chkconfig/insserv/whatever it does not work. In particular in YaST calling if( ! Service::Enabled("cups") ) Service::Enable("cups"); does not work. -- 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.