Bug 1194453
| Summary: | typos and poor grammar in rhsmcertd man page | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 6 | Reporter: | John Sefler <jsefler> |
| Component: | subscription-manager | Assignee: | Chris "Ceiu" Rog <crog> |
| Status: | CLOSED ERRATA | QA Contact: | John Sefler <jsefler> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 6.7 | CC: | crog, dgoodwin, skallesh |
| 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: | 2016-05-10 20:36:30 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: | 1209535 | ||
|
Description
John Sefler
2015-02-19 20:19:45 UTC
[root@jsefler-os7 ~]# man rhsmcertd | grep "certmgr"
This rhsmcertd process invokes the certmgr.py script to perform the
* /usr/share/rhsm/certmgr.py
I don't believe these statements about "certmgr.py" are accurate. In fact...
[root@jsefler-os7 ~]# ls /usr/share/rhsm/certmgr.py
ls: cannot access /usr/share/rhsm/certmgr.py: No such file or directory
I think the rhsmcertd process invokes the /usr/libexec/rhsmcertd-worker script
[root@jsefler-os7 ~]# man rhsmcertd | grep "autoattachInterval"
rhsmcertd [certInterval autoattachInterval]
rhsmcertd certInterval autoattachInterval
^^^^^^^^^^^^^^^^^^
^
^
^
To be consistent with the value set in rhsm.conf, it would be better to change "autoattachInterval" to "autoAttachInterval".
[root@jsefler-os7 ~]# man rhsm.conf | grep -i "autoattachInterval"
autoAttachInterval
[root@jsefler-os7 ~]# grep -i "autoattachInterval" /etc/rhsm/rhsm.conf
autoAttachInterval=1440
[root@jsefler-os7 ~]# man rhsmcertd | head -1
rhsmcertd(8) System Manager's Manual rhsmcertd(8)
^^^^^^^^^^^^^^^^^^^^^^^
It would be nicer to change "System" to "Subscription"
Deferring to RHEL6.7 for resolution commit cf092e1f5f51a60f983b2feacc400d97250ff406
Author: Chris Rog <crog>
Date: Thu Apr 9 10:50:09 2015 -0400
1194453: Fixed typos and grammar issues in the rhsmcertd man page
marking verified!!
[root@pogo-cn1100-01 ~]# subscription-manager version
server type: Red Hat Subscription Management
subscription management server: 0.9.51.11-1
subscription management rules: 5.15
subscription-manager: 1.16.6-1.el6
python-rhsm: 1.16.4-1.el6
[root@pogo-cn1100-01 ~]# man rhsmcertd | head -1
rhsmcertd(8) Subscription Management rhsmcertd(8)
[root@pogo-cn1100-01 ~]# man rhsmcertd | grep "autoattachInterval"
[root@pogo-cn1100-01 ~]# man rhsmcertd | grep "autoAttachInterval"
rhsmcertd certInterval autoAttachInterval
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/RHBA-2016-0797.html |