Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 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 "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". 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 "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-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.
Description of problem:
Rsyslog was updated to rsyslog-8.2102.0-6 but the only available version of rsyslog-openssl is rsyslog-openssl-8.2102.0-5.
http://mirror.centos.org/centos/8/AppStream/x86_64/os/Packages/
rsyslog-openssl is required by Ovirt 4.4.9.
Version-Release number of selected component (if applicable):
8.2102.0-6
How reproducible:
always
Steps to Reproduce:
1. Install Centos 8 and update to latest.
2. Install Ovirt 4.4 host.
3. Change from Centos 8 to Centos 8 stream
Actual results:
The result is on a system running ovirt with a dnf update:
Error:
Problem 1: package rsyslog-openssl-8.2102.0-5.el8.x86_64 requires rsyslog = 8.2102.0-5.el8, but none of the providers can be installed
- cannot install both rsyslog-8.2102.0-6.el8.x86_64 and rsyslog-8.2102.0-5.el8.x86_64
- cannot install the best update candidate for package rsyslog-openssl-8.2102.0-5.el8.x86_64
- cannot install the best update candidate for package rsyslog-8.2102.0-5.el8.x86_64
Problem 2: package ovirt-host-dependencies-4.4.9-2.el8.x86_64 requires rsyslog-openssl, but none of the providers can be installed
- package rsyslog-openssl-8.2102.0-5.el8.x86_64 requires rsyslog = 8.2102.0-5.el8, but none of the providers can be installed
- cannot install both rsyslog-8.2102.0-6.el8.x86_64 and rsyslog-8.2102.0-5.el8.x86_64
- package rsyslog-elasticsearch-8.2102.0-6.el8.x86_64 requires rsyslog = 8.2102.0-6.el8, but none of the providers can be installed
- cannot install the best update candidate for package rsyslog-elasticsearch-8.2102.0-5.el8.x86_64
- cannot install the best update candidate for package ovirt-host-dependencies-4.4.9-2.el8.x86_64
Problem 3: problem with installed package rsyslog-openssl-8.2102.0-5.el8.x86_64
- package rsyslog-openssl-8.2102.0-5.el8.x86_64 requires rsyslog = 8.2102.0-5.el8, but none of the providers can be installed
- cannot install both rsyslog-8.2102.0-6.el8.x86_64 and rsyslog-8.2102.0-5.el8.x86_64
- package rsyslog-mmjsonparse-8.2102.0-6.el8.x86_64 requires rsyslog = 8.2102.0-6.el8, but none of the providers can be installed
- cannot install the best update candidate for package rsyslog-mmjsonparse-8.2102.0-5.el8.x86_64
Problem 4: package ovirt-host-4.4.9-2.el8.x86_64 requires ovirt-host-dependencies = 4.4.9-2.el8, but none of the providers can be installed
- package ovirt-host-dependencies-4.4.9-2.el8.x86_64 requires rsyslog-openssl, but none of the providers can be installed
- package rsyslog-openssl-8.2102.0-5.el8.x86_64 requires rsyslog = 8.2102.0-5.el8, but none of the providers can be installed
- cannot install both rsyslog-8.2102.0-6.el8.x86_64 and rsyslog-8.2102.0-5.el8.x86_64
- package rsyslog-mmnormalize-8.2102.0-6.el8.x86_64 requires rsyslog = 8.2102.0-6.el8, but none of the providers can be installed
- cannot install the best update candidate for package rsyslog-mmnormalize-8.2102.0-5.el8.x86_64
- cannot install the best update candidate for package ovirt-host-4.4.9-2.el8.x86_64
(try to add '--allowerasing' to command line to replace conflicting packages or '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)
Expected results:
dnf update success
Additional info:
This is being reported on the ovirt mailing lists in many places, as people are changing from Centos 8 to Centos 8 Stream as RH discontinues support for Centos 8.
https://www.mail-archive.com/users@ovirt.org/msg68438.htmlhttps://www.mail-archive.com/users@ovirt.org/msg68434.htmlhttps://www.mail-archive.com/users@ovirt.org/msg68437.html
If you are looking at this post, because you've already upgraded your ovirt hosts (or because you intend to):
Next vi /etc/yum.repos.d/CentOS-Stream-AppStream.repo
If your file has an exclude line, space separated add rsyslog*-8.2102.0-6* like so:
exclude=qemu* rsyslog*-8.2102.0-6*
If your file does not have an exclude line add one to the bottom of the file:
exclude=rsyslog*-8.2102.0-6*
The issue is tracked under 2026432. I am closing this as a duplicate. If you think that's not the case, feel free to reopen it.
*** This bug has been marked as a duplicate of bug 2026432 ***