Bug 1790654
Summary: | satellite-maintain upgrade check failing on error saying "No package yum-utils available". | ||
---|---|---|---|
Product: | Red Hat Satellite | Reporter: | Ganesh Payelkar <gpayelka> |
Component: | Satellite Maintain | Assignee: | Suraj Patil <supatil> |
Status: | CLOSED CANTFIX | QA Contact: | Jameer Pathan <jpathan> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 6.6.0 | CC: | apatel, aupadhye, dmoessne, egolov, gtalreja, kgaikwad, ktordeur, kupadhya, mawerner, pcreech, sadas, supatil, tasander |
Target Milestone: | 6.8.0 | Keywords: | Triaged |
Target Release: | Unused | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | rubygem-foreman_maintain-0.6.12 | Doc Type: | Known Issue |
Doc Text: |
On systems where `yum-utils` package is not installed, satellite-maintain upgrade check may fail with an error saying `No package yum-utils available`. For now, the following workaround can be used to resolve the issue:
+
----
# satellite-maintain packages unlock
# yum install yum-utils
# satellite-maintain packages lock
----
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2020-10-07 08:50:06 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
Ganesh Payelkar
2020-01-13 20:24:47 UTC
Hello Ganesh, I have tried to reproduce this issue but I am always getting yum-utils package. Could you please share below details while running workaround that mentioned in description: Workaround: # foreman-maintain packages unlock # yum install yum-utils ------------------------->(any package dependencies while running this step?) # foreman-maintain packages lock Hello Kavita, here is the required details # yum install yum-utils Loaded plugins: product-id, search-disabled-repos, subscription-manager Resolving Dependencies --> Running transaction check ---> Package yum-utils.noarch 0:1.1.31-52.el7 will be installed --> Processing Dependency: python-kitchen for package: yum-utils-1.1.31-52.el7.noarch --> Running transaction check ---> Package python-kitchen.noarch 0:1.1.1-5.el7 will be installed --> Finished Dependency Resolution Dependencies Resolved =================================================================================================================================================================================================================== Package Arch Version Repository Size =================================================================================================================================================================================================================== Installing: yum-utils noarch 1.1.31-52.el7 rhel-7-server-rpms 121 k Installing for dependencies: python-kitchen noarch 1.1.1-5.el7 rhel-7-server-rpms 266 k Transaction Summary =================================================================================================================================================================================================================== Install 1 Package (+1 Dependent package) Thanks Ganesh for providing the required information. clearing needinfo on me. Created redmine issue https://projects.theforeman.org/issues/30414 from this bug Updated Doc Text with the workaround [1]. Closing this BZ as there's nothing further we can do. Please reopen if you disagree or a better fix is found. [1] https://access.redhat.com/solutions/5362001 |