Bug 980748
| Summary: | The output of "subscription-manager attach --auto" is wrong! | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 5 | Reporter: | xingge <gxing> |
| Component: | subscription-manager | Assignee: | candlepin-bugs |
| Status: | CLOSED DUPLICATE | QA Contact: | IDM QE LIST <seceng-idm-qe-list> |
| Severity: | urgent | Docs Contact: | |
| Priority: | urgent | ||
| Version: | 5.10 | CC: | ckozak, jsefler, ldai, liliu |
| 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: | 2013-07-03 13:38:22 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: | 840995 | ||
This request was evaluated by Red Hat Product Management for inclusion in a Red Hat Enterprise Linux release. Product Management has requested further review of this request by Red Hat Engineering, for potential inclusion in a Red Hat Enterprise Linux release for currently deployed products. This request is not yet committed for inclusion in a release. When run the "subscription-manager attach --auto" again after run "subscription-manager attach --auto", the output become correct like below: #subscription-manager attach --auto Installed Product Current Status: Product Name: Red Hat Enterprise Linux Server Status: Not Subscribed #subscription-manager attach --auto All installed products are covered by valid entitlements. No need to update subscriptions at this time. Installed Product Current Status: Product Name: Red Hat Enterprise Linux Server Status: Subscribed This request was evaluated by Red Hat Product Management for inclusion in a Red Hat Enterprise Linux release. Product Management has requested further review of this request by Red Hat Engineering, for potential inclusion in a Red Hat Enterprise Linux release for currently deployed products. This request is not yet committed for inclusion in a release. likely a duplicate of bug 977321 possibly a duplicate of bug 964332 Duplicate of BZ977321 *** This bug has been marked as a duplicate of bug 977321 *** |
Description of problem: The output of "subscription-manager attach --auto" is wrong! Version-Release number of selected component (if applicable): subscription-manager-gui-1.8.11-1.el5 subscription-manager-firstboot-1.8.11-1.el5 subscription-manager-1.8.11-1.el5 python-rhsm-1.8.12-1.el5 How reproducible: Always Steps to Reproduce: 1.register the system #subscription-manager register Username:stage_test_12 Password: 2.Auto subscribe #subscription-manager attach --auto Installed Product Current Status: Product Name: Red Hat Enterprise Linux Server Status: Not Subscribed 3 list consumed subscription #subscription-manager list --consumed +-------------------------------------------+ Consumed Subscriptions +-------------------------------------------+ Subscription Name: Red Hat Enterprise Linux Server, Premium (8 sockets) (Up to 4 guests) Provides: Red Hat Software Collections Beta (for RHEL Server) Red Hat Enterprise Linux Server Red Hat Beta SKU: RH0103708 Contract: 10014723 Account: 5206751 Serial: 6906917654128083902 Pool ID: 8a99f9843c01ccba013c037bb23e0259 Active: True Quantity Used: 1 Service Level: Premium Service Type: L1-L3 Status Details: Starts: 12/31/2012 Ends: 12/31/2013 Actual results: The output said the system is not subscribe, but look at step3 we know that actually the system is "Sbuscribed". Expected results: The output should be: Installed Product Current Status: Product Name: Red Hat Enterprise Linux Server Status: Subscribed Additional info: