Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.

Bug 119069

Summary: Sysstat wont start on lib64 systems
Product: [Fedora] Fedora Reporter: Justin M. Forbes <64bit_fedora>
Component: sysstatAssignee: Charlie Bennett <ccb>
Status: CLOSED RAWHIDE QA Contact: Brian Brock <bbrock>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: alex.kiernan, gczarcinski, notting, wtogami
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-04-14 01:59:56 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 114961    
Attachments:
Description Flags
Patch to fix /etc/rc.d/init.d/sysstat for lib64
none
Patch to spec file incorporating new patch none

Description Justin M. Forbes 2004-03-24 17:38:54 UTC
Description of problem:

/etc/rc.d/init.d/sysstat is built with /usr/lib/sa/sadc instead of
/usr/lib64/sa/sadc

Version-Release number of selected component (if applicable):

5.0.1-1.1

Patches attached

Comment 1 Justin M. Forbes 2004-03-24 17:40:12 UTC
Created attachment 98832 [details]
Patch to fix /etc/rc.d/init.d/sysstat for lib64

Comment 2 Justin M. Forbes 2004-03-24 17:41:09 UTC
Created attachment 98833 [details]
Patch to spec file incorporating new patch

Comment 3 Bill Nottingham 2004-03-24 18:12:25 UTC
*** Bug 118568 has been marked as a duplicate of this bug. ***

Comment 5 Warren Togami 2004-04-13 20:23:16 UTC
Justin, doesn't your patch break non-lib64?

Comment 6 Justin M. Forbes 2004-04-13 20:35:22 UTC
It would, but the spec adds:
%if %_lib == "lib64"
%patch8 -p1 -b .lib64init
%endif


Comment 7 Warren Togami 2004-04-14 01:59:56 UTC
rawhide soon