Subscription-manager throws the error 'Repositories disabled by configuration' when attempting to enable a repository
Environment
- Red Hat Enterprise Linux (RHEL)
- Simple Content Access (SCA)
- Red Hat Subscription Manager(RHSM)
- Red Hat Satellite 6
Issue
- Not able to enable the repository using
subscription-managercommands. subscription-managershows Repositories disabled by configuration- Unable to manage the repositories using
subscription-managercommands. - The
/etc/yum.repos.d/redhat.repofile is not updated after refreshing yum. - Unable to install any package as yum is failing with below error:
Updating Subscription Management repositories.
Error: There are no enabled repositories in "/etc/yum.repos.d", "/etc/yum/repos.d", "/etc/distro.repos.d".
- Registering hosts with
Red Hat Satellite 6server fails with the following error:
Curl error (58): Problem with the local SSL certificate for https://satellite.example.com/pulp/content/Org/env/content/dist/..../repomd.xml [could not load PEM client certificate, OpenSSL error error:80000002:system library::No such file or directory, (no key found, wrong pass phrase, or wrong file format?)]
Resolution
-
Make sure that the repositories are allowed to be managed from the
subscription-managermodule.# subscription-manager config --rhsm.manage_repos=1 -
To verify if content access is failing due to Simple Content Access, refer Simple content access is failing because date/time is incorrectly set.
Root Cause
-
This is a known issue and is currently being tracked under
JIRAThis content is not included.SAT-39803. -
Repository management was disabled in
/etc/rhsm/rhsm.conffile, which is responsible for configuring the repositories provided by available subscriptions via thesubscription-managermodule.
Diagnostic Steps
-
Verify if the value of
manage_reposparameter is set to0.[root@machine ~]# subscription-manager config | grep -i manage_repos manage_repos = [0] [root@machine ~]# cat /etc/rhsm/rhsm.conf | grep -i manage_repos manage_repos = 0
This solution is part of Red Hat’s fast-track publication program, providing a huge library of solutions that Red Hat engineers have created while supporting our customers. To give you the knowledge you need the instant it becomes available, these articles may be presented in a raw and unedited form.