Dear Community,
I need help and guidance here. I am attempting to upgrade my server's OS from AlmaLinux 8.8 to 9. I completed all the prerequisites, however, the upgrade could not progress due to the following issues:
*********************************************
I need help and guidance here. I am attempting to upgrade my server's OS from AlmaLinux 8.8 to 9. I completed all the prerequisites, however, the upgrade could not progress due to the following issues:
*********************************************
# leapp upgrade
==> Processing phase `configuration_phase`
====> * ipu_workflow_config
IPU workflow config actor
==> Processing phase `FactsCollection`
====> * vendor_repositories_mapping
Scan the vendor repository mapping files and provide the data to other actors.
====> * system_facts
Provides data about many facts from system.
====> * check_enabled_vendor_repos
Create a list of vendors whose repositories are present on the system and enabled.
====> * vendor_repo_signature_scanner
Produce VendorSignatures messages for the vendor signature files inside the
====> * scan_pkg_manager
Provides data about package manager (yum/dnf)
====> * persistentnetnames
Get network interface information for physical ethernet interfaces of the original system.
====> * repository_mapping
Produces message containing repository mapping based on provided file.
====> * scanmemory
Scan Memory of the machine.
====> * udevadm_info
Produces data exported by the "udevadm info" command.
====> * storage_scanner
Provides data about storage settings.
====> * biosdevname
Enable biosdevname on the target RHEL system if all interfaces on the source RHEL
====> * transaction_workarounds
Provides additional RPM transaction tasks based on bundled RPM packages.
====> * scan_sap_hana
Gathers information related to SAP HANA instances on the system.
====> * xfs_info_scanner
This actor scans all mounted mountpoints for XFS information
====> * scan_custom_repofile
Scan the custom /etc/leapp/files/leapp_upgrade_repositories.repo repo file.
====> * scanclienablerepo
Produce CustomTargetRepository based on the LEAPP_ENABLE_REPOS in config.
====> * scan_vendor_repofiles
Load and produce custom repository data from vendor-provided files.
====> * common_leapp_dracut_modules
Influences the generation of the initram disk
====> * root_scanner
Scan the system root directory and produce a message containing
====> * network_deprecations
Ensures that network configuration doesn't rely on unsupported settings
====> * scan_files_for_target_userspace
Scan the source system and identify files that will be copied into the target userspace when it is created.
====> * load_device_driver_deprecation_data
Loads deprecation data for drivers and devices (PCI & CPU)
====> * rpm_scanner
Provides data about installed RPM Packages.
Process Process-177:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'cpanel-addons-production-feed': Cannot prepare internal mirrorlist: Status code: 404 for http://httpupdate.cpanel.net/cPAddons-c$cp_centos_major_version-x86_64-mirrorlist (IP: 203.174.85.202)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib64/python3.6/multiprocessing/process.py", line 258, in _bootstrap
self.run()
File "/usr/lib64/python3.6/multiprocessing/process.py", line 93, in run
self._target(*self._args, **self._kwargs)
File "/usr/lib/python3.6/site-packages/leapp/repository/actor_definition.py", line 74, in _do_run
actor_instance.run(*args, **kwargs)
File "/usr/lib/python3.6/site-packages/leapp/actors/__init__.py", line 289, in run
self.process(*args)
File "/etc/leapp/repos.d/system_upgrade/common/actors/rpmscanner/actor.py", line 20, in process
rpmscanner.process()
File "/etc/leapp/repos.d/system_upgrade/common/actors/rpmscanner/libraries/rpmscanner.py", line 132, in process
rpm_streams = map_modular_rpms_to_modules()
File "/etc/leapp/repos.d/system_upgrade/common/actors/rpmscanner/libraries/rpmscanner.py", line 108, in map_modular_rpms_to_modules
modules = get_modules()
File "/etc/leapp/repos.d/system_upgrade/common/actors/rpmscanner/libraries/rpmscanner.py", line 95, in get_modules
base.fill_sack()
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'cpanel-addons-production-feed': Cannot prepare internal mirrorlist: Status code: 404 for http://httpupdate.cpanel.net/cPAddons-c$cp_centos_major_version-x86_64-mirrorlist (IP: 203.174.85.202)
============================================================================================
Actor rpm_scanner unexpectedly terminated with exit code: 1 - Please check the above details
============================================================================================
2023-09-03 06:26:02.296 ERROR PID: 6271 leapp: Actor rpm_scanner unexpectedly terminated with exit code: 1
Debug output written to /var/log/leapp/leapp-upgrade.log
============================================================
REPORT
============================================================
A report has been generated at /var/log/leapp/leapp-report.json
A report has been generated at /var/log/leapp/leapp-report.txt
============================================================
END OF REPORT
============================================================
Answerfile has been generated at /var/log/leapp/answerfile
2023-09-03 06:26:02.390 ERROR PID: 6271 leapp: Upgrade workflow failed, check log for details