Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
Red Hat Satellite engineering is moving the tracking of its product development work on Satellite to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "Satellite project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs will be migrated starting at the end of May. If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "Satellite project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/SAT-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
*** 6.5.1 Hotfix Available ***
We are making a hotfix available for this bug. This fix only for Satellite Servers and not Capsules. Instructions for use:
1) Download pulp-rpm-plugins-2.18.1.5-2.HOTFIXRHBZ1726829.el7sat.noarch.rpm from this Bugzilla to your Satellite 6.5.1 server
2) foreman-maintain service stop
3) Upgrade hotfix RPM
# rpm -Uvh pulp-rpm-plugins-2.18.1.5-2.HOTFIXRHBZ1726829.el7sat.noarch.rpm
4) foreman-maintain service start
5) Regenerate applicability for all Library repos
# foreman-rake console
paste in the following line:
Katello::Repository.where(library_instance_id: nil).each { |repo| ForemanTasks.async_task(Actions::Pulp::Repository::RegenerateApplicability, pulp_id: repo.pulp_id) }
exit
6) Wait for all tasks generated from above command to complete. This can be monitored via "Monitor -> Tasks -> Running filter"
7) Re-import applicability data into UI:
# foreman-rake katello:import_applicability
8) Resume operations.
*** Updated hotfix added ***
please use pulp-rpm-plugins-2.18.1.5-3.HOTFIXRHBZ1726829.el7sat.noarch.rpm as attached.
The -2 version did not correctly build and was missing the patch containing the fix. Apologies for the error.
Followed the steps to reproduce:
1. Ensure you have a RHEL 7 client with older ruby version. Lets say Client 'A'.
Ruby packages on Client.
[root@satclientruby ~]# rpm -qa | grep ruby | sort
ruby-2.0.0.598-25.el7_1.x86_64
rubygem-bigdecimal-1.2.0-25.el7_1.x86_64
rubygem-io-console-0.4.2-25.el7_1.x86_64
rubygem-json-1.7.7-25.el7_1.x86_64
rubygem-psych-2.0.0-25.el7_1.x86_64
rubygem-rdoc-4.0.0-25.el7_1.noarch
rubygems-2.0.14-25.el7_1.noarch
ruby-irb-2.0.0.598-25.el7_1.noarch
ruby-libs-2.0.0.598-25.el7_1.x86_64
[root@satclientruby ~]# cat /etc/redhat-release
Red Hat Enterprise Linux Server release 7.6 (Maipo)
2. Enable and sync 'rhel-7-server-rpms' repo
3. Go to Web UI -> Hosts -> Content Hosts -> Client 'A' -> Errata tab -> Filter "id = RHSA-2019:1235" should show this erratum is applicable/installable.
4. Enable and sync 'rhel-7-server-optional-debug-rpms' repo
5. Now need to do something so that we can FORCE recalculate the applicability for Client 'A'
6. Wait for the regenerate applicability task to finish
7. Go to Web UI -> Hosts -> Content Hosts -> Client 'A' -> Errata tab -> Filter "id = RHSA-2019:1235" shows empty result.
Results:
Errata RHSA-2019:1235 is applicable to the Client A. See attachment 1591994[details].
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:2363