Bug 1121272
Summary: | subscription-manager repos --enable=<REPOID> FAILS to enable the repo | ||
---|---|---|---|
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: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 6.6 | CC: | bkearney, jesusr, redakkan |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: |
no documentation required
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2014-10-14 07:47:47 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: | 1014343 |
Description
John Sefler
2014-07-18 20:39:49 UTC
commit d623642f68d2e0e547f25a309e2696091a64ba07 Author: ckozak <ckozak> Date: Fri Jul 18 16:51:16 2014 -0400 1121272: fix typo that blocked enabling repos via CLI Retested on , # subscription-manager version server type: Red Hat Subscription Management subscription management server: 0.9.21-1 subscription management rules: 5.11 subscription-manager: 1.12.10-1.el6 python-rhsm: 1.12.5-1.el6 Steps; 1.Register and attach subscriptions 2.Repo list # subscription-manager repos --list +----------------------------------------------------------+ Available Repositories in /etc/yum.repos.d/redhat.repo +----------------------------------------------------------+ Repo ID: content-label-empty-gpg Repo Name: content-emptygpg Repo URL: https://cdn.redhat.com/foo/path Enabled: 0 Repo ID: content-label Repo Name: content Repo URL: https://cdn.redhat.com/foo/path Enabled: 0 <snip> 3.enable repo # subscription-manager repos --enable=content-label-empty-gpg Repo 'content-label-empty-gpg' is enabled for this system. --> correct message is displayed now # subscription-manager repo-override --list Repository: content-label-empty-gpg enabled: 1 # subscription-manager repos --list +----------------------------------------------------------+ Available Repositories in /etc/yum.repos.d/redhat.repo +----------------------------------------------------------+ Repo ID: content-label-empty-gpg Repo Name: content-emptygpg Repo URL: https://cdn.redhat.com/foo/path Enabled: 1 Repo ID: content-label Repo Name: content Repo URL: https://cdn.redhat.com/foo/path Enabled: 0 <snip> Above test steps demonstrates that correct message is displayed after enabling repo , hence marking this bug 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-2014-1384.html |