https://bugzilla.novell.com/show_bug.cgi?id=793027 https://bugzilla.novell.com/show_bug.cgi?id=793027#c0 Summary: collectl init script errors/fails Classification: openSUSE Product: openSUSE 12.2 Version: Final Platform: Other OS/Version: Other Status: NEW Severity: Major Priority: P5 - None Component: Other AssignedTo: tabraham@suse.com ReportedBy: tabraham@suse.com QAContact: qa-bugs@suse.de Found By: Development Blocker: --- The collectl init script looks in the wrong location for the collectl binary and calls rc_status and rc_exit before sourcing /etc/rc.status Therefore it exits with errors when start/stop/status is attempted. # /etc/init.d/collectl start Cannot find /usr/bin/collectl/etc/init.d/collectl: line 27: rc_status: command not found /etc/init.d/collectl: line 28: rc_exit: command not found redirecting to systemctl ... This results in the inability to start/stop/status the collectl service. The relevant code: COLLECTL=/usr/bin/collectl if [ ! -f $COLLECTL ]; then echo -n "Cannot find $COLLECTL" rc_status -s rc_exit fi -- 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.