Skip to content
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

Curl Error because of blocked URL on firewall... #161

Open
jpedroza2k22 opened this issue Feb 17, 2022 · 1 comment
Open

Curl Error because of blocked URL on firewall... #161

jpedroza2k22 opened this issue Feb 17, 2022 · 1 comment

Comments

@jpedroza2k22
Copy link

I had an issue where a firewall blocked one of the URLs during the conversion. I have removed the rule that blocked the URL, but now if I try and continue the script I get an error:

Found a full or partial RockyLinux install already in place. Aborting

I am unsure how to proceed.

Here is the first error.

Errors during downloading metadata for repository 'appstream':

Can't enable modules container-tools:rhel8 httpd:2.4 llvm-toolset:rhel8 mariadb:10.3 nginx:1.14 perl-DBD-MySQL:4.046 perl-DBD-SQLite:1.58 perl-DBI:1.641 perl-IO-Socket-SSL:2.066 perl-libwww-perl:6.34 perl:5.26 python36:3.6 virt:rhel

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.

@pajamian
Copy link
Collaborator

It looks like this happened when migrate2rocky was attempting to enable modules before the distro-sync. I would run:

dnf module enable container-tools:rhel8 httpd:2.4 llvm-toolset:rhel8 mariadb:10.3 nginx:1.14 perl-DBD-MySQL:4.046 perl-DBD-SQLite:1.58 perl-DBI:1.641 perl-IO-Socket-SSL:2.066 perl-libwww-perl:6.34 perl:5.26 python36:3.6 virt:rhel
dnf distro-sync

If the system is using EFI boot then there are additional steps after this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants