rocky-tools icon indicating copy to clipboard operation
rocky-tools copied to clipboard

migrate2rocky fail migrating one VM from Oracle Linux Server 8.4 to Rocky Linux 8

Open MaMissaoui opened this issue 2 years ago • 5 comments

I run the script migrate2rocky.sh in one of my 2 VMs to migrate from Oracle Linux Server 8.4 to Rocky Linux 8. The script fails with the error message:

Error during distro-sync.

An error occurred while we were attempting to convert your system to Rocky Linux. Your system may be unstable. Script will now exit to prevent possible damage.

I uploaded the log file from the migrate2rocky script to the past bin service and the generated link is: https://rpa.st/WGXQ

MaMissaoui avatar Jul 24 '21 04:07 MaMissaoui

migrate2rocky.log Attaching paste to this issue because the paste bin will likely expire before I can get to it.

pajamian avatar Jul 24 '21 05:07 pajamian

There's definitely a module issue I have to look into and also issues with some of the packages seemingly not being available. I'll look in more detail when I get the chance. It will likely involve a comparison of available packages from OL8 vs RL8 and which repos and modules they're in.

pajamian avatar Jul 24 '21 05:07 pajamian

Well, looks to me like it's the Oracle Linux-specific package 'python36-oci-cli' ?

pa-jberanek avatar Sep 16 '21 16:09 pa-jberanek

` Syncing packages

Last metadata expiration check: 0:00:14 ago on Thu Sep 30 10:05:15 2021. Error: Problem 1: package tuned-profiles-oci-2.15.0-2.0.1.el8_4.1.noarch requires tuned = 2.15.0-2.0.1.el8_4.1, but none of the providers can be installed

  • tuned-2.15.0-2.0.1.el8_4.1.noarch does not belong to a distupgrade repository
  • problem with installed package tuned-profiles-oci-2.15.0-2.0.1.el8_4.1.noarch Problem 2: package tuned-profiles-oci-2.15.0-2.0.1.el8_4.1.noarch requires tuned = 2.15.0-2.0.1.el8_4.1, but none of the providers can be installed
  • cannot install both tuned-2.15.0-2.el8_4.1.noarch and tuned-2.15.0-2.0.1.el8_4.1.noarch
  • package tuned-profiles-oci-recommend-2.15.0-2.0.1.el8_4.1.noarch requires tuned-profiles-oci, but none of the providers can be installed
  • cannot install the best update candidate for package tuned-2.15.0-2.0.1.el8_4.1.noarch
  • problem with installed package tuned-profiles-oci-recommend-2.15.0-2.0.1.el8_4.1.noarch (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)

Error during distro-sync.

An error occurred while we were attempting to convert your system to Rocky Linux. Your system may be unstable. Script will now exit to prevent possible damage. `

pomazanbohdan avatar Sep 30 '21 10:09 pomazanbohdan

same problem here.

Error: Transaction test error: file /usr/lib/firmware/iwlwifi-ty-a0-gf-a0.pnvm from install of iwl7260-firmware-1:25.30.13.0-104.el8_5.1.noarch conflicts with file from package iwlax2xx-firmware-999:20211203-999.9.1.el8.noarch

migrate2rocky.log

upd successfully updated after this driver removal. dnf remove iwl7260*

TristisOris avatar Apr 05 '22 13:04 TristisOris