Bug 733805
| Summary: | the name in the subscription-manager installed product listing is changing after a valid subscribe is performed | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 6 | Reporter: | John Sefler <jsefler> |
| Component: | subscription-manager | Assignee: | Bryan Kearney <bkearney> |
| Status: | CLOSED ERRATA | QA Contact: | John Sefler <jsefler> |
| Severity: | low | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 6.2 | CC: | jmolet, skallesh, spandey, syeghiay |
| 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: | 2011-12-06 17:23:43 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: | 682238 | ||
|
Description
John Sefler
2011-08-26 22:51:04 UTC
[root@jsefler-stage-6server ~]# openssl x509 -text -in /etc/pki/entitlement/4688902467014671797.pem | grep -A1 1.3.6.1.4.1.2312.9.1.69.1:
1.3.6.1.4.1.2312.9.1.69.1:
..Red Hat Enterprise Linux Server
[root@jsefler-stage-6server ~]#
^^^ IT LOOKS LIKE THE NAME IN THE list --installed IS COMING FROM THE ENTITLEMENT CERT AFTER THE SUBSCRIBING EVENT
Upon further review, I am lowering the severity of this bug. Although the observed behavior in comment 0 is indeed true, I am undecided on the correct behavior now that I better understand comment 1. It may be best to close this bug with "working as designed". This was fixed by bug 736424 [root@jsefler-stage-6server ~]# rpm -q subscription-manager subscription-manager-0.96.11-1.git.7.15fc9d2.el6.x86_64 [root@jsefler-stage-6server ~]# subscription-manager list --installed +-------------------------------------------+ Installed Product Status +-------------------------------------------+ ProductName: Red Hat Enterprise Linux 6 Server Version: 6.1 Arch: x86_64 Status: Not Subscribed Starts: Expires: [root@jsefler-stage-6server ~]# subscription-manager subscribe --pool=8a99f981308acf4201308b9ad4a41d37 Successfully subscribed the system to Pool 8a99f981308acf4201308b9ad4a41d37 [root@jsefler-stage-6server ~]# subscription-manager list --installed +-------------------------------------------+ Installed Product Status +-------------------------------------------+ ProductName: Red Hat Enterprise Linux 6 Server Version: 6.1 Arch: x86_64 Status: Subscribed Starts: Expires: ^^^^ NOTICE THE NAME OF THE LISTED PRODUCT NOW REMAINS THE SAME AFTER A SUBSCRIBE AND EQUAL TO THE VALUE IN THE PRODUCT CERT (NOT THE ENTITLEMENT CERT) Moving to VERIFIED. 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. http://rhn.redhat.com/errata/RHBA-2011-1695.html |