Bug 1612159
Summary: | Man page scan results for OpenIPMI | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Maryna Nalbandian <mnalband> | ||||
Component: | OpenIPMI | Assignee: | Josef Ridky <jridky> | ||||
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | medium | ||||||
Version: | rawhide | CC: | dkutalek, ferdnyc, jridky, jsafrane, pknirsch | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | If docs needed, set a value | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2018-08-09 11:49:03 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: | 1600386 | ||||||
Attachments: |
|
Description
Maryna Nalbandian
2018-08-03 15:58:47 UTC
Created attachment 1473044 [details]
Logs
Missing man page isn't available in upstream. I'm sort of surprised that the man-page-day scanner didn't catch it, but this: checking /usr/share/man/man1/ipmicmd.1.gz: this man page is link to /usr/share/man/man1/ipmicmd.1.gz, skipping Is actually a problem, and because of it the first time you try to read that man page, you get only: $ man ipmicmd man: /usr/share/man/man1/ipmicmd.1 is self referencing No manual entry for ipmicmd (Subsequent attempts won't even produce the "is self referencing" message.) I _suspect_ /usr/share/man/man1/ipmicmd.1 is supposed to link to openipmicmd.1, the same way ipmish.1 links to openipmish.1: # # This works fine # $ zcat /usr/share/man/man1/ipmish.1.gz .so man1/openipmish.1 # # This breaks # $ zcat /usr/share/man/man1/ipmicmd.1.gz .so man1/ipmicmd.1 Filed the above as bug 1622247. Fixed in Fedora. |