https://bugzilla.novell.com/show_bug.cgi?id=886512 https://bugzilla.novell.com/show_bug.cgi?id=886512#c1 Christian Boltz <suse-beta@cboltz.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |suse-beta@cboltz.de AssignedTo|bnc-team-screening@forge.pr |systemd-maintainers@suse.de |ovo.novell.com | --- Comment #1 from Christian Boltz <suse-beta@cboltz.de> 2014-07-10 00:11:23 CEST --- A likely explanation is that systemctl list-unit-files and systemctl list-units list initscripts only if they are active. Some examples: (/etc/init.d/apache2 is running, /etc/init.d/festival is not) # systemctl list-unit-files |grep apa apache2.service enabled # systemctl list-units |grep apa apache2.service loaded active running The Apache Webserver # systemctl list-units |grep festival # systemctl list-unit-files |grep festival # systemctl status festival.service festival.service - LSB: festival daemon providing full text-to-speech system Loaded: loaded (/etc/init.d/festival) Active: inactive (dead) I wouldn't be surprised if fixing list-units and list-unit-files would automagically fix the YaST service manager and the bash completion. Therefore I'm assigning this to the systemd maintainers ;-) -- 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.