Bug 853190

Summary: binaries in /sbin rely on libraries in /usr
Product: Red Hat Enterprise Linux 5 Reporter: Nate Straz <nstraz>
Component: gnbdAssignee: Ben Marzinski <bmarzins>
Status: CLOSED WONTFIX QA Contact: Cluster QE <mspqa-list>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 5.9CC: cluster-maint, edamato
Target Milestone: rc   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-09-07 22:06:47 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Nate Straz 2012-08-30 16:58:06 UTC
Description of problem:

Since the last time gnbd had an errata (RHEL-5.3.0), a test was added to check if binaries in /bin or /sbin are using libraries in /usr.  TPS found several such binaries in gnbd.


/sbin/gnbd_clusterd relies on libs in /usr: libcman.so.2
/sbin/gnbd_export relies on libs in /usr: libcman.so.2
/sbin/gnbd_import relies on libs in /usr: libcman.so.2
/sbin/gnbd_monitor relies on libs in /usr: libcman.so.2
/sbin/gnbd_recvd relies on libs in /usr: libcman.so.2
/sbin/gnbd_serv relies on libs in /usr: libcman.so.2
SharedLibTest: 7 regular binaries and 7 debug files were found.

Version-Release number of selected component (if applicable):
gnbd-1.1.7-2.el5

How reproducible:
100%

Steps to Reproduce:
Run TPS
or 
ldd /sbin/gnbd_import

  
Actual results:


Expected results:


Additional info:

Comment 1 Ben Marzinski 2012-09-07 22:06:47 UTC
This package doesn't exist in RHEL6 or forward.  The binaries have always been located in /sbin, and changing the location of them at this point in RHEL5 is not worth the associated risk of breaking customer's setups.