Issue
When the lsapi packages are installed or updated, criu-lve conflicts with AppStream CRIU or its dependencies.
Example of the output:
# yum install ea-apache24-mod_lsapi liblsapi liblsapi-devel ea-apache24-mod_suexec
This system is receiving updates from CloudLinux Network server.
Last metadata expiration check: 0:00:16 ago on Fri 26 Nov 2021 03:11:02 PM CST.
Error:
Problem 1: problem with installed package criu-3.15-1.module_el8.4.0+6496+b6fd1bdf.x86_64
- package criu-lve-3.13-3.el8.x86_64 conflicts with criu provided by criu-3.15-1.module_el8.4.0+6496+b6fd1bdf.x86_64
.
.
.
- package ea-apache24-mod_lsapi-1:1.1-56.el8.cloudlinux.x86_64 requires criu-lve >= 2.7-7, but none of the providers can be installed
- cannot install the best candidate for the job
Problem 2: problem with installed package runc-1.0.0-74.rc95.module_el8.4.0+6496+b6fd1bdf.x86_64
- package runc-1.0.0-74.rc95.module_el8.4.0+6496+b6fd1bdf.x86_64 requires criu, but none of the providers can be installed
- package runc-1.0.0-70.rc92.module_el8.4.0+6306+f4da7515.x86_64 requires criu, but none of the providers can be installed
.
.
.
- package liblsapi-1:1.1-56.el8.cloudlinux.x86_64 requires criu-lve >= 2.7-7, but none of the providers can be installed
- cannot install the best candidate for the job
.
.
.
Problem 3: problem with installed package podman-3.2.3-0.11.module_el8.4.0+6496+b6fd1bdf.x86_64
- package podman-3.2.3-0.11.module_el8.4.0+6496+b6fd1bdf.x86_64 requires runc >= 1.0.0-57, but none of the providers can be installed
- package podman-3.0.1-6.module_el8.4.0+6306+f4da7515.x86_64 requires runc >= 1.0.0-57, but none of the providers can be installed
.
.
.
- package liblsapi-1:1.1-56.el8.cloudlinux.x86_64 requires criu-lve >= 2.7-7, but none of the providers can be installed
- package liblsapi-devel-1:1.1-56.el8.cloudlinux.x86_64 requires liblsapi = 1:1.1-56.el8.cloudlinux, but none of the providers can be installed
- cannot install the best candidate for the job
- package criu-3.12-9.module_el8.4.0+6323+12421f43.x86_64 is filtered out by modular filtering
.
.
.
- package runc-1.0.0-71.rc92.module_el8.4.0+6464+8c67a752.x86_64 is filtered out by modular filtering
(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)
Environment
- СloudLinux OS 8
- CRIU
- lsapi
Solution
1. Run the following command:
rpm -e --justdb --nodeps criu
2. After that install mod_lsapi once again
Comments
0 comments
Please sign in to leave a comment.