Bug 1087057
| Summary: | man 5 passwd does not exist | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 6 | Reporter: | Paul Cobbaut <paul.cobbaut> | ||||
| Component: | man-pages | Assignee: | Peter Schiffer <pschiffe> | ||||
| Status: | CLOSED NOTABUG | QA Contact: | BaseOS QE - Apps <qe-baseos-apps> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 6.5 | CC: | ovasik, paul.cobbaut | ||||
| 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: | 2014-04-13 17:48:12 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: | |||||||
| Attachments: |
|
||||||
|
Description
Paul Cobbaut
2014-04-13 15:12:18 UTC
Created attachment 885893 [details]
how to reproduce
Strange, I have it on my machine with RHEL-6.5. $ rpm -qf /usr/share/man/man5/passwd.5.gz man-pages-3.22-20.el6.noarch Do you have man-pages package installed on the system? Yes I do. Very strange indeed: ul@rhel65:~$ ls /usr/share/man/man5/ access.5.gz dracut.conf.5.gz ldif.5.gz regexp_table.5.gz access.conf.5.gz e2fsck.conf.5.gz libaudit.conf.5.gz relocated.5.gz acl.5.gz ethers.5.gz libuser.conf.5.gz rhnplugin.conf.5.gz aliases.5.gz fingerprint-auth-ac.5.gz limits.conf.5.gz rndc.conf.5.gz aliases.postfix.5.gz fstab.5.gz login.defs.5.gz rsyncd.conf.5.gz anacrontab.5.gz generic.5.gz logrotate.conf.5.gz rsyslog.conf.5.gz at.allow.5.gz gitattributes.5.gz lvm.conf.5.gz selabel_db.5.gz attr.5.gz githooks.5.gz magic.5.gz selabel_file.5.gz audispd.conf.5.gz gitignore.5.gz man.config.5.gz selabel_media.5.gz auditd.conf.5.gz gitmodules.5.gz master.5.gz selabel_x.5.gz ausearch-expression.5.gz gitrepository-layout.5.gz mdadm.conf.5.gz sepermit.conf.5.gz body_checks.5.gz groff_font.5.gz mke2fs.conf.5.gz shadow.5.gz bounce.5.gz groff_out.5.gz modprobe.conf.5.gz smartcard-auth-ac.5.gz canonical.5.gz groff_tmac.5.gz modprobe.d.5.gz ssh_config.5.gz cidr_table.5.gz group.conf.5.gz modules.dep.5.gz sshd_config.5.gz config.5ssl.gz gshadow.5.gz moduli.5.gz sudoers.5.gz config-util.5.gz header_checks.5.gz mysql_table.5.gz sudoers.ldap.5.gz console.apps.5.gz hosts_access.5.gz named.conf.5.gz sysctl.conf.5.gz console.handlers.5.gz hosts.allow.5.gz namespace.conf.5.gz system-auth.5.gz console.perms.5.gz hosts.deny.5.gz nisplus_table.5.gz system-auth-ac.5.gz crontab.5.gz hosts_options.5.gz openssl.cnf.5ssl.gz tcp_table.5.gz crypttab.5.gz info.5.gz pam.conf.5.gz term.5.gz depmod.conf.5.gz init.5.gz pam.d.5.gz terminfo.5.gz depmod.d.5.gz inittab.5.gz pam_env.conf.5.gz time.conf.5.gz dhclient.conf.5.gz k5identity.5.gz password-auth-ac.5.gz transport.5.gz dhclient.leases.5.gz k5login.5.gz pcre_table.5.gz up2date.5.gz dhcpd.conf.5.gz keymaps.5.gz pgsql_table.5.gz virtual.5.gz dhcpd.leases.5.gz krb5.conf.5.gz pkcs11.conf.5.gz x509v3_config.5ssl.gz dhcp-eval.5.gz ldap.conf.5.gz postconf.5.gz yum.conf.5.gz dhcp-options.5.gz ldap_table.5.gz postfix-wrapper.5.gz paul@rhel65:~$ rpm -qf /usr/share/man/man5/passwd.5.gz error: file /usr/share/man/man5/passwd.5.gz: No such file or directory paul@rhel65:~$ Apologies!!! yum install man-pages solves it. sorry, bug can be closed! paul |