Bug 1124453

Summary: getconf PATH returns non-directory "/bin"
Product: Red Hat Enterprise Linux 7 Reporter: Jacob Hunt <jhunt>
Component: glibcAssignee: Siddhesh Poyarekar <spoyarek>
Status: CLOSED ERRATA QA Contact: Arjun Shankar <ashankar>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 7.0CC: ashankar, fweimer, mcermak, mnewsome, pfrankli, spoyarek
Target Milestone: rc   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: glibc-2.17-61.el7 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of:
: 1138835 (view as bug list) Environment:
Last Closed: 2015-03-05 07:17: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:
Bug Depends On:    
Bug Blocks: 1138835    

Description Jacob Hunt 2014-07-29 14:13:52 UTC
Description of problem:

With RHEL7 merging /bin into /usr/bin and turning it into a symlink, but "getconf PATH" is still returning the "/bin" component:
======
$ getconf PATH
/bin:/usr/bin
======

And of course the library POSIX call confstr(_CS_PATH,...) is also returning the erroneous "/bin:/usr/bin" string.

It should now just be "/usr/bin".

Comment 1 Carlos O'Donell 2014-07-29 14:44:04 UTC
We can fix this in Fedora and RHEL. It won't go upstream and it will be a distro specific customization for distributions that have acceted "Move To /usr".

Technically this is a hard-coded define in:
sysdeps/unix/confstr.h:#define	CS_PATH	"/bin:/usr/bin"

Easy enough to adjust, and that should fix getconf and confstr. QE should verify.

Comment 5 errata-xmlrpc 2015-03-05 07:17:47 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://rhn.redhat.com/errata/RHSA-2015-0327.html