Bug 604597

Summary: man command not found
Product: [Fedora] Fedora Reporter: Tobias Vogel <tobias.vogel>
Component: manAssignee: Ivana Varekova <varekova>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: 13CC: alain.portal, varekova
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: 2010-06-18 06:15:28 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:

Description Tobias Vogel 2010-06-16 10:14:55 UTC
Description of problem:
man command not found in standard PATH

Version-Release number of selected component (if applicable):
man-1.6f-27.fc13.x86_64

Comment 1 Ivana Varekova 2010-06-17 08:23:54 UTC
Hello, please can you attach here the output of commands:
 echo $PATH
and
 rpm -ql man | grep bin

Comment 2 Tobias Vogel 2010-06-17 08:56:40 UTC
echo $PATH:

/usr/lib64/qt-3.3/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/lib64/ccache:/usr/local/bin:/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/sbin


rpm -ql man | grep bin:

/usr/bin/apropos
/usr/bin/man
/usr/bin/man2html
/usr/bin/manpath
/usr/bin/whatis
/usr/sbin/makewhatis


which man:

/usr/bin/which: no man in (/usr/lib64/qt-3.3/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/lib64/ccache:/usr/local/bin:/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/sbin)

Comment 3 Ivana Varekova 2010-06-17 09:25:51 UTC
Please can you put here the output of:
 rpm -qlV man

Comment 4 Tobias Vogel 2010-06-17 14:30:02 UTC
rpm -qlV man:

.M...UG..    /usr/bin/man

Comment 5 Ivana Varekova 2010-06-18 06:15:28 UTC
That mean /usr/bin/man which is provided by man package and which you want to execute was changed after it was installed and it (M Mode differs (includes permissions and file type), User ownership differs, Group ownership differs). 
So it is not man package problem.