https://bugzilla.novell.com/show_bug.cgi?id=652061 https://bugzilla.novell.com/show_bug.cgi?id=652061#c0 Summary: broken rc script in collectl package in server:monitoring repo Classification: openSUSE Product: openSUSE.org Version: unspecified Platform: Other OS/Version: SLES 11 Status: NEW Severity: Major Priority: P5 - None Component: 3rd party software AssignedTo: opensuse-communityscreening@forge.provo.novell.com ReportedBy: dborkows@vt.edu QAContact: opensuse-communityscreening@forge.provo.novell.com Found By: --- Blocker: --- collectl-3.4.3-3.1 package available in server:monitoring repository on build service has /etc/init.d/collectl script, which points to a wrong location for 'collectl' binary (/usr/bin/ vs /usr/sbin/) # rccollectl start Cannot find /usr/bin/collectl/usr/sbin/rccollectl: line 27: rc_status: command not found /usr/sbin/rccollectl: line 28: rc_exit: command not found Starting collectl:/usr/sbin/rccollectl: line 78: /usr/bin/collectl: No such file or directory failed Here's a quick fix: --- /etc/init.d/collectl.orig 2010-11-08 09:54:07.880746707 -0500 +++ /etc/init.d/collectl 2010-11-08 09:54:17.498513263 -0500 @@ -21,7 +21,7 @@ # to read format. ### END INIT INFO -COLLECTL=/usr/bin/collectl +COLLECTL=/usr/sbin/collectl if [ ! -f $COLLECTL ]; then echo -n "Cannot find $COLLECTL" rc_status -s Thanks! -- 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.