Centos7 to Almalinux8 on OVH server failed Stage4
Hello hello. I have a problem with my "personal" server for my domain and email
Is a old non-UEFI bare metal server.
I started yesterday the upgrade after fixing the "broken" stuff (webmin was the only problem) and its start without any problems, reboots and everything.
After the stage4 the system never comes back again to live.
I am able to enter is rescue mode and maybe is a kernel problem, but I don't have any information because the computer is not starting up.
Here some info maybe useful
2 HD in raid... md1 for / , md3 for /home (the others aren't important)
sda and sdb are the hard drives
I already tried to reinstall grub, confirm the kernel is using the correct, but without any console, I am unable to watch the problem
NOT EDIT THIS FILE
#
# It is automatically generated by grub2-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#
### BEGIN /etc/grub.d/00_header ###
set pager=1
if [ -s $prefix/grubenv ]; then
load_env
fi
if [ "${next_entry}" ] ; then
set default="${next_entry}"
set next_entry=
save_env next_entry
set boot_once=true
else
set default="${saved_entry}"
fi
if [ x"${feature_menuentry_id}" = xy ]; then
menuentry_id_option="--id"
else
menuentry_id_option=""
fi
export menuentry_id_option
if [ "${prev_saved_entry}" ]; then
set saved_entry="${prev_saved_entry}"
save_env saved_entry
set prev_saved_entry=
save_env prev_saved_entry
set boot_once=true
fi
function savedefault {
if [ -z "${boot_once}" ]; then
saved_entry="${chosen}"
save_env saved_entry
fi
}
function load_video {
if [ x$feature_all_video_module = xy ]; then
insmod all_video
else
insmod efi_gop
insmod efi_uga
insmod ieee1275_fb
insmod vbe
insmod vga
insmod video_bochs
insmod video_cirrus
fi
}
terminal_output console
if [ x$feature_timeout_style = xy ] ; then
set timeout_style=menu
set timeout=5
# Fallback normal timeout code in case the timeout_style feature is
# unavailable.
else
set timeout=5
fi
### END /etc/grub.d/00_header ###
### BEGIN /etc/grub.d/00_tuned ###
set tuned_params=""
set tuned_initrd=""
### END /etc/grub.d/00_tuned ###
### BEGIN /etc/grub.d/01_users ###
if [ -f ${prefix}/user.cfg ]; then
source ${prefix}/user.cfg
if [ -n "${GRUB2_PASSWORD}" ]; then
set superusers="root"
export superusers
password_pbkdf2 root ${GRUB2_PASSWORD}
fi
fi
### END /etc/grub.d/01_users ###
### BEGIN /etc/grub.d/10_linux ###
menuentry 'CentOS Linux (3.10.0-1160.119.1.el7.x86_64) 7 (Core)' --class centos --class gnu-linux --class gnu --class os --unrestricted $menuentry_id_option 'gnulinux-3.10.0-1160.119.1.el7.x86_64-advanced-6ed2b113-3aa4-436d-8e21-ba533d7d6a52' {
load_video
set gfxpayload=keep
insmod gzio
insmod part_msdos
insmod part_msdos
insmod diskfilter
insmod mdraid09
insmod ext2
set root='mduuid/50f7b1a3fa03c588a4d2adc226fd5302'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint='mduuid/50f7b1a3fa03c588a4d2adc226fd5302' 6ed2b113-3aa4-436d-8e21-ba533d7d6a52
else
search --no-floppy --fs-uuid --set=root 6ed2b113-3aa4-436d-8e21-ba533d7d6a52
fi
linux16 /boot/vmlinuz-3.10.0-1160.119.1.el7.x86_64 root=/dev/md1 ro crashkernel=auto rhgb quiet vga=normal nomodeset rd.auto=1 rootdelay=10 noquiet nosplash net.ifnames=0 biosdevname=0
initrd16 /boot/initramfs-3.10.0-1160.119.1.el7.x86_64.img
}
menuentry 'CentOS Linux (upgrade.x86_64) 7 (Core)' --class centos --class gnu-linux --class gnu --class os --unrestricted $menuentry_id_option 'gnulinux-upgrade.x86_64-advanced-6ed2b113-3aa4-436d-8e21-ba533d7d6a52' {
load_video
insmod gzio
insmod part_msdos
insmod part_msdos
insmod diskfilter
insmod mdraid09
insmod ext2
set root='mduuid/50f7b1a3fa03c588a4d2adc226fd5302'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint='mduuid/50f7b1a3fa03c588a4d2adc226fd5302' 6ed2b113-3aa4-436d-8e21-ba533d7d6a52
else
search --no-floppy --fs-uuid --set=root 6ed2b113-3aa4-436d-8e21-ba533d7d6a52
fi
linux16 /boot/vmlinuz-upgrade.x86_64 root=/dev/md1 ro crashkernel=auto rhgb quiet vga=normal nomodeset rd.auto=1 rootdelay=10 noquiet nosplash net.ifnames=0 biosdevname=0
initrd16 /boot/initramfs-upgrade.x86_64.img
}
if [ "x$default" = 'CentOS Linux (3.10.0-1160.119.1.el7.x86_64) 7 (Core)' ]; then default='Advanced options for CentOS Linux>CentOS Linux (3.10.0-1160.119.1.el7.x86_64) 7 (Core)'; fi;
### END /etc/grub.d/10_linux ###
### BEGIN /etc/grub.d/20_linux_xen ###
### END /etc/grub.d/20_linux_xen ###
### BEGIN /etc/grub.d/20_ppc_terminfo ###
### END /etc/grub.d/20_ppc_terminfo ###
### BEGIN /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_os-prober ###
### BEGIN /etc/grub.d/40_custom ###
# This file provides an easy way to add custom menu entries. Simply type the
# menu entries you want to add after this comment. Be careful not to change
# the 'exec tail' line above.
### END /etc/grub.d/40_custom ###
### BEGIN /etc/grub.d/41_custom ###
if [ -f ${config_directory}/custom.cfg ]; then
source ${config_directory}/custom.cfg
elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
source $prefix/custom.cfg;
fi
### END /etc/grub.d/41_custom ###
cat /etc/fstab
# <file system> <mount point> <type> <options> <dump> <pass>
/dev/md1 / ext4 errors=remount-ro,usrjquota=quota.user,jqfmt=vfsv0 0 1
/dev/md3 /home xfs defaults,uquota 1 2
/dev/md5 /home/backup xfs defaults,uquota 1 2
/dev/md6 /home3 xfs defaults,uquota 1 2
/dev/sda2 swap swap defaults 0 0
/dev/sdb2 swap swap defaults 0 0
proc /proc proc defaults 0 0
sysfs /sys sysfs defaults 0 0
tmpfs /dev/shm tmpfs defaults 0 0
devpts /dev/pts devpts defaults 0 0
/usr/tmpDSK /tmp ext3 defaults,noauto 0 0
grubby --info=ALL
index=0
kernel=/boot/vmlinuz-3.10.0-1160.119.1.el7.x86_64
args="ro crashkernel=auto rhgb quiet vga=normal nomodeset rd.auto=1 rootdelay=10 noquiet nosplash net.ifnames=0 biosdevname=0"
root=/dev/md1
initrd=/boot/initramfs-3.10.0-1160.119.1.el7.x86_64.img
title=CentOS Linux (3.10.0-1160.119.1.el7.x86_64) 7 (Core)
index=1
kernel=/boot/vmlinuz-upgrade.x86_64
args="ro crashkernel=auto rhgb quiet vga=normal nomodeset rd.auto=1 rootdelay=10 noquiet nosplash net.ifnames=0 biosdevname=0"
root=/dev/md1
initrd=/boot/initramfs-upgrade.x86_64.img
title=CentOS Linux (upgrade.x86_64) 7 (Core)
index=2
non linux entry
grubby --default-kernel
/boot/vmlinuz-upgrade.x86_64
-
Hey there! The first thing I would do is check the log files, which are located here:
/scripts/elevate-cpanel --log
/var/log/leapp/leapp-report.txt
/var/log/leapp/leapp-report.jsonDo you see anything in those that may point you in the right direction?
0 -
Here the last lines of leapp-report.txt
2025-06-15 19:47:07.470 DEBUG PID: 10326 leapp.workflow.TargetTransactionFactsCollection.target_userspace_creator: Installing : dnf-data-4.7.0-21.el8_10.alma.1.noar
ch 11/197
2025-06-15 19:47:07.734 DEBUG PID: 10326 leapp.workflow.TargetTransactionFactsCollection.target_userspace_creator: Installing : kbd-misc-2.0.4-11.el8.noarch
12/197
2025-06-15 19:47:08.235 DEBUG PID: 10326 leapp.workflow.TargetTransactionFactsCollection.target_userspace_creator: Installing : kbd-legacy-2.0.4-11.el8.noarch
13/197
2025-06-15 19:47:08.734 DEBUG PID: 10326 leapp.workflow.TargetTransactionFactsCollection.target_userspace_creator: Installing : almalinux-release-8.10-1.el8.x86_64
14/197
2025-06-15 19:47:09.140 DEBUG PID: 10326 leapp.workflow.TargetTransactionFactsCollection.target_userspace_creator: Installing : setup-2.12.2-9.el8.noarch
15/197
2025-06-15 19:47:09.473 DEBUG PID: 10326 leapp.workflow.TargetTransactionFactsCollection.target_userspace_creator: Running scriptlet: setup-2.12.2-9.el8.noarch
15/197
2025-06-15 19:47:10.223 DEBUG PID: 10326 leapp.workflow.TargetTransactionFactsCollection.target_userspace_creator: Installing : filesystem-3.8-6.el8.x86_64
16/197
2025-06-15 19:47:10.599 DEBUG PID: 10326 leapp.workflow.TargetTransactionFactsCollection.target_userspace_creator: Installing : basesystem-11-5.el8.noarch
17/197
2025-06-15 19:47:11.32 DEBUG PID: 10326 leapp.workflow.TargetTransactionFactsCollection.target_userspace_creator: Installing : pcre2-10.32-3.el8_6.x86_64
18/197
2025-06-15 19:47:11.507 DEBUG PID: 10326 leapp.workflow.TargetTransactionFactsCollection.target_userspace_creator: Installing : libselinux-2.9-10.el8_10.x86_64
19/197
2025-06-15 19:47:18.745 DEBUG PID: 10326 leapp.workflow.TargetTransactionFactsCollection.target_userspace_creator: Installing : ncurses-libs-6.1-10.20180224.el8.x86
_64 20/197
2025-06-15 19:47:19.220 DEBUG PID: 10326 leapp.workflow.TargetTransactionFactsCollection.target_userspace_creator: Installing : glibc-all-langpacks-2.28-251.el8_10.
22.x86_64 21/197
2025-06-15 19:47:19.430 DEBUG PID: 10326 leapp.workflow.TargetTransactionFactsCollection.target_userspace_creator: Installing : glibc-common-2.28-251.el8_10.22.x86_
64 22/197
2025-06-15 19:47:19.731 DEBUG PID: 10326 leapp.workflow.TargetTransactionFactsCollection.target_userspace_creator: Running scriptlet: glibc-2.28-251.el8_10.22.x86_64
23/197
2025-06-15 19:47:20.107 DEBUG PID: 10326 leapp.workflow.TargetTransactionFactsCollection.target_userspace_creator: Installing : glibc-2.28-251.el8_10.22.x86_64
23/197
2025-06-15 19:47:20.520 DEBUG PID: 10326 leapp.workflow.TargetTransactionFactsCollection.target_userspace_creator: Running scriptlet: glibc-2.28-251.el8_10.22.x86_64
23/197
2025-06-15 19:47:20.715 DEBUG PID: 10326 leapp.workflow.TargetTransactionFactsCollection.target_userspace_creator: Installing : bash-4.4.20-5.el8.x86_64
24/197
2025-06-15 19:47:20.783 DEBUG PID: 10326 leapp.workflow.TargetTransactionFactsCollection.target_userspace_creator: Running scriptlet: bash-4.4.20-5.el8.x86_64
24/197
2025-06-15 19:47:20.990 DEBUG PID: 10326 leapp.workflow.TargetTransactionFactsCollection.target_userspace_creator: Installing : libsepol-2.9-3.el8.x86_64
25/197I don't jave .json
And last lines from cpanel --log
* 2025-06-15 19:45:47 (10182) [^[[32mINFO^[[0m] diffutils x86_64 3.6-6.el8 almalinux8-baseos 361 k
* 2025-06-15 19:45:47 (10182) [^[[32mINFO^[[0m] elfutils-debuginfod-client
* 2025-06-15 19:45:47 (10182) [^[[32mINFO^[[0m] x86_64 0.190-2.el8 almalinux8-baseos 76 k
* 2025-06-15 19:45:47 (10182) [^[[32mINFO^[[0m] glibc-gconv-extra x86_64 2.28-251.el8_10.22 almalinux8-baseos 1.6 M
* 2025-06-15 19:45:47 (10182) [^[[32mINFO^[[0m] gnupg2-smime x86_64 2.2.20-3.el8_6 almalinux8-baseos 282 k
* 2025-06-15 19:45:47 (10182) [^[[32mINFO^[[0m] grubby x86_64 8.40-49.el8 almalinux8-baseos 49 k
* 2025-06-15 19:45:47 (10182) [^[[32mINFO^[[0m] hardlink x86_64 1:1.3-6.el8 almalinux8-baseos 29 k
* 2025-06-15 19:45:47 (10182) [^[[32mINFO^[[0m] kbd x86_64 2.0.4-11.el8 almalinux8-baseos 389 k
* 2025-06-15 19:45:48 (10182) [^[[32mINFO^[[0m] kpartx x86_64 0.8.4-42.el8_10 almalinux8-baseos 119 k
* 2025-06-15 19:45:48 (10182) [^[[32mINFO^[[0m] memstrack x86_64 0.2.5-2.el8 almalinux8-baseos 51 k
* 2025-06-15 19:45:48 (10182) [^[[32mINFO^[[0m] openssl-pkcs11 x86_64 0.4.10-3.el8 almalinux8-baseos 65 k
* 2025-06-15 19:45:48 (10182) [^[[32mINFO^[[0m] pigz x86_64 2.4-4.el8 almalinux8-baseos 79 k
* 2025-06-15 19:45:48 (10182) [^[[32mINFO^[[0m] platform-python-pip noarch 9.0.3-24.el8 almalinux8-baseos 1.6 M
* 2025-06-15 19:45:48 (10182) [^[[32mINFO^[[0m] rpm-plugin-systemd-inhibit
* 2025-06-15 19:45:48 (10182) [^[[32mINFO^[[0m] x86_64 4.14.3-32.el8_10 almalinux8-baseos 78 k
* 2025-06-15 19:45:48 (10182) [^[[32mINFO^[[0m] shared-mime-info x86_64 1.9-4.el8 almalinux8-baseos 328 k
* 2025-06-15 19:45:48 (10182) [^[[32mINFO^[[0m] systemd x86_64 239-82.el8_10.5 almalinux8-baseos 3.6 M
* 2025-06-15 19:45:48 (10182) [^[[32mINFO^[[0m] trousers x86_64 0.3.15-2.el8 almalinux8-baseos 151 k
* 2025-06-15 19:45:48 (10182) [^[[32mINFO^[[0m] libxkbcommon x86_64 0.9.1-1.el8 almalinux8-appstream 116 k
* 2025-06-15 19:45:48 (10182) [^[[32mINFO^[[0m] pinentry x86_64 1.1.0-2.el8 almalinux8-appstream 100 k
* 2025-06-15 19:45:48 (10182) [^[[32mINFO^[[0m] python3-unbound x86_64 1.16.2-5.8.el8_10 almalinux8-appstream 129 k
* 2025-06-15 19:45:48 (10182) [^[[32mINFO^[[0m]
* 2025-06-15 19:45:48 (10182) [^[[32mINFO^[[0m] Transaction Summary
* 2025-06-15 19:45:48 (10182) [^[[32mINFO^[[0m] ================================================================================
* 2025-06-15 19:45:48 (10182) [^[[32mINFO^[[0m] Install 197 Packages
* 2025-06-15 19:45:48 (10182) [^[[32mINFO^[[0m]
* 2025-06-15 19:45:48 (10182) [^[[32mINFO^[[0m] Total download size: 111 M
* 2025-06-15 19:45:48 (10182) [^[[32mINFO^[[0m] Installed size: 706 M
* 2025-06-15 19:45:48 (10182) [^[[32mINFO^[[0m] Downloading Packages:
* 2025-06-15 19:45:48 (10182) [^[[32mINFO^[[0m] (1/197): acl-2.2.53-3.el8.x86_64.rpm 4.2 MB/s | 80 kB 00:00
* 2025-06-15 19:45:48 (10182) [^[[32mINFO^[[0m] (2/197): audit-libs-3.1.2-1.el8.x86_64.rpm 5.2 MB/s | 124 kB 00:00
* 2025-06-15 19:45:48 (10182) [^[[32mINFO^[[0m] (3/197): basesystem-11-5.el8.noarch.rpm 145 kB/s | 10 kB 00:00
* 2025-06-15 19:45:48 (10182) [^[[32mINFO^[[0m] (4/197): almalinux-release-8.10-1.el8.x86_64.rp 293 kB/s | 27 kB 00:00
* 2025-06-15 19:45:48 (10182) [^[[32mINFO^[[0m] (5/197): bzip2-libs-1.0.6-28.el8_10.x86_64.rpm 2.0 MB/s | 47 kB 00:00
* 2025-06-15 19:45:48 (10182) [^[[32mINFO^[[0m] (6/197): brotli-1.0.6-3.el8.x86_64.rpm 2.9 MB/s | 322 kB 00:00
* 2025-06-15 19:45:48 (10182) [^[[32mINFO^[[0m] (7/197): chkconfig-1.19.2-1.el8.x86_64.rpm 2.7 MB/s | 198 kB 00:00
* 2025-06-15 19:45:48 (10182) [^[[32mINFO^[[0m] (8/197): bash-4.4.20-5.el8.x86_64.rpm 4.9 MB/s | 1.5 MB 00:00
* 2025-06-15 19:45:48 (10182) [^[[32mINFO^[[0m] (9/197): ca-certificates-2024.2.69_v8.0.303-80. 2.6 MB/s | 982 kB 00:00
* 2025-06-15 19:45:48 (10182) [^[[32mINFO^[[0m] (10/197): cpio-2.12-11.el8.x86_64.rpm 2.2 MB/s | 265 kB 00:00
* 2025-06-15 19:45:48 (10182) [^[[32mINFO^[[0m] (11/197): cracklib-2.9.6-15.el8.x86_64.rpm 2.1 MB/s | 93 kB 00:00
* 2025-06-15 19:45:48 (10182) [^[[32mINFO^[[0m] (12/197): coreutils-8.30-15.el8.x86_64.rpm 3.1 MB/s | 1.2 MB 00:00
* 2025-06-15 19:45:48 (10182) [^[[32mINFO^[[0m] (13/197): coreutils-common-8.30-15.el8.x86_64.r 5.6 MB/s | 2.0 MB 00:00
* 2025-06-15 19:45:48 (10182) [^[[32mINFO^[[0m] (14/197): crypto-policies-20230731-1.git3177e06 1.8 MB/s | 63 kB 00:00
* 2025-06-15 19:45:48 (10182) [^[[32mINFO^[[0m] (15/197): crypto-policies-scripts-20230731-1.gi 1.4 MB/s | 83 kB 00:00
* 2025-06-15 19:45:48 (10182) [^[[32mINFO^[[0m] (16/197): cryptsetup-libs-2.3.7-7.el8.x86_64.rp 3.9 MB/s | 488 kB 00:00
* 2025-06-15 19:45:48 (10182) [^[[32mINFO^[[0m] (17/197): curl-7.61.1-34.el8_10.3.x86_64.rpm 4.9 MB/s | 353 kB 00:00
* 2025-06-15 19:45:48 (10182) [^[[32mINFO^[[0m] (18/197): dbus-1.12.8-26.el8.x86_64.rpm 1.3 MB/s | 41 kB 00:00
* 2025-06-15 19:45:48 (10182) [^[[32mINFO^[[0m] (19/197): cyrus-sasl-lib-2.1.27-6.el8_5.x86_64. 2.8 MB/s | 122 kB 00:00
* 2025-06-15 19:45:48 (10182) [^[[32mINFO^[[0m] (20/197): dbus-common-1.12.8-26.el8.noarch.rpm 3.4 MB/s | 46 kB 00:00
* 2025-06-15 19:45:48 (10182) [^[[32mINFO^[[0m] (21/197): dbus-daemon-1.12.8-26.el8.x86_64.rpm 3.7 MB/s | 240 kB 00:00
* 2025-06-15 19:45:48 (10182) [^[[32mINFO^[[0m] (22/197): dbus-glib-0.110-2.el8.x86_64.rpm 1.8 MB/s | 127 kB 00:00
* 2025-06-15 19:45:48 (10182) [^[[32mINFO^[[0m] (23/197): dbus-tools-1.12.8-26.el8.x86_64.rpm 2.6 MB/s | 85 kB 00:00
* 2025-06-15 19:45:48 (10182) [^[[32mINFO^[[0m] (24/197): dbus-libs-1.12.8-26.el8.x86_64.rpm 2.2 MB/s | 184 kB 00:00
* 2025-06-15 19:45:48 (10182) [^[[32mINFO^[[0m] (25/197): device-mapper-1.02.181-15.el8_10.x86_ 3.8 MB/s | 378 kB 00:00
* 2025-06-15 19:45:48 (10182) [^[[32mINFO^[[0m] (26/197): device-mapper-libs-1.02.181-15.el8_10 3.4 MB/s | 410 kB 00:00
* 2025-06-15 19:45:48 (10182) [^[[32mINFO^[[0m] (27/197): diffutils-3.6-6.el8.x86_64.rpm 3.7 MB/s | 361 kB 00:00
* 2025-06-15 19:45:48 (10182) [^[[32mINFO^[[0m] (28/197): dnf-data-4.7.0-21.el8_10.alma.1.noarc 3.3 MB/s | 156 kB 00:00
* 2025-06-15 19:45:48 (10182) [^[[32mINFO^[[0m] (29/197): dnf-plugins-core-4.0.21-25.el8.noarch 2.8 MB/s | 75 kB 00:00
* 2025-06-15 19:45:48 (10182) [^[[32mINFO^[[0m] (30/197): dnf-4.7.0-21.el8_10.alma.1.noarch.rpm 3.8 MB/s | 542 kB 00:00
* 2025-06-15 19:45:48 (10182) [^[[32mINFO^[[0m] (31/197): elfutils-debuginfod-client-0.190-2.el 2.8 MB/s | 76 kB 00:00
* 2025-06-15 19:45:48 (10182) [^[[32mINFO^[[0m] (32/197): elfutils-default-yama-scope-0.190-2.e 2.1 MB/s | 52 kB 00:00
* 2025-06-15 19:45:48 (10182) [^[[32mINFO^[[0m] (33/197): dracut-049-233.git20240115.el8.x86_64 3.8 MB/s | 379 kB 00:00
* 2025-06-15 19:45:48 (10182) [^[[32mINFO^[[0m] (34/197): elfutils-libelf-0.190-2.el8.x86_64.rp 3.4 MB/s | 232 kB 00:00
* 2025-06-15 19:45:48 (10182) [^[[32mINFO^[[0m] (35/197): elfutils-libs-0.190-2.el8.x86_64.rpm 3.5 MB/s | 304 kB 00:00
* 2025-06-15 19:45:48 (10182) [^[[32mINFO^[[0m] (36/197): expat-2.2.5-17.el8_10.x86_64.rpm 2.8 MB/s | 114 kB 00:00
* 2025-06-15 19:45:52 (10182) [^[[32mINFO^[[0m] (37/197): file-5.33-26.el8.x86_64.rpm 1.3 MB/s | 76 kB 00:00
* 2025-06-15 19:45:52 (10182) [^[[32mINFO^[[0m] (38/197): cracklib-dicts-2.9.6-15.el8.x86_64.rp 4.6 MB/s | 4.0 MB 00:00
* 2025-06-15 19:45:52 (10182) [^[[32mINFO^[[0m] (39/197): file-libs-5.33-26.el8.x86_64.rpm 4.1 MB/s | 543 kB 00:00
* 2025-06-15 19:45:52 (10182) [^[[32mINFO^[[0m] (40/197): findutils-4.6.0-23.el8_10.x86_64.rpm 5.3 MB/s | 526 kB 00:00
* 2025-06-15 19:45:52 (10182) [^[[32mINFO^[[0m] (41/197): gdbm-1.18-2.el8.x86_64.rpm 1.7 MB/s | 129 kB 00:00
* 2025-06-15 19:45:52 (10182) [^[[32mINFO^[[0m] (42/197): gdbm-libs-1.18-2.el8.x86_64.rpm 1.7 MB/s | 59 kB 00:00
* 2025-06-15 19:45:52 (10182) [^[[32mINFO^[[0m] (43/197): filesystem-3.8-6.el8.x86_64.rpm 3.7 MB/s | 1.1 MB 00:00
* 2025-06-15 19:45:52 (10182) [^[[32mINFO^[[0m] (44/197): gawk-4.2.1-4.el8.x86_64.rpm 2.3 MB/s | 1.1 MB 00:00
* 2025-06-15 19:45:52 (10182) [^[[32mINFO^[[0m] (45/197): gettext-libs-0.19.8.1-17.el8.x86_64.r 1.1 MB/s | 312 kB 00:00
* 2025-06-15 19:45:52 (10182) [^[[32mINFO^[[0m] (46/197): gettext-0.19.8.1-17.el8.x86_64.rpm 2.6 MB/s | 1.1 MB 00:00
* 2025-06-15 19:45:52 (10182) [^[[32mINFO^[[0m] (47/197): glibc-2.28-251.el8_10.22.x86_64.rpm 3.6 MB/s | 2.2 MB 00:00
* 2025-06-15 19:45:52 (10182) [^[[32mINFO^[[0m] (48/197): glib2-2.56.4-165.el8_10.x86_64.rpm 3.7 MB/s | 2.5 MB 00:00
* 2025-06-15 19:45:52 (10182) [^[[32mINFO^[[0m] (49/197): glibc-common-2.28-251.el8_10.22.x86_6 3.4 MB/s | 1.0 MB 00:00
* 2025-06-15 19:45:52 (10182) [^[[32mINFO^[[0m] (50/197): gmp-6.1.2-11.el8.x86_64.rpm 2.8 MB/s | 317 kB 00:00
* 2025-06-15 19:45:52 (10182) [^[[32mINFO^[[0m] (51/197): glibc-gconv-extra-2.28-251.el8_10.22. 3.3 MB/s | 1.6 MB 00:00
* 2025-06-15 19:45:52 (10182) [^[[32mINFO^[[0m] (52/197): gnupg2-smime-2.2.20-3.el8_6.x86_64.rp 2.8 MB/s | 282 kB 00:00
* 2025-06-15 19:45:52 (10182) [^[[32mINFO^[[0m] (53/197): gnutls-3.6.16-8.el8_10.3.x86_64.rpm 2.7 MB/s | 1.0 MB 00:00
* 2025-06-15 19:45:52 (10182) [^[[32mINFO^[[0m] (54/197): gnupg2-2.2.20-3.el8_6.x86_64.rpm 3.5 MB/s | 2.4 MB 00:00
* 2025-06-15 19:45:52 (10182) [^[[32mINFO^[[0m] (55/197): gpgme-1.13.1-12.el8.x86_64.rpm 2.9 MB/s | 335 kB 00:00
* 2025-06-15 19:45:52 (10182) [^[[32mINFO^[[0m] (56/197): grep-3.1-6.el8.x86_64.rpm 4.0 MB/s | 274 kB 00:00
* 2025-06-15 19:45:52 (10182) [^[[32mINFO^[[0m] (57/197): grub2-common-2.02-167.el8_10.alma.1.n 3.6 MB/s | 897 kB 00:00
* 2025-06-15 19:45:52 (10182) [^[[32mINFO^[[0m] (58/197): grub2-tools-minimal-2.02-167.el8_10.a 3.4 MB/s | 216 kB 00:00
* 2025-06-15 19:45:52 (10182) [^[[32mINFO^[[0m] (59/197): grubby-8.40-49.el8.x86_64.rpm 2.3 MB/s | 49 kB 00:00
* 2025-06-15 19:45:52 (10182) [^[[32mINFO^[[0m] (60/197): gzip-1.9-13.el8_5.x86_64.rpm 2.7 MB/s | 166 kB 00:00
* 2025-06-15 19:45:52 (10182) [^[[32mINFO^[[0m] (61/197): hardlink-1.3-6.el8.x86_64.rpm 1.5 MB/s | 29 kB 00:00
* 2025-06-15 19:45:52 (10182) [^[[32mINFO^[[0m] (62/197): ima-evm-utils-1.3.2-12.el8.x86_64.rpm 2.6 MB/s | 63 kB 00:00
* 2025-06-15 19:45:52 (10182) [^[[32mINFO^[[0m] (63/197): info-6.5-7.el8.x86_64.rpm 3.0 MB/s | 197 kB 00:00
* 2025-06-15 19:45:52 (10182) [^[[32mINFO^[[0m] (64/197): json-c-0.13.1-3.el8.x86_64.rpm 1.8 MB/s | 40 kB 00:00
* 2025-06-15 19:45:52 (10182) [^[[32mINFO^[[0m] (65/197): grub2-tools-2.02-167.el8_10.alma.1.x8 4.0 MB/s | 2.0 MB 00:00
* 2025-06-15 19:45:52 (10182) [^[[32mINFO^[[0m] (66/197): kbd-2.0.4-11.el8.x86_64.rpm 3.6 MB/s | 389 kB 00:00
* 2025-06-15 19:45:52 (10182) [^[[32mINFO^[[0m] (67/197): kbd-legacy-2.0.4-11.el8.noarch.rpm 3.0 MB/s | 480 kB 00:00
* 2025-06-15 19:45:52 (10182) [^[[32mINFO^[[0m] (68/197): keyutils-libs-1.5.10-9.el8.x86_64.rpm 811 kB/s | 33 kB 00:00
* 2025-06-15 19:45:52 (10182) [^[[32mINFO^[[0m] (69/197): kmod-25-20.el8.x86_64.rpm 2.6 MB/s | 125 kB 00:00
* 2025-06-15 19:45:52 (10182) [^[[32mINFO^[[0m] (70/197): kmod-libs-25-20.el8.x86_64.rpm 1.6 MB/s | 67 kB 00:00
* 2025-06-15 19:45:52 (10182) [^[[32mINFO^[[0m] (70/197): kmod-libs-25-20.el8.x86_64.rpm 1.6 MB/s | 67 kB 00:00
* 2025-06-15 19:45:52 (10182) [^[[32mINFO^[[0m] (71/197): kpartx-0.8.4-42.el8_10.x86_64.rpm 2.4 MB/s | 119 kB 00:00
* 2025-06-15 19:45:52 (10182) [^[[32mINFO^[[0m] (72/197): kbd-misc-2.0.4-11.el8.noarch.rpm 4.2 MB/s | 1.5 MB 00:00
* 2025-06-15 19:45:52 (10182) [^[[32mINFO^[[0m] (73/197): libacl-2.2.53-3.el8.x86_64.rpm 810 kB/s | 34 kB 00:00
* 2025-06-15 19:45:52 (10182) [^[[32mINFO^[[0m] (74/197): libarchive-3.3.3-5.el8.x86_64.rpm 3.6 MB/s | 359 kB 00:00
* 2025-06-15 19:45:52 (10182) [^[[32mINFO^[[0m] (75/197): libassuan-2.5.1-3.el8.x86_64.rpm 2.9 MB/s | 83 kB 00:00
* 2025-06-15 19:45:52 (10182) [^[[32mINFO^[[0m] (76/197): krb5-libs-1.18.2-32.el8_10.x86_64.rpm 3.2 MB/s | 845 kB 00:00
* 2025-06-15 19:45:52 (10182) [^[[32mINFO^[[0m] (77/197): libattr-2.4.48-3.el8.x86_64.rpm 1.2 MB/s | 27 kB 00:00
* 2025-06-15 19:45:52 (10182) [^[[32mINFO^[[0m] (78/197): libcap-2.48-6.el8_9.x86_64.rpm 3.7 MB/s | 73 kB 00:00
* 2025-06-15 19:45:52 (10182) [^[[32mINFO^[[0m] (79/197): libcap-ng-0.7.11-1.el8.x86_64.rpm 2.1 MB/s | 32 kB 00:00
* 2025-06-15 19:45:52 (10182) [^[[32mINFO^[[0m] (80/197): libcom_err-1.45.6-6.el8_10.x86_64.rpm 2.0 MB/s | 48 kB 00:00
* 2025-06-15 19:45:52 (10182) [^[[32mINFO^[[0m] (81/197): libblkid-2.32.1-46.el8.x86_64.rpm 2.7 MB/s | 220 kB 00:00
* 2025-06-15 19:45:52 (10182) [^[[32mINFO^[[0m] (82/197): libcomps-0.1.18-1.el8.x86_64.rpm 2.9 MB/s | 81 kB 00:00
* 2025-06-15 19:45:52 (10182) [^[[32mINFO^[[0m] (83/197): libcroco-0.6.12-4.el8_2.1.x86_64.rpm 2.5 MB/s | 112 kB 00:00
* 2025-06-15 19:45:52 (10182) [^[[32mINFO^[[0m] (84/197): libcurl-7.61.1-34.el8_10.3.x86_64.rpm 3.8 MB/s | 303 kB 00:00
* 2025-06-15 19:45:52 (10182) [^[[32mINFO^[[0m] (85/197): libdb-utils-5.3.28-42.el8_4.x86_64.rp 2.8 MB/s | 149 kB 00:00
* 2025-06-15 19:45:52 (10182) [^[[32mINFO^[[0m] (86/197): libdb-5.3.28-42.el8_4.x86_64.rpm 3.0 MB/s | 750 kB 00:00
* 2025-06-15 19:45:52 (10182) [^[[32mINFO^[[0m] (87/197): libevent-2.1.8-5.el8.x86_64.rpm 3.2 MB/s | 253 kB 00:00
* 2025-06-15 19:45:54 (10182) [^[[32mINFO^[[0m] (88/197): libdnf-0.63.0-21.el8_10.alma.1.x86_64 2.9 MB/s | 711 kB 00:00
* 2025-06-15 19:45:54 (10182) [^[[32mINFO^[[0m] (89/197): libffi-3.1-24.el8.x86_64.rpm 1.3 MB/s | 37 kB 00:00
* 2025-06-15 19:45:54 (10182) [^[[32mINFO^[[0m] (90/197): libfdisk-2.32.1-46.el8.x86_64.rpm 3.0 MB/s | 253 kB 00:00
* 2025-06-15 19:45:54 (10182) [^[[32mINFO^[[0m] (91/197): libgcc-8.5.0-26.el8_10.alma.1.x86_64. 2.0 MB/s | 81 kB 00:00
* 2025-06-15 19:45:54 (10182) [^[[32mINFO^[[0m] (92/197): libgomp-8.5.0-26.el8_10.alma.1.x86_64 2.8 MB/s | 208 kB 00:00
* 2025-06-15 19:45:54 (10182) [^[[32mINFO^[[0m] (93/197): libgpg-error-1.31-1.el8.x86_64.rpm 2.5 MB/s | 242 kB 00:00
* 2025-06-15 19:45:54 (10182) [^[[32mINFO^[[0m] (94/197): libgcrypt-1.8.5-7.el8_6.x86_64.rpm 2.6 MB/s | 462 kB 00:00
* 2025-06-15 19:45:54 (10182) [^[[32mINFO^[[0m] (95/197): libkcapi-1.4.0-2.el8.x86_64.rpm 2.6 MB/s | 52 kB 00:00
* 2025-06-15 19:45:54 (10182) [^[[32mINFO^[[0m] (96/197): libidn2-2.2.0-1.el8.x86_64.rpm 1.7 MB/s | 93 kB 00:00
* 2025-06-15 19:45:54 (10182) [^[[32mINFO^[[0m] (97/197): libkcapi-hmaccalc-1.4.0-2.el8.x86_64. 470 kB/s | 31 kB 00:00
* 2025-06-15 19:45:54 (10182) [^[[32mINFO^[[0m] (98/197): libksba-1.3.5-9.el8_7.x86_64.rpm 3.2 MB/s | 133 kB 00:00
* 2025-06-15 19:45:54 (10182) [^[[32mINFO^[[0m] (99/197): libmount-2.32.1-46.el8.x86_64.rpm 2.9 MB/s | 236 kB 00:00
* 2025-06-15 19:45:54 (10182) [^[[32mINFO^[[0m] (100/197): libmodulemd-2.13.0-1.el8.x86_64.rpm 2.4 MB/s | 232 kB 00:00
* 2025-06-15 19:45:54 (10182) [^[[32mINFO^[[0m] (101/197): libnghttp2-1.33.0-6.el8_10.1.x86_64. 2.7 MB/s | 77 kB 00:00
* 2025-06-15 19:45:54 (10182) [^[[32mINFO^[[0m] (102/197): libnsl2-1.2.0-2.20180605git4a062cf.e 2.1 MB/s | 58 kB 00:00
* 2025-06-15 19:45:54 (10182) [^[[32mINFO^[[0m] (103/197): libpsl-0.20.2-6.el8.x86_64.rpm 2.3 MB/s | 61 kB 00:00
* 2025-06-15 19:45:54 (10182) [^[[32mINFO^[[0m] (104/197): libpwquality-1.4.4-6.el8.x86_64.rpm 2.0 MB/s | 106 kB 00:00
* 2025-06-15 19:45:54 (10182) [^[[32mINFO^[[0m] (105/197): librepo-1.14.2-5.el8.x86_64.rpm 2.0 MB/s | 92 kB 00:00
* 2025-06-15 19:45:54 (10182) [^[[32mINFO^[[0m] (106/197): libreport-filesystem-2.9.5-15.el8.al 1.1 MB/s | 20 kB 00:00
* 2025-06-15 19:45:54 (10182) [^[[32mINFO^[[0m] (107/197): libseccomp-2.5.2-1.el8.x86_64.rpm 2.8 MB/s | 70 kB 00:00
* 2025-06-15 19:45:54 (10182) [^[[32mINFO^[[0m] (108/197): libselinux-2.9-10.el8_10.x86_64.rpm 2.9 MB/s | 165 kB 00:00
* 2025-06-15 19:45:54 (10182) [^[[32mINFO^[[0m] (109/197): libsecret-0.18.6-1.el8.x86_64.rpm 2.1 MB/s | 163 kB 00:00
* 2025-06-15 19:45:54 (10182) [^[[32mINFO^[[0m] (110/197): libsemanage-2.9-12.el8_10.x86_64.rpm 3.2 MB/s | 168 kB 00:00
* 2025-06-15 19:45:54 (10182) [^[[32mINFO^[[0m] (111/197): libsigsegv-2.11-5.el8.x86_64.rpm 962 kB/s | 30 kB 00:00
* 2025-06-15 19:45:54 (10182) [^[[32mINFO^[[0m] (112/197): libsepol-2.9-3.el8.x86_64.rpm 3.0 MB/s | 339 kB 00:00
* 2025-06-15 19:45:54 (10182) [^[[32mINFO^[[0m] (113/197): libsmartcols-2.32.1-46.el8.x86_64.rp 2.8 MB/s | 179 kB 00:00
* 2025-06-15 19:45:54 (10182) [^[[32mINFO^[[0m] (114/197): libsolv-0.7.20-6.el8.x86_64.rpm 3.7 MB/s | 375 kB 00:00
* 2025-06-15 19:45:54 (10182) [^[[32mINFO^[[0m] (115/197): libssh-config-0.9.6-14.el8.noarch.rp 932 kB/s | 20 kB 00:00
* 2025-06-15 19:45:54 (10182) [^[[32mINFO^[[0m] (116/197): libssh-0.9.6-14.el8.x86_64.rpm 2.1 MB/s | 219 kB 00:00
* 2025-06-15 19:45:54 (10182) [^[[32mINFO^[[0m] (117/197): libtasn1-4.13-5.el8_10.x86_64.rpm 1.7 MB/s | 76 kB 00:00
* 2025-06-15 19:45:54 (10182) [^[[32mINFO^[[0m] (118/197): libtirpc-1.1.4-12.el8_10.x86_64.rpm 2.4 MB/s | 113 kB 00:00
* 2025-06-15 19:45:54 (10182) [^[[32mINFO^[[0m] (119/197): libstdc++-8.5.0-26.el8_10.alma.1.x86 3.6 MB/s | 472 kB 00:00
* 2025-06-15 19:45:54 (10182) [^[[32mINFO^[[0m] (120/197): libusbx-1.0.23-4.el8.x86_64.rpm 2.7 MB/s | 73 kB 00:00
* 2025-06-15 19:45:54 (10182) [^[[32mINFO^[[0m] (121/197): libutempter-1.1.6-14.el8.x86_64.rpm 1.4 MB/s | 31 kB 00:00
* 2025-06-15 19:45:54 (10182) [^[[32mINFO^[[0m] (122/197): libuuid-2.32.1-46.el8.x86_64.rpm 2.2 MB/s | 98 kB 00:00
* 2025-06-15 19:45:54 (10182) [^[[32mINFO^[[0m] (123/197): libunistring-0.9.9-3.el8.x86_64.rpm 3.0 MB/s | 422 kB 00:00
* 2025-06-15 19:45:54 (10182) [^[[32mINFO^[[0m] (124/197): libverto-0.3.2-2.el8.x86_64.rpm 1.3 MB/s | 23 kB 00:00
* 2025-06-15 19:45:54 (10182) [^[[32mINFO^[[0m] (125/197): libxcrypt-4.1.1-6.el8.x86_64.rpm 1.8 MB/s | 72 kB 00:00
* 2025-06-15 19:45:54 (10182) [^[[32mINFO^[[0m] (126/197): libyaml-0.1.7-5.el8.x86_64.rpm 2.3 MB/s | 61 kB 00:00
* 2025-06-15 19:45:54 (10182) [^[[32mINFO^[[0m] (127/197): libzstd-1.4.4-1.el8.x86_64.rpm 2.6 MB/s | 266 kB 00:00
* 2025-06-15 19:45:54 (10182) [^[[32mINFO^[[0m] (128/197): libxml2-2.9.7-20.el8_10.x86_64.rpm 3.4 MB/s | 696 kB 00:00
* 2025-06-15 19:45:54 (10182) [^[[32mINFO^[[0m] (129/197): lua-libs-5.3.4-12.el8.x86_64.rpm 2.6 MB/s | 117 kB 00:00
* 2025-06-15 19:45:54 (10182) [^[[32mINFO^[[0m] (130/197): lz4-libs-1.8.3-3.el8_4.x86_64.rpm 3.0 MB/s | 65 kB 00:00
* 2025-06-15 19:45:54 (10182) [^[[32mINFO^[[0m] (131/197): memstrack-0.2.5-2.el8.x86_64.rpm 2.0 MB/s | 51 kB 00:00
* 2025-06-15 19:45:54 (10182) [^[[32mINFO^[[0m] (132/197): mpfr-3.1.6-1.el8.x86_64.rpm 3.0 MB/s | 221 kB 00:00
* 2025-06-15 19:45:54 (10182) [^[[32mINFO^[[0m] (133/197): ncurses-base-6.1-10.20180224.el8.noa 2.7 MB/s | 80 kB 00:00
* 2025-06-15 19:45:54 (10182) [^[[32mINFO^[[0m] (134/197): ncurses-6.1-10.20180224.el8.x86_64.r 2.7 MB/s | 386 kB 00:00
* 2025-06-15 19:45:54 (10182) [^[[32mINFO^[[0m] (135/197): ncurses-libs-6.1-10.20180224.el8.x86 3.2 MB/s | 333 kB 00:00
* 2025-06-15 19:45:54 (10182) [^[[32mINFO^[[0m] (136/197): npth-1.5-4.el8.x86_64.rpm 1.1 MB/s | 26 kB 00:00
* 2025-06-15 19:45:54 (10182) [^[[32mINFO^[[0m] (137/197): nettle-3.4.1-7.el8.x86_64.rpm 2.6 MB/s | 300 kB 00:00
* 2025-06-15 19:45:54 (10182) [^[[32mINFO^[[0m] (138/197): openldap-2.4.46-21.el8_10.x86_64.rpm 3.4 MB/s | 352 kB 00:00
* 2025-06-15 19:45:54 (10182) [^[[32mINFO^[[0m] (139/197): glibc-all-langpacks-2.28-251.el8_10. 4.9 MB/s | 26 MB 00:05
* 2025-06-15 19:45:56 (10182) [^[[32mINFO^[[0m] (140/197): openssl-1.1.1k-14.el8_6.x86_64.rpm 1.8 MB/s | 710 kB 00:00
* 2025-06-15 19:45:56 (10182) [^[[32mINFO^[[0m] (141/197): openssl-pkcs11-0.4.10-3.el8.x86_64.r 3.7 MB/s | 65 kB 00:00
* 2025-06-15 19:45:56 (10182) [^[[32mINFO^[[0m] (142/197): os-prober-1.74-9.el8.x86_64.rpm 2.3 MB/s | 50 kB 00:00
* 2025-06-15 19:45:56 (10182) [^[[32mINFO^[[0m] (143/197): openssl-libs-1.1.1k-14.el8_6.x86_64. 3.6 MB/s | 1.5 MB 00:00
* 2025-06-15 19:45:56 (10182) [^[[32mINFO^[[0m] (144/197): p11-kit-trust-0.23.22-2.el8.x86_64.r 1.9 MB/s | 137 kB 00:00
* 2025-06-15 19:45:56 (10182) [^[[32mINFO^[[0m] (145/197): p11-kit-0.23.22-2.el8.x86_64.rpm 3.8 MB/s | 326 kB 00:00
* 2025-06-15 19:45:56 (10182) [^[[32mINFO^[[0m] (146/197): pcre2-10.32-3.el8_6.x86_64.rpm 3.7 MB/s | 246 kB 00:00
* 2025-06-15 19:45:56 (10182) [^[[32mINFO^[[0m] (147/197): pcre-8.42-6.el8.x86_64.rpm 2.8 MB/s | 210 kB 00:00
* 2025-06-15 19:45:56 (10182) [^[[32mINFO^[[0m] (148/197): pigz-2.4-4.el8.x86_64.rpm 4.6 MB/s | 79 kB 00:00
* 2025-06-15 19:45:56 (10182) [^[[32mINFO^[[0m] (149/197): platform-python-3.6.8-69.el8_10.alma 2.3 MB/s | 87 kB 00:00
* 2025-06-15 19:45:56 (10182) [^[[32mINFO^[[0m] (150/197): pam-1.3.1-36.el8_10.x86_64.rpm 4.6 MB/s | 747 kB 00:00
* 2025-06-15 19:45:56 (10182) [^[[32mINFO^[[0m] (151/197): popt-1.18-1.el8.x86_64.rpm 2.7 MB/s | 60 kB 00:00
* 2025-06-15 19:45:56 (10182) [^[[32mINFO^[[0m] (152/197): platform-python-setuptools-39.2.0-8. 3.8 MB/s | 630 kB 00:00
* 2025-06-15 19:45:56 (10182) [^[[32mINFO^[[0m] (153/197): procps-ng-3.3.15-14.el8.x86_64.rpm 3.3 MB/s | 329 kB 00:00
* 2025-06-15 19:45:56 (10182) [^[[32mINFO^[[0m] (154/197): publicsuffix-list-dafsa-20180723-1.e 3.5 MB/s | 56 kB 00:00
* 2025-06-15 19:45:56 (10182) [^[[32mINFO^[[0m] (155/197): python3-dbus-1.2.4-15.el8.x86_64.rpm 3.1 MB/s | 134 kB 00:00
* 2025-06-15 19:45:56 (10182) [^[[32mINFO^[[0m] (156/197): python3-dateutil-2.6.1-6.el8.noarch. 3.5 MB/s | 251 kB 00:00
* 2025-06-15 19:45:56 (10182) [^[[32mINFO^[[0m] (157/197): python3-dnf-plugins-core-4.0.21-25.e 3.1 MB/s | 262 kB 00:00
* 2025-06-15 19:45:56 (10182) [^[[32mINFO^[[0m] (158/197): platform-python-pip-9.0.3-24.el8.noa 4.0 MB/s | 1.6 MB 00:00
* 2025-06-15 19:45:56 (10182) [^[[32mINFO^[[0m] (159/197): python3-dnf-4.7.0-21.el8_10.alma.1.n 3.7 MB/s | 550 kB 00:00
* 2025-06-15 19:45:56 (10182) [^[[32mINFO^[[0m] (160/197): python3-gpg-1.13.1-12.el8.x86_64.rpm 4.5 MB/s | 243 kB 00:00
* 2025-06-15 19:45:56 (10182) [^[[32mINFO^[[0m] (161/197): python3-libcomps-0.1.18-1.el8.x86_64 3.4 MB/s | 51 kB 00:00
* 2025-06-15 19:45:56 (10182) [^[[32mINFO^[[0m] (162/197): python3-hawkey-0.63.0-21.el8_10.alma 5.4 MB/s | 118 kB 00:00
* 2025-06-15 19:45:56 (10182) [^[[32mINFO^[[0m] (163/197): python3-libdnf-0.63.0-21.el8_10.alma 3.6 MB/s | 779 kB 00:00
* 2025-06-15 19:45:56 (10182) [^[[32mINFO^[[0m] (164/197): python3-rpm-4.14.3-32.el8_10.x86_64. 2.6 MB/s | 154 kB 00:00
* 2025-06-15 19:45:56 (10182) [^[[32mINFO^[[0m] (165/197): python3-pip-wheel-9.0.3-24.el8.noarc 3.1 MB/s | 864 kB 00:00
* 2025-06-15 19:45:56 (10182) [^[[32mINFO^[[0m] (166/197): python3-six-1.11.0-8.el8.noarch.rpm 1.8 MB/s | 38 kB 00:00
* 2025-06-15 19:45:56 (10182) [^[[32mINFO^[[0m] (167/197): python3-systemd-234-8.el8.x86_64.rpm 2.0 MB/s | 81 kB 00:00
* 2025-06-15 19:45:56 (10182) [^[[32mINFO^[[0m] (168/197): python3-setuptools-wheel-39.2.0-8.el 3.3 MB/s | 286 kB 00:00
* 2025-06-15 19:45:56 (10182) [^[[32mINFO^[[0m] (169/197): readline-7.0-10.el8.x86_64.rpm 2.6 MB/s | 199 kB 00:00
* 2025-06-15 19:45:56 (10182) [^[[32mINFO^[[0m] (170/197): rpm-build-libs-4.14.3-32.el8_10.x86_ 2.4 MB/s | 157 kB 00:00
* 2025-06-15 19:45:56 (10182) [^[[32mINFO^[[0m] (171/197): rpm-4.14.3-32.el8_10.x86_64.rpm 3.5 MB/s | 543 kB 00:00
* 2025-06-15 19:45:56 (10182) [^[[32mINFO^[[0m] (172/197): rpm-plugin-systemd-inhibit-4.14.3-32 1.9 MB/s | 78 kB 00:00
* 2025-06-15 19:45:56 (10182) [^[[32mINFO^[[0m] (173/197): rpm-libs-4.14.3-32.el8_10.x86_64.rpm 3.5 MB/s | 347 kB 00:00
* 2025-06-15 19:45:56 (10182) [^[[32mINFO^[[0m] (174/197): sed-4.5-5.el8.x86_64.rpm 3.1 MB/s | 297 kB 00:00
* 2025-06-15 19:45:56 (10182) [^[[32mINFO^[[0m] (175/197): setup-2.12.2-9.el8.noarch.rpm 2.6 MB/s | 180 kB 00:00
* 2025-06-15 19:45:56 (10182) [^[[32mINFO^[[0m] (176/197): shared-mime-info-1.9-4.el8.x86_64.rp 2.7 MB/s | 328 kB 00:00
* 2025-06-15 19:45:56 (10182) [^[[32mINFO^[[0m] (177/197): sqlite-libs-3.26.0-19.el8_9.x86_64.r 2.9 MB/s | 580 kB 00:00
* 2025-06-15 19:45:56 (10182) [^[[32mINFO^[[0m] (178/197): shadow-utils-4.6-22.el8.x86_64.rpm 3.5 MB/s | 1.2 MB 00:00
* 2025-06-15 19:45:56 (10182) [^[[32mINFO^[[0m] (179/197): systemd-libs-239-82.el8_10.5.x86_64. 2.4 MB/s | 1.1 MB 00:00
* 2025-06-15 19:45:56 (10182) [^[[32mINFO^[[0m] (180/197): systemd-pam-239-82.el8_10.5.x86_64.r 3.2 MB/s | 513 kB 00:00
* 2025-06-15 19:45:56 (10182) [^[[32mINFO^[[0m] (181/197): python3-libs-3.6.8-69.el8_10.alma.1. 4.6 MB/s | 7.8 MB 00:01
* 2025-06-15 19:45:56 (10182) [^[[32mINFO^[[0m] (182/197): tpm2-tss-2.3.2-6.el8.x86_64.rpm 2.6 MB/s | 274 kB 00:00
* 2025-06-15 19:45:56 (10182) [^[[32mINFO^[[0m] (183/197): trousers-0.3.15-2.el8.x86_64.rpm 3.4 MB/s | 151 kB 00:00
* 2025-06-15 19:45:56 (10182) [^[[32mINFO^[[0m] (184/197): trousers-lib-0.3.15-2.el8.x86_64.rpm 3.5 MB/s | 167 kB 00:00
* 2025-06-15 19:45:56 (10182) [^[[32mINFO^[[0m] (185/197): tzdata-2025b-1.el8.noarch.rpm 3.9 MB/s | 476 kB 00:00
* 2025-06-15 19:45:56 (10182) [^[[32mINFO^[[0m] (186/197): systemd-udev-239-82.el8_10.5.x86_64. 3.7 MB/s | 1.6 MB 00:00
* 2025-06-15 19:45:56 (10182) [^[[32mINFO^[[0m] (187/197): systemd-239-82.el8_10.5.x86_64.rpm 3.2 MB/s | 3.6 MB 00:01
* 2025-06-15 19:45:56 (10182) [^[[32mINFO^[[0m] (188/197): which-2.21-20.el8.x86_64.rpm 1.6 MB/s | 49 kB 00:00
* 2025-06-15 19:45:56 (10182) [^[[32mINFO^[[0m] (189/197): xz-libs-5.2.4-4.el8_6.x86_64.rpm 2.6 MB/s | 93 kB 00:00
* 2025-06-15 19:45:56 (10182) [^[[32mINFO^[[0m] (190/197): xz-5.2.4-4.el8_6.x86_64.rpm 3.1 MB/s | 152 kB 00:000 -
None of that looks particular exciting. You may have to look through more than just the lines lines there, but you're always welcome to create a ticket so this can be investigated directly on the server.
0 -
Ohh thank you. I will do it..... Now I am without email..... Doing it now...
0 -
I am unable to open a ticket. I got this:
Partner Supported License
This cPanel license is supported by OVH.
cPanel Technical Support is available for cPanel Partners and Direct customers. You may contact OVH for assistance with your cPanel installation, or explore the cPanel Support Center, Community, and Documentation for information and troubleshooting tips.
But OVH answer they don't do any support on software
1 -
Thanks for letting me know about that, and I'm sorry your distributor isn't offering support like they should. You can always switch your cPanel license to be purchased directly from us.
You can also join our Discord server at https://discord.gg/Kdrjrexu and see if you can get additional help through the elevate channel there, although with the server not booting our advice will likely be limited.
0
Please sign in to leave a comment.
Comments
6 comments