-
Notifications
You must be signed in to change notification settings - Fork 145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
migrate2rocky.sh: Can't get package that provides system-logos-ipa. #148
Comments
It would certainly be the case. migrate2rocky requires access to the source distros repos. I would recommend getting a free devsub and subscribing your current RHEL under that, then you will be able to migrate. I might look into seeing if there's a way to make the migration work without access to the original repos as this could help with CentOS 8 migrations after the repos move to vault as well. |
Did you find any resolution to this issue? I get the same error trying to migrate from CentOS8 and the repositories are still accessible. Found the following repositories which map from CentOS Linux 8 to Rocky Linux 8: Getting system package names for CentOS Linux 8.Error: No Matches found Can't get package that provides system-logos-ipa. 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. |
You're missing appstream (among other repos). Show the entire /var/log/migrate2rocky.log file, please. |
Thanks, I had disabled the appstream repo due to a graphviz update issue. And unfortunately I can remove graphviz because check-mk depends on graphviz-gd and check-mk is the primary service this server provides. Seems like I may be stuck in a catch 22 or something. `# cat /var/log/migrate2rocky.log Removing dnf cache Determining repository names for CentOS Linux 8..... Found the following repositories which map from CentOS Linux 8 to Rocky Linux 8: Getting system package names for CentOS Linux 8.......... Found the following system packages which map from CentOS Linux 8 to Rocky Linux 8: Getting list of installed system packages. We will replace the following CentOS Linux 8 packages with their Rocky Linux 8 equivalents In addition to the above the following system packages will be removed: Getting a list of enabled modules for the system repositories. Excluding modules: Found the following modules to re-enable at completion: Running dnf update before we attempt the migration.
Error running pre-update. Stopping now to avoid putting the system in an 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. |
Do you have graphviz-gd excluded or something? Why? It should be able to update both graphviz and graphviz-gd without issue. |
Nope, no exclusion that I know about. `# dnf update
Seems like I will need to keep working on that and get this issue cleared up before I can migrate to Rocky. |
Thanks for the help. Got it figured out. I had to enable the CentOS-Linux-PowerTools.repo ( not sure why it got disabled ). After enabling that I was able to get graphviz and graphviz-gd all sorted out. |
I am trying to convert my laptop from Red Hat 8.5 to Rocky. I tried running the migrate2rocky.sh script, but it fails with the following (this is the entire content of /var/log/migrate2rocky.log):
Maybe it has to do with the fact that my Red Hat license is currently expired, so I can't connect to the Red Hat repos at the moment?
Thanks,
Ross
The text was updated successfully, but these errors were encountered: