Bernhard Wiedemann changed bug 931388
What Removed Added
Status NEW CONFIRMED
CC   bwiedemann@suse.com, ro@suse.com, thomas.blume@suse.com
Assignee bnc-team-screening@forge.provo.novell.com lnussel@suse.com

Comment # 1 on bug 931388 from
another workaround is to use
service nfsserver status
or
systemctl is-active nfsserver

bug 908023 also had the same underlying issue.


for some reason, /etc/rc.status first does the correct
SYSTEMD_NO_WRAP=1 "$0" "$1"
but then ignores the result and goes on to exec the incorrect
/usr/bin/systemctl $_sd_opts $1 "${_rc_base}.service

https://github.com/openSUSE/aaa_base/pull/23


You are receiving this mail because: