Bug 1282961
| Summary: | Plugin "search-disabled-repos" requires API 2.7. Supported API is 2.6. | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 6 | Reporter: | John Sefler <jsefler> |
| Component: | subscription-manager | Assignee: | William Poteat <wpoteat> |
| Status: | CLOSED ERRATA | QA Contact: | Shwetha Kallesh <skallesh> |
| Severity: | high | Docs Contact: | |
| Priority: | medium | ||
| Version: | 6.8 | CC: | bcourt, csnyder, skallesh, snavale, wpoteat |
| Target Milestone: | rc | Keywords: | Triaged |
| 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:38:09 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: | |||
|
Description
John Sefler
2015-11-17 22:23:05 UTC
Ran this against the current nightly build of RHEL 6.8. The message does not appear and everything seems normal. I'd bet this is due to the fix for Bug 1268376. Note that Fedora 21 still shows this issue, but I'd bet the API will not get updated as Fedora is going to dnf. subscription-manager.spec will reflect the yum version in RHEL 6.8. master commit 88f7183a7f0ab2955995e238cc221af5f4eadc3e The fix for this BZ is in upstream master and will be included in the next build available on the errata for RHEL 6.8. As such, I'm moving this BZ to the modified state. Marking bug as verified
[root@hp-dl320egen8-01 ~]# rpm -q --whatprovides /etc/yum/pluginconf.d/search-disabled-repos.conf
subscription-manager-1.16.8-1.el6.x86_64
[root@hp-dl320egen8-01 ~]# yum --quiet repolist --disableplugin=rhnplugin
[root@hp-dl320egen8-01 ~]# cat /etc/yum/pluginconf.d/search-disabled-repos.conf
[main]
enabled=1
# With notify_only=1 this plugin does not modify yum's behaviour.
# Setting notify_only to 0 will enable yum to try to automatically resolve
# dependency errors by temporarily enabling disabled repos and searching
# for missing dependencies. If that helps resolve dependencies, yum will
# suggest to permanently enable the repositories that have helped find
# missing dependencies.
# IMPORTANT: running yum with --assumeyes (or assumeyes config option)
# will make yum automatically and without prompting the user temporarily
# enable all repositories, and if it helps resolve dependencies yum will
# permanently enable the repos that helped without prompting the user.
notify_only=0
# Repositories matching the patterns listed in ignored_repos will not be enabled by the plugin
ignored_repos=*debug-rpms *source-rpms *beta-rpms
[root@hp-dl320egen8-01 yum.repos.d]# yum install ghostscript-devel
Loaded plugins: product-id, refresh-packagekit, search-disabled-repos, security, subscription-manager
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package ghostscript-devel.x86_64 0:8.70-21.el6 will be installed
--> Processing Dependency: ghostscript = 8.70-21.el6 for package: ghostscript-devel-8.70-21.el6.x86_64
--> Processing Dependency: libijs-0.35.so()(64bit) for package: ghostscript-devel-8.70-21.el6.x86_64
--> Processing Dependency: libgs.so.8()(64bit) for package: ghostscript-devel-8.70-21.el6.x86_64
--> Finished Dependency Resolution
Error: Package: ghostscript-devel-8.70-21.el6.x86_64 (rhel-6-server-optional-rpms)
Requires: libgs.so.8()(64bit)
Error: Package: ghostscript-devel-8.70-21.el6.x86_64 (rhel-6-server-optional-rpms)
Requires: ghostscript = 8.70-21.el6
Error: Package: ghostscript-devel-8.70-21.el6.x86_64 (rhel-6-server-optional-rpms)
Requires: libijs-0.35.so()(64bit)
**********************************************************************
Dependency resolving failed due to missing dependencies.
Some repositories on your system are disabled, but yum can enable them
and search for missing dependencies. This will require downloading
metadata for disabled repositories and may take some time and traffic.
**********************************************************************
Enable all repositories and try again? [y/N]: n
Error: Package: ghostscript-devel-8.70-21.el6.x86_64 (rhel-6-server-optional-rpms)
Requires: libgs.so.8()(64bit)
Error: Package: ghostscript-devel-8.70-21.el6.x86_64 (rhel-6-server-optional-rpms)
Requires: ghostscript = 8.70-21.el6
Error: Package: ghostscript-devel-8.70-21.el6.x86_64 (rhel-6-server-optional-rpms)
Requires: libijs-0.35.so()(64bit)
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
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 |