During “sudo leapp upgrade” I got only one issue (a few similar issues actually, but all connected to the same conflicting package):
2022-11-25 08:51:30.313 DEBUG PID: 21679 leapp.workflow.Download.dnf_package_download: file /usr/lib64/.libcrypto.so.1.1.1k.hmac from install of openssl-libs-1:1.1.1k-7.el8_6.x86_64 conflicts with file from package openssl11-libs-1:1.1.1k-4.el7.x86_64
I fixed it by uninstalling conflicting package:
yum -y remove openssl11-libs-1:1.1.1k-4.el7.x86_64
After this, “sudo leapp upgrade” succeeded and asked to reboot the system. After the reboot it failed with the following errors in rdsosreport.txt:
ISSUE-1: iscsid: can't open InitiatorName configuration file /etc/iscsi/initiatorname.iscsi
ISSUE-2: WARNING: locking_type (4) is deprecated, using --sysinit --readonly
ISSUE-3: mount: wrong fs type, bad option, bad superblock:
Do you have any ideas what is wrong and how to fix it?