Bug 1717071
| Summary: | rhel-x86_64-appstream-8 channel causes cobbler-sync-default to look for non-existent kickstart on Satellite 5.8 | ||
|---|---|---|---|
| Product: | Red Hat Satellite 5 | Reporter: | Ricardo Santamaria <risantam> |
| Component: | Provisioning | Assignee: | Michael Mráka <mmraka> |
| Status: | CLOSED ERRATA | QA Contact: | Radovan Drazny <rdrazny> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 580 | CC: | bishop, rdrazny, sraut, tlestach |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | spacewalk-java-2.5.14-133-sat | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2019-09-18 02:49: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: | |||
|
Description
Ricardo Santamaria
2019-06-04 16:12:42 UTC
In case it's relevant, here's the current set of installed java packages containing the CobblerDistroSyncCommand , as found by grep:
# rpm -qa --qf "%{name}\n" \
| egrep -i 'satellite|spacewalk|cdn-sync|java'- \
| xargs rpm -ql \
| xargs -n1 echo \
| xargs -n1 -iHH grep -il CobblerDistroSyncCommand /dev/null HH 2>/dev/null \
| xargs rpm -qf
spacewalk-java-2.5.14-132.el6sat.noarch
spacewalk-java-lib-2.5.14-132.el6sat.noarch
(yeah, I could make it better; fgrep et al. Also the echo bit avoids EOL voodoo)
Fixed in upstream spacewalk git by
commit 1363587f90aeafe29e1a9cc9f8c3bcfa1b66dcce
1717071 - appstream repos are not synced to cobbler
Backported to SATELLITE-5.8 as
commit d17d8e1ee59416d996ce6952e7e050caf2a9ff45
1717071 - appstream repos are not synced to cobbler
Reproduced with spacewalk-java-2.5.14-132 using the initial report. After update to spacewalk-java-2.5.14-133 and resyncing RHEL8 channels there are no error messages in the Taskomatic log. 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://access.redhat.com/errata/RHBA-2019:2783 Newly opened bug for reference: Bug 1757198 |