https://bugzilla.novell.com/show_bug.cgi?id=842357 https://bugzilla.novell.com/show_bug.cgi?id=842357#c6 --- Comment #6 from Dr. Werner Fink <werner@suse.com> 2013-09-26 11:11:28 UTC --- (In reply to comment #5) Why this is wanted? From LSB the user should become warned and /etc/rc.status does this for SysVinit -v|-v[1-9]|-v[1-9][0-9]) local vrt="" local out=1 local opt="en" test -n "${i#-v}" && vrt=${esc:+"${esc}[${i#-v}A"} || opt="e" case "$_rc_status" in 0) vrt="$vrt$rc_done" ; ;; # success 1) vrt="$vrt$rc_failed" ; out=2 ;; # generic or unspecified error 2) vrt="$vrt$rc_failed" ; out=2 ;; # invalid or excess args 3) vrt="$vrt$rc_missed" ; out=2 ;; # unimplemented feature 4) vrt="$vrt$rc_failed" ; out=2 ;; # insufficient privilege 5) vrt="$vrt$rc_skipped"; out=2 ;; # program is not installed 6) vrt="$vrt$rc_unused" ; out=2 ;; # program is not configured 7) vrt="$vrt$rc_failed" ; out=2 ;; # program is not running *) vrt="$vrt$rc_failed" ; out=2 ;; # unknown (maybe used in future) esac echo -$opt "$rc_save$vrt$rc_restore" 1>&$out therefore I'd like to know and understand why systemd does not warn the user. -- 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.