View Issue Details

IDProjectCategoryView StatusLast Update
0017297CentOS-8corosyncpublic2020-09-03 08:56
Reporterlejeczek Assigned To 
PrioritynormalSeveritymajorReproducibilityalways
Status newResolutionopen 
Product Version8.1.1911 
Summary0017297: Conflict exists between AppSteam and HighAvailability module.
DescriptionHi, Conflict exists between AppSteam and HighAvailability module:

$ dnf update
Last metadata expiration check: 1:28:59 ago on Tue 28 Apr 2020 09:56:07 BST.
Error:
 Problem: package corosync-3.0.2-3.el8_1.1.x86_64 requires corosynclib(x86-64) = 3.0.2-3.el8_1.1, but none of the providers can be installed
  - cannot install both corosynclib-3.0.3-2.el8.x86_64 and corosynclib-3.0.2-3.el8_1.1.x86_64
  - cannot install the best update candidate for package corosynclib-3.0.2-3.el8_1.1.x86_64
  - cannot install the best update candidate for package corosync-3.0.2-3.el8_1.1.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)

$ dnf list --showduplicates corosynclib
Last metadata expiration check: 1:29:15 ago on Tue 28 Apr 2020 09:56:07 BST.
Installed Packages
corosynclib.x86_64 3.0.2-3.el8_1.1 @AppStream
Available Packages
corosynclib.i686 3.0.2-3.el8 AppStream
corosynclib.i686 3.0.2-3.el8 Stream-AppStream
corosynclib.x86_64 3.0.2-3.el8 AppStream
corosynclib.x86_64 3.0.2-3.el8 Stream-AppStream
corosynclib.i686 3.0.2-3.el8_1.1 AppStream
corosynclib.i686 3.0.2-3.el8_1.1 HighAvailability
corosynclib.i686 3.0.2-3.el8_1.1 Stream-AppStream
corosynclib.x86_64 3.0.2-3.el8_1.1 AppStream
corosynclib.x86_64 3.0.2-3.el8_1.1 Stream-AppStream
corosynclib.i686 3.0.3-2.el8 Stream-AppStream
corosynclib.x86_64 3.0.3-2.el8 Stream-AppStream
TagsNo tags attached.

Activities

tjyang

tjyang

2020-09-03 08:45

reporter   ~0037629

Looks like pacemaker stuff was installed from "Stream-HighAvailability" not "HighAvailability"

[me@test01$ egrep 'HighAvailability\]' /etc/yum.repos.d/*.repo
/etc/yum.repos.d/CentOS-HA.repo:[HighAvailability]
/etc/yum.repos.d/CentOS-Stream-HA.repo:[Stream-HighAvailability]
[me@test01$


Following command fix my upgrade issue.

sudo dnf --enablerepo=Stream-HighAvailability update


Ref: https://www.spinics.net/lists/centos-devel/msg18538.html
tjyang

tjyang

2020-09-03 08:52

reporter   ~0037631

The real fix should be like following as stated in above Ref URL.

dnf config-manager --disable AppStream
dnf config-manager --disable BaseOS
dnf config-manager --disable extras
dnf config-manager --disable PowerTools
dnf config-manager --disable HighAvailability
dnf config-manager --enable Stream-PowerTools
tjyang

tjyang

2020-09-03 08:56

reporter   ~0037633

And this command.

dnf config-manager --enable Stream-HighAvailability

after that, "dnf update " should be normal again.

Issue History

Date Modified Username Field Change
2020-04-28 10:28 lejeczek New Issue
2020-09-03 08:45 tjyang Note Added: 0037629
2020-09-03 08:52 tjyang Note Added: 0037631
2020-09-03 08:56 tjyang Note Added: 0037633