Bug 1044547
Summary: | reprovisioning RHEL7 system results in system without rhn-clients installed and errors in /root/ks-rhn-post.log | ||
---|---|---|---|
Product: | Red Hat Satellite 5 | Reporter: | Jan Hutař <jhutar> |
Component: | Server | Assignee: | Stephen Herr <sherr> |
Status: | CLOSED ERRATA | QA Contact: | Jiří Mikulka <jmikulka> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 560 | CC: | cperry, jmikulka, xdmoon |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | spacewalk-java-2.0.2-56 | Doc Type: | Bug Fix |
Doc Text: |
Cause: In RHEL 7 the packages contained in the @Core package group are different from what was in @Core in RHEL 6.
Consequence: Some packages, specifically wget, perl, and the rhn client tools, are not installed by default when doing a kickstart. Later parts of the kickstart require these packages to be installed, and were failing.
Fix: We added the necessary packages to the list of packages that we explicitly require for RHEL 7 kickstarts.
Result: Now the kickstart can proceed normally with all of the package dependencies met.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2014-01-20 09:23:12 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: | 924189 |
Description
Jan Hutař
2013-12-18 14:27:33 UTC
One symptom of this bug might be this (if not, I have to create extra bug-report): When reprovisioning RHEL7 system and following provisioning status on Systems -> <system> -> Provisioning -> Kickstart -> Session Status, "Kickstart complete" is never marked as done even when system was already reinstalled. Ah, this is because the rpms installed by default have changed in RHEL 7. I'll have to add perl, wget, and the rhn client tools to the list of packages we tell it to install for RHEL 7 kickstarts. And yes, this problem would also cause the "Kickstart complete" symptom. Committed to Spacewalk master: 02b94a12c35b7b63de4cc62326a6263d6251a950 And: 8834581f30ade1e96838907e7b51e1ea14c6a2d0 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-0042.html |