[Bug 652061] New: broken rc script in collectl package in server:monitoring repo
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.
https://bugzilla.novell.com/show_bug.cgi?id=652061 https://bugzilla.novell.com/show_bug.cgi?id=652061#c1 Mark Seger <Mark.Seger@hp.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |Mark.Seger@hp.com --- Comment #1 from Mark Seger <Mark.Seger@hp.com> 2010-11-09 14:05:54 UTC --- Something is not right here as I've never has a problem with SuSE before. There is a related issue on SuSE that the version of RPM doesn't work correctly and I've had to use --force to get collectl to install properly. Was collectl installed via the INSTALL script or the RPM? The correct location for it is /usr/bin/collectl, the /usr/sbin location being there is historical and no recent installations should ever end up there. could there be an issue with the path? I am certainly anxious to fix this as I'm about to release a newer version and would like to get any necessary changes into this release. -mark -- 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.
participants (1)
-
bugzilla_noreply@novell.com