Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save Chester-Gillon/77d4833c0204a7200bbf49b213c62b2c to your computer and use it in GitHub Desktop.

Select an option

Save Chester-Gillon/77d4833c0204a7200bbf49b213c62b2c to your computer and use it in GitHub Desktop.
AlmaLinux 9 install on HP Pavilion 590-p0053na

0. Introduction

Describes notes about installing and configuring AlmaLinux 9 on a HP Pavilion 590-p0053na desktop.

The Processor is a AMD Ryzen 5 2400G with Radeon Vega Graphics, 3600 Mhz, 4 Core(s), 8 Logical Processor(s)

1. Initial install from AlmaLinux 9.3 live USB image

The initial state of the HP Pavilion desktop was:

  1. Windows 11 Home installed on a 256 GB SSD M.2
  2. A 3 TB hard disk, formatted as NTFS but not used for any files.
  3. Secure boot and Virtualization Technology (VTx/VTd) were enabled in the BIOS settings.

Used the Windows Disk Management to delete the NTFS volume on the 3 TB hard disk, to use that for installing AlmaLinux.

1.1. Install from live image

Booted the PC from an AlmaLinux 9.3 live image on a SDcard (the PC has a front panel SDcard slot).

The onboard 1GB Ethernet port enp46s0 was connected and the live image allocated an IP address using DHCP.

On the live image performed the following prior using the Install Alma Linux option:

  1. Selected as UK keyboard.
  2. Selected the UK timezone.
  3. Using the network manager did the following to change from using DHCP to using a static IP address:
    • Turned off the connection
    • Under the IPv4 settings changed the IPv4 Method from Automatic (DHCP) to Manual. Then set a static IPv4 address, netmask and gateway
    • Under the IPv4 settings disabled Automatic DNS. Manually set the DNS server to that of the broadband router.
    • Re-enabled the connection.
    • Checked that ip addr showed the static IP address in use, and that nslookup could resolve an Internet domain name.

Started the AlmaLinux installer:

  1. On the WELCOME TO ALMALINUX 9.3 tab was already set to English and English (United Kingdom).
  2. On the NETWORK & HOST NAME option set the host name. The page contains Please use the live desktop environment's tools for customizing your network configuration. You can set the host name here., which is why the network settings were configured using the network manager above.
  3. On CREATE USER option created the user, selecting Make this user administrator and Require a password to use this account.
  4. On the INSTALLATION DESTINATION option selected the 3 TB hard disk. Used the default Automatic Storage Configuration and didn't select Encryption.
  5. Selected Begin Installation. The installation completed without error.
  6. Selected Finish Installation, and then rebooted.
  7. During the boot a GRUB menu appears, which includes an option to boot Windows which is on the NVME M.2 drive.

1.2. Configuration after first boot from the AlmaLinux 9.3 install

After the first boot, there was no GNOME setup, like that seen in 1.2. Configuration after first boot from the AmlaLinux 8.6 install

The installed Kernel and distribution:

$ uname -a
Linux ryzen-alma 5.14.0-362.8.1.el9_3.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Nov 7 14:54:22 EST 2023 x86_64 x86_64 x86_64 GNU/Linux
$ cat /etc/redhat-release 
AlmaLinux release 9.3 (Shamrock Pampas Cat)

Performed an update to the latest packages:

[mr_halfword@ryzen-alma ~]$ mkdir install_logs
[mr_halfword@ryzen-alma ~]$ sudo yum update 2>&1 | tee ~/install_logs/1_update_after_live_image_install.log
<<snip>>
Transaction Summary
===================================================================================================
Install   30 Packages
Upgrade  514 Packages

Total download size: 1.4 G
Is this ok [y/N]: 
<<snip>>
Installed:
  composefs-1.0.3-2.el9.x86_64                                                  
  composefs-libs-1.0.3-2.el9.x86_64                                             
  container-selinux-3:2.229.0-1.el9_3.noarch                                    
  containers-common-2:1-91.el9_4.x86_64                                         
  criu-3.19-1.el9.x86_64                                                        
  criu-libs-3.19-1.el9.x86_64                                                   
  crun-1.14.3-1.el9.x86_64                                                      
  evolution-data-server-ui-3.40.4-9.el9.x86_64                                  
  fuse-overlayfs-1.13-1.el9.x86_64                                              
  grub2-tools-efi-1:2.06-80.el9_4.alma.1.x86_64                                 
  grub2-tools-extra-1:2.06-80.el9_4.alma.1.x86_64                               
  kernel-5.14.0-427.28.1.el9_4.x86_64                                           
  kernel-core-5.14.0-427.28.1.el9_4.x86_64                                      
  kernel-modules-5.14.0-427.28.1.el9_4.x86_64                                   
  kernel-modules-core-5.14.0-427.28.1.el9_4.x86_64                              
  kernel-modules-extra-5.14.0-427.28.1.el9_4.x86_64                             
  libnbd-1.18.1-3.el9.x86_64                                                    
  libnet-1.2-6.el9.x86_64                                                       
  nbdkit-1.36.2-1.el9.x86_64                                                    
  nbdkit-basic-filters-1.36.2-1.el9.x86_64                                      
  nbdkit-basic-plugins-1.36.2-1.el9.x86_64                                      
  nbdkit-curl-plugin-1.36.2-1.el9.x86_64                                        
  nbdkit-server-1.36.2-1.el9.x86_64                                             
  nbdkit-ssh-plugin-1.36.2-1.el9.x86_64                                         
  pipewire-jack-audio-connection-kit-libs-1.0.1-1.el9.x86_64                    
  rpm-ostree-2024.3-4.el9_4.x86_64                                              
  rpm-ostree-libs-2024.3-4.el9_4.x86_64                                         
  scrub-2.6.1-4.el9.x86_64                                                      
  skopeo-2:1.14.3-3.el9_4.x86_64                                                
  slirp4netns-1.2.3-1.el9.x86_64                                                

Complete!

The installed distribution and Kernel after the update:

$ uname -a
Linux ryzen-alma 5.14.0-427.28.1.el9_4.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Aug 2 03:44:10 EDT 2024 x86_64 x86_64 x86_64 GNU/Linux
$ cat /etc/redhat-release 
AlmaLinux release 9.4 (Seafoam Ocelot)

2. Development group install

Installed the development group, specifying default and optional packages:

$ sudo dnf --setopt=group_package_types="default,optional" group install development 2>&1 | tee ~/install_logs/2_development_group_install_all.log
[sudo] password for mr_halfword: 
Last metadata expiration check: 0:31:21 ago on Sat 10 Aug 2024 13:54:13 BST.
Dependencies resolved.
================================================================================
 Package                         Arch   Version                 Repo       Size
================================================================================
Installing group/module packages:
 asciidoc                        noarch 9.1.0-3.el9             appstream 237 k
 byacc                           x86_64 2.0.20210109-4.el9      appstream  88 k
 cmake                           x86_64 3.26.5-2.el9            appstream 8.7 M
 diffstat                        x86_64 1.64-6.el9              appstream  43 k
 expect                          x86_64 5.45.4-16.el9           appstream 245 k
 git                             x86_64 2.43.5-1.el9_4          appstream  50 k
 intltool                        noarch 0.51.0-20.el9           appstream  55 k
 jna                             x86_64 5.6.0-8.el9             appstream 268 k
 ltrace                          x86_64 0.7.91-43.el9           appstream 137 k
 patchutils                      x86_64 0.4.2-7.el9             appstream  99 k
 perl-Fedora-VSP                 noarch 0.001-23.el9            appstream  23 k
 perl-generators                 noarch 1.11-12.el9             appstream  15 k
 pesign                          x86_64 115-6.el9_1             appstream 167 k
 rpmdevtools                     noarch 9.5-1.el9               appstream  75 k
 rpmlint                         noarch 1.11-19.el9             appstream 185 k
 source-highlight                x86_64 3.1.9-11.el9            appstream 609 k
 systemtap                       x86_64 5.0-4.el9               appstream 8.6 k
 valgrind                        x86_64 1:3.22.0-2.el9          appstream 4.9 M
 valgrind-devel                  x86_64 1:3.22.0-2.el9          appstream  45 k
Installing dependencies:
 annobin                         x86_64 12.31-2.el9             appstream 1.0 M
 autoconf                        noarch 2.69-38.el9             appstream 666 k
 automake                        noarch 1.16.2-8.el9            appstream 662 k
 bison                           x86_64 3.7.4-5.el9             appstream 920 k
 boost-regex                     x86_64 1.75.0-8.el9            appstream 277 k
 cmake-data                      noarch 3.26.5-2.el9            appstream 1.7 M
 cmake-filesystem                x86_64 3.26.5-2.el9            appstream  11 k
 cmake-rpm-macros                noarch 3.26.5-2.el9            appstream  10 k
 debugedit                       x86_64 5.0-5.el9               appstream  75 k
 docbook-dtds                    noarch 1.0-79.el9              appstream 280 k
 docbook-style-xsl               noarch 1.79.2-16.el9           appstream 1.2 M
 dwz                             x86_64 0.14-3.el9              appstream 127 k
 dyninst                         x86_64 12.1.0-1.el9            appstream 3.8 M
 ed                              x86_64 1.14.2-12.el9           baseos     74 k
 efi-srpm-macros                 noarch 6-2.el9_0.0.1           appstream  21 k
 elfutils                        x86_64 0.190-2.el9             baseos    541 k
 elfutils-devel                  x86_64 0.190-2.el9             appstream  47 k
 elfutils-libelf-devel           x86_64 0.190-2.el9             appstream  20 k
 enchant                         x86_64 1:1.6.0-30.el9          appstream  60 k
 flex                            x86_64 2.6.4-9.el9             appstream 307 k
 fonts-srpm-macros               noarch 1:2.0.5-7.el9.1         appstream  27 k
 gcc                             x86_64 11.4.1-3.el9.alma.1     appstream  32 M
 gcc-plugin-annobin              x86_64 11.4.1-3.el9.alma.1     appstream  43 k
 gdb-minimal                     x86_64 10.2-13.el9             appstream 3.5 M
 gettext-common-devel            noarch 0.21-8.el9              appstream 405 k
 gettext-devel                   x86_64 0.21-8.el9              appstream 199 k
 ghc-srpm-macros                 noarch 1.5.0-6.el9             appstream 7.8 k
 git-core                        x86_64 2.43.5-1.el9_4          appstream 4.4 M
 git-core-doc                    noarch 2.43.5-1.el9_4          appstream 2.7 M
 glibc-devel                     x86_64 2.34-100.el9_4.2.alma.2 appstream  31 k
 glibc-headers                   x86_64 2.34-100.el9_4.2.alma.2 appstream 435 k
 go-srpm-macros                  noarch 3.2.0-3.el9             appstream  26 k
 graphviz                        x86_64 2.44.0-26.el9           appstream 3.3 M
 info                            x86_64 6.7-15.el9              baseos    224 k
 kernel-headers                  x86_64 5.14.0-427.28.1.el9_4   appstream 6.5 M
 kernel-srpm-macros              noarch 1.0-13.el9              appstream  15 k
 libXaw                          x86_64 1.0.13-19.el9           appstream 197 k
 libxcrypt-devel                 x86_64 4.4.18-3.el9            appstream  28 k
 libzstd-devel                   x86_64 1.5.1-2.el9             appstream  46 k
 lua-srpm-macros                 noarch 1-6.el9                 appstream 8.4 k
 m4                              x86_64 1.4.19-1.el9            appstream 294 k
 make                            x86_64 1:4.3-8.el9             baseos    530 k
 mkfontscale                     x86_64 1.2.1-3.el9             appstream  31 k
 nss-tools                       x86_64 3.90.0-7.el9_4          appstream 431 k
 ocaml-srpm-macros               noarch 6-6.el9                 appstream 7.7 k
 openblas-srpm-macros            noarch 2-11.el9                appstream 7.3 k
 openssl-devel                   x86_64 1:3.0.7-27.el9          appstream 3.0 M
 patch                           x86_64 2.7.6-16.el9            appstream 127 k
 perl-DynaLoader                 x86_64 1.47-481.el9            appstream  24 k
 perl-Error                      noarch 1:0.17029-7.el9         appstream  41 k
 perl-File-Compare               noarch 1.100.600-481.el9       appstream  12 k
 perl-File-Copy                  noarch 2.34-481.el9            appstream  19 k
 perl-File-Find                  noarch 1.37-481.el9            appstream  24 k
 perl-Git                        noarch 2.43.5-1.el9_4          appstream  37 k
 perl-TermReadKey                x86_64 2.38-11.el9             appstream  36 k
 perl-Thread-Queue               noarch 3.14-460.el9            appstream  21 k
 perl-XML-Parser                 x86_64 2.46-9.el9              appstream 229 k
 perl-lib                        x86_64 0.65-481.el9            appstream  13 k
 perl-locale                     noarch 1.09-481.el9            appstream  12 k
 perl-macros                     noarch 4:5.32.1-481.el9        appstream 9.2 k
 perl-srpm-macros                noarch 1-41.el9                appstream 8.1 k
 perl-threads                    x86_64 1:2.25-460.el9          appstream  57 k
 perl-threads-shared             x86_64 1.61-460.el9            appstream  44 k
 pyproject-srpm-macros           noarch 1.12.0-1.el9            appstream  12 k
 python-srpm-macros              noarch 3.9-53.el9              appstream  17 k
 python3-enchant                 noarch 3.2.0-5.el9             appstream  79 k
 qt5-srpm-macros                 noarch 5.15.9-1.el9            appstream 7.8 k
 redhat-rpm-config               noarch 207-1.el9.alma.1        appstream  66 k
 rpm-build                       x86_64 4.16.1.3-29.el9         appstream  58 k
 rust-srpm-macros                noarch 17-4.el9                appstream 9.2 k
 sgml-common                     noarch 0.6.3-58.el9            appstream  54 k
 systemtap-client                x86_64 5.0-4.el9               appstream 3.6 M
 systemtap-devel                 x86_64 5.0-4.el9               appstream 2.3 M
 systemtap-runtime               x86_64 5.0-4.el9               appstream 440 k
 tbb                             x86_64 2020.3-8.el9            appstream 170 k
 xorg-x11-fonts-ISO8859-1-100dpi noarch 7.5-33.el9              appstream 1.0 M
 xz-devel                        x86_64 5.2.5-8.el9_0           appstream  52 k
 zip                             x86_64 3.0-35.el9              baseos    263 k
 zlib-devel                      x86_64 1.2.11-40.el9           appstream  44 k
Installing weak dependencies:
 kernel-devel                    x86_64 5.14.0-427.28.1.el9_4   appstream  21 M
 perl-version                    x86_64 7:0.99.28-4.el9         appstream  62 k
Installing Groups:
 Development Tools                                                             

Transaction Summary
================================================================================
Install  100 Packages

Total download size: 116 M
Installed size: 385 M
Is this ok [y/N]: y
Downloading Packages:
(1/100): asciidoc-9.1.0-3.el9.noarch.rpm        979 kB/s | 237 kB     00:00    
(2/100): autoconf-2.69-38.el9.noarch.rpm        2.0 MB/s | 666 kB     00:00    
(3/100): annobin-12.31-2.el9.x86_64.rpm         2.5 MB/s | 1.0 MB     00:00    
(4/100): boost-regex-1.75.0-8.el9.x86_64.rpm    2.1 MB/s | 277 kB     00:00    
(5/100): automake-1.16.2-8.el9.noarch.rpm       2.0 MB/s | 662 kB     00:00    
(6/100): byacc-2.0.20210109-4.el9.x86_64.rpm    1.4 MB/s |  88 kB     00:00    
(7/100): bison-3.7.4-5.el9.x86_64.rpm           2.6 MB/s | 920 kB     00:00    
(8/100): cmake-filesystem-3.26.5-2.el9.x86_64.r 157 kB/s |  11 kB     00:00    
(9/100): cmake-rpm-macros-3.26.5-2.el9.noarch.r 125 kB/s |  10 kB     00:00    
(10/100): debugedit-5.0-5.el9.x86_64.rpm        756 kB/s |  75 kB     00:00    
(11/100): diffstat-1.64-6.el9.x86_64.rpm        428 kB/s |  43 kB     00:00    
(12/100): cmake-data-3.26.5-2.el9.noarch.rpm    3.1 MB/s | 1.7 MB     00:00    
(13/100): docbook-dtds-1.0-79.el9.noarch.rpm    1.8 MB/s | 280 kB     00:00    
(14/100): dwz-0.14-3.el9.x86_64.rpm             334 kB/s | 127 kB     00:00    
(15/100): docbook-style-xsl-1.79.2-16.el9.noarc 2.7 MB/s | 1.2 MB     00:00    
(16/100): efi-srpm-macros-6-2.el9_0.0.1.noarch. 309 kB/s |  21 kB     00:00    
(17/100): elfutils-devel-0.190-2.el9.x86_64.rpm 595 kB/s |  47 kB     00:00    
(18/100): elfutils-libelf-devel-0.190-2.el9.x86 293 kB/s |  20 kB     00:00    
(19/100): enchant-1.6.0-30.el9.x86_64.rpm       753 kB/s |  60 kB     00:00    
(20/100): expect-5.45.4-16.el9.x86_64.rpm       1.4 MB/s | 245 kB     00:00    
(21/100): flex-2.6.4-9.el9.x86_64.rpm           1.8 MB/s | 307 kB     00:00    
(22/100): fonts-srpm-macros-2.0.5-7.el9.1.noarc 299 kB/s |  27 kB     00:00    
(23/100): dyninst-12.1.0-1.el9.x86_64.rpm       2.0 MB/s | 3.8 MB     00:01    
(24/100): cmake-3.26.5-2.el9.x86_64.rpm         2.9 MB/s | 8.7 MB     00:03    
(25/100): gcc-plugin-annobin-11.4.1-3.el9.alma. 205 kB/s |  43 kB     00:00    
(26/100): gettext-common-devel-0.21-8.el9.noarc 1.5 MB/s | 405 kB     00:00    
(27/100): gettext-devel-0.21-8.el9.x86_64.rpm   1.4 MB/s | 199 kB     00:00    
(28/100): ghc-srpm-macros-1.5.0-6.el9.noarch.rp 112 kB/s | 7.8 kB     00:00    
(29/100): git-2.43.5-1.el9_4.x86_64.rpm         555 kB/s |  50 kB     00:00    
(30/100): gdb-minimal-10.2-13.el9.x86_64.rpm    2.3 MB/s | 3.5 MB     00:01    
(31/100): git-core-doc-2.43.5-1.el9_4.noarch.rp 2.2 MB/s | 2.7 MB     00:01    
(32/100): glibc-devel-2.34-100.el9_4.2.alma.2.x 388 kB/s |  31 kB     00:00    
(33/100): git-core-2.43.5-1.el9_4.x86_64.rpm    1.8 MB/s | 4.4 MB     00:02    
(34/100): glibc-headers-2.34-100.el9_4.2.alma.2 1.5 MB/s | 435 kB     00:00    
(35/100): go-srpm-macros-3.2.0-3.el9.noarch.rpm 429 kB/s |  26 kB     00:00    
(36/100): intltool-0.51.0-20.el9.noarch.rpm     614 kB/s |  55 kB     00:00    
(37/100): jna-5.6.0-8.el9.x86_64.rpm            812 kB/s | 268 kB     00:00    
(38/100): graphviz-2.44.0-26.el9.x86_64.rpm     2.6 MB/s | 3.3 MB     00:01    
(39/100): kernel-headers-5.14.0-427.28.1.el9_4. 2.8 MB/s | 6.5 MB     00:02    
(40/100): kernel-srpm-macros-1.0-13.el9.noarch. 219 kB/s |  15 kB     00:00    
(41/100): libXaw-1.0.13-19.el9.x86_64.rpm       1.8 MB/s | 197 kB     00:00    
(42/100): libxcrypt-devel-4.4.18-3.el9.x86_64.r 311 kB/s |  28 kB     00:00    
(43/100): libzstd-devel-1.5.1-2.el9.x86_64.rpm  579 kB/s |  46 kB     00:00    
(44/100): ltrace-0.7.91-43.el9.x86_64.rpm       1.3 MB/s | 137 kB     00:00    
(45/100): lua-srpm-macros-1-6.el9.noarch.rpm     94 kB/s | 8.4 kB     00:00    
(46/100): m4-1.4.19-1.el9.x86_64.rpm            1.8 MB/s | 294 kB     00:00    
(47/100): mkfontscale-1.2.1-3.el9.x86_64.rpm    285 kB/s |  31 kB     00:00    
(48/100): nss-tools-3.90.0-7.el9_4.x86_64.rpm   2.3 MB/s | 431 kB     00:00    
(49/100): ocaml-srpm-macros-6-6.el9.noarch.rpm  111 kB/s | 7.7 kB     00:00    
(50/100): openblas-srpm-macros-2-11.el9.noarch.  91 kB/s | 7.3 kB     00:00    
(51/100): openssl-devel-3.0.7-27.el9.x86_64.rpm 2.6 MB/s | 3.0 MB     00:01    
(52/100): patch-2.7.6-16.el9.x86_64.rpm         1.2 MB/s | 127 kB     00:00    
(53/100): patchutils-0.4.2-7.el9.x86_64.rpm     1.1 MB/s |  99 kB     00:00    
(54/100): perl-DynaLoader-1.47-481.el9.x86_64.r 304 kB/s |  24 kB     00:00    
(55/100): perl-Error-0.17029-7.el9.noarch.rpm   373 kB/s |  41 kB     00:00    
(56/100): perl-Fedora-VSP-0.001-23.el9.noarch.r 331 kB/s |  23 kB     00:00    
(57/100): perl-File-Compare-1.100.600-481.el9.n 148 kB/s |  12 kB     00:00    
(58/100): gcc-11.4.1-3.el9.alma.1.x86_64.rpm    2.8 MB/s |  32 MB     00:11    
(59/100): perl-File-Copy-2.34-481.el9.noarch.rp  34 kB/s |  19 kB     00:00    
(60/100): perl-File-Find-1.37-481.el9.noarch.rp 402 kB/s |  24 kB     00:00    
(61/100): perl-Git-2.43.5-1.el9_4.noarch.rpm    532 kB/s |  37 kB     00:00    
(62/100): perl-TermReadKey-2.38-11.el9.x86_64.r 595 kB/s |  36 kB     00:00    
(63/100): perl-Thread-Queue-3.14-460.el9.noarch 353 kB/s |  21 kB     00:00    
(64/100): perl-generators-1.11-12.el9.noarch.rp 223 kB/s |  15 kB     00:00    
(65/100): perl-XML-Parser-2.46-9.el9.x86_64.rpm 1.6 MB/s | 229 kB     00:00    
(66/100): perl-lib-0.65-481.el9.x86_64.rpm      224 kB/s |  13 kB     00:00    
(67/100): perl-locale-1.09-481.el9.noarch.rpm   203 kB/s |  12 kB     00:00    
(68/100): perl-macros-5.32.1-481.el9.noarch.rpm 132 kB/s | 9.2 kB     00:00    
(69/100): perl-srpm-macros-1-41.el9.noarch.rpm  134 kB/s | 8.1 kB     00:00    
(70/100): perl-threads-2.25-460.el9.x86_64.rpm  944 kB/s |  57 kB     00:00    
(71/100): perl-threads-shared-1.61-460.el9.x86_ 727 kB/s |  44 kB     00:00    
(72/100): perl-version-0.99.28-4.el9.x86_64.rpm 1.0 MB/s |  62 kB     00:00    
(73/100): pyproject-srpm-macros-1.12.0-1.el9.no 156 kB/s |  12 kB     00:00    
(74/100): pesign-115-6.el9_1.x86_64.rpm         1.3 MB/s | 167 kB     00:00    
(75/100): python-srpm-macros-3.9-53.el9.noarch. 288 kB/s |  17 kB     00:00    
(76/100): python3-enchant-3.2.0-5.el9.noarch.rp 874 kB/s |  79 kB     00:00    
(77/100): qt5-srpm-macros-5.15.9-1.el9.noarch.r 112 kB/s | 7.8 kB     00:00    
(78/100): redhat-rpm-config-207-1.el9.alma.1.no 942 kB/s |  66 kB     00:00    
(79/100): rpm-build-4.16.1.3-29.el9.x86_64.rpm  834 kB/s |  58 kB     00:00    
(80/100): rpmdevtools-9.5-1.el9.noarch.rpm      1.2 MB/s |  75 kB     00:00    
(81/100): rpmlint-1.11-19.el9.noarch.rpm        1.5 MB/s | 185 kB     00:00    
(82/100): rust-srpm-macros-17-4.el9.noarch.rpm   92 kB/s | 9.2 kB     00:00    
(83/100): sgml-common-0.6.3-58.el9.noarch.rpm   769 kB/s |  54 kB     00:00    
(84/100): systemtap-5.0-4.el9.x86_64.rpm        108 kB/s | 8.6 kB     00:00    
(85/100): source-highlight-3.1.9-11.el9.x86_64. 2.2 MB/s | 609 kB     00:00    
(86/100): kernel-devel-5.14.0-427.28.1.el9_4.x8 2.4 MB/s |  21 MB     00:08    
(87/100): systemtap-client-5.0-4.el9.x86_64.rpm 3.2 MB/s | 3.6 MB     00:01    
(88/100): systemtap-runtime-5.0-4.el9.x86_64.rp 2.6 MB/s | 440 kB     00:00    
(89/100): systemtap-devel-5.0-4.el9.x86_64.rpm  2.1 MB/s | 2.3 MB     00:01    
(90/100): tbb-2020.3-8.el9.x86_64.rpm           1.2 MB/s | 170 kB     00:00    
(91/100): valgrind-devel-3.22.0-2.el9.x86_64.rp 760 kB/s |  45 kB     00:00    
(92/100): xz-devel-5.2.5-8.el9_0.x86_64.rpm     582 kB/s |  52 kB     00:00    
(93/100): zlib-devel-1.2.11-40.el9.x86_64.rpm   440 kB/s |  44 kB     00:00    
(94/100): ed-1.14.2-12.el9.x86_64.rpm           820 kB/s |  74 kB     00:00    
(95/100): xorg-x11-fonts-ISO8859-1-100dpi-7.5-3 3.0 MB/s | 1.0 MB     00:00    
(96/100): info-6.7-15.el9.x86_64.rpm            1.5 MB/s | 224 kB     00:00    
(97/100): elfutils-0.190-2.el9.x86_64.rpm       2.0 MB/s | 541 kB     00:00    
(98/100): make-4.3-8.el9.x86_64.rpm             2.6 MB/s | 530 kB     00:00    
(99/100): zip-3.0-35.el9.x86_64.rpm             1.5 MB/s | 263 kB     00:00    
(100/100): valgrind-3.22.0-2.el9.x86_64.rpm     3.9 MB/s | 4.9 MB     00:01    
--------------------------------------------------------------------------------
Total                                           6.5 MB/s | 116 MB     00:17     
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
  Preparing        :                                                        1/1 
  Installing       : make-1:4.3-8.el9.x86_64                              1/100 
  Installing       : perl-File-Find-1.37-481.el9.noarch                   2/100 
  Installing       : perl-File-Copy-2.34-481.el9.noarch                   3/100 
  Installing       : perl-DynaLoader-1.47-481.el9.x86_64                  4/100 
  Installing       : m4-1.4.19-1.el9.x86_64                               5/100 
  Installing       : zip-3.0-35.el9.x86_64                                6/100 
  Installing       : elfutils-0.190-2.el9.x86_64                          7/100 
  Installing       : zlib-devel-1.2.11-40.el9.x86_64                      8/100 
  Installing       : perl-threads-1:2.25-460.el9.x86_64                   9/100 
  Installing       : perl-File-Compare-1.100.600-481.el9.noarch          10/100 
  Installing       : libzstd-devel-1.5.1-2.el9.x86_64                    11/100 
  Installing       : elfutils-libelf-devel-0.190-2.el9.x86_64            12/100 
  Installing       : git-core-2.43.5-1.el9_4.x86_64                      13/100 
  Installing       : gdb-minimal-10.2-13.el9.x86_64                      14/100 
  Installing       : dwz-0.14-3.el9.x86_64                               15/100 
  Installing       : cmake-rpm-macros-3.26.5-2.el9.noarch                16/100 
  Installing       : cmake-filesystem-3.26.5-2.el9.x86_64                17/100 
  Installing       : cmake-data-3.26.5-2.el9.noarch                      18/100 
  Installing       : cmake-3.26.5-2.el9.x86_64                           19/100 
  Installing       : debugedit-5.0-5.el9.x86_64                          20/100 
  Installing       : git-core-doc-2.43.5-1.el9_4.noarch                  21/100 
  Installing       : autoconf-2.69-38.el9.noarch                         22/100 
  Installing       : perl-threads-shared-1.61-460.el9.x86_64             23/100 
  Installing       : perl-Thread-Queue-3.14-460.el9.noarch               24/100 
  Installing       : automake-1.16.2-8.el9.noarch                        25/100 
  Installing       : bison-3.7.4-5.el9.x86_64                            26/100 
  Installing       : flex-2.6.4-9.el9.x86_64                             27/100 
  Installing       : perl-TermReadKey-2.38-11.el9.x86_64                 28/100 
  Installing       : info-6.7-15.el9.x86_64                              29/100 
  Installing       : ed-1.14.2-12.el9.x86_64                             30/100 
  Installing       : patch-2.7.6-16.el9.x86_64                           31/100 
  Installing       : xz-devel-5.2.5-8.el9_0.x86_64                       32/100 
  Installing       : elfutils-devel-0.190-2.el9.x86_64                   33/100 
  Installing       : valgrind-1:3.22.0-2.el9.x86_64                      34/100 
  Installing       : tbb-2020.3-8.el9.x86_64                             35/100 
  Installing       : dyninst-12.1.0-1.el9.x86_64                         36/100 
  Running scriptlet: dyninst-12.1.0-1.el9.x86_64                         36/100 
  Running scriptlet: systemtap-runtime-5.0-4.el9.x86_64                  37/100 
Creating group 'stapusr' with GID 156.
Creating group 'stapsys' with GID 157.
Creating group 'stapdev' with GID 158.

  Installing       : systemtap-runtime-5.0-4.el9.x86_64                  37/100 
  Installing       : systemtap-client-5.0-4.el9.x86_64                   38/100 
  Installing       : sgml-common-0.6.3-58.el9.noarch                     39/100 
  Installing       : docbook-dtds-1.0-79.el9.noarch                      40/100 
  Running scriptlet: docbook-dtds-1.0-79.el9.noarch                      40/100 
  Installing       : docbook-style-xsl-1.79.2-16.el9.noarch              41/100 
  Running scriptlet: docbook-style-xsl-1.79.2-16.el9.noarch              41/100 
  Installing       : rust-srpm-macros-17-4.el9.noarch                    42/100 
  Installing       : qt5-srpm-macros-5.15.9-1.el9.noarch                 43/100 
  Installing       : perl-srpm-macros-1-41.el9.noarch                    44/100 
  Installing       : perl-macros-4:5.32.1-481.el9.noarch                 45/100 
  Installing       : perl-locale-1.09-481.el9.noarch                     46/100 
  Installing       : perl-version-7:0.99.28-4.el9.x86_64                 47/100 
  Installing       : perl-lib-0.65-481.el9.x86_64                        48/100 
  Installing       : perl-XML-Parser-2.46-9.el9.x86_64                   49/100 
  Installing       : perl-Fedora-VSP-0.001-23.el9.noarch                 50/100 
  Installing       : perl-Error-1:0.17029-7.el9.noarch                   51/100 
  Installing       : perl-Git-2.43.5-1.el9_4.noarch                      52/100 
  Installing       : git-2.43.5-1.el9_4.x86_64                           53/100 
  Installing       : openssl-devel-1:3.0.7-27.el9.x86_64                 54/100 
  Installing       : openblas-srpm-macros-2-11.el9.noarch                55/100 
  Installing       : ocaml-srpm-macros-6-6.el9.noarch                    56/100 
  Installing       : nss-tools-3.90.0-7.el9_4.x86_64                     57/100 
  Installing       : mkfontscale-1.2.1-3.el9.x86_64                      58/100 
  Installing       : xorg-x11-fonts-ISO8859-1-100dpi-7.5-33.el9.noarc    59/100 
  Running scriptlet: xorg-x11-fonts-ISO8859-1-100dpi-7.5-33.el9.noarc    59/100 
  Installing       : lua-srpm-macros-1-6.el9.noarch                      60/100 
  Installing       : libXaw-1.0.13-19.el9.x86_64                         61/100 
  Installing       : graphviz-2.44.0-26.el9.x86_64                       62/100 
  Running scriptlet: graphviz-2.44.0-26.el9.x86_64                       62/100 
  Installing       : kernel-srpm-macros-1.0-13.el9.noarch                63/100 
  Installing       : kernel-headers-5.14.0-427.28.1.el9_4.x86_64         64/100 
  Installing       : glibc-headers-2.34-100.el9_4.2.alma.2.x86_64        65/100 
  Installing       : libxcrypt-devel-4.4.18-3.el9.x86_64                 66/100 
  Installing       : glibc-devel-2.34-100.el9_4.2.alma.2.x86_64          67/100 
  Installing       : gcc-11.4.1-3.el9.alma.1.x86_64                      68/100 
  Installing       : annobin-12.31-2.el9.x86_64                          69/100 
  Installing       : gcc-plugin-annobin-11.4.1-3.el9.alma.1.x86_64       70/100 
  Installing       : kernel-devel-5.14.0-427.28.1.el9_4.x86_64           71/100 
  Running scriptlet: kernel-devel-5.14.0-427.28.1.el9_4.x86_64           71/100 
  Installing       : systemtap-devel-5.0-4.el9.x86_64                    72/100 
  Installing       : ghc-srpm-macros-1.5.0-6.el9.noarch                  73/100 
  Installing       : gettext-common-devel-0.21-8.el9.noarch              74/100 
  Installing       : gettext-devel-0.21-8.el9.x86_64                     75/100 
  Installing       : enchant-1:1.6.0-30.el9.x86_64                       76/100 
  Installing       : python3-enchant-3.2.0-5.el9.noarch                  77/100 
  Installing       : efi-srpm-macros-6-2.el9_0.0.1.noarch                78/100 
  Installing       : fonts-srpm-macros-1:2.0.5-7.el9.1.noarch            79/100 
  Installing       : go-srpm-macros-3.2.0-3.el9.noarch                   80/100 
  Installing       : python-srpm-macros-3.9-53.el9.noarch                81/100 
  Installing       : pyproject-srpm-macros-1.12.0-1.el9.noarch           82/100 
  Installing       : redhat-rpm-config-207-1.el9.alma.1.noarch           83/100 
  Running scriptlet: redhat-rpm-config-207-1.el9.alma.1.noarch           83/100 
  Installing       : rpm-build-4.16.1.3-29.el9.x86_64                    84/100 
  Installing       : boost-regex-1.75.0-8.el9.x86_64                     85/100 
  Installing       : source-highlight-3.1.9-11.el9.x86_64                86/100 
  Installing       : asciidoc-9.1.0-3.el9.noarch                         87/100 
  Installing       : rpmdevtools-9.5-1.el9.noarch                        88/100 
  Installing       : rpmlint-1.11-19.el9.noarch                          89/100 
  Installing       : intltool-0.51.0-20.el9.noarch                       90/100 
  Installing       : systemtap-5.0-4.el9.x86_64                          91/100 
  Running scriptlet: systemtap-5.0-4.el9.x86_64                          91/100 
  Running scriptlet: pesign-115-6.el9_1.x86_64                           92/100 
  Installing       : pesign-115-6.el9_1.x86_64                           92/100 
  Running scriptlet: pesign-115-6.el9_1.x86_64                           92/100 
  Installing       : perl-generators-1.11-12.el9.noarch                  93/100 
  Installing       : valgrind-devel-1:3.22.0-2.el9.x86_64                94/100 
  Installing       : patchutils-0.4.2-7.el9.x86_64                       95/100 
  Installing       : ltrace-0.7.91-43.el9.x86_64                         96/100 
  Installing       : jna-5.6.0-8.el9.x86_64                              97/100 
  Installing       : expect-5.45.4-16.el9.x86_64                         98/100 
  Installing       : diffstat-1.64-6.el9.x86_64                          99/100 
  Installing       : byacc-2.0.20210109-4.el9.x86_64                    100/100 
  Running scriptlet: pesign-115-6.el9_1.x86_64                          100/100 
  Running scriptlet: byacc-2.0.20210109-4.el9.x86_64                    100/100 
  Verifying        : annobin-12.31-2.el9.x86_64                           1/100 
  Verifying        : asciidoc-9.1.0-3.el9.noarch                          2/100 
  Verifying        : autoconf-2.69-38.el9.noarch                          3/100 
  Verifying        : automake-1.16.2-8.el9.noarch                         4/100 
  Verifying        : bison-3.7.4-5.el9.x86_64                             5/100 
  Verifying        : boost-regex-1.75.0-8.el9.x86_64                      6/100 
  Verifying        : byacc-2.0.20210109-4.el9.x86_64                      7/100 
  Verifying        : cmake-3.26.5-2.el9.x86_64                            8/100 
  Verifying        : cmake-data-3.26.5-2.el9.noarch                       9/100 
  Verifying        : cmake-filesystem-3.26.5-2.el9.x86_64                10/100 
  Verifying        : cmake-rpm-macros-3.26.5-2.el9.noarch                11/100 
  Verifying        : debugedit-5.0-5.el9.x86_64                          12/100 
  Verifying        : diffstat-1.64-6.el9.x86_64                          13/100 
  Verifying        : docbook-dtds-1.0-79.el9.noarch                      14/100 
  Verifying        : docbook-style-xsl-1.79.2-16.el9.noarch              15/100 
  Verifying        : dwz-0.14-3.el9.x86_64                               16/100 
  Verifying        : dyninst-12.1.0-1.el9.x86_64                         17/100 
  Verifying        : efi-srpm-macros-6-2.el9_0.0.1.noarch                18/100 
  Verifying        : elfutils-devel-0.190-2.el9.x86_64                   19/100 
  Verifying        : elfutils-libelf-devel-0.190-2.el9.x86_64            20/100 
  Verifying        : enchant-1:1.6.0-30.el9.x86_64                       21/100 
  Verifying        : expect-5.45.4-16.el9.x86_64                         22/100 
  Verifying        : flex-2.6.4-9.el9.x86_64                             23/100 
  Verifying        : fonts-srpm-macros-1:2.0.5-7.el9.1.noarch            24/100 
  Verifying        : gcc-11.4.1-3.el9.alma.1.x86_64                      25/100 
  Verifying        : gcc-plugin-annobin-11.4.1-3.el9.alma.1.x86_64       26/100 
  Verifying        : gdb-minimal-10.2-13.el9.x86_64                      27/100 
  Verifying        : gettext-common-devel-0.21-8.el9.noarch              28/100 
  Verifying        : gettext-devel-0.21-8.el9.x86_64                     29/100 
  Verifying        : ghc-srpm-macros-1.5.0-6.el9.noarch                  30/100 
  Verifying        : git-2.43.5-1.el9_4.x86_64                           31/100 
  Verifying        : git-core-2.43.5-1.el9_4.x86_64                      32/100 
  Verifying        : git-core-doc-2.43.5-1.el9_4.noarch                  33/100 
  Verifying        : glibc-devel-2.34-100.el9_4.2.alma.2.x86_64          34/100 
  Verifying        : glibc-headers-2.34-100.el9_4.2.alma.2.x86_64        35/100 
  Verifying        : go-srpm-macros-3.2.0-3.el9.noarch                   36/100 
  Verifying        : graphviz-2.44.0-26.el9.x86_64                       37/100 
  Verifying        : intltool-0.51.0-20.el9.noarch                       38/100 
  Verifying        : jna-5.6.0-8.el9.x86_64                              39/100 
  Verifying        : kernel-devel-5.14.0-427.28.1.el9_4.x86_64           40/100 
  Verifying        : kernel-headers-5.14.0-427.28.1.el9_4.x86_64         41/100 
  Verifying        : kernel-srpm-macros-1.0-13.el9.noarch                42/100 
  Verifying        : libXaw-1.0.13-19.el9.x86_64                         43/100 
  Verifying        : libxcrypt-devel-4.4.18-3.el9.x86_64                 44/100 
  Verifying        : libzstd-devel-1.5.1-2.el9.x86_64                    45/100 
  Verifying        : ltrace-0.7.91-43.el9.x86_64                         46/100 
  Verifying        : lua-srpm-macros-1-6.el9.noarch                      47/100 
  Verifying        : m4-1.4.19-1.el9.x86_64                              48/100 
  Verifying        : mkfontscale-1.2.1-3.el9.x86_64                      49/100 
  Verifying        : nss-tools-3.90.0-7.el9_4.x86_64                     50/100 
  Verifying        : ocaml-srpm-macros-6-6.el9.noarch                    51/100 
  Verifying        : openblas-srpm-macros-2-11.el9.noarch                52/100 
  Verifying        : openssl-devel-1:3.0.7-27.el9.x86_64                 53/100 
  Verifying        : patch-2.7.6-16.el9.x86_64                           54/100 
  Verifying        : patchutils-0.4.2-7.el9.x86_64                       55/100 
  Verifying        : perl-DynaLoader-1.47-481.el9.x86_64                 56/100 
  Verifying        : perl-Error-1:0.17029-7.el9.noarch                   57/100 
  Verifying        : perl-Fedora-VSP-0.001-23.el9.noarch                 58/100 
  Verifying        : perl-File-Compare-1.100.600-481.el9.noarch          59/100 
  Verifying        : perl-File-Copy-2.34-481.el9.noarch                  60/100 
  Verifying        : perl-File-Find-1.37-481.el9.noarch                  61/100 
  Verifying        : perl-Git-2.43.5-1.el9_4.noarch                      62/100 
  Verifying        : perl-TermReadKey-2.38-11.el9.x86_64                 63/100 
  Verifying        : perl-Thread-Queue-3.14-460.el9.noarch               64/100 
  Verifying        : perl-XML-Parser-2.46-9.el9.x86_64                   65/100 
  Verifying        : perl-generators-1.11-12.el9.noarch                  66/100 
  Verifying        : perl-lib-0.65-481.el9.x86_64                        67/100 
  Verifying        : perl-locale-1.09-481.el9.noarch                     68/100 
  Verifying        : perl-macros-4:5.32.1-481.el9.noarch                 69/100 
  Verifying        : perl-srpm-macros-1-41.el9.noarch                    70/100 
  Verifying        : perl-threads-1:2.25-460.el9.x86_64                  71/100 
  Verifying        : perl-threads-shared-1.61-460.el9.x86_64             72/100 
  Verifying        : perl-version-7:0.99.28-4.el9.x86_64                 73/100 
  Verifying        : pesign-115-6.el9_1.x86_64                           74/100 
  Verifying        : pyproject-srpm-macros-1.12.0-1.el9.noarch           75/100 
  Verifying        : python-srpm-macros-3.9-53.el9.noarch                76/100 
  Verifying        : python3-enchant-3.2.0-5.el9.noarch                  77/100 
  Verifying        : qt5-srpm-macros-5.15.9-1.el9.noarch                 78/100 
  Verifying        : redhat-rpm-config-207-1.el9.alma.1.noarch           79/100 
  Verifying        : rpm-build-4.16.1.3-29.el9.x86_64                    80/100 
  Verifying        : rpmdevtools-9.5-1.el9.noarch                        81/100 
  Verifying        : rpmlint-1.11-19.el9.noarch                          82/100 
  Verifying        : rust-srpm-macros-17-4.el9.noarch                    83/100 
  Verifying        : sgml-common-0.6.3-58.el9.noarch                     84/100 
  Verifying        : source-highlight-3.1.9-11.el9.x86_64                85/100 
  Verifying        : systemtap-5.0-4.el9.x86_64                          86/100 
  Verifying        : systemtap-client-5.0-4.el9.x86_64                   87/100 
  Verifying        : systemtap-devel-5.0-4.el9.x86_64                    88/100 
  Verifying        : systemtap-runtime-5.0-4.el9.x86_64                  89/100 
  Verifying        : tbb-2020.3-8.el9.x86_64                             90/100 
  Verifying        : valgrind-1:3.22.0-2.el9.x86_64                      91/100 
  Verifying        : valgrind-devel-1:3.22.0-2.el9.x86_64                92/100 
  Verifying        : xorg-x11-fonts-ISO8859-1-100dpi-7.5-33.el9.noarc    93/100 
  Verifying        : xz-devel-5.2.5-8.el9_0.x86_64                       94/100 
  Verifying        : zlib-devel-1.2.11-40.el9.x86_64                     95/100 
  Verifying        : ed-1.14.2-12.el9.x86_64                             96/100 
  Verifying        : elfutils-0.190-2.el9.x86_64                         97/100 
  Verifying        : info-6.7-15.el9.x86_64                              98/100 
  Verifying        : make-1:4.3-8.el9.x86_64                             99/100 
  Verifying        : zip-3.0-35.el9.x86_64                              100/100 

Installed:
  annobin-12.31-2.el9.x86_64                                                    
  asciidoc-9.1.0-3.el9.noarch                                                   
  autoconf-2.69-38.el9.noarch                                                   
  automake-1.16.2-8.el9.noarch                                                  
  bison-3.7.4-5.el9.x86_64                                                      
  boost-regex-1.75.0-8.el9.x86_64                                               
  byacc-2.0.20210109-4.el9.x86_64                                               
  cmake-3.26.5-2.el9.x86_64                                                     
  cmake-data-3.26.5-2.el9.noarch                                                
  cmake-filesystem-3.26.5-2.el9.x86_64                                          
  cmake-rpm-macros-3.26.5-2.el9.noarch                                          
  debugedit-5.0-5.el9.x86_64                                                    
  diffstat-1.64-6.el9.x86_64                                                    
  docbook-dtds-1.0-79.el9.noarch                                                
  docbook-style-xsl-1.79.2-16.el9.noarch                                        
  dwz-0.14-3.el9.x86_64                                                         
  dyninst-12.1.0-1.el9.x86_64                                                   
  ed-1.14.2-12.el9.x86_64                                                       
  efi-srpm-macros-6-2.el9_0.0.1.noarch                                          
  elfutils-0.190-2.el9.x86_64                                                   
  elfutils-devel-0.190-2.el9.x86_64                                             
  elfutils-libelf-devel-0.190-2.el9.x86_64                                      
  enchant-1:1.6.0-30.el9.x86_64                                                 
  expect-5.45.4-16.el9.x86_64                                                   
  flex-2.6.4-9.el9.x86_64                                                       
  fonts-srpm-macros-1:2.0.5-7.el9.1.noarch                                      
  gcc-11.4.1-3.el9.alma.1.x86_64                                                
  gcc-plugin-annobin-11.4.1-3.el9.alma.1.x86_64                                 
  gdb-minimal-10.2-13.el9.x86_64                                                
  gettext-common-devel-0.21-8.el9.noarch                                        
  gettext-devel-0.21-8.el9.x86_64                                               
  ghc-srpm-macros-1.5.0-6.el9.noarch                                            
  git-2.43.5-1.el9_4.x86_64                                                     
  git-core-2.43.5-1.el9_4.x86_64                                                
  git-core-doc-2.43.5-1.el9_4.noarch                                            
  glibc-devel-2.34-100.el9_4.2.alma.2.x86_64                                    
  glibc-headers-2.34-100.el9_4.2.alma.2.x86_64                                  
  go-srpm-macros-3.2.0-3.el9.noarch                                             
  graphviz-2.44.0-26.el9.x86_64                                                 
  info-6.7-15.el9.x86_64                                                        
  intltool-0.51.0-20.el9.noarch                                                 
  jna-5.6.0-8.el9.x86_64                                                        
  kernel-devel-5.14.0-427.28.1.el9_4.x86_64                                     
  kernel-headers-5.14.0-427.28.1.el9_4.x86_64                                   
  kernel-srpm-macros-1.0-13.el9.noarch                                          
  libXaw-1.0.13-19.el9.x86_64                                                   
  libxcrypt-devel-4.4.18-3.el9.x86_64                                           
  libzstd-devel-1.5.1-2.el9.x86_64                                              
  ltrace-0.7.91-43.el9.x86_64                                                   
  lua-srpm-macros-1-6.el9.noarch                                                
  m4-1.4.19-1.el9.x86_64                                                        
  make-1:4.3-8.el9.x86_64                                                       
  mkfontscale-1.2.1-3.el9.x86_64                                                
  nss-tools-3.90.0-7.el9_4.x86_64                                               
  ocaml-srpm-macros-6-6.el9.noarch                                              
  openblas-srpm-macros-2-11.el9.noarch                                          
  openssl-devel-1:3.0.7-27.el9.x86_64                                           
  patch-2.7.6-16.el9.x86_64                                                     
  patchutils-0.4.2-7.el9.x86_64                                                 
  perl-DynaLoader-1.47-481.el9.x86_64                                           
  perl-Error-1:0.17029-7.el9.noarch                                             
  perl-Fedora-VSP-0.001-23.el9.noarch                                           
  perl-File-Compare-1.100.600-481.el9.noarch                                    
  perl-File-Copy-2.34-481.el9.noarch                                            
  perl-File-Find-1.37-481.el9.noarch                                            
  perl-Git-2.43.5-1.el9_4.noarch                                                
  perl-TermReadKey-2.38-11.el9.x86_64                                           
  perl-Thread-Queue-3.14-460.el9.noarch                                         
  perl-XML-Parser-2.46-9.el9.x86_64                                             
  perl-generators-1.11-12.el9.noarch                                            
  perl-lib-0.65-481.el9.x86_64                                                  
  perl-locale-1.09-481.el9.noarch                                               
  perl-macros-4:5.32.1-481.el9.noarch                                           
  perl-srpm-macros-1-41.el9.noarch                                              
  perl-threads-1:2.25-460.el9.x86_64                                            
  perl-threads-shared-1.61-460.el9.x86_64                                       
  perl-version-7:0.99.28-4.el9.x86_64                                           
  pesign-115-6.el9_1.x86_64                                                     
  pyproject-srpm-macros-1.12.0-1.el9.noarch                                     
  python-srpm-macros-3.9-53.el9.noarch                                          
  python3-enchant-3.2.0-5.el9.noarch                                            
  qt5-srpm-macros-5.15.9-1.el9.noarch                                           
  redhat-rpm-config-207-1.el9.alma.1.noarch                                     
  rpm-build-4.16.1.3-29.el9.x86_64                                              
  rpmdevtools-9.5-1.el9.noarch                                                  
  rpmlint-1.11-19.el9.noarch                                                    
  rust-srpm-macros-17-4.el9.noarch                                              
  sgml-common-0.6.3-58.el9.noarch                                               
  source-highlight-3.1.9-11.el9.x86_64                                          
  systemtap-5.0-4.el9.x86_64                                                    
  systemtap-client-5.0-4.el9.x86_64                                             
  systemtap-devel-5.0-4.el9.x86_64                                              
  systemtap-runtime-5.0-4.el9.x86_64                                            
  tbb-2020.3-8.el9.x86_64                                                       
  valgrind-1:3.22.0-2.el9.x86_64                                                
  valgrind-devel-1:3.22.0-2.el9.x86_64                                          
  xorg-x11-fonts-ISO8859-1-100dpi-7.5-33.el9.noarch                             
  xz-devel-5.2.5-8.el9_0.x86_64                                                 
  zip-3.0-35.el9.x86_64                                                         
  zlib-devel-1.2.11-40.el9.x86_64                                               

Complete!

3. Development tool installs

3.1. smartgit

Downloaded smartgit from Download SmartGit 23.1 and unpacked and moved to /opt:

[mr_halfword@ryzen-alma Downloads]$ sudo chmod o+rw /opt
[mr_halfword@ryzen-alma Downloads]$ tar -xzf smartgit-linux-23_1_3.tar.gz 
[mr_halfword@ryzen-alma Downloads]$ mv smartgit /opt

And was able to run smartgit, create a github access token and clone a repository.

3.2. Eclipse Oxygen with GNATBench

Copied an existing installation from a different PC:

$ scp -pr 192.168.0.118:eclipse .

Attempting to start the copied Eclipse failed with:

Screenshot%20from%202024-08-10%2014-59-45.png

Installed java-1.8.0-openjdk:

$ sudo yum install java-1.8.0-openjdk 2>&1 | tee ~/install_logs/3_java-1.8.0-openjdk_install.log
[sudo] password for mr_halfword: 
Last metadata expiration check: 1:14:30 ago on Sat 10 Aug 2024 13:54:13 BST.
Dependencies resolved.
================================================================================
 Package                      Arch    Version                  Repository  Size
================================================================================
Installing:
 java-1.8.0-openjdk           x86_64  1:1.8.0.422.b05-2.el9    appstream  457 k
Installing dependencies:
 java-1.8.0-openjdk-headless  x86_64  1:1.8.0.422.b05-2.el9    appstream   33 M
 ttmkfdir                     x86_64  3.0.9-65.el9             appstream   52 k
 xorg-x11-fonts-Type1         noarch  7.5-33.el9               appstream  499 k

Transaction Summary
================================================================================
Install  4 Packages

Total download size: 34 M
Installed size: 121 M
Is this ok [y/N]: y
Downloading Packages:
(1/4): ttmkfdir-3.0.9-65.el9.x86_64.rpm         504 kB/s |  52 kB     00:00    
(2/4): java-1.8.0-openjdk-1.8.0.422.b05-2.el9.x 1.7 MB/s | 457 kB     00:00    
(3/4): xorg-x11-fonts-Type1-7.5-33.el9.noarch.r 1.9 MB/s | 499 kB     00:00    
(4/4): java-1.8.0-openjdk-headless-1.8.0.422.b0 6.1 MB/s |  33 MB     00:05    
--------------------------------------------------------------------------------
Total                                           5.8 MB/s |  34 MB     00:05     
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
  Running scriptlet: java-1.8.0-openjdk-headless-1:1.8.0.422.b05-2.el9.x8   1/1 
  Preparing        :                                                        1/1 
  Installing       : ttmkfdir-3.0.9-65.el9.x86_64                           1/4 
  Installing       : xorg-x11-fonts-Type1-7.5-33.el9.noarch                 2/4 
  Running scriptlet: xorg-x11-fonts-Type1-7.5-33.el9.noarch                 2/4 
  Installing       : java-1.8.0-openjdk-headless-1:1.8.0.422.b05-2.el9.x8   3/4 
  Running scriptlet: java-1.8.0-openjdk-headless-1:1.8.0.422.b05-2.el9.x8   3/4Gtk-Message: 15:08:53.291: Failed to load module "pk-gtk-module"
 
  Installing       : java-1.8.0-openjdk-1:1.8.0.422.b05-2.el9.x86_64        4/4 
  Running scriptlet: java-1.8.0-openjdk-1:1.8.0.422.b05-2.el9.x86_64        4/4 
  Running scriptlet: java-1.8.0-openjdk-headless-1:1.8.0.422.b05-2.el9.x8   4/4 
  Running scriptlet: java-1.8.0-openjdk-1:1.8.0.422.b05-2.el9.x86_64        4/4 
  Verifying        : java-1.8.0-openjdk-1:1.8.0.422.b05-2.el9.x86_64        1/4 
  Verifying        : java-1.8.0-openjdk-headless-1:1.8.0.422.b05-2.el9.x8   2/4 
  Verifying        : ttmkfdir-3.0.9-65.el9.x86_64                           3/4 
  Verifying        : xorg-x11-fonts-Type1-7.5-33.el9.noarch                 4/4 

Installed:
  java-1.8.0-openjdk-1:1.8.0.422.b05-2.el9.x86_64                               
  java-1.8.0-openjdk-headless-1:1.8.0.422.b05-2.el9.x86_64                      
  ttmkfdir-3.0.9-65.el9.x86_64                                                  
  xorg-x11-fonts-Type1-7.5-33.el9.noarch                                        

Complete!

In the ~/eclipse/cpp-oxygen-4.7.3a/eclipse/eclipse.ini changed from:

-vm
/usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java

To:

-vm
/usr/lib/jvm/jre-1.8.0-openjdk/bin/java

And the Eclipse Oxygen launcher then started.

Cloned https://github.com/Chester-Gillon/ibv_message_passing, and copies the user.setup preferences file into the directory used to load the preferences from on a creating an Eclipse workspace:

[mr_halfword@ryzen-alma ~]$ mkdir -p ~/.eclipse/org.eclipse.oomph.setup/setups
[mr_halfword@ryzen-alma ~]$ cp ~/ibv_message_passing/user.setup ~/.eclipse/org.eclipse.oomph.setup/setups

3.3. GNAT Community 2021

Install GNAT Community 2021, as that is the compiler curently used by https://github.com/Chester-Gillon/fpga_sio:

$ sudo ./gnat-2021-20210519-x86_64-linux-bin 

And check the installed version:

$ /opt/GNAT/2021/bin/gcc --version
gcc (GCC) 10.3.1 20210520 (for GNAT Community 2021 20210519)
Copyright (C) 2020 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
See your AdaCore support agreement for details of warranty and support.
If you do not have a current support agreement, then there is absolutely
no warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE.

3.3. Install development packages to compile fpga_sio

Installing packages to be able to compile fpga_sio

Install pciutils-devel:

$ sudo yum install pciutils-devel 2>&1 | tee ~/install_logs/4_pciutils-devel_install.log
[sudo] password for mr_halfword: 
Last metadata expiration check: 1:37:19 ago on Sat 10 Aug 2024 13:54:13 BST.
Dependencies resolved.
================================================================================
 Package               Architecture  Version             Repository        Size
================================================================================
Installing:
 pciutils-devel        x86_64        3.7.0-5.el9         appstream         31 k

Transaction Summary
================================================================================
Install  1 Package

Total download size: 31 k
Installed size: 88 k
Is this ok [y/N]: y
Downloading Packages:
pciutils-devel-3.7.0-5.el9.x86_64.rpm           255 kB/s |  31 kB     00:00    
--------------------------------------------------------------------------------
Total                                            66 kB/s |  31 kB     00:00     
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
  Preparing        :                                                        1/1 
  Installing       : pciutils-devel-3.7.0-5.el9.x86_64                      1/1 
  Running scriptlet: pciutils-devel-3.7.0-5.el9.x86_64                      1/1 
  Verifying        : pciutils-devel-3.7.0-5.el9.x86_64                      1/1 

Installed:
  pciutils-devel-3.7.0-5.el9.x86_64                                             

Complete!

Install libpciaccess-devel:

$ sudo yum install libpciaccess-devel 2>&1 | tee ~/install_logs/5_libpciaccess-devel_install.log
Last metadata expiration check: 1:39:22 ago on Sat 10 Aug 2024 13:54:13 BST.
Dependencies resolved.
================================================================================
 Package                  Architecture Version            Repository       Size
================================================================================
Installing:
 libpciaccess-devel       x86_64       0.16-6.el9         appstream        12 k

Transaction Summary
================================================================================
Install  1 Package

Total download size: 12 k
Installed size: 15 k
Is this ok [y/N]: y
Downloading Packages:
libpciaccess-devel-0.16-6.el9.x86_64.rpm        160 kB/s |  12 kB     00:00    
--------------------------------------------------------------------------------
Total                                            30 kB/s |  12 kB     00:00     
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
  Preparing        :                                                        1/1 
  Installing       : libpciaccess-devel-0.16-6.el9.x86_64                   1/1 
  Running scriptlet: libpciaccess-devel-0.16-6.el9.x86_64                   1/1 
  Verifying        : libpciaccess-devel-0.16-6.el9.x86_64                   1/1 

Installed:
  libpciaccess-devel-0.16-6.el9.x86_64                                          

Complete!

3.4. Install EPEL repository

Install the epel-release package to get more repos:

$ sudo yum install epel-release 2>&1|tee ~/install_logs/6_epel.log
[sudo] password for mr_halfword: 
Last metadata expiration check: 1:10:32 ago on Sat 10 Aug 2024 17:17:20 BST.
Dependencies resolved.
================================================================================
 Package               Architecture    Version            Repository       Size
================================================================================
Installing:
 epel-release          noarch          9-5.el9            extras           18 k

Transaction Summary
================================================================================
Install  1 Package

Total download size: 18 k
Installed size: 25 k
Is this ok [y/N]: y
Downloading Packages:
epel-release-9-5.el9.noarch.rpm                 227 kB/s |  18 kB     00:00    
--------------------------------------------------------------------------------
Total                                            45 kB/s |  18 kB     00:00     
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
  Preparing        :                                                        1/1 
  Installing       : epel-release-9-5.el9.noarch                            1/1 
  Running scriptlet: epel-release-9-5.el9.noarch                            1/1 
Many EPEL packages require the CodeReady Builder (CRB) repository.
It is recommended that you run /usr/bin/crb enable to enable the CRB repository.

  Verifying        : epel-release-9-5.el9.noarch                            1/1 

Installed:
  epel-release-9-5.el9.noarch                                                   

Complete!

3.5. lcov support

3.5.1. Install packaged AlmaLinux lcov

Install tools to create code coverage results:

$ sudo yum install lcov | tee ~/install_logs/7_lcov.log
Extra Packages for Enterprise Linux 9 - x86_64  2.0 MB/s |  22 MB     00:10    
Last metadata expiration check: 0:00:09 ago on Sat 10 Aug 2024 18:28:49 BST.
Dependencies resolved.
================================================================================
 Package               Arch       Version                   Repository     Size
================================================================================
Installing:
 lcov                  noarch     1.14-6.el9                epel          100 k
Installing dependencies:
 perl-GD               x86_64     2.73-1.el9                epel          176 k
 perl-JSON             noarch     4.03-5.el9                appstream      95 k
 perl-Math-BigInt      noarch     1:1.9998.18-460.el9       appstream     188 k
 perl-Math-Complex     noarch     1.59-481.el9              appstream      45 k
 perl-PerlIO-gzip      x86_64     0.20-10.el9               epel           26 k

Transaction Summary
================================================================================
Install  6 Packages

Total download size: 630 k
Installed size: 1.9 M
Is this ok [y/N]: y
Downloading Packages:
(1/6): perl-Math-Complex-1.59-481.el9.noarch.rp 484 kB/s |  45 kB     00:00    
(2/6): perl-Math-BigInt-1.9998.18-460.el9.noarc 1.6 MB/s | 188 kB     00:00    
(3/6): perl-JSON-4.03-5.el9.noarch.rpm          708 kB/s |  95 kB     00:00    
[MIRROR] lcov-1.14-6.el9.noarch.rpm: Curl error (35): SSL connect error for https://mirrors.20i.com/pub/fedora/epel/9/Everything/x86_64/Packages/l/lcov-1.14-6.el9.noarch.rpm [error:0A000410:SSL routines::sslv3 alert handshake failure]
[MIRROR] perl-GD-2.73-1.el9.x86_64.rpm: Curl error (35): SSL connect error for https://mirrors.20i.com/pub/fedora/epel/9/Everything/x86_64/Packages/p/perl-GD-2.73-1.el9.x86_64.rpm [error:0A000410:SSL routines::sslv3 alert handshake failure]
[MIRROR] perl-PerlIO-gzip-0.20-10.el9.x86_64.rpm: Curl error (35): SSL connect error for https://mirrors.20i.com/pub/fedora/epel/9/Everything/x86_64/Packages/p/perl-PerlIO-gzip-0.20-10.el9.x86_64.rpm [error:0A000410:SSL routines::sslv3 alert handshake failure]
[MIRROR] perl-GD-2.73-1.el9.x86_64.rpm: Downloading successful, but checksum doesn't match. Calculated: dcb42c98f5bbf315af942ca33c4fd0f3380706bde669a62a323bbb00f19618ab(sha256)  Expected: 1425037342bb26b64ae2b2cf46de83a8e0bdaaa2e61ac845d3d4c0d34073947e(sha256) 
[MIRROR] lcov-1.14-6.el9.noarch.rpm: Downloading successful, but checksum doesn't match. Calculated: 0a977f3c8ba104b2856b994fa2b4b26752b44b703a124e480271687d8343b5da(sha256)  Expected: c30f9093506e529d0a81f2a48bb460cfbc5ea2f316177f78908fa301ffa94b7c(sha256) 
[MIRROR] perl-PerlIO-gzip-0.20-10.el9.x86_64.rpm: Downloading successful, but checksum doesn't match. Calculated: f0eb1dbdd14a6bd502f58535516bb82b68ca6d43b33ff6065929eb35a190544f(sha256)  Expected: 47b50f40f0398f06ca0897b6a63e0ca33e7b380c7b6ddcae4045d45b994db469(sha256) 
(4/6): perl-GD-2.73-1.el9.x86_64.rpm             59 kB/s | 176 kB     00:02    
(5/6): lcov-1.14-6.el9.noarch.rpm                33 kB/s | 100 kB     00:03    
(6/6): perl-PerlIO-gzip-0.20-10.el9.x86_64.rpm  8.5 kB/s |  26 kB     00:03    
--------------------------------------------------------------------------------
Total                                           164 kB/s | 630 kB     00:03     
Extra Packages for Enterprise Linux 9 - x86_64  1.6 MB/s | 1.6 kB     00:00    
Importing GPG key 0x3228467C:
 Userid     : "Fedora (epel9) <[email protected]>"
 Fingerprint: FF8A D134 4597 106E CE81 3B91 8A38 72BF 3228 467C
 From       : /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-9
Is this ok [y/N]: y
Key imported successfully
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
  Preparing        :                                                        1/1 
  Installing       : perl-Math-Complex-1.59-481.el9.noarch                  1/6 
  Installing       : perl-Math-BigInt-1:1.9998.18-460.el9.noarch            2/6 
  Installing       : perl-JSON-4.03-5.el9.noarch                            3/6 
  Installing       : perl-GD-2.73-1.el9.x86_64                              4/6 
  Installing       : perl-PerlIO-gzip-0.20-10.el9.x86_64                    5/6 
  Installing       : lcov-1.14-6.el9.noarch                                 6/6 
  Running scriptlet: lcov-1.14-6.el9.noarch                                 6/6 
  Verifying        : perl-JSON-4.03-5.el9.noarch                            1/6 
  Verifying        : perl-Math-BigInt-1:1.9998.18-460.el9.noarch            2/6 
  Verifying        : perl-Math-Complex-1.59-481.el9.noarch                  3/6 
  Verifying        : lcov-1.14-6.el9.noarch                                 4/6 
  Verifying        : perl-GD-2.73-1.el9.x86_64                              5/6 
  Verifying        : perl-PerlIO-gzip-0.20-10.el9.x86_64                    6/6 

Installed:
  lcov-1.14-6.el9.noarch                                                        
  perl-GD-2.73-1.el9.x86_64                                                     
  perl-JSON-4.03-5.el9.noarch                                                   
  perl-Math-BigInt-1:1.9998.18-460.el9.noarch                                   
  perl-Math-Complex-1.59-481.el9.noarch                                         
  perl-PerlIO-gzip-0.20-10.el9.x86_64                                           

Complete!

The versions installed:

[mr_halfword@ryzen-alma eclipse_project]$ lcov --version
lcov: LCOV version 1.14
[mr_halfword@ryzen-alma eclipse_project]$ genhtml --version
genhtml: LCOV version 1.14

3.5.2. Version mismatch message when GCC 11.4.1 is in the path, and try and collect coverage from GCC 10.3.1

GCC 10.3.1 from the GNAT community edition is used to compile the fpga_sio code. GCC 11.4.1 is the system installed version in the path. This causes messages about mismatches between the version when generating coverage results:

[mr_halfword@ryzen-alma eclipse_project]$ ~/fpga_sio/software_tests/eclipse_project/collect_coverage.sh 
/home/mr_halfword/fpga_sio/software_tests/eclipse_project/bin/coverage/vfio_access/CMakeFiles/pci_sysfs_access.dir/pci_sysfs_access.c.gcno:version 'B03f', prefer 'B14R'
<<snip>>

However, HTML coverage reports were still generated and included branch coverage.

3.5.3. Having the GCC version which compiled the program avoid the version mismatch messages

The following generates a coverage report, including branch coverage, without reporting any messages about version mismatches:

[mr_halfword@ryzen-alma eclipse_project]$ (PATH=/opt/GNAT/2021/bin/:$PATH ~/fpga_sio/software_tests/eclipse_project/collect_coverage.sh )

3.6. Beyond Compare

Install wget to follow the instructions in Linux Installation Instructions:

$ sudo yum install wget | tee ~/install_logs/19_wget.log
Last metadata expiration check: 2:46:25 ago on Mon 28 Oct 2024 11:02:01 GMT.
Dependencies resolved.
================================================================================
 Package       Architecture    Version                 Repository          Size
================================================================================
Installing:
 wget          x86_64          1.21.1-8.el9_4          appstream          768 k

Transaction Summary
================================================================================
Install  1 Package

Total download size: 768 k
Installed size: 3.1 M
Is this ok [y/N]: y
Downloading Packages:
wget-1.21.1-8.el9_4.x86_64.rpm                  3.5 MB/s | 768 kB     00:00    
--------------------------------------------------------------------------------
Total                                           1.3 MB/s | 768 kB     00:00     
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
  Preparing        :                                                        1/1 
  Installing       : wget-1.21.1-8.el9_4.x86_64                             1/1 
  Running scriptlet: wget-1.21.1-8.el9_4.x86_64                             1/1 
  Verifying        : wget-1.21.1-8.el9_4.x86_64                             1/1 

Installed:
  wget-1.21.1-8.el9_4.x86_64                                                    

Download RPM:

[mr_halfword@ryzen-alma Downloads]$ wget https://www.scootersoftware.com/files/bcompare-5.0.3.30258.x86_64.rpm
--2024-10-28 13:48:57--  https://www.scootersoftware.com/files/bcompare-5.0.3.30258.x86_64.rpm
Resolving www.scootersoftware.com (www.scootersoftware.com)... 72.32.90.250
Connecting to www.scootersoftware.com (www.scootersoftware.com)|72.32.90.250|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 17994591 (17M) [application/x-rpm]
Saving to: ‘bcompare-5.0.3.30258.x86_64.rpm’

bcompare-5.0.3.3025 100%[===================>]  17.16M  5.64MB/s    in 3.0s    

2024-10-28 13:49:01 (5.64 MB/s) - ‘bcompare-5.0.3.30258.x86_64.rpm’ saved [17994591/17994591]

Install GPG key:

$ sudo rpm --import https://www.scootersoftware.com/RPM-GPG-KEY-scootersoftware

Install Beyond Compare:

$ sudo yum install bcompare-5.0.3.30258.x86_64.rpm
Last metadata expiration check: 2:47:32 ago on Mon 28 Oct 2024 11:02:01 GMT.
Dependencies resolved.
================================================================================
 Package                 Arch       Version              Repository        Size
================================================================================
Installing:
 bcompare                x86_64     5.0.3-30258          @commandline      17 M
Installing dependencies:
 pcre2-utf16             x86_64     10.40-5.el9          appstream        213 k
 qt5-qtbase              x86_64     5.15.9-10.el9_4      appstream        3.5 M
 qt5-qtbase-common       noarch     5.15.9-10.el9_4      appstream        8.3 k
 qt5-qtbase-gui          x86_64     5.15.9-10.el9_4      appstream        6.3 M
 qt5-qtx11extras         x86_64     5.15.9-1.el9         appstream         34 k
 xcb-util-image          x86_64     0.4.0-19.el9         appstream         19 k
 xcb-util-keysyms        x86_64     0.4.0-17.el9         appstream         14 k
 xcb-util-renderutil     x86_64     0.3.9-20.el9         appstream         17 k
 xcb-util-wm             x86_64     0.4.1-22.el9         appstream         31 k

Transaction Summary
================================================================================
Install  10 Packages

Total size: 27 M
Total download size: 10 M
Installed size: 87 M
Is this ok [y/N]: y
Downloading Packages:
(1/9): qt5-qtbase-common-5.15.9-10.el9_4.noarch 139 kB/s | 8.3 kB     00:00    
(2/9): pcre2-utf16-10.40-5.el9.x86_64.rpm       1.6 MB/s | 213 kB     00:00    
(3/9): qt5-qtx11extras-5.15.9-1.el9.x86_64.rpm  485 kB/s |  34 kB     00:00    
(4/9): xcb-util-image-0.4.0-19.el9.x86_64.rpm   267 kB/s |  19 kB     00:00    
(5/9): xcb-util-keysyms-0.4.0-17.el9.x86_64.rpm 230 kB/s |  14 kB     00:00    
(6/9): xcb-util-renderutil-0.3.9-20.el9.x86_64. 340 kB/s |  17 kB     00:00    
(7/9): xcb-util-wm-0.4.1-22.el9.x86_64.rpm      517 kB/s |  31 kB     00:00    
(8/9): qt5-qtbase-5.15.9-10.el9_4.x86_64.rpm    4.0 MB/s | 3.5 MB     00:00    
(9/9): qt5-qtbase-gui-5.15.9-10.el9_4.x86_64.rp 3.7 MB/s | 6.3 MB     00:01    
--------------------------------------------------------------------------------
Total                                           4.8 MB/s |  10 MB     00:02     
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
  Preparing        :                                                        1/1 
  Installing       : xcb-util-wm-0.4.1-22.el9.x86_64                       1/10 
  Installing       : xcb-util-renderutil-0.3.9-20.el9.x86_64               2/10 
  Installing       : xcb-util-keysyms-0.4.0-17.el9.x86_64                  3/10 
  Installing       : xcb-util-image-0.4.0-19.el9.x86_64                    4/10 
  Installing       : pcre2-utf16-10.40-5.el9.x86_64                        5/10 
  Installing       : qt5-qtbase-common-5.15.9-10.el9_4.noarch              6/10 
  Running scriptlet: qt5-qtbase-5.15.9-10.el9_4.x86_64                     7/10 
  Installing       : qt5-qtbase-5.15.9-10.el9_4.x86_64                     7/10 
  Running scriptlet: qt5-qtbase-5.15.9-10.el9_4.x86_64                     7/10 
  Installing       : qt5-qtbase-gui-5.15.9-10.el9_4.x86_64                 8/10 
  Installing       : qt5-qtx11extras-5.15.9-1.el9.x86_64                   9/10 
  Installing       : bcompare-5.0.3-30258.x86_64                          10/10 
  Running scriptlet: bcompare-5.0.3-30258.x86_64                          10/10 
  Verifying        : pcre2-utf16-10.40-5.el9.x86_64                        1/10 
  Verifying        : qt5-qtbase-5.15.9-10.el9_4.x86_64                     2/10 
  Verifying        : qt5-qtbase-common-5.15.9-10.el9_4.noarch              3/10 
  Verifying        : qt5-qtbase-gui-5.15.9-10.el9_4.x86_64                 4/10 
  Verifying        : qt5-qtx11extras-5.15.9-1.el9.x86_64                   5/10 
  Verifying        : xcb-util-image-0.4.0-19.el9.x86_64                    6/10 
  Verifying        : xcb-util-keysyms-0.4.0-17.el9.x86_64                  7/10 
  Verifying        : xcb-util-renderutil-0.3.9-20.el9.x86_64               8/10 
  Verifying        : xcb-util-wm-0.4.1-22.el9.x86_64                       9/10 
  Verifying        : bcompare-5.0.3-30258.x86_64                          10/10 

Installed:
  bcompare-5.0.3-30258.x86_64                                                   
  pcre2-utf16-10.40-5.el9.x86_64                                                
  qt5-qtbase-5.15.9-10.el9_4.x86_64                                             
  qt5-qtbase-common-5.15.9-10.el9_4.noarch                                      
  qt5-qtbase-gui-5.15.9-10.el9_4.x86_64                                         
  qt5-qtx11extras-5.15.9-1.el9.x86_64                                           
  xcb-util-image-0.4.0-19.el9.x86_64                                            
  xcb-util-keysyms-0.4.0-17.el9.x86_64                                          
  xcb-util-renderutil-0.3.9-20.el9.x86_64                                       
  xcb-util-wm-0.4.1-22.el9.x86_64                                               

Complete!

4. sshd setup

sshd was disabled, so unable to ssh in remotely:

[mr_halfword@ryzen-alma release]$ systemctl status sshd
○ sshd.service - OpenSSH server daemon
     Loaded: loaded (/usr/lib/systemd/system/sshd.service; disabled; preset: en>
     Active: inactive (dead)
       Docs: man:sshd(8)
             man:sshd_config(5)

So, enabled sshd:

[mr_halfword@ryzen-alma release]$ sudo systemctl enable sshd
[sudo] password for mr_halfword: 
Created symlink /etc/systemd/system/multi-user.target.wants/sshd.service → /usr/lib/systemd/system/sshd.service.

5. VFIO setup

With the AMD Ryzen 5 2400G processor, the IOMMU is enabled by default so didn't have to change the Kernel command line options.

5.1 Allow unlimited locked memory for all users

This is allow VFIO_IOMMU_MAP_DMA to map unlimited memory for DMA. Following 14.1 RDMA requires locking umlimited amounts of memory in /etc/systemd/user.conf and /etc/systemd/system.conf changed:

#DefaultLimitMEMLOCK=

To:

DefaultLimitMEMLOCK=infinity

6. RMDA setup

6.1 Install libibverbs-utils

Install libibverbs-utils to get the command line utilities:

$ sudo yum install libibverbs-utils 2>&1 | tee ~/install_logs/8_ibibverbs-utils.log
[sudo] password for mr_halfword: 
AlmaLinux 9 - AppStream                          10 kB/s | 4.2 kB     00:00    
AlmaLinux 9 - AppStream                         5.2 MB/s |  14 MB     00:02    
AlmaLinux 9 - BaseOS                            9.6 kB/s | 3.8 kB     00:00    
AlmaLinux 9 - BaseOS                            5.3 MB/s |  15 MB     00:02    
AlmaLinux 9 - Extras                            9.2 kB/s | 3.3 kB     00:00    
AlmaLinux 9 - Extras                             38 kB/s |  20 kB     00:00    
Extra Packages for Enterprise Linux 9 - x86_64  130 kB/s |  35 kB     00:00    
Extra Packages for Enterprise Linux 9 - x86_64  4.8 MB/s |  23 MB     00:04    
Extra Packages for Enterprise Linux 9 openh264  2.6 kB/s | 993  B     00:00    
Dependencies resolved.
================================================================================
 Package                 Architecture  Version              Repository     Size
================================================================================
Installing:
 libibverbs-utils        x86_64        48.0-1.el9           baseos         68 k

Transaction Summary
================================================================================
Install  1 Package

Total download size: 68 k
Installed size: 227 k
Is this ok [y/N]: y
Downloading Packages:
libibverbs-utils-48.0-1.el9.x86_64.rpm          644 kB/s |  68 kB     00:00    
--------------------------------------------------------------------------------
Total                                           135 kB/s |  68 kB     00:00     
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
  Preparing        :                                                        1/1 
  Installing       : libibverbs-utils-48.0-1.el9.x86_64                     1/1 
  Running scriptlet: libibverbs-utils-48.0-1.el9.x86_64                     1/1 
  Verifying        : libibverbs-utils-48.0-1.el9.x86_64                     1/1 

Installed:
  libibverbs-utils-48.0-1.el9.x86_64                                            

Complete!

6.2. Install development packages

Installed all development packages to get ibv_message_passing to compile (some of which aren't specifically for RDMA):

$ sudo yum install rdma-core-devel 2>&1 | tee ~/install_logs/9_rdma-core-devel.log
[sudo] password for mr_halfword: 
Waiting for process with pid 3047 to finish.
Dependencies resolved.
================================================================================
 Package                 Architecture  Version           Repository        Size
================================================================================
Installing:
 rdma-core-devel         x86_64        48.0-1.el9        appstream        373 k
Installing dependencies:
 infiniband-diags        x86_64        48.0-1.el9        appstream        313 k
 libibumad               x86_64        48.0-1.el9        baseos            26 k

Transaction Summary
================================================================================
Install  3 Packages

Total download size: 712 k
Installed size: 1.6 M
Is this ok [y/N]: y
Downloading Packages:
(1/3): libibumad-48.0-1.el9.x86_64.rpm          199 kB/s |  26 kB     00:00    
(2/3): infiniband-diags-48.0-1.el9.x86_64.rpm   1.5 MB/s | 313 kB     00:00    
(3/3): rdma-core-devel-48.0-1.el9.x86_64.rpm    1.6 MB/s | 373 kB     00:00    
--------------------------------------------------------------------------------
Total                                           777 kB/s | 712 kB     00:00     
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
  Preparing        :                                                        1/1 
  Installing       : libibumad-48.0-1.el9.x86_64                            1/3 
  Installing       : infiniband-diags-48.0-1.el9.x86_64                     2/3 
  Installing       : rdma-core-devel-48.0-1.el9.x86_64                      3/3 
  Running scriptlet: rdma-core-devel-48.0-1.el9.x86_64                      3/3 
  Verifying        : infiniband-diags-48.0-1.el9.x86_64                     1/3 
  Verifying        : rdma-core-devel-48.0-1.el9.x86_64                      2/3 
  Verifying        : libibumad-48.0-1.el9.x86_64                            3/3 

Installed:
  infiniband-diags-48.0-1.el9.x86_64         libibumad-48.0-1.el9.x86_64        
  rdma-core-devel-48.0-1.el9.x86_64         

Complete!
$ sudo yum --enablerepo=crb install openslp-devel 2>&1 | tee ~/install_logs/10_openslp-devel.log
AlmaLinux 9 - CRB                               3.7 MB/s | 3.8 MB     00:01    
Last metadata expiration check: 0:00:01 ago on Sat 12 Oct 2024 22:26:43 BST.
Dependencies resolved.
================================================================================
 Package              Architecture  Version              Repository        Size
================================================================================
Installing:
 openslp-devel        x86_64        2.0.0-30.el9         crb              210 k
Installing dependencies:
 openslp              x86_64        2.0.0-30.el9         appstream         73 k

Transaction Summary
================================================================================
Install  2 Packages

Total download size: 283 k
Installed size: 1.2 M
Is this ok [y/N]: y
Downloading Packages:
(1/2): openslp-2.0.0-30.el9.x86_64.rpm          756 kB/s |  73 kB     00:00    
(2/2): openslp-devel-2.0.0-30.el9.x86_64.rpm    1.4 MB/s | 210 kB     00:00    
--------------------------------------------------------------------------------
Total                                           334 kB/s | 283 kB     00:00     
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
  Preparing        :                                                        1/1 
  Installing       : openslp-2.0.0-30.el9.x86_64                            1/2 
  Installing       : openslp-devel-2.0.0-30.el9.x86_64                      2/2 
  Running scriptlet: openslp-devel-2.0.0-30.el9.x86_64                      2/2 
  Verifying        : openslp-2.0.0-30.el9.x86_64                            1/2 
  Verifying        : openslp-devel-2.0.0-30.el9.x86_64                      2/2 

Installed:
  openslp-2.0.0-30.el9.x86_64         openslp-devel-2.0.0-30.el9.x86_64        

Complete!
$ sudo yum install numactl-devel 2>&1 | tee ~/install_logs/11_numactl-devel.log
Last metadata expiration check: 0:05:27 ago on Sat 12 Oct 2024 22:23:11 BST.
Dependencies resolved.
================================================================================
 Package              Architecture  Version              Repository        Size
================================================================================
Installing:
 numactl-devel        x86_64        2.0.16-3.el9         appstream         21 k

Transaction Summary
================================================================================
Install  1 Package

Total download size: 21 k
Installed size: 26 k
Is this ok [y/N]: y
Downloading Packages:
numactl-devel-2.0.16-3.el9.x86_64.rpm           266 kB/s |  21 kB     00:00    
--------------------------------------------------------------------------------
Total                                            53 kB/s |  21 kB     00:00     
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
  Preparing        :                                                        1/1 
  Installing       : numactl-devel-2.0.16-3.el9.x86_64                      1/1 
  Running scriptlet: numactl-devel-2.0.16-3.el9.x86_64                      1/1 
  Verifying        : numactl-devel-2.0.16-3.el9.x86_64                      1/1 

Installed:
  numactl-devel-2.0.16-3.el9.x86_64                                             

Complete!
$ sudo yum --enablerepo=crb install opensm-devel 2>&1 | tee ~/install_logs/12_opensm-devel.log
Last metadata expiration check: 0:04:18 ago on Sat 12 Oct 2024 22:26:43 BST.
Dependencies resolved.
================================================================================
 Package              Architecture   Version               Repository      Size
================================================================================
Installing:
 opensm-devel         x86_64         3.3.24-2.el9          crb            175 k
Installing dependencies:
 opensm-libs          x86_64         3.3.24-2.el9          baseos          75 k

Transaction Summary
================================================================================
Install  2 Packages

Total download size: 249 k
Installed size: 1.4 M
Is this ok [y/N]: y
Downloading Packages:
(1/2): opensm-libs-3.3.24-2.el9.x86_64.rpm      615 kB/s |  75 kB     00:00    
(2/2): opensm-devel-3.3.24-2.el9.x86_64.rpm     1.2 MB/s | 175 kB     00:00    
--------------------------------------------------------------------------------
Total                                           291 kB/s | 249 kB     00:00     
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
  Preparing        :                                                        1/1 
  Installing       : opensm-libs-3.3.24-2.el9.x86_64                        1/2 
  Installing       : opensm-devel-3.3.24-2.el9.x86_64                       2/2 
  Running scriptlet: opensm-devel-3.3.24-2.el9.x86_64                       2/2 
  Verifying        : opensm-libs-3.3.24-2.el9.x86_64                        1/2 
  Verifying        : opensm-devel-3.3.24-2.el9.x86_64                       2/2 

Installed:
  opensm-devel-3.3.24-2.el9.x86_64        opensm-libs-3.3.24-2.el9.x86_64       

Complete!
$ sudo yum install lksctp-tools-devel 2>&1 | tee ~/install_logs/13_lksctp-tools-devel.log
Last metadata expiration check: 0:09:13 ago on Sat 12 Oct 2024 22:23:11 BST.
Dependencies resolved.
================================================================================
 Package                 Arch        Version               Repository      Size
================================================================================
Installing:
 lksctp-tools-devel      x86_64      1.0.19-3.el9_4        appstream       49 k

Transaction Summary
================================================================================
Install  1 Package

Total download size: 49 k
Installed size: 155 k
Is this ok [y/N]: y
Downloading Packages:
lksctp-tools-devel-1.0.19-3.el9_4.x86_64.rpm    468 kB/s |  49 kB     00:00    
--------------------------------------------------------------------------------
Total                                           109 kB/s |  49 kB     00:00     
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
  Preparing        :                                                        1/1 
  Installing       : lksctp-tools-devel-1.0.19-3.el9_4.x86_64               1/1 
  Running scriptlet: lksctp-tools-devel-1.0.19-3.el9_4.x86_64               1/1 
  Verifying        : lksctp-tools-devel-1.0.19-3.el9_4.x86_64               1/1 

Installed:
  lksctp-tools-devel-1.0.19-3.el9_4.x86_64                                      

Complete!
$ sudo yum install libftdi-devel 2>&1 | tee ~/install_logs/14_libftdi-devel.log
Last metadata expiration check: 0:10:16 ago on Sat 12 Oct 2024 22:23:11 BST.
Dependencies resolved.
================================================================================
 Package               Architecture Version               Repository       Size
================================================================================
Installing:
 libftdi-devel         x86_64       1.5-2.el9             epel             37 k
Installing dependencies:
 libconfuse            x86_64       3.3-7.el9             epel            189 k
 libftdi               x86_64       1.5-2.el9             epel             43 k
 libusbx-devel         x86_64       1.0.26-1.el9          appstream        25 k
 python3-libftdi       x86_64       1.5-2.el9             epel             77 k

Transaction Summary
================================================================================
Install  5 Packages

Total download size: 372 k
Installed size: 1.6 M
Is this ok [y/N]: y
Downloading Packages:
(1/5): libusbx-devel-1.0.26-1.el9.x86_64.rpm    291 kB/s |  25 kB     00:00    
(2/5): libftdi-1.5-2.el9.x86_64.rpm             314 kB/s |  43 kB     00:00    
(3/5): libconfuse-3.3-7.el9.x86_64.rpm          1.1 MB/s | 189 kB     00:00    
(4/5): libftdi-devel-1.5-2.el9.x86_64.rpm       371 kB/s |  37 kB     00:00    
(5/5): python3-libftdi-1.5-2.el9.x86_64.rpm     1.1 MB/s |  77 kB     00:00    
--------------------------------------------------------------------------------
Total                                           521 kB/s | 372 kB     00:00     
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
  Preparing        :                                                        1/1 
  Installing       : libftdi-1.5-2.el9.x86_64                               1/5 
  Installing       : python3-libftdi-1.5-2.el9.x86_64                       2/5 
  Installing       : libconfuse-3.3-7.el9.x86_64                            3/5 
  Installing       : libusbx-devel-1.0.26-1.el9.x86_64                      4/5 
  Installing       : libftdi-devel-1.5-2.el9.x86_64                         5/5 
  Running scriptlet: libftdi-devel-1.5-2.el9.x86_64                         5/5 
  Verifying        : libusbx-devel-1.0.26-1.el9.x86_64                      1/5 
  Verifying        : libconfuse-3.3-7.el9.x86_64                            2/5 
  Verifying        : libftdi-1.5-2.el9.x86_64                               3/5 
  Verifying        : libftdi-devel-1.5-2.el9.x86_64                         4/5 
  Verifying        : python3-libftdi-1.5-2.el9.x86_64                       5/5 

Installed:
  libconfuse-3.3-7.el9.x86_64            libftdi-1.5-2.el9.x86_64               
  libftdi-devel-1.5-2.el9.x86_64         libusbx-devel-1.0.26-1.el9.x86_64      
  python3-libftdi-1.5-2.el9.x86_64      

Complete!
$ sudo yum install net-snmp-devel 2>&1 | tee ~/install_logs/15_net-snmp-devel.log
Last metadata expiration check: 0:12:21 ago on Sat 12 Oct 2024 22:23:11 BST.
Dependencies resolved.
================================================================================
 Package                       Arch     Version               Repository   Size
================================================================================
Installing:
 net-snmp-devel                x86_64   1:5.9.1-13.el9_4.3    appstream   217 k
Installing dependencies:
 lm_sensors-devel              x86_64   3.6.0-10.el9          appstream    17 k
 lm_sensors-libs               x86_64   3.6.0-10.el9          appstream    41 k
 net-snmp-agent-libs           x86_64   1:5.9.1-13.el9_4.3    appstream   693 k
 perl-AutoSplit                noarch   5.74-481.el9          appstream    20 k
 perl-Benchmark                noarch   1.23-481.el9          appstream    25 k
 perl-CPAN-Meta-Requirements   noarch   2.140-461.el9         appstream    31 k
 perl-CPAN-Meta-YAML           noarch   0.018-461.el9         appstream    26 k
 perl-Devel-PPPort             x86_64   3.62-4.el9            appstream   211 k
 perl-ExtUtils-Command         noarch   2:7.60-3.el9          appstream    14 k
 perl-ExtUtils-Constant        noarch   0.25-481.el9          appstream    45 k
 perl-ExtUtils-Install         noarch   2.20-4.el9            appstream    44 k
 perl-ExtUtils-MakeMaker       noarch   2:7.60-3.el9          appstream   289 k
 perl-ExtUtils-Manifest        noarch   1:1.73-4.el9          appstream    34 k
 perl-ExtUtils-ParseXS         noarch   1:3.40-460.el9        appstream   181 k
 perl-I18N-Langinfo            x86_64   0.19-481.el9          appstream    21 k
 perl-JSON-PP                  noarch   1:4.06-4.el9          appstream    65 k
 perl-Test-Harness             noarch   1:3.42-461.el9        appstream   267 k
 perl-devel                    x86_64   4:5.32.1-481.el9      appstream   659 k
 popt-devel                    x86_64   1.18-8.el9            appstream    25 k
 python3-pyparsing             noarch   2.4.7-9.el9           baseos      149 k
 rpm-devel                     x86_64   4.16.1.3-29.el9       appstream    78 k
 systemtap-sdt-devel           x86_64   5.0-4.el9             appstream    74 k
Installing weak dependencies:
 perl-CPAN-Meta                noarch   2.150010-460.el9      appstream   176 k
 perl-Encode-Locale            noarch   1.05-21.el9           appstream    19 k
 perl-Time-HiRes               x86_64   4:1.9764-462.el9      appstream    57 k
 perl-doc                      noarch   5.32.1-481.el9        appstream   4.5 M

Transaction Summary
================================================================================
Install  27 Packages

Total download size: 7.9 M
Installed size: 25 M
Is this ok [y/N]: y
Downloading Packages:
(1/27): lm_sensors-devel-3.6.0-10.el9.x86_64.rp 179 kB/s |  17 kB     00:00    
(2/27): lm_sensors-libs-3.6.0-10.el9.x86_64.rpm 332 kB/s |  41 kB     00:00    
(3/27): perl-AutoSplit-5.74-481.el9.noarch.rpm  513 kB/s |  20 kB     00:00    
(4/27): net-snmp-devel-5.9.1-13.el9_4.3.x86_64. 1.9 MB/s | 217 kB     00:00    
(5/27): perl-Benchmark-1.23-481.el9.noarch.rpm  425 kB/s |  25 kB     00:00    
(6/27): perl-CPAN-Meta-Requirements-2.140-461.e 519 kB/s |  31 kB     00:00    
(7/27): perl-CPAN-Meta-2.150010-460.el9.noarch. 1.7 MB/s | 176 kB     00:00    
(8/27): net-snmp-agent-libs-5.9.1-13.el9_4.3.x8 2.0 MB/s | 693 kB     00:00    
(9/27): perl-CPAN-Meta-YAML-0.018-461.el9.noarc 322 kB/s |  26 kB     00:00    
(10/27): perl-Encode-Locale-1.05-21.el9.noarch. 312 kB/s |  19 kB     00:00    
(11/27): perl-ExtUtils-Command-7.60-3.el9.noarc 241 kB/s |  14 kB     00:00    
(12/27): perl-ExtUtils-Constant-0.25-481.el9.no 756 kB/s |  45 kB     00:00    
(13/27): perl-ExtUtils-Install-2.20-4.el9.noarc 740 kB/s |  44 kB     00:00    
(14/27): perl-Devel-PPPort-3.62-4.el9.x86_64.rp 1.0 MB/s | 211 kB     00:00    
(15/27): perl-ExtUtils-Manifest-1.73-4.el9.noar 369 kB/s |  34 kB     00:00    
(16/27): perl-ExtUtils-ParseXS-3.40-460.el9.noa 1.8 MB/s | 181 kB     00:00    
(17/27): perl-ExtUtils-MakeMaker-7.60-3.el9.noa 1.6 MB/s | 289 kB     00:00    
(18/27): perl-I18N-Langinfo-0.19-481.el9.x86_64 263 kB/s |  21 kB     00:00    
(19/27): perl-JSON-PP-4.06-4.el9.noarch.rpm     929 kB/s |  65 kB     00:00    
(20/27): perl-Time-HiRes-1.9764-462.el9.x86_64. 1.1 MB/s |  57 kB     00:00    
(21/27): perl-Test-Harness-3.42-461.el9.noarch. 2.0 MB/s | 267 kB     00:00    
(22/27): popt-devel-1.18-8.el9.x86_64.rpm       355 kB/s |  25 kB     00:00    
(23/27): rpm-devel-4.16.1.3-29.el9.x86_64.rpm   868 kB/s |  78 kB     00:00    
(24/27): perl-devel-5.32.1-481.el9.x86_64.rpm   2.3 MB/s | 659 kB     00:00    
(25/27): systemtap-sdt-devel-5.0-4.el9.x86_64.r 1.2 MB/s |  74 kB     00:00    
(26/27): python3-pyparsing-2.4.7-9.el9.noarch.r 1.6 MB/s | 149 kB     00:00    
(27/27): perl-doc-5.32.1-481.el9.noarch.rpm     4.1 MB/s | 4.5 MB     00:01    
--------------------------------------------------------------------------------
Total                                           3.2 MB/s | 7.9 MB     00:02     
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
  Preparing        :                                                        1/1 
  Installing       : perl-Time-HiRes-4:1.9764-462.el9.x86_64               1/27 
  Installing       : perl-JSON-PP-1:4.06-4.el9.noarch                      2/27 
  Installing       : perl-ExtUtils-ParseXS-1:3.40-460.el9.noarch           3/27 
  Installing       : perl-CPAN-Meta-Requirements-2.140-461.el9.noarch      4/27 
  Installing       : lm_sensors-libs-3.6.0-10.el9.x86_64                   5/27 
  Installing       : lm_sensors-devel-3.6.0-10.el9.x86_64                  6/27 
  Installing       : net-snmp-agent-libs-1:5.9.1-13.el9_4.3.x86_64         7/27 
  Installing       : python3-pyparsing-2.4.7-9.el9.noarch                  8/27 
  Installing       : systemtap-sdt-devel-5.0-4.el9.x86_64                  9/27 
  Installing       : popt-devel-1.18-8.el9.x86_64                         10/27 
  Installing       : rpm-devel-4.16.1.3-29.el9.x86_64                     11/27 
  Installing       : perl-doc-5.32.1-481.el9.noarch                       12/27 
  Installing       : perl-I18N-Langinfo-0.19-481.el9.x86_64               13/27 
  Installing       : perl-Encode-Locale-1.05-21.el9.noarch                14/27 
  Installing       : perl-ExtUtils-Manifest-1:1.73-4.el9.noarch           15/27 
  Installing       : perl-ExtUtils-Constant-0.25-481.el9.noarch           16/27 
  Installing       : perl-ExtUtils-Command-2:7.60-3.el9.noarch            17/27 
  Installing       : perl-Devel-PPPort-3.62-4.el9.x86_64                  18/27 
  Installing       : perl-CPAN-Meta-YAML-0.018-461.el9.noarch             19/27 
  Installing       : perl-CPAN-Meta-2.150010-460.el9.noarch               20/27 
  Installing       : perl-Benchmark-1.23-481.el9.noarch                   21/27 
  Installing       : perl-Test-Harness-1:3.42-461.el9.noarch              22/27 
  Installing       : perl-AutoSplit-5.74-481.el9.noarch                   23/27 
  Installing       : perl-ExtUtils-MakeMaker-2:7.60-3.el9.noarch          24/27 
  Installing       : perl-ExtUtils-Install-2.20-4.el9.noarch              25/27 
  Installing       : perl-devel-4:5.32.1-481.el9.x86_64                   26/27 
  Installing       : net-snmp-devel-1:5.9.1-13.el9_4.3.x86_64             27/27 
  Running scriptlet: net-snmp-devel-1:5.9.1-13.el9_4.3.x86_64             27/27 
  Verifying        : lm_sensors-devel-3.6.0-10.el9.x86_64                  1/27 
  Verifying        : lm_sensors-libs-3.6.0-10.el9.x86_64                   2/27 
  Verifying        : net-snmp-agent-libs-1:5.9.1-13.el9_4.3.x86_64         3/27 
  Verifying        : net-snmp-devel-1:5.9.1-13.el9_4.3.x86_64              4/27 
  Verifying        : perl-AutoSplit-5.74-481.el9.noarch                    5/27 
  Verifying        : perl-Benchmark-1.23-481.el9.noarch                    6/27 
  Verifying        : perl-CPAN-Meta-2.150010-460.el9.noarch                7/27 
  Verifying        : perl-CPAN-Meta-Requirements-2.140-461.el9.noarch      8/27 
  Verifying        : perl-CPAN-Meta-YAML-0.018-461.el9.noarch              9/27 
  Verifying        : perl-Devel-PPPort-3.62-4.el9.x86_64                  10/27 
  Verifying        : perl-Encode-Locale-1.05-21.el9.noarch                11/27 
  Verifying        : perl-ExtUtils-Command-2:7.60-3.el9.noarch            12/27 
  Verifying        : perl-ExtUtils-Constant-0.25-481.el9.noarch           13/27 
  Verifying        : perl-ExtUtils-Install-2.20-4.el9.noarch              14/27 
  Verifying        : perl-ExtUtils-MakeMaker-2:7.60-3.el9.noarch          15/27 
  Verifying        : perl-ExtUtils-Manifest-1:1.73-4.el9.noarch           16/27 
  Verifying        : perl-ExtUtils-ParseXS-1:3.40-460.el9.noarch          17/27 
  Verifying        : perl-I18N-Langinfo-0.19-481.el9.x86_64               18/27 
  Verifying        : perl-JSON-PP-1:4.06-4.el9.noarch                     19/27 
  Verifying        : perl-Test-Harness-1:3.42-461.el9.noarch              20/27 
  Verifying        : perl-Time-HiRes-4:1.9764-462.el9.x86_64              21/27 
  Verifying        : perl-devel-4:5.32.1-481.el9.x86_64                   22/27 
  Verifying        : perl-doc-5.32.1-481.el9.noarch                       23/27 
  Verifying        : popt-devel-1.18-8.el9.x86_64                         24/27 
  Verifying        : rpm-devel-4.16.1.3-29.el9.x86_64                     25/27 
  Verifying        : systemtap-sdt-devel-5.0-4.el9.x86_64                 26/27 
  Verifying        : python3-pyparsing-2.4.7-9.el9.noarch                 27/27 

Installed:
  lm_sensors-devel-3.6.0-10.el9.x86_64                                          
  lm_sensors-libs-3.6.0-10.el9.x86_64                                           
  net-snmp-agent-libs-1:5.9.1-13.el9_4.3.x86_64                                 
  net-snmp-devel-1:5.9.1-13.el9_4.3.x86_64                                      
  perl-AutoSplit-5.74-481.el9.noarch                                            
  perl-Benchmark-1.23-481.el9.noarch                                            
  perl-CPAN-Meta-2.150010-460.el9.noarch                                        
  perl-CPAN-Meta-Requirements-2.140-461.el9.noarch                              
  perl-CPAN-Meta-YAML-0.018-461.el9.noarch                                      
  perl-Devel-PPPort-3.62-4.el9.x86_64                                           
  perl-Encode-Locale-1.05-21.el9.noarch                                         
  perl-ExtUtils-Command-2:7.60-3.el9.noarch                                     
  perl-ExtUtils-Constant-0.25-481.el9.noarch                                    
  perl-ExtUtils-Install-2.20-4.el9.noarch                                       
  perl-ExtUtils-MakeMaker-2:7.60-3.el9.noarch                                   
  perl-ExtUtils-Manifest-1:1.73-4.el9.noarch                                    
  perl-ExtUtils-ParseXS-1:3.40-460.el9.noarch                                   
  perl-I18N-Langinfo-0.19-481.el9.x86_64                                        
  perl-JSON-PP-1:4.06-4.el9.noarch                                              
  perl-Test-Harness-1:3.42-461.el9.noarch                                       
  perl-Time-HiRes-4:1.9764-462.el9.x86_64                                       
  perl-devel-4:5.32.1-481.el9.x86_64                                            
  perl-doc-5.32.1-481.el9.noarch                                                
  popt-devel-1.18-8.el9.x86_64                                                  
  python3-pyparsing-2.4.7-9.el9.noarch                                          
  rpm-devel-4.16.1.3-29.el9.x86_64                                              
  systemtap-sdt-devel-5.0-4.el9.x86_64                                          

Complete!
$ sudo yum install libcap-devel 2>&1 | tee ~/install_logs/16_libcap-devel
Last metadata expiration check: 0:14:09 ago on Sat 12 Oct 2024 22:23:11 BST.
Dependencies resolved.
================================================================================
 Package             Architecture  Version               Repository        Size
================================================================================
Installing:
 libcap-devel        x86_64        2.48-9.el9_2          appstream         33 k

Transaction Summary
================================================================================
Install  1 Package

Total download size: 33 k
Installed size: 26 k
Is this ok [y/N]: y
Downloading Packages:
libcap-devel-2.48-9.el9_2.x86_64.rpm            433 kB/s |  33 kB     00:00    
--------------------------------------------------------------------------------
Total                                            76 kB/s |  33 kB     00:00     
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
  Preparing        :                                                        1/1 
  Installing       : libcap-devel-2.48-9.el9_2.x86_64                       1/1 
  Running scriptlet: libcap-devel-2.48-9.el9_2.x86_64                       1/1 
  Verifying        : libcap-devel-2.48-9.el9_2.x86_64                       1/1 

Installed:
  libcap-devel-2.48-9.el9_2.x86_64                                              

Complete!

7. Install debuginfo packages

This is to check the code of installed packages:

$ sudo yum --enablerepo=baseos-debuginfo install libibverbs-utils-debuginfo | tee ~/install_logs/17_libibverbs-utils-debuginfo.log
[sudo] password for mr_halfword: 
AlmaLinux 9 - BaseOS - Debug                    3.1 MB/s | 6.4 MB     00:02    
Last metadata expiration check: 0:00:02 ago on Mon 28 Oct 2024 12:54:31 GMT.
Dependencies resolved.
================================================================================
 Package                      Arch     Version         Repository          Size
================================================================================
Installing:
 libibverbs-utils-debuginfo   x86_64   48.0-1.el9      baseos-debuginfo   134 k
Installing dependencies:
 rdma-core-debuginfo          x86_64   48.0-1.el9      baseos-debuginfo   142 k
Installing weak dependencies:
 rdma-core-debugsource        x86_64   48.0-1.el9      baseos-debuginfo   1.6 M

Transaction Summary
================================================================================
Install  3 Packages

Total download size: 1.8 M
Installed size: 29 M
Is this ok [y/N]: y
Downloading Packages:
(1/3): rdma-core-debuginfo-48.0-1.el9.x86_64.rp 233 kB/s | 142 kB     00:00    
(2/3): libibverbs-utils-debuginfo-48.0-1.el9.x8 204 kB/s | 134 kB     00:00    
(3/3): rdma-core-debugsource-48.0-1.el9.x86_64. 1.7 MB/s | 1.6 MB     00:00    
--------------------------------------------------------------------------------
Total                                           1.5 MB/s | 1.8 MB     00:01     
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
  Preparing        :                                                        1/1 
  Installing       : rdma-core-debugsource-48.0-1.el9.x86_64                1/3 
  Installing       : rdma-core-debuginfo-48.0-1.el9.x86_64                  2/3 
  Installing       : libibverbs-utils-debuginfo-48.0-1.el9.x86_64           3/3 
  Running scriptlet: libibverbs-utils-debuginfo-48.0-1.el9.x86_64           3/3 
  Verifying        : libibverbs-utils-debuginfo-48.0-1.el9.x86_64           1/3 
  Verifying        : rdma-core-debuginfo-48.0-1.el9.x86_64                  2/3 
  Verifying        : rdma-core-debugsource-48.0-1.el9.x86_64                3/3 

Installed:
  libibverbs-utils-debuginfo-48.0-1.el9.x86_64                                  
  rdma-core-debuginfo-48.0-1.el9.x86_64                                         
  rdma-core-debugsource-48.0-1.el9.x86_64                                       

Complete!
$ sudo yum --enablerepo=baseos-debuginfo install libibverbs-debuginfo | tee ~/install_logs/18_libibverbs-debuginfo.log
Last metadata expiration check: 0:03:39 ago on Mon 28 Oct 2024 12:54:31 GMT.
Dependencies resolved.
================================================================================
 Package                  Arch       Version         Repository            Size
================================================================================
Installing:
 libibverbs-debuginfo     x86_64     48.0-1.el9      baseos-debuginfo     1.7 M

Transaction Summary
================================================================================
Install  1 Package

Total download size: 1.7 M
Installed size: 5.2 M
Is this ok [y/N]: y
Downloading Packages:
libibverbs-debuginfo-48.0-1.el9.x86_64.rpm      2.5 MB/s | 1.7 MB     00:00    
--------------------------------------------------------------------------------
Total                                           1.6 MB/s | 1.7 MB     00:01     
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
  Preparing        :                                                        1/1 
  Installing       : libibverbs-debuginfo-48.0-1.el9.x86_64                 1/1 
  Running scriptlet: libibverbs-debuginfo-48.0-1.el9.x86_64                 1/1 
  Verifying        : libibverbs-debuginfo-48.0-1.el9.x86_64                 1/1 

Installed:
  libibverbs-debuginfo-48.0-1.el9.x86_64                                        

Complete!

8. DPDK

To allow the dpdk programs to compile:

$ sudo yum install dpdk-devel | tee ~/install_logs/21_dpdk-devel.log
[sudo] password for mr_halfword: 
Last metadata expiration check: 0:11:24 ago on Thu 26 Dec 2024 18:20:24 GMT.
Dependencies resolved.
================================================================================
 Package                Architecture Version              Repository       Size
================================================================================
Installing:
 dpdk-devel             x86_64       2:23.11-1.el9        appstream       2.8 M
Installing dependencies:
 dpdk                   x86_64       2:23.11-1.el9        appstream       3.6 M
 libarchive-devel       x86_64       3.5.3-4.el9          appstream       125 k

Transaction Summary
================================================================================
Install  3 Packages

Total download size: 6.5 M
Installed size: 22 M
Is this ok [y/N]: y
Downloading Packages:
(1/3): libarchive-devel-3.5.3-4.el9.x86_64.rpm  813 kB/s | 125 kB     00:00    
(2/3): dpdk-devel-23.11-1.el9.x86_64.rpm        3.0 MB/s | 2.8 MB     00:00    
(3/3): dpdk-23.11-1.el9.x86_64.rpm              3.1 MB/s | 3.6 MB     00:01    
--------------------------------------------------------------------------------
Total                                           4.2 MB/s | 6.5 MB     00:01     
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
  Preparing        :                                                        1/1 
  Installing       : libarchive-devel-3.5.3-4.el9.x86_64                    1/3 
  Installing       : dpdk-2:23.11-1.el9.x86_64                              2/3 
  Installing       : dpdk-devel-2:23.11-1.el9.x86_64                        3/3 
  Running scriptlet: dpdk-devel-2:23.11-1.el9.x86_64                        3/3 
  Verifying        : dpdk-2:23.11-1.el9.x86_64                              1/3 
  Verifying        : dpdk-devel-2:23.11-1.el9.x86_64                        2/3 
  Verifying        : libarchive-devel-3.5.3-4.el9.x86_64                    3/3 

Installed:
  dpdk-2:23.11-1.el9.x86_64                dpdk-devel-2:23.11-1.el9.x86_64     
  libarchive-devel-3.5.3-4.el9.x86_64     

Complete!

Tools to use dpdk:

$ sudo yum install dpdk-tools | tee ~/install_logs/22_dpdk-tools.log
[sudo] password for mr_halfword: 
Last metadata expiration check: 0:33:57 ago on Thu 26 Dec 2024 18:20:24 GMT.
Dependencies resolved.
================================================================================
 Package           Architecture  Version                 Repository        Size
================================================================================
Installing:
 dpdk-tools        x86_64        2:23.11-1.el9           appstream         27 k

Transaction Summary
================================================================================
Install  1 Package

Total download size: 27 k
Installed size: 73 k
Is this ok [y/N]: y
Downloading Packages:
dpdk-tools-23.11-1.el9.x86_64.rpm               288 kB/s |  27 kB     00:00    
--------------------------------------------------------------------------------
Total                                            64 kB/s |  27 kB     00:00     
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
  Preparing        :                                                        1/1 
  Installing       : dpdk-tools-2:23.11-1.el9.x86_64                        1/1 
  Verifying        : dpdk-tools-2:23.11-1.el9.x86_64                        1/1 

Installed:
  dpdk-tools-2:23.11-1.el9.x86_64                                               

Complete!

Went to follow NVIDIA MLX4 Ethernet Driver to use a ConnectX-3 Pro. However, the librte_net_mlx4 driver isn't installed by dpdk-2:23.11-1.el9.x86_64.

An AlmaLinux 8.10 system which has dpdk-23.11-1.el8.x86_64 also doesn't have librte_net_mlx4.

9. Install kernel-debuginfo to browse Kernel source

Installed kernel-debuginfo with:

$ sudo yum --enablerepo=baseos-debuginfo install kernel-debuginfo 2>&1|tee ~/install_logs/23_kernel-debuginfo.log
[sudo] password for mr_halfword: 
AlmaLinux 9 - BaseOS - Debug                    3.3 kB/s | 3.0 kB     00:00    
AlmaLinux 9 - BaseOS - Debug                    2.1 MB/s | 3.5 MB     00:01    
Last metadata expiration check: 0:00:01 ago on Thu 26 Dec 2024 22:27:33 GMT.
Package kernel-debuginfo-5.14.0-427.40.1.el9_4.x86_64 is already installed.
Dependencies resolved.
=======================================================================================
 Package                          Arch    Version               Repository         Size
=======================================================================================
Installing:
 kernel-debuginfo                 x86_64  5.14.0-503.16.1.el9_5 baseos-debuginfo  641 M
Installing dependencies:
 kernel-debuginfo-common-x86_64   x86_64  5.14.0-503.16.1.el9_5 baseos-debuginfo   77 M

Transaction Summary
=======================================================================================
Install  2 Packages

Total download size: 718 M
Installed size: 3.0 G
Is this ok [y/N]: y
Downloading Packages:
(1/2): kernel-debuginfo-common-x86_64-5.14.0-50 3.5 MB/s |  77 MB     00:21    
(2/2): kernel-debuginfo-5.14.0-503.16.1.el9_5.x 6.1 MB/s | 641 MB     01:45    
--------------------------------------------------------------------------------
Total                                           6.8 MB/s | 718 MB     01:45     
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
  Preparing        :                                                        1/1 
  Installing       : kernel-debuginfo-common-x86_64-5.14.0-503.16.1.el9_5   1/2 
  Installing       : kernel-debuginfo-5.14.0-503.16.1.el9_5.x86_64          2/2 
  Running scriptlet: kernel-debuginfo-5.14.0-503.16.1.el9_5.x86_64          2/2 
  Verifying        : kernel-debuginfo-5.14.0-503.16.1.el9_5.x86_64          1/2 
  Verifying        : kernel-debuginfo-common-x86_64-5.14.0-503.16.1.el9_5   2/2 

Installed:
  kernel-debuginfo-5.14.0-503.16.1.el9_5.x86_64                                 
  kernel-debuginfo-common-x86_64-5.14.0-503.16.1.el9_5.x86_64                   

Complete!

This installed the Kernel source under /usr/src/debug for the running Kernel:

$ ls /usr/src/debug/kernel-`uname -r|sed "s/.\`uname -m\`//"`/linux-`uname -r`/drivers/infiniband/hw/mlx4
ah.c          cm.c  doorbell.c  main.c  mlx4_ib.h      mr.c  srq.c
alias_GUID.c  cq.c  mad.c       mcg.c   mlx4_ib.mod.c  qp.c  sysfs.c
$ ls /usr/src/debug/kernel-`uname -r|sed "s/.\`uname -m\`//"`/linux-`uname -r`/drivers/net/ethernet/mellanox/mlx4
alloc.c       en_main.c       fw.c      mlx4_core.mod.c  qp.c
catas.c       en_netdev.c     fw.h      mlx4_en.h        reset.c
cmd.c         en_port.c       fw_qos.c  mlx4_en.mod.c    resource_tracker.c
cq.c          en_port.h       fw_qos.h  mlx4.h           sense.c
crdump.c      en_resources.c  icm.c     mlx4_stats.h     srq.c
en_clock.c    en_rx.c         icm.h     mr.c
en_cq.c       en_selftest.c   intf.c    pd.c
en_dcb_nl.c   en_tx.c         main.c    port.c
en_ethtool.c  eq.c            mcg.c     profile.c

10. ConnectX-3 Pro is unmainted hardware

The following appears in dmesg when a ConnectX-3 Pro dual port 40GbE MCX314A-BCCT card is installed:

[    2.267166] Warning: Unmaintained Hardware is detected: mlx4_core:15B3:1007 @ 0000:10:00.0

/usr/src/debug/kernel-5.14.0-503.16.1.el9_5/linux-5.14.0-503.16.1.el9_5.x86_64/kernel/rh_messages.h has the rh_unmaintained_pci_devices look-up table with the PCI identities of the unmaintained hardware devices.

The unmaintained Mellanox PCI devices are:

$ grep -i 15b3 /usr/src/debug/kernel-5.14.0-503.16.1.el9_5/linux-5.14.0-503.16.1.el9_5.x86_64/kernel/rh_messages.h&
[3] 9773
	{ 0x15B3, 0x1003, PCI_ANY_ID, PCI_ANY_ID },
	{ 0x15B3, 0x1004, PCI_ANY_ID, PCI_ANY_ID },
	{ 0x15B3, 0x1005, PCI_ANY_ID, PCI_ANY_ID },
	{ 0x15B3, 0x1006, PCI_ANY_ID, PCI_ANY_ID },
	{ 0x15B3, 0x1007, PCI_ANY_ID, PCI_ANY_ID },
	{ 0x15B3, 0x1008, PCI_ANY_ID, PCI_ANY_ID },
	{ 0x15B3, 0x1009, PCI_ANY_ID, PCI_ANY_ID },
	{ 0x15B3, 0x100a, PCI_ANY_ID, PCI_ANY_ID },
	{ 0x15B3, 0x100b, PCI_ANY_ID, PCI_ANY_ID },
	{ 0x15B3, 0x100c, PCI_ANY_ID, PCI_ANY_ID },
	{ 0x15B3, 0x100d, PCI_ANY_ID, PCI_ANY_ID },
	{ 0x15B3, 0x100e, PCI_ANY_ID, PCI_ANY_ID },
	{ 0x15B3, 0x100f, PCI_ANY_ID, PCI_ANY_ID },
	{ 0x15B3, 0x1010, PCI_ANY_ID, PCI_ANY_ID },
	{ 0x15B3, 0xA2DC, PCI_ANY_ID, PCI_ANY_ID },
	{ 0x15B3, 0x1002, PCI_ANY_ID, PCI_ANY_ID },
	{ 0x15B3, 0x6340, PCI_ANY_ID, PCI_ANY_ID },
	{ 0x15B3, 0x634A, PCI_ANY_ID, PCI_ANY_ID },
	{ 0x15B3, 0x6354, PCI_ANY_ID, PCI_ANY_ID },
	{ 0x15B3, 0x6368, PCI_ANY_ID, PCI_ANY_ID },
	{ 0x15B3, 0x6372, PCI_ANY_ID, PCI_ANY_ID },
	{ 0x15B3, 0x6732, PCI_ANY_ID, PCI_ANY_ID },
	{ 0x15B3, 0x673C, PCI_ANY_ID, PCI_ANY_ID },
	{ 0x15B3, 0x6746, PCI_ANY_ID, PCI_ANY_ID },
	{ 0x15B3, 0x6750, PCI_ANY_ID, PCI_ANY_ID },
	{ 0x15B3, 0x675A, PCI_ANY_ID, PCI_ANY_ID },
	{ 0x15B3, 0x6764, PCI_ANY_ID, PCI_ANY_ID },
	{ 0x15B3, 0x676E, PCI_ANY_ID, PCI_ANY_ID },

Of the above:

  • The first 16 were marked as neither deprecated nor unmaintained in AlmaLinx 8.10
  • The last 16 were marked as unmaintained in AlmaLinx 8.10

11. Install mstflint

Install mstflint to get the mstlink utility. With AlmaLinux 8.10 found had to build mstflint from source, whereas AlmaLinux 9.5 has a later version of the package which includes mstlink:

$ sudo yum install mstflint 2>&1|tee ~/install_logs/24_mstflint.log
[sudo] password for mr_halfword: 
Last metadata expiration check: 0:04:49 ago on Sun 29 Dec 2024 17:47:05 GMT.
Dependencies resolved.
================================================================================
 Package          Architecture   Version                Repository         Size
================================================================================
Installing:
 mstflint         x86_64         4.26.0-2.el9           appstream         3.5 M

Transaction Summary
================================================================================
Install  1 Package

Total download size: 3.5 M
Installed size: 22 M
Is this ok [y/N]: y
Downloading Packages:
mstflint-4.26.0-2.el9.x86_64.rpm                5.5 MB/s | 3.5 MB     00:00    
--------------------------------------------------------------------------------
Total                                           3.6 MB/s | 3.5 MB     00:00     
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
  Preparing        :                                                        1/1 
  Installing       : mstflint-4.26.0-2.el9.x86_64                           1/1 
  Running scriptlet: mstflint-4.26.0-2.el9.x86_64                           1/1 
  Verifying        : mstflint-4.26.0-2.el9.x86_64                           1/1 

Installed:
  mstflint-4.26.0-2.el9.x86_64                                                  

Complete!

With secure boot enabled attempting to dump the cable information on the ConnectX-3 Pro fails with:

$ sudo mstlink -d 10:00.0 --cable --dump
[sudo] password for mr_halfword: 
write counter to semaphore: Operation not permitted
 
-E- Failed to open device: "10:00.0", No such file or directory

When the above error occurred, dmesg -wT showed the following:

[Sun Dec 29 17:53:33 2024] Lockdown: mstlink: direct PCI access is restricted; see man kernel_lockdown.7
[Sun Dec 29 17:53:33 2024] Lockdown: mstlink: direct PCI access is restricted; see man kernel_lockdown.7
[Sun Dec 29 17:53:33 2024] Lockdown: mstlink: /dev/mem,kmem,port is restricted; see man kernel_lockdown.7
[Sun Dec 29 17:53:33 2024] Lockdown: mstlink: direct PCI access is restricted; see man kernel_lockdown.7

Disabled secure boot, and the error changed to the ConnectX-3 Pro not being supported:

$ sudo mstlink -d 10:00.0 --cable --dump
[sudo] password for mr_halfword: 
 
-E- Device is not supported

From looking at the mstflint source code a ConnectX-3 or ConnectX-3 Pro are 4th generation devices, and 4th generation devices are not supported by mstlink.

12. Sensor related tools

Install i2c-tools to find available sensors:

$ sudo yum install i2c-tools 2>&1|tee ~/install_logs/25_i2c-tools.log
[sudo] password for mr_halfword: 
Last metadata expiration check: 10:40:57 ago on Wed 01 Jan 2025 00:12:19 GMT.
Dependencies resolved.
================================================================================
 Package            Architecture    Version            Repository          Size
================================================================================
Installing:
 i2c-tools          x86_64          4.3-3.el9          appstream           70 k
Installing dependencies:
 libi2c             x86_64          4.3-3.el9          appstream           21 k

Transaction Summary
================================================================================
Install  2 Packages

Total download size: 91 k
Installed size: 234 k
Is this ok [y/N]: y
Downloading Packages:
(1/2): libi2c-4.3-3.el9.x86_64.rpm              208 kB/s |  21 kB     00:00    
(2/2): i2c-tools-4.3-3.el9.x86_64.rpm           575 kB/s |  70 kB     00:00    
--------------------------------------------------------------------------------
Total                                           193 kB/s |  91 kB     00:00     
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
  Preparing        :                                                        1/1 
  Installing       : libi2c-4.3-3.el9.x86_64                                1/2 
  Installing       : i2c-tools-4.3-3.el9.x86_64                             2/2 
  Running scriptlet: i2c-tools-4.3-3.el9.x86_64                             2/2 
  Verifying        : i2c-tools-4.3-3.el9.x86_64                             1/2 
  Verifying        : libi2c-4.3-3.el9.x86_64                                2/2 

Installed:
  i2c-tools-4.3-3.el9.x86_64               libi2c-4.3-3.el9.x86_64              

Complete!

Install lm_sensors:

$ sudo yum install lm_sensors 2>&1|tee ~/install_logs/26_lm_sensors.log
Last metadata expiration check: 10:46:51 ago on Wed 01 Jan 2025 00:12:19 GMT.
Dependencies resolved.
================================================================================
 Package            Architecture   Version              Repository         Size
================================================================================
Installing:
 lm_sensors         x86_64         3.6.0-10.el9         appstream         134 k

Transaction Summary
================================================================================
Install  1 Package

Total download size: 134 k
Installed size: 453 k
Is this ok [y/N]: y
Downloading Packages:
lm_sensors-3.6.0-10.el9.x86_64.rpm              1.1 MB/s | 134 kB     00:00    
--------------------------------------------------------------------------------
Total                                           268 kB/s | 134 kB     00:00     
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
  Preparing        :                                                        1/1 
  Installing       : lm_sensors-3.6.0-10.el9.x86_64                         1/1 
  Running scriptlet: lm_sensors-3.6.0-10.el9.x86_64                         1/1 
Created symlink /etc/systemd/system/multi-user.target.wants/lm_sensors.service → /usr/lib/systemd/system/lm_sensors.service.

  Verifying        : lm_sensors-3.6.0-10.el9.x86_64                         1/1 

Installed:
  lm_sensors-3.6.0-10.el9.x86_64                                                

Complete!

Install xorg-x11-utils:

$ sudo yum install xorg-x11-utils 2>&1|tee ~/install_logs/27_xorg-x11-utils.log
[sudo] password for mr_halfword: 
Last metadata expiration check: 11:18:49 ago on Wed 01 Jan 2025 00:12:19 GMT.
Dependencies resolved.
================================================================================
 Package               Architecture  Version             Repository        Size
================================================================================
Installing:
 xorg-x11-utils        x86_64        7.5-40.el9          appstream        106 k
Installing dependencies:
 libXxf86dga           x86_64        1.1.5-8.el9         appstream         20 k
 libdmx                x86_64        1.1.4-12.el9        appstream         16 k

Transaction Summary
================================================================================
Install  3 Packages

Total download size: 142 k
Installed size: 338 k
Is this ok [y/N]: y
Downloading Packages:
(1/3): libdmx-1.1.4-12.el9.x86_64.rpm           156 kB/s |  16 kB     00:00    
(2/3): libXxf86dga-1.1.5-8.el9.x86_64.rpm       160 kB/s |  20 kB     00:00    
(3/3): xorg-x11-utils-7.5-40.el9.x86_64.rpm     687 kB/s | 106 kB     00:00    
--------------------------------------------------------------------------------
Total                                           296 kB/s | 142 kB     00:00     
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
  Preparing        :                                                        1/1 
  Installing       : libdmx-1.1.4-12.el9.x86_64                             1/3 
  Installing       : libXxf86dga-1.1.5-8.el9.x86_64                         2/3 
  Installing       : xorg-x11-utils-7.5-40.el9.x86_64                       3/3 
  Running scriptlet: xorg-x11-utils-7.5-40.el9.x86_64                       3/3 
  Verifying        : libXxf86dga-1.1.5-8.el9.x86_64                         1/3 
  Verifying        : libdmx-1.1.4-12.el9.x86_64                             2/3 
  Verifying        : xorg-x11-utils-7.5-40.el9.x86_64                       3/3 

Installed:
  libXxf86dga-1.1.5-8.el9.x86_64            libdmx-1.1.4-12.el9.x86_64         
  xorg-x11-utils-7.5-40.el9.x86_64         

Complete!

On AlmaLinux 8.10 the xorg-x11-utils-7.5-28.el8.x86_64 package provided usr/bin/edid-decode. However, the AlmaLinux 9.5 xorg-x11-utils-7.5-40.el9.x86_64 does't provide edid-decode. Therefore, try monitor-edid:

$ sudo yum install monitor-edid 2>&1|tee ~/install_logs/28_monitor-edid.log
Last metadata expiration check: 11:22:24 ago on Wed 01 Jan 2025 00:12:19 GMT.
Dependencies resolved.
================================================================================
 Package                 Architecture   Version              Repository    Size
================================================================================
Installing:
 monitor-edid            x86_64         3.4-1.el9            epel          39 k
Installing dependencies:
 libx86                  x86_64         1.1-35.el9           epel          53 k
 perl-Parse-EDID         noarch         1.0.7-11.el9         epel          29 k

Transaction Summary
================================================================================
Install  3 Packages

Total download size: 120 k
Installed size: 312 k
Is this ok [y/N]: y
Downloading Packages:
(1/3): monitor-edid-3.4-1.el9.x86_64.rpm        187 kB/s |  39 kB     00:00    
(2/3): libx86-1.1-35.el9.x86_64.rpm             211 kB/s |  53 kB     00:00    
(3/3): perl-Parse-EDID-1.0.7-11.el9.noarch.rpm  106 kB/s |  29 kB     00:00    
--------------------------------------------------------------------------------
Total                                           155 kB/s | 120 kB     00:00     
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
  Preparing        :                                                        1/1 
  Installing       : perl-Parse-EDID-1.0.7-11.el9.noarch                    1/3 
  Installing       : libx86-1.1-35.el9.x86_64                               2/3 
  Installing       : monitor-edid-3.4-1.el9.x86_64                          3/3 
  Running scriptlet: monitor-edid-3.4-1.el9.x86_64                          3/3 
  Verifying        : libx86-1.1-35.el9.x86_64                               1/3 
  Verifying        : monitor-edid-3.4-1.el9.x86_64                          2/3 
  Verifying        : perl-Parse-EDID-1.0.7-11.el9.noarch                    3/3 

Installed:
  libx86-1.1-35.el9.x86_64                  monitor-edid-3.4-1.el9.x86_64      
  perl-Parse-EDID-1.0.7-11.el9.noarch      

Complete!

Install i2c-tools-perl to get decode-dimms, to try and read the DDR SPD contents:

$ sudo yum install i2c-tools-perl 2>&1|tee ~/install_logs/29_i2c-tools-perl.log
Last metadata expiration check: 20:43:52 ago on Wed 01 Jan 2025 11:41:22 GMT.
Dependencies resolved.
================================================================================
 Package               Architecture  Version             Repository        Size
================================================================================
Installing:
 i2c-tools-perl        x86_64        4.3-3.el9           appstream         45 k

Transaction Summary
================================================================================
Install  1 Package

Total download size: 45 k
Installed size: 122 k
Is this ok [y/N]: y
Downloading Packages:
i2c-tools-perl-4.3-3.el9.x86_64.rpm             408 kB/s |  45 kB     00:00    
--------------------------------------------------------------------------------
Total                                            89 kB/s |  45 kB     00:00     
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
  Preparing        :                                                        1/1 
  Installing       : i2c-tools-perl-4.3-3.el9.x86_64                        1/1 
  Running scriptlet: i2c-tools-perl-4.3-3.el9.x86_64                        1/1 
  Verifying        : i2c-tools-perl-4.3-3.el9.x86_64                        1/1 

Installed:
  i2c-tools-perl-4.3-3.el9.x86_64                                               

Complete!

13. Insufficient space in /boot filesystem to install updates

Switched the PC on the first time for ~5 months. Went to install available updates but got:

Sorry something went wrong

Error running transaction: installing package kernel-core-5.14.0-570.23.1.el9_6.x86_64 needs 12MB more space on the /boot filesystem installing package grub2-efi-x64-1:2.06-104.el9_6.alma.1.x86_64 needs 14MB more space on the /boot filesystem

The filesystem space:

$ df -h /boot
Filesystem      Size  Used Avail Use% Mounted on
/dev/sda2       960M  926M   35M  97% /boot

There are 3 Kernel versions installed:

$ ls /boot/
config-5.14.0-503.14.1.el9_5.x86_64
config-5.14.0-503.15.1.el9_5.x86_64
config-5.14.0-503.16.1.el9_5.x86_64
efi
elf-memtest86+-5.31
grub2
initramfs-0-rescue-e0089aed02f84c7dba35e8817b1a006a.img
initramfs-5.14.0-503.14.1.el9_5.x86_64.img
initramfs-5.14.0-503.14.1.el9_5.x86_64kdump.img
initramfs-5.14.0-503.15.1.el9_5.x86_64.img
initramfs-5.14.0-503.15.1.el9_5.x86_64kdump.img
initramfs-5.14.0-503.16.1.el9_5.x86_64.img
initramfs-5.14.0-503.16.1.el9_5.x86_64kdump.img
loader
memtest86+-5.31
symvers-5.14.0-503.14.1.el9_5.x86_64.gz
symvers-5.14.0-503.15.1.el9_5.x86_64.gz
symvers-5.14.0-503.16.1.el9_5.x86_64.gz
System.map-5.14.0-503.14.1.el9_5.x86_64
System.map-5.14.0-503.15.1.el9_5.x86_64
System.map-5.14.0-503.16.1.el9_5.x86_64
vmlinuz-0-rescue-e0089aed02f84c7dba35e8817b1a006a
vmlinuz-5.14.0-503.14.1.el9_5.x86_64
vmlinuz-5.14.0-503.15.1.el9_5.x86_64
vmlinuz-5.14.0-503.16.1.el9_5.x86_64

The answeer How do I safely delete old kernel versions in CentOS 7? has a commaand for RHEL >= 8 to keep only 2 Kernels.

Ran the suggested command, which removed the oldest Kernel:

$ sudo dnf remove $(dnf repoquery --installonly --latest-limit=-2)
[sudo] password for mr_halfword: 
Dependencies resolved.
================================================================================
 Package                 Arch      Version                  Repository     Size
================================================================================
Removing:
 kernel                  x86_64    5.14.0-503.14.1.el9_5    @baseos         0  
 kernel-core             x86_64    5.14.0-503.14.1.el9_5    @baseos        66 M
 kernel-devel            x86_64    5.14.0-503.14.1.el9_5    @appstream     68 M
 kernel-modules          x86_64    5.14.0-503.14.1.el9_5    @baseos        33 M
 kernel-modules-core     x86_64    5.14.0-503.14.1.el9_5    @baseos        27 M
 kernel-modules-extra    x86_64    5.14.0-503.14.1.el9_5    @baseos       460 k

Transaction Summary
================================================================================
Remove  6 Packages

Freed space: 195 M
Is this ok [y/N]: y
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
  Preparing        :                                                        1/1 
  Erasing          : kernel-modules-extra-5.14.0-503.14.1.el9_5.x86_64      1/6 
  Running scriptlet: kernel-modules-extra-5.14.0-503.14.1.el9_5.x86_64      1/6 
  Erasing          : kernel-5.14.0-503.14.1.el9_5.x86_64                    2/6 
  Running scriptlet: kernel-5.14.0-503.14.1.el9_5.x86_64                    2/6 
  Erasing          : kernel-modules-5.14.0-503.14.1.el9_5.x86_64            3/6 
  Running scriptlet: kernel-modules-5.14.0-503.14.1.el9_5.x86_64            3/6 
  Erasing          : kernel-modules-core-5.14.0-503.14.1.el9_5.x86_64       4/6 
  Running scriptlet: kernel-core-5.14.0-503.14.1.el9_5.x86_64               5/6 
  Erasing          : kernel-core-5.14.0-503.14.1.el9_5.x86_64               5/6 
  Running scriptlet: kernel-core-5.14.0-503.14.1.el9_5.x86_64               5/6 
  Erasing          : kernel-devel-5.14.0-503.14.1.el9_5.x86_64              6/6 
  Running scriptlet: kernel-devel-5.14.0-503.14.1.el9_5.x86_64              6/6 
  Verifying        : kernel-5.14.0-503.14.1.el9_5.x86_64                    1/6 
  Verifying        : kernel-core-5.14.0-503.14.1.el9_5.x86_64               2/6 
  Verifying        : kernel-devel-5.14.0-503.14.1.el9_5.x86_64              3/6 
  Verifying        : kernel-modules-5.14.0-503.14.1.el9_5.x86_64            4/6 
  Verifying        : kernel-modules-core-5.14.0-503.14.1.el9_5.x86_64       5/6 
  Verifying        : kernel-modules-extra-5.14.0-503.14.1.el9_5.x86_64      6/6 

Removed:
  kernel-5.14.0-503.14.1.el9_5.x86_64                                           
  kernel-core-5.14.0-503.14.1.el9_5.x86_64                                      
  kernel-devel-5.14.0-503.14.1.el9_5.x86_64                                     
  kernel-modules-5.14.0-503.14.1.el9_5.x86_64                                   
  kernel-modules-core-5.14.0-503.14.1.el9_5.x86_64                              
  kernel-modules-extra-5.14.0-503.14.1.el9_5.x86_64                             

Complete!

And the free space had increased:

$ df -h /boot
Filesystem      Size  Used Avail Use% Mounted on
/dev/sda2       960M  679M  282M  71% /boot

Was then unable to install the updates, which included an update from AlmaLinux 9.5 to 9.6. New Kernel is 5.14.0-570.23.1.el9_6.x86_64. /boot is now 99% full, so likely will need to remove the oldest Kernel before can install a further Kernel update:

$ df -h /boot
Filesystem      Size  Used Avail Use% Mounted on
/dev/sda2       960M  945M   16M  99% /boot

13.1 Further occurance

Got the same error trying an update from the GUI.

From the command line:

[mr_halfword@ryzen-alma ~]$ sudo yum update
AlmaLinux 9 - AppStream                         7.3 kB/s | 4.2 kB     00:00    
AlmaLinux 9 - AppStream                         5.3 MB/s |  14 MB     00:02    
AlmaLinux 9 - BaseOS                            9.5 kB/s | 3.8 kB     00:00    
AlmaLinux 9 - BaseOS                            5.2 MB/s |  14 MB     00:02    
AlmaLinux 9 - Extras                             11 kB/s | 3.8 kB     00:00    
AlmaLinux 9 - Extras                             40 kB/s |  20 kB     00:00    
Extra Packages for Enterprise Linux 9 - x86_64  122 kB/s |  41 kB     00:00    
Extra Packages for Enterprise Linux 9 - x86_64  5.6 MB/s |  20 MB     00:03    
Extra Packages for Enterprise Linux 9 openh264  7.9 kB/s | 993  B     00:00    
Scooter Software                                8.0 kB/s | 3.0 kB     00:00    
Dependencies resolved.
================================================================================
 Package                    Arch   Version                     Repository  Size
================================================================================
Installing:
 kernel                     x86_64 5.14.0-570.26.1.el9_6       baseos     1.8 M
 kernel-core                x86_64 5.14.0-570.26.1.el9_6       baseos      18 M
 kernel-devel               x86_64 5.14.0-570.26.1.el9_6       appstream   18 M
 kernel-modules             x86_64 5.14.0-570.26.1.el9_6       baseos      39 M
 kernel-modules-core        x86_64 5.14.0-570.26.1.el9_6       baseos      31 M
 kernel-modules-extra       x86_64 5.14.0-570.26.1.el9_6       baseos     2.2 M
Upgrading:
 firefox                    x86_64 128.12.0-1.el9_6.alma.1     appstream  126 M
 glib2                      x86_64 2.68.4-16.el9_6.2           baseos     2.6 M
 glibc                      x86_64 2.34-168.el9_6.20           baseos     1.9 M
 glibc-all-langpacks        x86_64 2.34-168.el9_6.20           baseos      18 M
 glibc-common               x86_64 2.34-168.el9_6.20           baseos     295 k
 glibc-devel                x86_64 2.34-168.el9_6.20           appstream   32 k
 glibc-gconv-extra          x86_64 2.34-168.el9_6.20           baseos     1.5 M
 glibc-headers              x86_64 2.34-168.el9_6.20           appstream  437 k
 glibc-langpack-en          x86_64 2.34-168.el9_6.20           baseos     552 k
 gnome-remote-desktop       x86_64 40.0-11.el9_6               appstream  137 k
 iwl100-firmware            noarch 39.31.5.1-151.2.el9_6       baseos     193 k
 iwl1000-firmware           noarch 1:39.31.5.1-151.2.el9_6     baseos     193 k
 iwl105-firmware            noarch 18.168.6.1-151.2.el9_6      baseos     272 k
 iwl135-firmware            noarch 18.168.6.1-151.2.el9_6      baseos     280 k
 iwl2000-firmware           noarch 18.168.6.1-151.2.el9_6      baseos     274 k
 iwl2030-firmware           noarch 18.168.6.1-151.2.el9_6      baseos     282 k
 iwl3160-firmware           noarch 1:25.30.13.0-151.2.el9_6    baseos     549 k
 iwl5000-firmware           noarch 8.83.5.1_1-151.2.el9_6      baseos     190 k
 iwl5150-firmware           noarch 8.24.2.2-151.2.el9_6        baseos     189 k
 iwl6000g2a-firmware        noarch 18.168.6.1-151.2.el9_6      baseos     258 k
 iwl6050-firmware           noarch 41.28.5.1-151.2.el9_6       baseos     215 k
 iwl7260-firmware           noarch 1:25.30.13.0-151.2.el9_6    baseos      66 M
 java-17-openjdk-headless   x86_64 1:17.0.16.0.8-2.el9.alma.1  appstream   45 M
 jq                         x86_64 1.6-17.el9_6.2              baseos     186 k
 kernel-headers             x86_64 5.14.0-570.26.1.el9_6       appstream  3.3 M
 kernel-tools               x86_64 5.14.0-570.26.1.el9_6       baseos     2.0 M
 kernel-tools-libs          x86_64 5.14.0-570.26.1.el9_6       baseos     1.8 M
 libldb                     x86_64 4.21.3-7.el9_6              baseos     176 k
 libsmbclient               x86_64 4.21.3-7.el9_6              baseos      73 k
 libwbclient                x86_64 4.21.3-7.el9_6              baseos      42 k
 libxml2                    x86_64 2.9.13-10.el9_6             baseos     746 k
 linux-firmware             noarch 20250604-151.2.el9_6        baseos     540 M
 linux-firmware-whence      noarch 20250604-151.2.el9_6        baseos     115 k
 passt                      x86_64 0^20250217.ga1e48a0-9.el9_6 appstream  255 k
 passt-selinux              noarch 0^20250217.ga1e48a0-9.el9_6 appstream   27 k
 podman                     x86_64 5:5.4.0-12.el9_6            appstream   17 M
 python-unversioned-command noarch 3.9.21-2.el9_6.1            appstream  8.9 k
 python3                    x86_64 3.9.21-2.el9_6.1            baseos      26 k
 python3-libs               x86_64 3.9.21-2.el9_6.1            baseos     7.5 M
 python3-libxml2            x86_64 2.9.13-10.el9_6             baseos     224 k
 python3-setuptools         noarch 53.0.0-13.el9_6.1           baseos     837 k
 python3-setuptools-wheel   noarch 53.0.0-13.el9_6.1           baseos     467 k
 qemu-guest-agent           x86_64 17:9.1.0-15.el9_6.4.alma.2  appstream  485 k
 qemu-img                   x86_64 17:9.1.0-15.el9_6.4.alma.2  appstream  2.5 M
 qemu-kvm                   x86_64 17:9.1.0-15.el9_6.4.alma.2  appstream   60 k
 qemu-kvm-audio-pa          x86_64 17:9.1.0-15.el9_6.4.alma.2  appstream   69 k
 qemu-kvm-block-blkio       x86_64 17:9.1.0-15.el9_6.4.alma.2  appstream   72 k
 qemu-kvm-block-rbd         x86_64 17:9.1.0-15.el9_6.4.alma.2  appstream   74 k
 qemu-kvm-common            x86_64 17:9.1.0-15.el9_6.4.alma.2  appstream  664 k
 qemu-kvm-core              x86_64 17:9.1.0-15.el9_6.4.alma.2  appstream  4.9 M
 qemu-kvm-device-display-virtio-gpu
                            x86_64 17:9.1.0-15.el9_6.4.alma.2  appstream   81 k
 qemu-kvm-device-display-virtio-gpu-pci
                            x86_64 17:9.1.0-15.el9_6.4.alma.2  appstream   64 k
 qemu-kvm-device-display-virtio-vga
                            x86_64 17:9.1.0-15.el9_6.4.alma.2  appstream   65 k
 qemu-kvm-device-usb-host   x86_64 17:9.1.0-15.el9_6.4.alma.2  appstream   78 k
 qemu-kvm-device-usb-redirect
                            x86_64 17:9.1.0-15.el9_6.4.alma.2  appstream   83 k
 qemu-kvm-docs              x86_64 17:9.1.0-15.el9_6.4.alma.2  appstream  1.2 M
 qemu-kvm-tools             x86_64 17:9.1.0-15.el9_6.4.alma.2  appstream  567 k
 qemu-kvm-ui-egl-headless   x86_64 17:9.1.0-15.el9_6.4.alma.2  appstream   65 k
 qemu-kvm-ui-opengl         x86_64 17:9.1.0-15.el9_6.4.alma.2  appstream   72 k
 qemu-pr-helper             x86_64 17:9.1.0-15.el9_6.4.alma.2  appstream  489 k
 samba-client-libs          x86_64 4.21.3-7.el9_6              baseos     5.2 M
 samba-common               noarch 4.21.3-7.el9_6              baseos     173 k
 samba-common-libs          x86_64 4.21.3-7.el9_6              baseos     100 k
 sudo                       x86_64 1.9.5p2-10.el9_6.1          baseos     1.0 M
 unbound-libs               x86_64 1.16.2-19.el9_6             appstream  548 k
Removing:
 kernel                     x86_64 5.14.0-503.15.1.el9_5       @baseos      0  
 kernel-core                x86_64 5.14.0-503.15.1.el9_5       @baseos     66 M
 kernel-devel               x86_64 5.14.0-503.15.1.el9_5       @appstream  68 M
 kernel-modules             x86_64 5.14.0-503.15.1.el9_5       @baseos     33 M
 kernel-modules-core        x86_64 5.14.0-503.15.1.el9_5       @baseos     27 M
 kernel-modules-extra       x86_64 5.14.0-503.15.1.el9_5       @baseos    459 k

Transaction Summary
================================================================================
Install   6 Packages
Upgrade  65 Packages
Remove    6 Packages

Total download size: 966 M
Is this ok [y/N]: y
Downloading Packages:
(1/71): kernel-5.14.0-570.26.1.el9_6.x86_64.rpm 2.1 MB/s | 1.8 MB     00:00    
(2/71): kernel-core-5.14.0-570.26.1.el9_6.x86_6 2.1 MB/s |  18 MB     00:08    
(3/71): kernel-devel-5.14.0-570.26.1.el9_6.x86_ 2.0 MB/s |  18 MB     00:08    
(4/71): kernel-modules-extra-5.14.0-570.26.1.el 1.7 MB/s | 2.2 MB     00:01    
(5/71): kernel-modules-5.14.0-570.26.1.el9_6.x8 2.6 MB/s |  39 MB     00:14    
(6/71): glibc-devel-2.34-168.el9_6.20.x86_64.rp 214 kB/s |  32 kB     00:00    
(7/71): glibc-headers-2.34-168.el9_6.20.x86_64. 949 kB/s | 437 kB     00:00    
(8/71): gnome-remote-desktop-40.0-11.el9_6.x86_ 489 kB/s | 137 kB     00:00    
(9/71): kernel-modules-core-5.14.0-570.26.1.el9 2.5 MB/s |  31 MB     00:12    
(10/71): kernel-headers-5.14.0-570.26.1.el9_6.x 1.7 MB/s | 3.3 MB     00:01    
(11/71): passt-0^20250217.ga1e48a0-9.el9_6.x86_ 748 kB/s | 255 kB     00:00    
(12/71): passt-selinux-0^20250217.ga1e48a0-9.el 172 kB/s |  27 kB     00:00    
(13/71): podman-5.4.0-12.el9_6.x86_64.rpm       2.2 MB/s |  17 MB     00:07    
(14/71): python-unversioned-command-3.9.21-2.el  81 kB/s | 8.9 kB     00:00    
(15/71): qemu-guest-agent-9.1.0-15.el9_6.4.alma 1.1 MB/s | 485 kB     00:00    
(16/71): java-17-openjdk-headless-17.0.16.0.8-2 2.7 MB/s |  45 MB     00:16    
(17/71): qemu-img-9.1.0-15.el9_6.4.alma.2[mr_halfword@ryzen-alma ~]$ sudo yum update
AlmaLinux 9 - AppStream                         7.3 kB/s | 4.2 kB     00:00    
AlmaLinux 9 - AppStream                         5.3 MB/s |  14 MB     00:02    
AlmaLinux 9 - BaseOS                            9.5 kB/s | 3.8 kB     00:00    
AlmaLinux 9 - BaseOS                            5.2 MB/s |  14 MB     00:02    
AlmaLinux 9 - Extras                             11 kB/s | 3.8 kB     00:00    
AlmaLinux 9 - Extras                             40 kB/s |  20 kB     00:00    
Extra Packages for Enterprise Linux 9 - x86_64  122 kB/s |  41 kB     00:00    
Extra Packages for Enterprise Linux 9 - x86_64  5.6 MB/s |  20 MB     00:03    
Extra Packages for Enterprise Linux 9 openh264  7.9 kB/s | 993  B     00:00    
Scooter Software                                8.0 kB/s | 3.0 kB     00:00    
Dependencies resolved.
================================================================================
 Package                    Arch   Version                     Repository  Size
================================================================================
Installing:
 kernel                     x86_64 5.14.0-570.26.1.el9_6       baseos     1.8 M
 kernel-core                x86_64 5.14.0-570.26.1.el9_6       baseos      18 M
 kernel-devel               x86_64 5.14.0-570.26.1.el9_6       appstream   18 M
 kernel-modules             x86_64 5.14.0-570.26.1.el9_6       baseos      39 M
 kernel-modules-core        x86_64 5.14.0-570.26.1.el9_6       baseos      31 M
 kernel-modules-extra       x86_64 5.14.0-570.26.1.el9_6       baseos     2.2 M
Upgrading:
 firefox                    x86_64 128.12.0-1.el9_6.alma.1     appstream  126 M
 glib2                      x86_64 2.68.4-16.el9_6.2           baseos     2.6 M
 glibc                      x86_64 2.34-168.el9_6.20           baseos     1.9 M
 glibc-all-langpacks        x86_64 2.34-168.el9_6.20           baseos      18 M
 glibc-common               x86_64 2.34-168.el9_6.20           baseos     295 k
 glibc-devel                x86_64 2.34-168.el9_6.20           appstream   32 k
 glibc-gconv-extra          x86_64 2.34-168.el9_6.20           baseos     1.5 M
 glibc-headers              x86_64 2.34-168.el9_6.20           appstream  437 k
 glibc-langpack-en          x86_64 2.34-168.el9_6.20           baseos     552 k
 gnome-remote-desktop       x86_64 40.0-11.el9_6               appstream  137 k
 iwl100-firmware            noarch 39.31.5.1-151.2.el9_6       baseos     193 k
 iwl1000-firmware           noarch 1:39.31.5.1-151.2.el9_6     baseos     193 k
 iwl105-firmware            noarch 18.168.6.1-151.2.el9_6      baseos     272 k
 iwl135-firmware            noarch 18.168.6.1-151.2.el9_6      baseos     280 k
 iwl2000-firmware           noarch 18.168.6.1-151.2.el9_6      baseos     274 k
 iwl2030-firmware           noarch 18.168.6.1-151.2.el9_6      baseos     282 k
 iwl3160-firmware           noarch 1:25.30.13.0-151.2.el9_6    baseos     549 k
 iwl5000-firmware           noarch 8.83.5.1_1-151.2.el9_6      baseos     190 k
 iwl5150-firmware           noarch 8.24.2.2-151.2.el9_6        baseos     189 k
 iwl6000g2a-firmware        noarch 18.168.6.1-151.2.el9_6      baseos     258 k
 iwl6050-firmware           noarch 41.28.5.1-151.2.el9_6       baseos     215 k
 iwl7260-firmware           noarch 1:25.30.13.0-151.2.el9_6    baseos      66 M
 java-17-openjdk-headless   x86_64 1:17.0.16.0.8-2.el9.alma.1  appstream   45 M
 jq                         x86_64 1.6-17.el9_6.2              baseos     186 k
 kernel-headers             x86_64 5.14.0-570.26.1.el9_6       appstream  3.3 M
 kernel-tools               x86_64 5.14.0-570.26.1.el9_6       baseos     2.0 M
 kernel-tools-libs          x86_64 5.14.0-570.26.1.el9_6       baseos     1.8 M
 libldb                     x86_64 4.21.3-7.el9_6              baseos     176 k
 libsmbclient               x86_64 4.21.3-7.el9_6              baseos      73 k
 libwbclient                x86_64 4.21.3-7.el9_6              baseos      42 k
 libxml2                    x86_64 2.9.13-10.el9_6             baseos     746 k
 linux-firmware             noarch 20250604-151.2.el9_6        baseos     540 M
 linux-firmware-whence      noarch 20250604-151.2.el9_6        baseos     115 k
 passt                      x86_64 0^20250217.ga1e48a0-9.el9_6 appstream  255 k
 passt-selinux              noarch 0^20250217.ga1e48a0-9.el9_6 appstream   27 k
 podman                     x86_64 5:5.4.0-12.el9_6            appstream   17 M
 python-unversioned-command noarch 3.9.21-2.el9_6.1            appstream  8.9 k
 python3                    x86_64 3.9.21-2.el9_6.1            baseos      26 k
 python3-libs               x86_64 3.9.21-2.el9_6.1            baseos     7.5 M
 python3-libxml2            x86_64 2.9.13-10.el9_6             baseos     224 k
 python3-setuptools         noarch 53.0.0-13.el9_6.1           baseos     837 k
 python3-setuptools-wheel   noarch 53.0.0-13.el9_6.1           baseos     467 k
 qemu-guest-agent           x86_64 17:9.1.0-15.el9_6.4.alma.2  appstream  485 k
 qemu-img                   x86_64 17:9.1.0-15.el9_6.4.alma.2  appstream  2.5 M
 qemu-kvm                   x86_64 17:9.1.0-15.el9_6.4.alma.2  appstream   60 k
 qemu-kvm-audio-pa          x86_64 17:9.1.0-15.el9_6.4.alma.2  appstream   69 k
 qemu-kvm-block-blkio       x86_64 17:9.1.0-15.el9_6.4.alma.2  appstream   72 k
 qemu-kvm-block-rbd         x86_64 17:9.1.0-15.el9_6.4.alma.2  appstream   74 k
 qemu-kvm-common            x86_64 17:9.1.0-15.el9_6.4.alma.2  appstream  664 k
 qemu-kvm-core              x86_64 17:9.1.0-15.el9_6.4.alma.2  appstream  4.9 M
 qemu-kvm-device-display-virtio-gpu
                            x86_64 17:9.1.0-15.el9_6.4.alma.2  appstream   81 k
 qemu-kvm-device-display-virtio-gpu-pci
                            x86_64 17:9.1.0-15.el9_6.4.alma.2  appstream   64 k
 qemu-kvm-device-display-virtio-vga
                            x86_64 17:9.1.0-15.el9_6.4.alma.2  appstream   65 k
 qemu-kvm-device-usb-host   x86_64 17:9.1.0-15.el9_6.4.alma.2  appstream   78 k
 qemu-kvm-device-usb-redirect
                            x86_64 17:9.1.0-15.el9_6.4.alma.2  appstream   83 k
 qemu-kvm-docs              x86_64 17:9.1.0-15.el9_6.4.alma.2  appstream  1.2 M
 qemu-kvm-tools             x86_64 17:9.1.0-15.el9_6.4.alma.2  appstream  567 k
 qemu-kvm-ui-egl-headless   x86_64 17:9.1.0-15.el9_6.4.alma.2  appstream   65 k
 qemu-kvm-ui-opengl         x86_64 17:9.1.0-15.el9_6.4.alma.2  appstream   72 k
 qemu-pr-helper             x86_64 17:9.1.0-15.el9_6.4.alma.2  appstream  489 k
 samba-client-libs          x86_64 4.21.3-7.el9_6              baseos     5.2 M
 samba-common               noarch 4.21.3-7.el9_6              baseos     173 k
 samba-common-libs          x86_64 4.21.3-7.el9_6              baseos     100 k
 sudo                       x86_64 1.9.5p2-10.el9_6.1          baseos     1.0 M
 unbound-libs               x86_64 1.16.2-19.el9_6             appstream  548 k
Removing:
 kernel                     x86_64 5.14.0-503.15.1.el9_5       @baseos      0  
 kernel-core                x86_64 5.14.0-503.15.1.el9_5       @baseos     66 M
 kernel-devel               x86_64 5.14.0-503.15.1.el9_5       @appstream  68 M
 kernel-modules             x86_64 5.14.0-503.15.1.el9_5       @baseos     33 M
 kernel-modules-core        x86_64 5.14.0-503.15.1.el9_5       @baseos     27 M
 kernel-modules-extra       x86_64 5.14.0-503.15.1.el9_5       @baseos    459 k

Transaction Summary
================================================================================
Install   6 Packages
Upgrade  65 Packages
Remove    6 Packages

Total download size: 966 M
Is this ok [y/N]: y
Downloading Packages:
(1/71): kernel-5.14.0-570.26.1.el9_6.x86_64.rpm 2.1 MB/s | 1.8 MB     00:00    
(2/71): kernel-core-5.14.0-570.26.1.el9_6.x86_6 2.1 MB/s |  18 MB     00:08    
(3/71): kernel-devel-5.14.0-570.26.1.el9_6.x86_ 2.0 MB/s |  18 MB     00:08    
(4/71): kernel-modules-extra-5.14.0-570.26.1.el 1.7 MB/s | 2.2 MB     00:01    
(5/71): kernel-modules-5.14.0-570.26.1.el9_6.x8 2.6 MB/s |  39 MB     00:14    
(6/71): glibc-devel-2.34-168.el9_6.20.x86_64.rp 214 kB/s |  32 kB     00:00    
(7/71): glibc-headers-2.34-168.el9_6.20.x86_64. 949 kB/s | 437 kB     00:00    
(8/71): gnome-remote-desktop-40.0-11.el9_6.x86_ 489 kB/s | 137 kB     00:00    
(9/71): kernel-modules-core-5.14.0-570.26.1.el9 2.5 MB/s |  31 MB     00:12    
(10/71): kernel-headers-5.14.0-570.26.1.el9_6.x 1.7 MB/s | 3.3 MB     00:01    
(11/71): passt-0^20250217.ga1e48a0-9.el9_6.x86_ 748 kB/s | 255 kB     00:00    
(12/71): passt-selinux-0^20250217.ga1e48a0-9.el 172 kB/s |  27 kB     00:00    
(13/71): podman-5.4.0-12.el9_6.x86_64.rpm       2.2 MB/s |  17 MB     00:07    
(14/71): python-unversioned-command-3.9[mr_halfword@ryzen-alma ~]$ sudo yum update
AlmaLinux 9 - AppStream                         7.3 kB/s | 4.2 kB     00:00    
AlmaLinux 9 - AppStream                         5.3 MB/s |  14 MB     00:02    
AlmaLinux 9 - BaseOS                            9.5 kB/s | 3.8 kB     00:00    
AlmaLinux 9 - BaseOS                            5.2 MB/s |  14 MB     00:02    
AlmaLinux 9 - Extras                             11 kB/s | 3.8 kB     00:00    
AlmaLinux 9 - Extras                             40 kB/s |  20 kB     00:00    
Extra Packages for Enterprise Linux 9 - x86_64  122 kB/s |  41 kB     00:00    
Extra Packages for Enterprise Linux 9 - x86_64  5.6 MB/s |  20 MB     00:03    
Extra Packages for Enterprise Linux 9 openh264  7.9 kB/s | 993  B     00:00    
Scooter Software                                8.0 kB/s | 3.0 kB     00:00    
Dependencies resolved.
================================================================================
 Package                    Arch   Version                     Repository  Size
================================================================================
Installing:
 kernel                     x86_64 5.14.0-570.26.1.el9_6       baseos     1.8 M
 kernel-core                x86_64 5.14.0-570.26.1.el9_6       baseos      18 M
 kernel-devel               x86_64 5.14.0-570.26.1.el9_6       appstream   18 M
 kernel-modules             x86_64 5.14.0-570.26.1.el9_6       baseos      39 M
 kernel-modules-core        x86_64 5.14.0-570.26.1.el9_6       baseos      31 M
 kernel-modules-extra       x86_64 5.14.0-570.26.1.el9_6       baseos     2.2 M
Upgrading:
 firefox                    x86_64 128.12.0-1.el9_6.alma.1     appstream  126 M
 glib2                      x86_64 2.68.4-16.el9_6.2           baseos     2.6 M
 glibc                      x86_64 2.34-168.el9_6.20           baseos     1.9 M
 glibc-all-langpacks        x86_64 2.34-168.el9_6.20           baseos      18 M
 glibc-common               x86_64 2.34-168.el9_6.20           baseos     295 k
 glibc-devel                x86_64 2.34-168.el9_6.20           appstream   32 k
 glibc-gconv-extra          x86_64 2.34-168.el9_6.20           baseos     1.5 M
 glibc-headers              x86_64 2.34-168.el9_6.20           appstream  437 k
 glibc-langpack-en          x86_64 2.34-168.el9_6.20           baseos     552 k
 gnome-remote-desktop       x86_64 40.0-11.el9_6               appstream  137 k
 iwl100-firmware            noarch 39.31.5.1-151.2.el9_6       baseos     193 k
 iwl1000-firmware           noarch 1:39.31.5.1-151.2.el9_6     baseos     193 k
 iwl105-firmware            noarch 18.168.6.1-151.2.el9_6      baseos     272 k
 iwl135-firmware            noarch 18.168.6.1-151.2.el9_6      baseos     280 k
 iwl2000-firmware           noarch 18.168.6.1-151.2.el9_6      baseos     274 k
 iwl2030-firmware           noarch 18.168.6.1-151.2.el9_6      baseos     282 k
 iwl3160-firmware           noarch 1:25.30.13.0-151.2.el9_6    baseos     549 k
 iwl5000-firmware           noarch 8.83.5.1_1-151.2.el9_6      baseos     190 k
 iwl5150-firmware           noarch 8.24.2.2-151.2.el9_6        baseos     189 k
 iwl6000g2a-firmware        noarch 18.168.6.1-151.2.el9_6      baseos     258 k
 iwl6050-firmware           noarch 41.28.5.1-151.2.el9_6       baseos     215 k
 iwl7260-firmware           noarch 1:25.30.13.0-151.2.el9_6    baseos      66 M
 java-17-openjdk-headless   x86_64 1:17.0.16.0.8-2.el9.alma.1  appstream   45 M
 jq                         x86_64 1.6-17.el9_6.2              baseos     186 k
 kernel-headers             x86_64 5.14.0-570.26.1.el9_6       appstream  3.3 M
 kernel-tools               x86_64 5.14.0-570.26.1.el9_6       baseos     2.0 M
 kernel-tools-libs          x86_64 5.14.0-570.26.1.el9_6       baseos     1.8 M
 libldb                     x86_64 4.21.3-7.el9_6              baseos     176 k
 libsmbclient               x86_64 4.21.3-7.el9_6              baseos      73 k
 libwbclient                x86_64 4.21.3-7.el9_6              baseos      42 k
 libxml2                    x86_64 2.9.13-10.el9_6             baseos     746 k
 linux-firmware             noarch 20250604-151.2.el9_6        baseos     540 M
 linux-firmware-whence      noarch 20250604-151.2.el9_6        baseos     115 k
 passt                      x86_64 0^20250217.ga1e48a0-9.el9_6 appstream  255 k
 passt-selinux              noarch 0^20250217.ga1e48a0-9.el9_6 appstream   27 k
 podman                     x86_64 5:5.4.0-12.el9_6            appstream   17 M
 python-unversioned-command noarch 3.9.21-2.el9_6.1            appstream  8.9 k
 python3                    x86_64 3.9.21-2.el9_6.1            baseos      26 k
 python3-libs               x86_64 3.9.21-2.el9_6.1            baseos     7.5 M
 python3-libxml2            x86_64 2.9.13-10.el9_6             baseos     224 k
 python3-setuptools         noarch 53.0.0-13.el9_6.1           baseos     837 k
 python3-setuptools-wheel   noarch 53.0.0-13.el9_6.1           baseos     467 k
 qemu-guest-agent           x86_64 17:9.1.0-15.el9_6.4.alma.2  appstream  485 k
 qemu-img                   x86_64 17:9.1.0-15.el9_6.4.alma.2  appstream  2.5 M
 qemu-kvm                   x86_64 17:9.1.0-15.el9_6.4.alma.2  appstream   60 k
 qemu-kvm-audio-pa          x86_64 17:9.1.0-15.el9_6.4.alma.2  appstream   69 k
 qemu-kvm-block-blkio       x86_64 17:9.1.0-15.el9_6.4.alma.2  appstream   72 k
 qemu-kvm-block-rbd         x86_64 17:9.1.0-15.el9_6.4.alma.2  appstream   74 k
 qemu-kvm-common            x86_64 17:9.1.0-15.el9_6.4.alma.2  appstream  664 k
 qemu-kvm-core              x86_64 17:9.1.0-15.el9_6.4.alma.2  appstream  4.9 M
 qemu-kvm-device-display-virtio-gpu
                            x86_64 17:9.1.0-15.el9_6.4.alma.2  appstream   81 k
 qemu-kvm-device-display-virtio-gpu-pci
                            x86_64 17:9.1.0-15.el9_6.4.alma.2  appstream   64 k
 qemu-kvm-device-display-virtio-vga
                            x86_64 17:9.1.0-15.el9_6.4.alma.2  appstream   65 k
 qemu-kvm-device-usb-host   x86_64 17:9.1.0-15.el9_6.4.alma.2  appstream   78 k
 qemu-kvm-device-usb-redirect
                            x86_64 17:9.1.0-15.el9_6.4.alma.2  appstream   83 k
 qemu-kvm-docs              x86_64 17:9.1.0-15.el9_6.4.alma.2  appstream  1.2 M
 qemu-kvm-tools             x86_64 17:9.1.0-15.el9_6.4.alma.2  appstream  567 k
 qemu-kvm-ui-egl-headless   x86_64 17:9.1.0-15.el9_6.4.alma.2  appstream   65 k
 qemu-kvm-ui-opengl         x86_64 17:9.1.0-15.el9_6.4.alma.2  appstream   72 k
 qemu-pr-helper             x86_64 17:9.1.0-15.el9_6.4.alma.2  appstream  489 k
 samba-client-libs          x86_64 4.21.3-7.el9_6              baseos     5.2 M
 samba-common               noarch 4.21.3-7.el9_6              baseos     173 k
 samba-common-libs          x86_64 4.21.3-7.el9_6              baseos     100 k
 sudo                       x86_64 1.9.5p2-10.el9_6.1          baseos     1.0 M
 unbound-libs               x86_64 1.16.2-19.el9_6             appstream  548 k
Removing:
 kernel                     x86_64 5.14.0-503.15.1.el9_5       @baseos      0  
 kernel-core                x86_64 5.14.0-503.15.1.el9_5       @baseos     66 M
 kernel-devel               x86_64 5.14.0-503.15.1.el9_5       @appstream  68 M
 kernel-modules             x86_64 5.14.0-503.15.1.el9_5       @baseos     33 M
 kernel-modules-core        x86_64 5.14.0-503.15.1.el9_5       @baseos     27 M
 kernel-modules-extra       x86_64 5.14.0-503.15.1.el9_5       @baseos    459 k

Transaction Summary
================================================================================
Install   6 Packages
Upgrade  65 Packages
Remove    6 Packages

Total download size: 966 M
Is this ok [y/N]: y
Downloading Packages:
(1/71): kernel-5.14.0-570.26.1.el9_6.x86_64.rpm 2.1 MB/s | 1.8 MB     00:00    
(2/71): kernel-core-5.14.0-570.26.1.el9_6.x86_6 2.1 MB/s |  18 MB     00:08    
(3/71): kernel-devel-5.14.0-570.26.1.el9_6.x86_ 2.0 MB/s |  18 MB     00:08    
(4/71): kernel-modules-extra-5.14.0-570.26.1.el 1.7 MB/s | 2.2 MB     00:01    
(5/71): kernel-modules-5.14.0-570.26.1.el9_6.x8 2.6 MB/s |  39 MB     00:14    
(6/71): glibc-devel-2.34-168.el9_6.20.x86_64.rp 214 kB/s |  32 kB     00:00    
(7/71): glibc-headers-2.34-168.el9_6.20.x86_64. 949 kB/s | 437 kB     00:00    
(8/71): gnome-remote-desktop-40.0-11.el9_6.x86_ 489 kB/s | 137 kB     00:00    
(9/71): kernel-modules-core-5.14.0-570.26.1.el9 2.5 MB/s |  31 MB     00:12    
(10/71): kernel-headers-5.14.0-570.26.1.el9_6.x 1.7 MB/s | 3.3 MB     00:01    
(11/71): passt-0^20250217.ga1e48a0-9.el9_6.x86_ 748 kB/s | 255 kB     00:00    
(12/71): passt-selinux-0^20250217.ga1e48a0-9.el 172 kB/s |  27 kB     00:00    
(13/71): podman-5.4.0-12.el9_6.x86_64.rpm       2.2 MB/s |  17 MB     00:07    
(14/71): python-unversioned-command-3.9.21-2.el  81 kB/s | 8.9 kB     00:00    
(15/71): qemu-guest-agent-9.1.0-15.el9_6.4.alma 1.1 MB/s | 485 kB     00:00    
(16/71): java-17-openjdk-headless-17.0.16.0.8-2 2.7 MB/s |  45 MB     00:16    
(17/71): qemu-img-9.1.0-15.el9_6.4.alma.2.x86_6 1.3 MB/s | 2.5 MB     00:01    
(18/71): qemu-kvm-9.1.0-15.el9_6.4.alma.2.x86_6 316 kB/s |  60 kB     00:00    
(19/71): qemu-kvm-audio-pa-9.1.0-15.el9_6.4.alm 433 kB/s |  69 kB     00:00    
(20/71): qemu-kvm-block-blkio-9.1.0-15.el9_6.4. 400 kB/s |  72 kB     00:00    
(21/71): qemu-kvm-block-rbd-9.1.0-15.el9_6.4.al 438 kB/s |  74 kB     00:00    
(22/71): qemu-kvm-common-9.1.0-15.el9_[mr_halfword@ryzen-alma ~]$ sudo yum update
AlmaLinux 9 - AppStream                         7.3 kB/s | 4.2 kB     00:00    
AlmaLinux 9 - AppStream                         5.3 MB/s |  14 MB     00:02    
AlmaLinux 9 - BaseOS                            9.5 kB/s | 3.8 kB     00:00    
AlmaLinux 9 - BaseOS                            5.2 MB/s |  14 MB     00:02    
AlmaLinux 9 - Extras                             11 kB/s | 3.8 kB     00:00    
AlmaLinux 9 - Extras                             40 kB/s |  20 kB     00:00    
Extra Packages for Enterprise Linux 9 - x86_64  122 kB/s |  41 kB     00:00    
Extra Packages for Enterprise Linux 9 - x86_64  5.6 MB/s |  20 MB     00:03    
Extra Packages for Enterprise Linux 9 openh264  7.9 kB/s | 993  B     00:00    
Scooter Software                                8.0 kB/s | 3.0 kB     00:00    
Dependencies resolved.
================================================================================
 Package                    Arch   Version                     Repository  Size
================================================================================
Installing:
 kernel                     x86_64 5.14.0-570.26.1.el9_6       baseos     1.8 M
 kernel-core                x86_64 5.14.0-570.26.1.el9_6       baseos      18 M
 kernel-devel               x86_64 5.14.0-570.26.1.el9_6       appstream   18 M
 kernel-modules             x86_64 5.14.0-570.26.1.el9_6       baseos      39 M
 kernel-modules-core        x86_64 5.14.0-570.26.1.el9_6       baseos      31 M
 kernel-modules-extra       x86_64 5.14.0-570.26.1.el9_6       baseos     2.2 M
Upgrading:
 firefox                    x86_64 128.12.0-1.el9_6.alma.1     appstream  126 M
 glib2                      x86_64 2.68.4-16.el9_6.2           baseos     2.6 M
 glibc                      x86_64 2.34-168.el9_6.20           baseos     1.9 M
 glibc-all-langpacks        x86_64 2.34-168.el9_6.20           baseos      18 M
 glibc-common               x86_64 2.34-168.el9_6.20           baseos     295 k
 glibc-devel                x86_64 2.34-168.el9_6.20           appstream   32 k
 glibc-gconv-extra          x86_64 2.34-168.el9_6.20           baseos     1.5 M
 glibc-headers              x86_64 2.34-168.el9_6.20           appstream  437 k
 glibc-langpack-en          x86_64 2.34-168.el9_6.20           baseos     552 k
 gnome-remote-desktop       x86_64 40.0-11.el9_6               appstream  137 k
 iwl100-firmware            noarch 39.31.5.1-151.2.el9_6       baseos     193 k
 iwl1000-firmware           noarch 1:39.31.5.1-151.2.el9_6     baseos     193 k
 iwl105-firmware            noarch 18.168.6.1-151.2.el9_6      baseos     272 k
 iwl135-firmware            noarch 18.168.6.1-151.2.el9_6      baseos     280 k
 iwl2000-firmware           noarch 18.168.6.1-151.2.el9_6      baseos     274 k
 iwl2030-firmware           noarch 18.168.6.1-151.2.el9_6      baseos     282 k
 iwl3160-firmware           noarch 1:25.30.13.0-151.2.el9_6    baseos     549 k
 iwl5000-firmware           noarch 8.83.5.1_1-151.2.el9_6      baseos     190 k
 iwl5150-firmware           noarch 8.24.2.2-151.2.el9_6        baseos     189 k
 iwl6000g2a-firmware        noarch 18.168.6.1-151.2.el9_6      baseos     258 k
 iwl6050-firmware           noarch 41.28.5.1-151.2.el9_6       baseos     215 k
 iwl7260-firmware           noarch 1:25.30.13.0-151.2.el9_6    baseos      66 M
 java-17-openjdk-headless   x86_64 1:17.0.16.0.8-2.el9.alma.1  appstream   45 M
 jq                         x86_64 1.6-17.el9_6.2              baseos     186 k
 kernel-headers             x86_64 5.14.0-570.26.1.el9_6       appstream  3.3 M
 kernel-tools               x86_64 5.14.0-570.26.1.el9_6       baseos     2.0 M
 kernel-tools-libs          x86_64 5.14.0-570.26.1.el9_6       baseos     1.8 M
 libldb                     x86_64 4.21.3-7.el9_6              baseos     176 k
 libsmbclient               x86_64 4.21.3-7.el9_6              baseos      73 k
 libwbclient                x86_64 4.21.3-7.el9_6              baseos      42 k
 libxml2                    x86_64 2.9.13-10.el9_6             baseos     746 k
 linux-firmware             noarch 20250604-151.2.el9_6        baseos     540 M
 linux-firmware-whence      noarch 20250604-151.2.el9_6        baseos     115 k
 passt                      x86_64 0^20250217.ga1e48a0-9.el9_6 appstream  255 k
 passt-selinux              noarch 0^20250217.ga1e48a0-9.el9_6 appstream   27 k
 podman                     x86_64 5:5.4.0-12.el9_6            appstream   17 M
 python-unversioned-command noarch 3.9.21-2.el9_6.1            appstream  8.9 k
 python3                    x86_64 3.9.21-2.el9_6.1            baseos      26 k
 python3-libs               x86_64 3.9.21-2.el9_6.1            baseos     7.5 M
 python3-libxml2            x86_64 2.9.13-10.el9_6             baseos     224 k
 python3-setuptools         noarch 53.0.0-13.el9_6.1           baseos     837 k
 python3-setuptools-wheel   noarch 53.0.0-13.el9_6.1           baseos     467 k
 qemu-guest-agent           x86_64 17:9.1.0-15.el9_6.4.alma.2  appstream  485 k
 qemu-img                   x86_64 17:9.1.0-15.el9_6.4.alma.2  appstream  2.5 M
 qemu-kvm                   x86_64 17:9.1.0-15.el9_6.4.alma.2  appstream   60 k
 qemu-kvm-audio-pa          x86_64 17:9.1.0-15.el9_6.4.alma.2  appstream   69 k
 qemu-kvm-block-blkio       x86_64 17:9.1.0-15.el9_6.4.alma.2  appstream   72 k
 qemu-kvm-block-rbd         x86_64 17:9.1.0-15.el9_6.4.alma.2  appstream   74 k
 qemu-kvm-common            x86_64 17:9.1.0-15.el9_6.4.alma.2  appstream  664 k
 qemu-kvm-core              x86_64 17:9.1.0-15.el9_6.4.alma.2  appstream  4.9 M
 qemu-kvm-device-display-virtio-gpu
                            x86_64 17:9.1.0-15.el9_6.4.alma.2  appstream   81 k
 qemu-kvm-device-display-virtio-gpu-pci
                            x86_64 17:9.1.0-15.el9_6.4.alma.2  appstream   64 k
 qemu-kvm-device-display-virtio-vga
                            x86_64 17:9.1.0-15.el9_6.4.alma.2  appstream   65 k
 qemu-kvm-device-usb-host   x86_64 17:9.1.0-15.el9_6.4.alma.2  appstream   78 k
 qemu-kvm-device-usb-redirect
                            x86_64 17:9.1.0-15.el9_6.4.alma.2  appstream   83 k
 qemu-kvm-docs              x86_64 17:9.1.0-15.el9_6.4.alma.2  appstream  1.2 M
 qemu-kvm-tools             x86_64 17:9.1.0-15.el9_6.4.alma.2  appstream  567 k
 qemu-kvm-ui-egl-headless   x86_64 17:9.1.0-15.el9_6.4.alma.2  appstream   65 k
 qemu-kvm-ui-opengl         x86_64 17:9.1.0-15.el9_6.4.alma.2  appstream   72 k
 qemu-pr-helper             x86_64 17:9.1.0-15.el9_6.4.alma.2  appstream  489 k
 samba-client-libs          x86_64 4.21.3-7.el9_6              baseos     5.2 M
 samba-common               noarch 4.21.3-7.el9_6              baseos     173 k
 samba-common-libs          x86_64 4.21.3-7.el9_6              baseos     100 k
 sudo                       x86_64 1.9.5p2-10.el9_6.1          baseos     1.0 M
 unbound-libs               x86_64 1.16.2-19.el9_6             appstream  548 k
Removing:
 kernel                     x86_64 5.14.0-503.15.1.el9_5       @baseos      0  
 kernel-core                x86_64 5.14.0-503.15.1.el9_5       @baseos     66 M
 kernel-devel               x86_64 5.14.0-503.15.1.el9_5       @appstream  68 M
 kernel-modules             x86_64 5.14.0-503.15.1.el9_5       @baseos     33 M
 kernel-modules-core        x86_64 5.14.0-503.15.1.el9_5       @baseos     27 M
 kernel-modules-extra       x86_64 5.14.0-503.15.1.el9_5       @baseos    459 k

Transaction Summary
================================================================================
Install   6 Packages
Upgrade  65 Packages
Remove    6 Packages

Total download size: 966 M
Is this ok [y/N]: y
Downloading Packages:
(1/71): kernel-5.14.0-570.26.1.el9_6.x86_64.rpm 2.1 MB/s | 1.8 MB     00:00    
(2/71): kernel-core-5.14.0-570.26.1.el9_6.x86_6 2.1 MB/s |  18 MB     00:08    
(3/71): kernel-devel-5.14.0-570.26.1.el9_6.x86_ 2.0 MB/s |  18 MB     00:08    
(4/71): kernel-modules-extra-5.14.0-570.26.1.el 1.7 MB/s | 2.2 MB     00:01    
(5/71): kernel-modules-5.14.0-570.26.1.el9_6.x8 2.6 MB/s |  39 MB     00:14    
(6/71): glibc-devel-2.34-168.el9_6.20.x86_64.rp 214 kB/s |  32 kB     00:00    
(7/71): glibc-headers-2.34-168.el9_6.20.x86_64. 949 kB/s | 437 kB     00:00    
(8/71): gnome-remote-desktop-40.0-11.el9_6.x86_ 489 kB/s | 137 kB     00:00    
(9/71): kernel-modules-core-5.14.0-570.26.1.el9 2.5 MB/s |  31 MB     00:12    
(10/71): kernel-headers-5.14.0-570.26.1.el9_6.x 1.7 MB/s | 3.3 MB     00:01    
(11/71): passt-0^20250217.ga1e48a0-9.el9_6.x86_ 748 kB/s | 255 kB     00:00    
(12/71): passt-selinux-0^20250217.ga1e48a0-9.el 172 kB/s |  27 kB     00:00    
(13/71): podman-5.4.0-12.el9_6.x86_64.rpm       2.2 MB/s |  17 MB     00:07    
(14/71): python-unversioned-command-3.9.21-2.el  81 kB/s | 8.9 kB     00:00    
(15/71): qemu-guest-agent-9.1.0-15.el9_6.4.alma 1.1 MB/s | 485 kB     00:00    
(16/71): java-17-openjdk-headless-17.0.16.0.8-2 2.7 MB/s |  45 MB     00:16    
(17/71): qemu-img-9.1.0-15.el9_6.4.alma.2.x86_6 1.3 MB/s | 2.5 MB     00:01    
(18/71): qemu-kvm-9.1.0-15.el9_6.4.alma.2.x86_6 316 kB/s |  60 kB     00:00    
(19/71): qemu-kvm-audio-pa-9.1.0-15.el9_6.4.alm 433 kB/s |  69 kB     00:00    
(20/71): qemu-kvm-block-blkio-9.1.0-15.el9_6.4. 400 kB/s |  72 kB     00:00    
(21/71): qemu-kvm-block-rbd-9.1.0-15.el9_6.4.al 438 kB/s |  74 kB     00:00    
(22/71): qemu-kvm-common-9.1.0-15.el9_6.4.alma. 1.5 MB/s | 664 kB     00:00    
(23/71): qemu-kvm-device-display-virtio-gpu-9.1 252 kB/s |  81 kB     00:00    
(24/71): qemu-kvm-device-display-virtio-gpu-pci 267 kB/s |  64 kB     00:00    
(25/71): qemu-kvm-device-display-virtio-vga-9.1 252 kB/s |  65 kB     00:00    
(26/71): qemu-kvm-core-9.1.0-15.el9_6.4.alma.2. 2.9 MB/s | 4.9 MB     00:01    
(27/71): qemu-kvm-device-usb-redirect-9.1.0-15. 697 kB/s |  83 kB     00:00    
(28/71): qemu-kvm-device-usb-host-9.1.0-15.el9_ 112 kB/s |  78 kB     00:00    
(29/71): qemu-kvm-docs-9.1.0-15.el9_6.4.alma.2. 2.6 MB/s | 1.2 MB     00:00    
(30/71): qemu-kvm-tools-9.1.0-15.el9_6.4.alma.2 1.3 MB/s | 567 kB     00:00    
(31/71): qemu-kvm-ui-egl-headless-9.1.0-15.el9_ 464 kB/s |  65 kB     00:00    
(32/71): qemu-kvm-ui-opengl-9.1.0-15.el9_6.4.al 558 kB/s |  72 kB     00:00    
(33/71): qemu-pr-helper-9.1.0-15.el9_6.4.alma.2 1.4 MB/s | 489 kB     00:00    
(34/71): unbound-libs-1.16.2-19.el9_6.x86_64.rp 1.3 MB/s | 548 kB     00:00    
(35/71): glib2-2.68.4-16.el9_6.2.x86_64.rpm     2.4 MB/s | 2.6 MB     00:01    
(36/71): glibc-2.34-168.el9_6.20.x86_64.rpm     1.5 MB/s | 1.9 MB     00:01    
(37/71): glibc-common-2.34-168.el9_6.20.x86_64. 776 kB/s | 295 kB     00:00    
(38/71): glibc-gconv-extra-2.34-168.el9_6.20.x8 1.3 MB/s | 1.5 MB     00:01    
(39/71): glibc-langpack-en-2.34-168.el9_6.20.x8 823 kB/s | 552 kB     00:00    
(40/71): iwl100-firmware-39.31.5.1-151.2.el9_6. 507 kB/s | 193 kB     00:00    
(41/71): iwl1000-firmware-39.31.5.1-151.2.el9_6 508 kB/s | 193 kB     00:00    
(42/71): iwl105-firmware-18.168.6.1-151.2.el9_6 577 kB/s | 272 kB     00:00    
(43/71): iwl135-firmware-18.168.6.1-151.2.el9_6 583 kB/s | 280 kB     00:00    
(44/71): iwl2000-firmware-18.168.6.1-151.2.el9_ 559 kB/s | 274 kB     00:00    
(45/71): iwl2030-firmware-18.168.6.1-151.2.el9_ 564 kB/s | 282 kB     00:00    
(46/71): glibc-all-langpacks-2.34-168.el9_6.20. 3.2 MB/s |  18 MB     00:05    
(47/71): iwl5000-firmware-8.83.5.1_1-151.2.el9_ 771 kB/s | 190 kB     00:00    
(48/71): iwl3160-firmware-25.30.13.0-151.2.el9_ 464 kB/s | 549 kB     00:01    
(49/71): iwl5150-firmware-8.24.2.2-151.2.el9_6. 192 kB/s | 189 kB     00:00    
(50/71): iwl6000g2a-firmware-18.168.6.1-151.2.e 251 kB/s | 258 kB     00:01    
(51/71): iwl6050-firmware-41.28.5.1-151.2.el9_6 308 kB/s | 215 kB     00:00    
(52/71): jq-1.6-17.el9_6.2.x86_64.rpm           689 kB/s | 186 kB     00:00    
(53/71): kernel-tools-5.14.0-570.26.1.el9_6.x86 1.2 MB/s | 2.0 MB     00:01    
(54/71): kernel-tools-libs-5.14.0-570.26.1.el9_ 1.3 MB/s | 1.8 MB     00:01    
(55/71): libldb-4.21.3-7.el9_6.x86_64.rpm       706 kB/s | 176 kB     00:00    
(56/71): libsmbclient-4.21.3-7.el9_6.x86_64.rpm 366 kB/s |  73 kB     00:00    
(57/71): libwbclient-4.21.3-7.el9_6.x86_64.rpm  220 kB/s |  42 kB     00:00    
(58/71): libxml2-2.9.13-10.el9_6.x86_64.rpm     1.1 MB/s | 746 kB     00:00    
(59/71): firefox-128.12.0-1.el9_6.alma.1.x86_64 2.6 MB/s | 126 MB     00:47    
(60/71): linux-firmware-whence-20250604-151.2.e 479 kB/s | 115 kB     00:00    
(61/71): python3-3.9.21-2.el9_6.1.x86_64.rpm    151 kB/s |  26 kB     00:00    
(62/71): python3-libs-3.9.21-2.el9_6.1.x86_64.r 2.1 MB/s | 7.5 MB     00:03    
(63/71): python3-libxml2-2.9.13-10.el9_6.x86_64 724 kB/s | 224 kB     00:00    
(64/71): python3-setuptools-53.0.0-13.el9_6.1.n 1.6 MB/s | 837 kB     00:00    
(65/71): python3-setuptools-wheel-53.0.0-13.el9 1.1 MB/s | 467 kB     00:00    
(66/71): samba-client-libs-4.21.3-7.el9_6.x86_6 2.2 MB/s | 5.2 MB     00:02    
(67/71): samba-common-4.21.3-7.el9_6.noarch.rpm 618 kB/s | 173 kB     00:00    
(68/71): samba-common-libs-4.21.3-7.el9_6.x86_6 358 kB/s | 100 kB     00:00    
(69/71): sudo-1.9.5p2-10.el9_6.1.x86_64.rpm     1.3 MB/s | 1.0 MB     00:00    
(70/71): iwl7260-firmware-25.30.13.0-151.2.el9_ 2.7 MB/s |  66 MB     00:24    
(71/71): linux-firmware-20250604-151.2.el9_6.no 5.9 MB/s | 540 MB     01:32    
--------------------------------------------------------------------------------
Total                                           6.8 MB/s | 966 MB     02:22     
Running transaction check
Transaction check succeeded.
Running transaction test
The downloaded packages were saved in cache until the next successful transaction.
You can remove cached packages by executing 'yum clean packages'.
Error: Transaction test error:
  installing package kernel-core-5.14.0-570.26.1.el9_6.x86_64 needs 31MB more space on the /boot filesystem

Error Summary
-------------
Disk Requirements:
   At least 31MB more space needed on the /boot filesystem.

6.4.alma. 1.5 MB/s | 664 kB     00:00    
(23/71): qemu-kvm-device-display-virtio-gpu-9.1 252 kB/s |  81 kB     00:00    
(24/71): qemu-kvm-device-display-virtio-gpu-pci 267 kB/s |  64 kB     00:00    
(25/71): qemu-kvm-device-display-virtio-vga-9.1 252 kB/s |  65 kB     00:00    
(26/71): qemu-kvm-core-9.1.0-15.el9_6.4.alma.2. 2.9 MB/s | 4.9 MB     00:01    
(27/71): qemu-kvm-device-usb-redirect-9.1.0-15. 697 kB/s |  83 kB     00:00    
(28/71): qemu-kvm-device-usb-host-9.1.0-15.el9_ 112 kB/s |  78 kB     00:00    
(29/71): qemu-kvm-docs-9.1.0-15.el9_6.4.alma.2. 2.6 MB/s | 1.2 MB     00:00    
(30/71): qemu-kvm-tools-9.1.0-15.el9_6.4.alma.2 1.3 MB/s | 567 kB     00:00    
(31/71): qemu-kvm-ui-egl-headless-9.1.0-15.el9_ 464 kB/s |  65 kB     00:00    
(32/71): qemu-kvm-ui-opengl-9.1.0-15.el9_6.4.al 558 kB/s |  72 kB     00:00    
(33/71): qemu-pr-helper-9.1.0-15.el9_6.4.alma.2 1.4 MB/s | 489 kB     00:00    
(34/71): unbound-libs-1.16.2-19.el9_6.x86_64.rp 1.3 MB/s | 548 kB     00:00    
(35/71): glib2-2.68.4-16.el9_6.2.x86_64.rpm     2.4 MB/s | 2.6 MB     00:01    
(36/71): glibc-2.34-168.el9_6.20.x86_64.rpm     1.5 MB/s | 1.9 MB     00:01    
(37/71): glibc-common-2.34-168.el9_6.20.x86_64. 776 kB/s | 295 kB     00:00    
(38/71): glibc-gconv-extra-2.34-168.el9_6.20.x8 1.3 MB/s | 1.5 MB     00:01    
(39/71): glibc-langpack-en-2.34-168.el9_6.20.x8 823 kB/s | 552 kB     00:00    
(40/71): iwl100-firmware-39.31.5.1-151.2.el9_6. 507 kB/s | 193 kB     00:00    
(41/71): iwl1000-firmware-39.31.5.1-151.2.el9_6 508 kB/s | 193 kB     00:00    
(42/71): iwl105-firmware-18.168.6.1-151.2.el9_6 577 kB/s | 272 kB     00:00    
(43/71): iwl135-firmware-18.168.6.1-151.2.el9_6 583 kB/s | 280 kB     00:00    
(44/71): iwl2000-firmware-18.168.6.1-151.2.el9_ 559 kB/s | 274 kB     00:00    
(45/71): iwl2030-firmware-18.168.6.1-151.2.el9_ 564 kB/s | 282 kB     00:00    
(46/71): glibc-all-langpacks-2.34-168.el9_6.20. 3.2 MB/s |  18 MB     00:05    
(47/71): iwl5000-firmware-8.83.5.1_1-151.2.el9_ 771 kB/s | 190 kB     00:00    
(48/71): iwl3160-firmware-25.30.13.0-151.2.el9_ 464 kB/s | 549 kB     00:01    
(49/71): iwl5150-firmware-8.24.2.2-151.2.el9_6. 192 kB/s | 189 kB     00:00    
(50/71): iwl6000g2a-firmware-18.168.6.1-151.2.e 251 kB/s | 258 kB     00:01    
(51/71): iwl6050-firmware-41.28.5.1-151.2.el9_6 308 kB/s | 215 kB     00:00    
(52/71): jq-1.6-17.el9_6.2.x86_64.rpm           689 kB/s | 186 kB     00:00    
(53/71): kernel-tools-5.14.0-570.26.1.el9_6.x86 1.2 MB/s | 2.0 MB     00:01    
(54/71): kernel-tools-libs-5.14.0-570.26.1.el9_ 1.3 MB/s | 1.8 MB     00:01    
(55/71): libldb-4.21.3-7.el9_6.x86_64.rpm       706 kB/s | 176 kB     00:00    
(56/71): libsmbclient-4.21.3-7.el9_6.x86_64.rpm 366 kB/s |  73 kB     00:00    
(57/71): libwbclient-4.21.3-7.el9_6.x86_64.rpm  220 kB/s |  42 kB     00:00    
(58/71): libxml2-2.9.13-10.el9_6.x86_64.rpm     1.1 MB/s | 746 kB     00:00    
(59/71): firefox-128.12.0-1.el9_6.alma.1.x86_64 2.6 MB/s | 126 MB     00:47    
(60/71): linux-firmware-whence-20250604-151.2.e 479 kB/s | 115 kB     00:00    
(61/71): python3-3.9.21-2.el9_6.1.x86_64.rpm    151 kB/s |  26 kB     00:00    
(62/71): python3-libs-3.9.21-2.el9_6.1.x86_64.r 2.1 MB/s | 7.5 MB     00:03    
(63/71): python3-libxml2-2.9.13-10.el9_6.x86_64 724 kB/s | 224 kB     00:00    
(64/71): python3-setuptools-53.0.0-13.el9_6.1.n 1.6 MB/s | 837 kB     00:00    
(65/71): python3-setuptools-wheel-53.0.0-13.el9 1.1 MB/s | 467 kB     00:00    
(66/71): samba-client-libs-4.21.3-7.el9_6.x86_6 2.2 MB/s | 5.2 MB     00:02    
(67/71): samba-common-4.21.3-7.el9_6.noarch.rpm 618 kB/s | 173 kB     00:00    
(68/71): samba-common-libs-4.21.3-7.el9_6.x86_6 358 kB/s | 100 kB     00:00    
(69/71): sudo-1.9.5p2-10.el9_6.1.x86_64.rpm     1.3 MB/s | 1.0 MB     00:00    
(70/71): iwl7260-firmware-25.30.13.0-151.2.el9_ 2.7 MB/s |  66 MB     00:24    
(71/71): linux-firmware-20250604-151.2.el9_6.no 5.9 MB/s | 540 MB     01:32    
--------------------------------------------------------------------------------
Total                                           6.8 MB/s | 966 MB     02:22     
Running transaction check
Transaction check succeeded.
Running transaction test
The downloaded packages were saved in cache until the next successful transaction.
You can remove cached packages by executing 'yum clean packages'.
Error: Transaction test error:
  installing package kernel-core-5.14.0-570.26.1.el9_6.x86_64 needs 31MB more space on the /boot filesystem

Error Summary
-------------
Disk Requirements:
   At least 31MB more space needed on the /boot filesystem.

.21-2.el  81 kB/s | 8.9 kB     00:00    
(15/71): qemu-guest-agent-9.1.0-15.el9_6.4.alma 1.1 MB/s | 485 kB     00:00    
(16/71): java-17-openjdk-headless-17.0.16.0.8-2 2.7 MB/s |  45 MB     00:16    
(17/71): qemu-img-9.1.0-15.el9_6.4.alma.2.x86_6 1.3 MB/s | 2.5 MB     00:01    
(18/71): qemu-kvm-9.1.0-15.el9_6.4.alma.2.x86_6 316 kB/s |  60 kB     00:00    
(19/71): qemu-kvm-audio-pa-9.1.0-15.el9_6.4.alm 433 kB/s |  69 kB     00:00    
(20/71): qemu-kvm-block-blkio-9.1.0-15.el9_6.4. 400 kB/s |  72 kB     00:00    
(21/71): qemu-kvm-block-rbd-9.1.0-15.el9_6.4.al 438 kB/s |  74 kB     00:00    
(22/71): qemu-kvm-common-9.1.0-15.el9_6.4.alma. 1.5 MB/s | 664 kB     00:00    
(23/71): qemu-kvm-device-display-virtio-gpu-9.1 252 kB/s |  81 kB     00:00    
(24/71): qemu-kvm-device-display-virtio-gpu-pci 267 kB/s |  64 kB     00:00    
(25/71): qemu-kvm-device-display-virtio-vga-9.1 252 kB/s |  65 kB     00:00    
(26/71): qemu-kvm-core-9.1.0-15.el9_6.4.alma.2. 2.9 MB/s | 4.9 MB     00:01    
(27/71): qemu-kvm-device-usb-redirect-9.1.0-15. 697 kB/s |  83 kB     00:00    
(28/71): qemu-kvm-device-usb-host-9.1.0-15.el9_ 112 kB/s |  78 kB     00:00    
(29/71): qemu-kvm-docs-9.1.0-15.el9_6.4.alma.2. 2.6 MB/s | 1.2 MB     00:00    
(30/71): qemu-kvm-tools-9.1.0-15.el9_6.4.alma.2 1.3 MB/s | 567 kB     00:00    
(31/71): qemu-kvm-ui-egl-headless-9.1.0-15.el9_ 464 kB/s |  65 kB     00:00    
(32/71): qemu-kvm-ui-opengl-9.1.0-15.el9_6.4.al 558 kB/s |  72 kB     00:00    
(33/71): qemu-pr-helper-9.1.0-15.el9_6.4.alma.2 1.4 MB/s | 489 kB     00:00    
(34/71): unbound-libs-1.16.2-19.el9_6.x86_64.rp 1.3 MB/s | 548 kB     00:00    
(35/71): glib2-2.68.4-16.el9_6.2.x86_64.rpm     2.4 MB/s | 2.6 MB     00:01    
(36/71): glibc-2.34-168.el9_6.20.x86_64.rpm     1.5 MB/s | 1.9 MB     00:01    
(37/71): glibc-common-2.34-168.el9_6.20.x86_64. 776 kB/s | 295 kB     00:00    
(38/71): glibc-gconv-extra-2.34-168.el9_6.20.x8 1.3 MB/s | 1.5 MB     00:01    
(39/71): glibc-langpack-en-2.34-168.el9_6.20.x8 823 kB/s | 552 kB     00:00    
(40/71): iwl100-firmware-39.31.5.1-151.2.el9_6. 507 kB/s | 193 kB     00:00    
(41/71): iwl1000-firmware-39.31.5.1-151.2.el9_6 508 kB/s | 193 kB     00:00    
(42/71): iwl105-firmware-18.168.6.1-151.2.el9_6 577 kB/s | 272 kB     00:00    
(43/71): iwl135-firmware-18.168.6.1-151.2.el9_6 583 kB/s | 280 kB     00:00    
(44/71): iwl2000-firmware-18.168.6.1-151.2.el9_ 559 kB/s | 274 kB     00:00    
(45/71): iwl2030-firmware-18.168.6.1-151.2.el9_ 564 kB/s | 282 kB     00:00    
(46/71): glibc-all-langpacks-2.34-168.el9_6.20. 3.2 MB/s |  18 MB     00:05    
(47/71): iwl5000-firmware-8.83.5.1_1-151.2.el9_ 771 kB/s | 190 kB     00:00    
(48/71): iwl3160-firmware-25.30.13.0-151.2.el9_ 464 kB/s | 549 kB     00:01    
(49/71): iwl5150-firmware-8.24.2.2-151.2.el9_6. 192 kB/s | 189 kB     00:00    
(50/71): iwl6000g2a-firmware-18.168.6.1-151.2.e 251 kB/s | 258 kB     00:01    
(51/71): iwl6050-firmware-41.28.5.1-151.2.el9_6 308 kB/s | 215 kB     00:00    
(52/71): jq-1.6-17.el9_6.2.x86_64.rpm           689 kB/s | 186 kB     00:00    
(53/71): kernel-tools-5.14.0-570.26.1.el9_6.x86 1.2 MB/s | 2.0 MB     00:01    
(54/71): kernel-tools-libs-5.14.0-570.26.1.el9_ 1.3 MB/s | 1.8 MB     00:01    
(55/71): libldb-4.21.3-7.el9_6.x86_64.rpm       706 kB/s | 176 kB     00:00    
(56/71): libsmbclient-4.21.3-7.el9_6.x86_64.rpm 366 kB/s |  73 kB     00:00    
(57/71): libwbclient-4.21.3-7.el9_6.x86_64.rpm  220 kB/s |  42 kB     00:00    
(58/71): libxml2-2.9.13-10.el9_6.x86_64.rpm     1.1 MB/s | 746 kB     00:00    
(59/71): firefox-128.12.0-1.el9_6.alma.1.x86_64 2.6 MB/s | 126 MB     00:47    
(60/71): linux-firmware-whence-20250604-151.2.e 479 kB/s | 115 kB     00:00    
(61/71): python3-3.9.21-2.el9_6.1.x86_64.rpm    151 kB/s |  26 kB     00:00    
(62/71): python3-libs-3.9.21-2.el9_6.1.x86_64.r 2.1 MB/s | 7.5 MB     00:03    
(63/71): python3-libxml2-2.9.13-10.el9_6.x86_64 724 kB/s | 224 kB     00:00    
(64/71): python3-setuptools-53.0.0-13.el9_6.1.n 1.6 MB/s | 837 kB     00:00    
(65/71): python3-setuptools-wheel-53.0.0-13.el9 1.1 MB/s | 467 kB     00:00    
(66/71): samba-client-libs-4.21.3-7.el9_6.x86_6 2.2 MB/s | 5.2 MB     00:02    
(67/71): samba-common-4.21.3-7.el9_6.noarch.rpm 618 kB/s | 173 kB     00:00    
(68/71): samba-common-libs-4.21.3-7.el9_6.x86_6 358 kB/s | 100 kB     00:00    
(69/71): sudo-1.9.5p2-10.el9_6.1.x86_64.rpm     1.3 MB/s | 1.0 MB     00:00    
(70/71): iwl7260-firmware-25.30.13.0-151.2.el9_ 2.7 MB/s |  66 MB     00:24    
(71/71): linux-firmware-20250604-151.2.el9_6.no 5.9 MB/s | 540 MB     01:32    
--------------------------------------------------------------------------------
Total                                           6.8 MB/s | 966 MB     02:22     
Running transaction check
Transaction check succeeded.
Running transaction test
The downloaded packages were saved in cache until the next successful transaction.
You can remove cached packages by executing 'yum clean packages'.
Error: Transaction test error:
  installing package kernel-core-5.14.0-570.26.1.el9_6.x86_64 needs 31MB more space on the /boot filesystem

Error Summary
-------------
Disk Requirements:
   At least 31MB more space needed on the /boot filesystem.

.x86_6 1.3 MB/s | 2.5 MB     00:01    
(18/71): qemu-kvm-9.1.0-15.el9_6.4.alma.2.x86_6 316 kB/s |  60 kB     00:00    
(19/71): qemu-kvm-audio-pa-9.1.0-15.el9_6.4.alm 433 kB/s |  69 kB     00:00    
(20/71): qemu-kvm-block-blkio-9.1.0-15.el9_6.4. 400 kB/s |  72 kB     00:00    
(21/71): qemu-kvm-block-rbd-9.1.0-15.el9_6.4.al 438 kB/s |  74 kB     00:00    
(22/71): qemu-kvm-common-9.1.0-15.el9_6.4.alma. 1.5 MB/s | 664 kB     00:00    
(23/71): qemu-kvm-device-display-virtio-gpu-9.1 252 kB/s |  81 kB     00:00    
(24/71): qemu-kvm-device-display-virtio-gpu-pci 267 kB/s |  64 kB     00:00    
(25/71): qemu-kvm-device-display-virtio-vga-9.1 252 kB/s |  65 kB     00:00    
(26/71): qemu-kvm-core-9.1.0-15.el9_6.4.alma.2. 2.9 MB/s | 4.9 MB     00:01    
(27/71): qemu-kvm-device-usb-redirect-9.1.0-15. 697 kB/s |  83 kB     00:00    
(28/71): qemu-kvm-device-usb-host-9.1.0-15.el9_ 112 kB/s |  78 kB     00:00    
(29/71): qemu-kvm-docs-9.1.0-15.el9_6.4.alma.2. 2.6 MB/s | 1.2 MB     00:00    
(30/71): qemu-kvm-tools-9.1.0-15.el9_6.4.alma.2 1.3 MB/s | 567 kB     00:00    
(31/71): qemu-kvm-ui-egl-headless-9.1.0-15.el9_ 464 kB/s |  65 kB     00:00    
(32/71): qemu-kvm-ui-opengl-9.1.0-15.el9_6.4.al 558 kB/s |  72 kB     00:00    
(33/71): qemu-pr-helper-9.1.0-15.el9_6.4.alma.2 1.4 MB/s | 489 kB     00:00    
(34/71): unbound-libs-1.16.2-19.el9_6.x86_64.rp 1.3 MB/s | 548 kB     00:00    
(35/71): glib2-2.68.4-16.el9_6.2.x86_64.rpm     2.4 MB/s | 2.6 MB     00:01    
(36/71): glibc-2.34-168.el9_6.20.x86_64.rpm     1.5 MB/s | 1.9 MB     00:01    
(37/71): glibc-common-2.34-168.el9_6.20.x86_64. 776 kB/s | 295 kB     00:00    
(38/71): glibc-gconv-extra-2.34-168.el9_6.20.x8 1.3 MB/s | 1.5 MB     00:01    
(39/71): glibc-langpack-en-2.34-168.el9_6.20.x8 823 kB/s | 552 kB     00:00    
(40/71): iwl100-firmware-39.31.5.1-151.2.el9_6. 507 kB/s | 193 kB     00:00    
(41/71): iwl1000-firmware-39.31.5.1-151.2.el9_6 508 kB/s | 193 kB     00:00    
(42/71): iwl105-firmware-18.168.6.1-151.2.el9_6 577 kB/s | 272 kB     00:00    
(43/71): iwl135-firmware-18.168.6.1-151.2.el9_6 583 kB/s | 280 kB     00:00    
(44/71): iwl2000-firmware-18.168.6.1-151.2.el9_ 559 kB/s | 274 kB     00:00    
(45/71): iwl2030-firmware-18.168.6.1-151.2.el9_ 564 kB/s | 282 kB     00:00    
(46/71): glibc-all-langpacks-2.34-168.el9_6.20. 3.2 MB/s |  18 MB     00:05    
(47/71): iwl5000-firmware-8.83.5.1_1-151.2.el9_ 771 kB/s | 190 kB     00:00    
(48/71): iwl3160-firmware-25.30.13.0-151.2.el9_ 464 kB/s | 549 kB     00:01    
(49/71): iwl5150-firmware-8.24.2.2-151.2.el9_6. 192 kB/s | 189 kB     00:00    
(50/71): iwl6000g2a-firmware-18.168.6.1-151.2.e 251 kB/s | 258 kB     00:01    
(51/71): iwl6050-firmware-41.28.5.1-151.2.el9_6 308 kB/s | 215 kB     00:00    
(52/71): jq-1.6-17.el9_6.2.x86_64.rpm           689 kB/s | 186 kB     00:00    
(53/71): kernel-tools-5.14.0-570.26.1.el9_6.x86 1.2 MB/s | 2.0 MB     00:01    
(54/71): kernel-tools-libs-5.14.0-570.26.1.el9_ 1.3 MB/s | 1.8 MB     00:01    
(55/71): libldb-4.21.3-7.el9_6.x86_64.rpm       706 kB/s | 176 kB     00:00    
(56/71): libsmbclient-4.21.3-7.el9_6.x86_64.rpm 366 kB/s |  73 kB     00:00    
(57/71): libwbclient-4.21.3-7.el9_6.x86_64.rpm  220 kB/s |  42 kB     00:00    
(58/71): libxml2-2.9.13-10.el9_6.x86_64.rpm     1.1 MB/s | 746 kB     00:00    
(59/71): firefox-128.12.0-1.el9_6.alma.1.x86_64 2.6 MB/s | 126 MB     00:47    
(60/71): linux-firmware-whence-20250604-151.2.e 479 kB/s | 115 kB     00:00    
(61/71): python3-3.9.21-2.el9_6.1.x86_64.rpm    151 kB/s |  26 kB     00:00    
(62/71): python3-libs-3.9.21-2.el9_6.1.x86_64.r 2.1 MB/s | 7.5 MB     00:03    
(63/71): python3-libxml2-2.9.13-10.el9_6.x86_64 724 kB/s | 224 kB     00:00    
(64/71): python3-setuptools-53.0.0-13.el9_6.1.n 1.6 MB/s | 837 kB     00:00    
(65/71): python3-setuptools-wheel-53.0.0-13.el9 1.1 MB/s | 467 kB     00:00    
(66/71): samba-client-libs-4.21.3-7.el9_6.x86_6 2.2 MB/s | 5.2 MB     00:02    
(67/71): samba-common-4.21.3-7.el9_6.noarch.rpm 618 kB/s | 173 kB     00:00    
(68/71): samba-common-libs-4.21.3-7.el9_6.x86_6 358 kB/s | 100 kB     00:00    
(69/71): sudo-1.9.5p2-10.el9_6.1.x86_64.rpm     1.3 MB/s | 1.0 MB     00:00    
(70/71): iwl7260-firmware-25.30.13.0-151.2.el9_ 2.7 MB/s |  66 MB     00:24    
(71/71): linux-firmware-20250604-151.2.el9_6.no 5.9 MB/s | 540 MB     01:32    
--------------------------------------------------------------------------------
Total                                           6.8 MB/s | 966 MB     02:22     
Running transaction check
Transaction check succeeded.
Running transaction test
The downloaded packages were saved in cache until the next successful transaction.
You can remove cached packages by executing 'yum clean packages'.
Error: Transaction test error:
  installing package kernel-core-5.14.0-570.26.1.el9_6.x86_64 needs 31MB more space on the /boot filesystem

Error Summary
-------------
Disk Requirements:
   At least 31MB more space needed on the /boot filesystem.

The filesystem space:

$ df -h /boot
Filesystem      Size  Used Avail Use% Mounted on
/dev/sda2       960M  945M   16M  99% /boot

Current Kernel is 5.14.0-570.23.1.el9_6.x86_64

Removed oldest Kernel:

$ sudo dnf remove $(dnf repoquery --installonly --latest-limit=-2)
[sudo] password for mr_halfword: 
Dependencies resolved.
================================================================================
 Package                 Arch      Version                  Repository     Size
================================================================================
Removing:
 kernel                  x86_64    5.14.0-503.15.1.el9_5    @baseos         0  
 kernel-core             x86_64    5.14.0-503.15.1.el9_5    @baseos        66 M
 kernel-devel            x86_64    5.14.0-503.15.1.el9_5    @appstream     68 M
 kernel-modules          x86_64    5.14.0-503.15.1.el9_5    @baseos        33 M
 kernel-modules-core     x86_64    5.14.0-503.15.1.el9_5    @baseos        27 M
 kernel-modules-extra    x86_64    5.14.0-503.15.1.el9_5    @baseos       459 k

Transaction Summary
================================================================================
Remove  6 Packages

Freed space: 195 M
Is this ok [y/N]: y
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
  Preparing        :                                                        1/1 
  Erasing          : kernel-modules-extra-5.14.0-503.15.1.el9_5.x86_64      1/6 
  Running scriptlet: kernel-modules-extra-5.14.0-503.15.1.el9_5.x86_64      1/6 
  Erasing          : kernel-5.14.0-503.15.1.el9_5.x86_64                    2/6 
  Running scriptlet: kernel-5.14.0-503.15.1.el9_5.x86_64                    2/6 
  Erasing          : kernel-modules-5.14.0-503.15.1.el9_5.x86_64            3/6 
  Running scriptlet: kernel-modules-5.14.0-503.15.1.el9_5.x86_64            3/6 
  Erasing          : kernel-modules-core-5.14.0-503.15.1.el9_5.x86_64       4/6 
  Running scriptlet: kernel-core-5.14.0-503.15.1.el9_5.x86_64               5/6 
/usr/sbin/weak-modules: line 1086: cd: /lib/modules/5.14.0-503.15.1.el9_5.x86_64/weak-updates: No such file or directory

  Erasing          : kernel-core-5.14.0-503.15.1.el9_5.x86_64               5/6 
  Running scriptlet: kernel-core-5.14.0-503.15.1.el9_5.x86_64               5/6 
  Erasing          : kernel-devel-5.14.0-503.15.1.el9_5.x86_64              6/6 
  Running scriptlet: kernel-devel-5.14.0-503.15.1.el9_5.x86_64              6/6 
  Verifying        : kernel-5.14.0-503.15.1.el9_5.x86_64                    1/6 
  Verifying        : kernel-core-5.14.0-503.15.1.el9_5.x86_64               2/6 
  Verifying        : kernel-devel-5.14.0-503.15.1.el9_5.x86_64              3/6 
  Verifying        : kernel-modules-5.14.0-503.15.1.el9_5.x86_64            4/6 
  Verifying        : kernel-modules-core-5.14.0-503.15.1.el9_5.x86_64       5/6 
  Verifying        : kernel-modules-extra-5.14.0-503.15.1.el9_5.x86_64      6/6 

Removed:
  kernel-5.14.0-503.15.1.el9_5.x86_64                                           
  kernel-core-5.14.0-503.15.1.el9_5.x86_64                                      
  kernel-devel-5.14.0-503.15.1.el9_5.x86_64                                     
  kernel-modules-5.14.0-503.15.1.el9_5.x86_64                                   
  kernel-modules-core-5.14.0-503.15.1.el9_5.x86_64                              
  kernel-modules-extra-5.14.0-503.15.1.el9_5.x86_64                             

Complete!

Repeated the command line update:

$ sudo yum update
Last metadata expiration check: 0:09:51 ago on Sat 19 Jul 2025 18:18:44 BST.
Dependencies resolved.
================================================================================
 Package                     Arch   Version                     Repo       Size
================================================================================
Installing:
 kernel                      x86_64 5.14.0-570.26.1.el9_6       baseos    1.8 M
 kernel-core                 x86_64 5.14.0-570.26.1.el9_6       baseos     18 M
 kernel-devel                x86_64 5.14.0-570.26.1.el9_6       appstream  18 M
 kernel-modules              x86_64 5.14.0-570.26.1.el9_6       baseos     39 M
 kernel-modules-core         x86_64 5.14.0-570.26.1.el9_6       baseos     31 M
 kernel-modules-extra        x86_64 5.14.0-570.26.1.el9_6       baseos    2.2 M
Upgrading:
 firefox                     x86_64 128.12.0-1.el9_6.alma.1     appstream 126 M
 glib2                       x86_64 2.68.4-16.el9_6.2           baseos    2.6 M
 glibc                       x86_64 2.34-168.el9_6.20           baseos    1.9 M
 glibc-all-langpacks         x86_64 2.34-168.el9_6.20           baseos     18 M
 glibc-common                x86_64 2.34-168.el9_6.20           baseos    295 k
 glibc-devel                 x86_64 2.34-168.el9_6.20           appstream  32 k
 glibc-gconv-extra           x86_64 2.34-168.el9_6.20           baseos    1.5 M
 glibc-headers               x86_64 2.34-168.el9_6.20           appstream 437 k
 glibc-langpack-en           x86_64 2.34-168.el9_6.20           baseos    552 k
 gnome-remote-desktop        x86_64 40.0-11.el9_6               appstream 137 k
 iwl100-firmware             noarch 39.31.5.1-151.2.el9_6       baseos    193 k
 iwl1000-firmware            noarch 1:39.31.5.1-151.2.el9_6     baseos    193 k
 iwl105-firmware             noarch 18.168.6.1-151.2.el9_6      baseos    272 k
 iwl135-firmware             noarch 18.168.6.1-151.2.el9_6      baseos    280 k
 iwl2000-firmware            noarch 18.168.6.1-151.2.el9_6      baseos    274 k
 iwl2030-firmware            noarch 18.168.6.1-151.2.el9_6      baseos    282 k
 iwl3160-firmware            noarch 1:25.30.13.0-151.2.el9_6    baseos    549 k
 iwl5000-firmware            noarch 8.83.5.1_1-151.2.el9_6      baseos    190 k
 iwl5150-firmware            noarch 8.24.2.2-151.2.el9_6        baseos    189 k
 iwl6000g2a-firmware         noarch 18.168.6.1-151.2.el9_6      baseos    258 k
 iwl6050-firmware            noarch 41.28.5.1-151.2.el9_6       baseos    215 k
 iwl7260-firmware            noarch 1:25.30.13.0-151.2.el9_6    baseos     66 M
 java-17-openjdk-headless    x86_64 1:17.0.16.0.8-2.el9.alma.1  appstream  45 M
 jq                          x86_64 1.6-17.el9_6.2              baseos    186 k
 kernel-headers              x86_64 5.14.0-570.26.1.el9_6       appstream 3.3 M
 kernel-tools                x86_64 5.14.0-570.26.1.el9_6       baseos    2.0 M
 kernel-tools-libs           x86_64 5.14.0-570.26.1.el9_6       baseos    1.8 M
 libldb                      x86_64 4.21.3-7.el9_6              baseos    176 k
 libsmbclient                x86_64 4.21.3-7.el9_6              baseos     73 k
 libwbclient                 x86_64 4.21.3-7.el9_6              baseos     42 k
 libxml2                     x86_64 2.9.13-10.el9_6             baseos    746 k
 linux-firmware              noarch 20250604-151.2.el9_6        baseos    540 M
 linux-firmware-whence       noarch 20250604-151.2.el9_6        baseos    115 k
 passt                       x86_64 0^20250217.ga1e48a0-9.el9_6 appstream 255 k
 passt-selinux               noarch 0^20250217.ga1e48a0-9.el9_6 appstream  27 k
 podman                      x86_64 5:5.4.0-12.el9_6            appstream  17 M
 python-unversioned-command  noarch 3.9.21-2.el9_6.1            appstream 8.9 k
 python3                     x86_64 3.9.21-2.el9_6.1            baseos     26 k
 python3-libs                x86_64 3.9.21-2.el9_6.1            baseos    7.5 M
 python3-libxml2             x86_64 2.9.13-10.el9_6             baseos    224 k
 python3-setuptools          noarch 53.0.0-13.el9_6.1           baseos    837 k
 python3-setuptools-wheel    noarch 53.0.0-13.el9_6.1           baseos    467 k
 qemu-guest-agent            x86_64 17:9.1.0-15.el9_6.4.alma.2  appstream 485 k
 qemu-img                    x86_64 17:9.1.0-15.el9_6.4.alma.2  appstream 2.5 M
 qemu-kvm                    x86_64 17:9.1.0-15.el9_6.4.alma.2  appstream  60 k
 qemu-kvm-audio-pa           x86_64 17:9.1.0-15.el9_6.4.alma.2  appstream  69 k
 qemu-kvm-block-blkio        x86_64 17:9.1.0-15.el9_6.4.alma.2  appstream  72 k
 qemu-kvm-block-rbd          x86_64 17:9.1.0-15.el9_6.4.alma.2  appstream  74 k
 qemu-kvm-common             x86_64 17:9.1.0-15.el9_6.4.alma.2  appstream 664 k
 qemu-kvm-core               x86_64 17:9.1.0-15.el9_6.4.alma.2  appstream 4.9 M
 qemu-kvm-device-display-virtio-gpu
                             x86_64 17:9.1.0-15.el9_6.4.alma.2  appstream  81 k
 qemu-kvm-device-display-virtio-gpu-pci
                             x86_64 17:9.1.0-15.el9_6.4.alma.2  appstream  64 k
 qemu-kvm-device-display-virtio-vga
                             x86_64 17:9.1.0-15.el9_6.4.alma.2  appstream  65 k
 qemu-kvm-device-usb-host    x86_64 17:9.1.0-15.el9_6.4.alma.2  appstream  78 k
 qemu-kvm-device-usb-redirect
                             x86_64 17:9.1.0-15.el9_6.4.alma.2  appstream  83 k
 qemu-kvm-docs               x86_64 17:9.1.0-15.el9_6.4.alma.2  appstream 1.2 M
 qemu-kvm-tools              x86_64 17:9.1.0-15.el9_6.4.alma.2  appstream 567 k
 qemu-kvm-ui-egl-headless    x86_64 17:9.1.0-15.el9_6.4.alma.2  appstream  65 k
 qemu-kvm-ui-opengl          x86_64 17:9.1.0-15.el9_6.4.alma.2  appstream  72 k
 qemu-pr-helper              x86_64 17:9.1.0-15.el9_6.4.alma.2  appstream 489 k
 samba-client-libs           x86_64 4.21.3-7.el9_6              baseos    5.2 M
 samba-common                noarch 4.21.3-7.el9_6              baseos    173 k
 samba-common-libs           x86_64 4.21.3-7.el9_6              baseos    100 k
 sudo                        x86_64 1.9.5p2-10.el9_6.1          baseos    1.0 M
 unbound-libs                x86_64 1.16.2-19.el9_6             appstream 548 k

Transaction Summary
================================================================================
Install   6 Packages
Upgrade  65 Packages

Total size: 966 M
Is this ok [y/N]: y
Downloading Packages:
[SKIPPED] kernel-devel-5.14.0-570.26.1.el9_6.x86_64.rpm: Already downloaded    
[SKIPPED] kernel-5.14.0-570.26.1.el9_6.x86_64.rpm: Already downloaded          
[SKIPPED] kernel-core-5.14.0-570.26.1.el9_6.x86_64.rpm: Already downloaded     
[SKIPPED] kernel-modules-5.14.0-570.26.1.el9_6.x86_64.rpm: Already downloaded  
[SKIPPED] kernel-modules-core-5.14.0-570.26.1.el9_6.x86_64.rpm: Already downloaded
[SKIPPED] kernel-modules-extra-5.14.0-570.26.1.el9_6.x86_64.rpm: Already downloaded
[SKIPPED] firefox-128.12.0-1.el9_6.alma.1.x86_64.rpm: Already downloaded       
[SKIPPED] glibc-devel-2.34-168.el9_6.20.x86_64.rpm: Already downloaded         
[SKIPPED] glibc-headers-2.34-168.el9_6.20.x86_64.rpm: Already downloaded       
[SKIPPED] gnome-remote-desktop-40.0-11.el9_6.x86_64.rpm: Already downloaded    
[SKIPPED] java-17-openjdk-headless-17.0.16.0.8-2.el9.alma.1.x86_64.rpm: Already downloaded
[SKIPPED] kernel-headers-5.14.0-570.26.1.el9_6.x86_64.rpm: Already downloaded  
[SKIPPED] passt-0^20250217.ga1e48a0-9.el9_6.x86_64.rpm: Already downloaded     
[SKIPPED] passt-selinux-0^20250217.ga1e48a0-9.el9_6.noarch.rpm: Already downloaded
[SKIPPED] podman-5.4.0-12.el9_6.x86_64.rpm: Already downloaded                 
[SKIPPED] python-unversioned-command-3.9.21-2.el9_6.1.noarch.rpm: Already downloaded
[SKIPPED] qemu-guest-agent-9.1.0-15.el9_6.4.alma.2.x86_64.rpm: Already downloaded
[SKIPPED] qemu-img-9.1.0-15.el9_6.4.alma.2.x86_64.rpm: Already downloaded      
[SKIPPED] qemu-kvm-9.1.0-15.el9_6.4.alma.2.x86_64.rpm: Already downloaded      
[SKIPPED] qemu-kvm-audio-pa-9.1.0-15.el9_6.4.alma.2.x86_64.rpm: Already downloaded
[SKIPPED] qemu-kvm-block-blkio-9.1.0-15.el9_6.4.alma.2.x86_64.rpm: Already downloaded
[SKIPPED] qemu-kvm-block-rbd-9.1.0-15.el9_6.4.alma.2.x86_64.rpm: Already downloaded
[SKIPPED] qemu-kvm-common-9.1.0-15.el9_6.4.alma.2.x86_64.rpm: Already downloaded
[SKIPPED] qemu-kvm-core-9.1.0-15.el9_6.4.alma.2.x86_64.rpm: Already downloaded 
[SKIPPED] qemu-kvm-device-display-virtio-gpu-9.1.0-15.el9_6.4.alma.2.x86_64.rpm: Already downloaded
[SKIPPED] qemu-kvm-device-display-virtio-gpu-pci-9.1.0-15.el9_6.4.alma.2.x86_64.rpm: Already downloaded
[SKIPPED] qemu-kvm-device-display-virtio-vga-9.1.0-15.el9_6.4.alma.2.x86_64.rpm: Already downloaded
[SKIPPED] qemu-kvm-device-usb-host-9.1.0-15.el9_6.4.alma.2.x86_64.rpm: Already downloaded
[SKIPPED] qemu-kvm-device-usb-redirect-9.1.0-15.el9_6.4.alma.2.x86_64.rpm: Already downloaded
[SKIPPED] qemu-kvm-docs-9.1.0-15.el9_6.4.alma.2.x86_64.rpm: Already downloaded 
[SKIPPED] qemu-kvm-tools-9.1.0-15.el9_6.4.alma.2.x86_64.rpm: Already downloaded
[SKIPPED] qemu-kvm-ui-egl-headless-9.1.0-15.el9_6.4.alma.2.x86_64.rpm: Already downloaded
[SKIPPED] qemu-kvm-ui-opengl-9.1.0-15.el9_6.4.alma.2.x86_64.rpm: Already downloaded
[SKIPPED] qemu-pr-helper-9.1.0-15.el9_6.4.alma.2.x86_64.rpm: Already downloaded
[SKIPPED] unbound-libs-1.16.2-19.el9_6.x86_64.rpm: Already downloaded          
[SKIPPED] glib2-2.68.4-16.el9_6.2.x86_64.rpm: Already downloaded               
[SKIPPED] glibc-2.34-168.el9_6.20.x86_64.rpm: Already downloaded               
[SKIPPED] glibc-all-langpacks-2.34-168.el9_6.20.x86_64.rpm: Already downloaded 
[SKIPPED] glibc-common-2.34-168.el9_6.20.x86_64.rpm: Already downloaded        
[SKIPPED] glibc-gconv-extra-2.34-168.el9_6.20.x86_64.rpm: Already downloaded   
[SKIPPED] glibc-langpack-en-2.34-168.el9_6.20.x86_64.rpm: Already downloaded   
[SKIPPED] iwl100-firmware-39.31.5.1-151.2.el9_6.noarch.rpm: Already downloaded 
[SKIPPED] iwl1000-firmware-39.31.5.1-151.2.el9_6.noarch.rpm: Already downloaded
[SKIPPED] iwl105-firmware-18.168.6.1-151.2.el9_6.noarch.rpm: Already downloaded
[SKIPPED] iwl135-firmware-18.168.6.1-151.2.el9_6.noarch.rpm: Already downloaded
[SKIPPED] iwl2000-firmware-18.168.6.1-151.2.el9_6.noarch.rpm: Already downloaded
[SKIPPED] iwl2030-firmware-18.168.6.1-151.2.el9_6.noarch.rpm: Already downloaded
[SKIPPED] iwl3160-firmware-25.30.13.0-151.2.el9_6.noarch.rpm: Already downloaded
[SKIPPED] iwl5000-firmware-8.83.5.1_1-151.2.el9_6.noarch.rpm: Already downloaded
[SKIPPED] iwl5150-firmware-8.24.2.2-151.2.el9_6.noarch.rpm: Already downloaded 
[SKIPPED] iwl6000g2a-firmware-18.168.6.1-151.2.el9_6.noarch.rpm: Already downloaded
[SKIPPED] iwl6050-firmware-41.28.5.1-151.2.el9_6.noarch.rpm: Already downloaded
[SKIPPED] iwl7260-firmware-25.30.13.0-151.2.el9_6.noarch.rpm: Already downloaded
[SKIPPED] jq-1.6-17.el9_6.2.x86_64.rpm: Already downloaded                     
[SKIPPED] kernel-tools-5.14.0-570.26.1.el9_6.x86_64.rpm: Already downloaded    
[SKIPPED] kernel-tools-libs-5.14.0-570.26.1.el9_6.x86_64.rpm: Already downloaded
[SKIPPED] libldb-4.21.3-7.el9_6.x86_64.rpm: Already downloaded                 
[SKIPPED] libsmbclient-4.21.3-7.el9_6.x86_64.rpm: Already downloaded           
[SKIPPED] libwbclient-4.21.3-7.el9_6.x86_64.rpm: Already downloaded            
[SKIPPED] libxml2-2.9.13-10.el9_6.x86_64.rpm: Already downloaded               
[SKIPPED] linux-firmware-20250604-151.2.el9_6.noarch.rpm: Already downloaded   
[SKIPPED] linux-firmware-whence-20250604-151.2.el9_6.noarch.rpm: Already downloaded
[SKIPPED] python3-3.9.21-2.el9_6.1.x86_64.rpm: Already downloaded              
[SKIPPED] python3-libs-3.9.21-2.el9_6.1.x86_64.rpm: Already downloaded         
[SKIPPED] python3-libxml2-2.9.13-10.el9_6.x86_64.rpm: Already downloaded       
[SKIPPED] python3-setuptools-53.0.0-13.el9_6.1.noarch.rpm: Already downloaded  
[SKIPPED] python3-setuptools-wheel-53.0.0-13.el9_6.1.noarch.rpm: Already downloaded
[SKIPPED] samba-client-libs-4.21.3-7.el9_6.x86_64.rpm: Already downloaded      
[SKIPPED] samba-common-4.21.3-7.el9_6.noarch.rpm: Already downloaded           
[SKIPPED] samba-common-libs-4.21.3-7.el9_6.x86_64.rpm: Already downloaded      
[SKIPPED] sudo-1.9.5p2-10.el9_6.1.x86_64.rpm: Already downloaded               
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
  Running scriptlet: linux-firmware-20250604-151.2.el9_6.noarch             1/1 
  Running scriptlet: java-17-openjdk-headless-1:17.0.16.0.8-2.el9.alma.1.   1/1 
  Preparing        :                                                        1/1 
  Upgrading        : glibc-all-langpacks-2.34-168.el9_6.20.x86_64         1/136 
  Upgrading        : glibc-common-2.34-168.el9_6.20.x86_64                2/136 
  Upgrading        : glibc-gconv-extra-2.34-168.el9_6.20.x86_64           3/136 
  Running scriptlet: glibc-gconv-extra-2.34-168.el9_6.20.x86_64           3/136 
  Upgrading        : glibc-langpack-en-2.34-168.el9_6.20.x86_64           4/136 
  Running scriptlet: glibc-2.34-168.el9_6.20.x86_64                       5/136 
  Upgrading        : glibc-2.34-168.el9_6.20.x86_64                       5/136 
  Running scriptlet: glibc-2.34-168.el9_6.20.x86_64                       5/136 
  Upgrading        : linux-firmware-whence-20250604-151.2.el9_6.noarc     6/136 
  Upgrading        : glib2-2.68.4-16.el9_6.2.x86_64                       7/136 
  Upgrading        : qemu-kvm-common-17:9.1.0-15.el9_6.4.alma.2.x86_6     8/136 
  Running scriptlet: qemu-kvm-common-17:9.1.0-15.el9_6.4.alma.2.x86_6     8/136 
  Upgrading        : libldb-4.21.3-7.el9_6.x86_64                         9/136 
  Running scriptlet: samba-common-4.21.3-7.el9_6.noarch                  10/136 
  Upgrading        : samba-common-4.21.3-7.el9_6.noarch                  10/136 
  Running scriptlet: samba-common-4.21.3-7.el9_6.noarch                  10/136 
  Running scriptlet: libwbclient-4.21.3-7.el9_6.x86_64                   11/136 
  Upgrading        : libwbclient-4.21.3-7.el9_6.x86_64                   11/136 
  Upgrading        : samba-client-libs-4.21.3-7.el9_6.x86_64             12/136 
  Upgrading        : samba-common-libs-4.21.3-7.el9_6.x86_64             13/136 
  Upgrading        : qemu-kvm-device-display-virtio-gpu-17:9.1.0-15.e    14/136 
  Upgrading        : qemu-kvm-ui-opengl-17:9.1.0-15.el9_6.4.alma.2.x8    15/136 
  Upgrading        : passt-0^20250217.ga1e48a0-9.el9_6.x86_64            16/136 
  Running scriptlet: passt-selinux-0^20250217.ga1e48a0-9.el9_6.noarch    17/136 
  Upgrading        : passt-selinux-0^20250217.ga1e48a0-9.el9_6.noarch    17/136 
  Running scriptlet: passt-selinux-0^20250217.ga1e48a0-9.el9_6.noarch    17/136 
  Upgrading        : qemu-kvm-ui-egl-headless-17:9.1.0-15.el9_6.4.alm    18/136 
  Upgrading        : qemu-kvm-device-display-virtio-gpu-pci-17:9.1.0-    19/136 
  Upgrading        : qemu-kvm-audio-pa-17:9.1.0-15.el9_6.4.alma.2.x86    20/136 
  Upgrading        : qemu-kvm-block-blkio-17:9.1.0-15.el9_6.4.alma.2.    21/136 
  Upgrading        : qemu-kvm-block-rbd-17:9.1.0-15.el9_6.4.alma.2.x8    22/136 
  Upgrading        : qemu-kvm-device-display-virtio-vga-17:9.1.0-15.e    23/136 
  Upgrading        : qemu-kvm-device-usb-host-17:9.1.0-15.el9_6.4.alm    24/136 
  Upgrading        : qemu-kvm-device-usb-redirect-17:9.1.0-15.el9_6.4    25/136 
  Upgrading        : qemu-img-17:9.1.0-15.el9_6.4.alma.2.x86_64          26/136 
  Upgrading        : qemu-kvm-core-17:9.1.0-15.el9_6.4.alma.2.x86_64     27/136 
  Upgrading        : qemu-pr-helper-17:9.1.0-15.el9_6.4.alma.2.x86_64    28/136 
  Upgrading        : linux-firmware-20250604-151.2.el9_6.noarch          29/136 
  Installing       : kernel-modules-core-5.14.0-570.26.1.el9_6.x86_64    30/136 
  Installing       : kernel-core-5.14.0-570.26.1.el9_6.x86_64            31/136 
  Running scriptlet: kernel-core-5.14.0-570.26.1.el9_6.x86_64            31/136 
  Installing       : kernel-modules-5.14.0-570.26.1.el9_6.x86_64         32/136 
  Running scriptlet: kernel-modules-5.14.0-570.26.1.el9_6.x86_64         32/136 
  Upgrading        : glibc-headers-2.34-168.el9_6.20.x86_64              33/136 
  Upgrading        : kernel-tools-libs-5.14.0-570.26.1.el9_6.x86_64      34/136 
  Running scriptlet: kernel-tools-libs-5.14.0-570.26.1.el9_6.x86_64      34/136 
  Upgrading        : libxml2-2.9.13-10.el9_6.x86_64                      35/136 
  Upgrading        : python3-setuptools-wheel-53.0.0-13.el9_6.1.noarc    36/136 
  Upgrading        : python3-libs-3.9.21-2.el9_6.1.x86_64                37/136 
  Upgrading        : python3-3.9.21-2.el9_6.1.x86_64                     38/136 
  Upgrading        : python-unversioned-command-3.9.21-2.el9_6.1.noar    39/136 
  Upgrading        : qemu-kvm-tools-17:9.1.0-15.el9_6.4.alma.2.x86_64    40/136 
  Upgrading        : qemu-kvm-docs-17:9.1.0-15.el9_6.4.alma.2.x86_64     41/136 
  Upgrading        : kernel-headers-5.14.0-570.26.1.el9_6.x86_64         42/136 
  Upgrading        : glibc-devel-2.34-168.el9_6.20.x86_64                43/136 
  Upgrading        : qemu-kvm-17:9.1.0-15.el9_6.4.alma.2.x86_64          44/136 
  Upgrading        : kernel-tools-5.14.0-570.26.1.el9_6.x86_64           45/136 
  Running scriptlet: kernel-tools-5.14.0-570.26.1.el9_6.x86_64           45/136 
  Upgrading        : python3-libxml2-2.9.13-10.el9_6.x86_64              46/136 
  Upgrading        : python3-setuptools-53.0.0-13.el9_6.1.noarch         47/136 
  Running scriptlet: unbound-libs-1.16.2-19.el9_6.x86_64                 48/136 
  Upgrading        : unbound-libs-1.16.2-19.el9_6.x86_64                 48/136 
  Running scriptlet: unbound-libs-1.16.2-19.el9_6.x86_64                 48/136 
  Installing       : kernel-5.14.0-570.26.1.el9_6.x86_64                 49/136 
  Installing       : kernel-modules-extra-5.14.0-570.26.1.el9_6.x86_6    50/136 
  Running scriptlet: kernel-modules-extra-5.14.0-570.26.1.el9_6.x86_6    50/136 
  Upgrading        : podman-5:5.4.0-12.el9_6.x86_64                      51/136 
  Upgrading        : libsmbclient-4.21.3-7.el9_6.x86_64                  52/136 
  Upgrading        : firefox-128.12.0-1.el9_6.alma.1.x86_64              53/136 
  Running scriptlet: firefox-128.12.0-1.el9_6.alma.1.x86_64              53/136 
  Upgrading        : gnome-remote-desktop-40.0-11.el9_6.x86_64           54/136 
  Running scriptlet: gnome-remote-desktop-40.0-11.el9_6.x86_64           54/136 
  Upgrading        : qemu-guest-agent-17:9.1.0-15.el9_6.4.alma.2.x86_    55/136 
  Running scriptlet: qemu-guest-agent-17:9.1.0-15.el9_6.4.alma.2.x86_    55/136 
  Upgrading        : iwl100-firmware-39.31.5.1-151.2.el9_6.noarch        56/136 
  Upgrading        : iwl1000-firmware-1:39.31.5.1-151.2.el9_6.noarch     57/136 
  Upgrading        : iwl105-firmware-18.168.6.1-151.2.el9_6.noarch       58/136 
  Upgrading        : iwl135-firmware-18.168.6.1-151.2.el9_6.noarch       59/136 
  Upgrading        : iwl2000-firmware-18.168.6.1-151.2.el9_6.noarch      60/136 
  Upgrading        : iwl2030-firmware-18.168.6.1-151.2.el9_6.noarch      61/136 
  Upgrading        : iwl3160-firmware-1:25.30.13.0-151.2.el9_6.noarch    62/136 
  Upgrading        : iwl5000-firmware-8.83.5.1_1-151.2.el9_6.noarch      63/136 
  Upgrading        : iwl5150-firmware-8.24.2.2-151.2.el9_6.noarch        64/136 
  Upgrading        : iwl6000g2a-firmware-18.168.6.1-151.2.el9_6.noarc    65/136 
  Upgrading        : iwl6050-firmware-41.28.5.1-151.2.el9_6.noarch       66/136 
  Upgrading        : iwl7260-firmware-1:25.30.13.0-151.2.el9_6.noarch    67/136 
  Upgrading        : java-17-openjdk-headless-1:17.0.16.0.8-2.el9.alm    68/136 
  Running scriptlet: java-17-openjdk-headless-1:17.0.16.0.8-2.el9.alm    68/136 
  Upgrading        : jq-1.6-17.el9_6.2.x86_64                            69/136 
  Upgrading        : sudo-1.9.5p2-10.el9_6.1.x86_64                      70/136 
  Running scriptlet: sudo-1.9.5p2-10.el9_6.1.x86_64                      70/136 
  Installing       : kernel-devel-5.14.0-570.26.1.el9_6.x86_64           71/136 
  Running scriptlet: kernel-devel-5.14.0-570.26.1.el9_6.x86_64           71/136 
  Cleanup          : libsmbclient-4.21.3-5.el9_6.x86_64                  72/136 
  Cleanup          : python3-libxml2-2.9.13-9.el9_6.x86_64               73/136 
  Cleanup          : samba-client-libs-4.21.3-5.el9_6.x86_64             74/136 
  Cleanup          : samba-common-libs-4.21.3-5.el9_6.x86_64             75/136 
  Cleanup          : libwbclient-4.21.3-5.el9_6.x86_64                   76/136 
  Running scriptlet: firefox-128.11.0-1.el9_6.alma.1.x86_64              77/136 
  Cleanup          : firefox-128.11.0-1.el9_6.alma.1.x86_64              77/136 
  Running scriptlet: firefox-128.11.0-1.el9_6.alma.1.x86_64              77/136 
  Cleanup          : qemu-kvm-17:9.1.0-15.el9_6.4.alma.1.x86_64          78/136 
  Cleanup          : glibc-devel-2.34-168.el9_6.19.x86_64                79/136 
  Cleanup          : qemu-kvm-core-17:9.1.0-15.el9_6.4.alma.1.x86_64     80/136 
  Cleanup          : qemu-img-17:9.1.0-15.el9_6.4.alma.1.x86_64          81/136 
  Cleanup          : java-17-openjdk-headless-1:17.0.15.0.6-3.el9.alm    82/136 
  Running scriptlet: java-17-openjdk-headless-1:17.0.15.0.6-3.el9.alm    82/136 
  Cleanup          : qemu-pr-helper-17:9.1.0-15.el9_6.4.alma.1.x86_64    83/136 
  Running scriptlet: qemu-guest-agent-17:9.1.0-15.el9_6.4.alma.1.x86_    84/136 
  Cleanup          : qemu-guest-agent-17:9.1.0-15.el9_6.4.alma.1.x86_    84/136 
  Running scriptlet: qemu-guest-agent-17:9.1.0-15.el9_6.4.alma.1.x86_    84/136 
  Cleanup          : sudo-1.9.5p2-10.el9_3.x86_64                        85/136 
  Running scriptlet: kernel-tools-5.14.0-570.23.1.el9_6.x86_64           86/136 
  Cleanup          : kernel-tools-5.14.0-570.23.1.el9_6.x86_64           86/136 
  Running scriptlet: kernel-tools-5.14.0-570.23.1.el9_6.x86_64           86/136 
  Cleanup          : qemu-kvm-tools-17:9.1.0-15.el9_6.4.alma.1.x86_64    87/136 
  Cleanup          : libxml2-2.9.13-9.el9_6.x86_64                       88/136 
  Running scriptlet: gnome-remote-desktop-40.0-10.el9.x86_64             89/136 
  Cleanup          : gnome-remote-desktop-40.0-10.el9.x86_64             89/136 
  Running scriptlet: gnome-remote-desktop-40.0-10.el9.x86_64             89/136 
  Running scriptlet: podman-5:5.4.0-10.el9_6.x86_64                      90/136 
  Cleanup          : podman-5:5.4.0-10.el9_6.x86_64                      90/136 
  Cleanup          : passt-0^20250217.ga1e48a0-1.el9.x86_64              91/136 
  Running scriptlet: unbound-libs-1.16.2-18.el9_6.x86_64                 92/136 
  Cleanup          : unbound-libs-1.16.2-18.el9_6.x86_64                 92/136 
  Running scriptlet: unbound-libs-1.16.2-18.el9_6.x86_64                 92/136 
  Cleanup          : glibc-headers-2.34-168.el9_6.19.x86_64              93/136 
  Cleanup          : python3-setuptools-53.0.0-13.el9.noarch             94/136 
  Cleanup          : linux-firmware-20250513-151.1.el9_6.noarch          95/136 
  Cleanup          : iwl7260-firmware-1:25.30.13.0-151.1.el9_6.noarch    96/136 
  Cleanup          : iwl6050-firmware-41.28.5.1-151.1.el9_6.noarch       97/136 
  Cleanup          : iwl6000g2a-firmware-18.168.6.1-151.1.el9_6.noarc    98/136 
  Cleanup          : iwl5150-firmware-8.24.2.2-151.1.el9_6.noarch        99/136 
  Cleanup          : iwl5000-firmware-8.83.5.1_1-151.1.el9_6.noarch     100/136 
  Cleanup          : iwl3160-firmware-1:25.30.13.0-151.1.el9_6.noarch   101/136 
  Cleanup          : iwl2030-firmware-18.168.6.1-151.1.el9_6.noarch     102/136 
  Cleanup          : iwl2000-firmware-18.168.6.1-151.1.el9_6.noarch     103/136 
  Cleanup          : iwl135-firmware-18.168.6.1-151.1.el9_6.noarch      104/136 
  Cleanup          : iwl105-firmware-18.168.6.1-151.1.el9_6.noarch      105/136 
  Cleanup          : iwl1000-firmware-1:39.31.5.1-151.1.el9_6.noarch    106/136 
  Cleanup          : iwl100-firmware-39.31.5.1-151.1.el9_6.noarch       107/136 
  Cleanup          : jq-1.6-17.el9.x86_64                               108/136 
  Cleanup          : linux-firmware-whence-20250513-151.1.el9_6.noarc   109/136 
  Cleanup          : passt-selinux-0^20250217.ga1e48a0-1.el9.noarch     110/136 
  Running scriptlet: passt-selinux-0^20250217.ga1e48a0-1.el9.noarch     110/136 
  Cleanup          : kernel-headers-5.14.0-570.23.1.el9_6.x86_64        111/136 
  Cleanup          : qemu-kvm-docs-17:9.1.0-15.el9_6.4.alma.1.x86_64    112/136 
  Cleanup          : samba-common-4.21.3-5.el9_6.noarch                 113/136 
  Cleanup          : libldb-4.21.3-5.el9_6.x86_64                       114/136 
  Cleanup          : qemu-kvm-audio-pa-17:9.1.0-15.el9_6.4.alma.1.x86   115/136 
  Cleanup          : python3-3.9.21-2.el9.x86_64                        116/136 
  Cleanup          : python-unversioned-command-3.9.21-2.el9.noarch     117/136 
  Cleanup          : python3-libs-3.9.21-2.el9.x86_64                   118/136 
  Cleanup          : kernel-tools-libs-5.14.0-570.23.1.el9_6.x86_64     119/136 
  Running scriptlet: kernel-tools-libs-5.14.0-570.23.1.el9_6.x86_64     119/136 
  Cleanup          : qemu-kvm-device-usb-host-17:9.1.0-15.el9_6.4.alm   120/136 
  Cleanup          : qemu-kvm-device-usb-redirect-17:9.1.0-15.el9_6.4   121/136 
  Cleanup          : qemu-kvm-block-blkio-17:9.1.0-15.el9_6.4.alma.1.   122/136 
  Cleanup          : qemu-kvm-block-rbd-17:9.1.0-15.el9_6.4.alma.1.x8   123/136 
  Cleanup          : qemu-kvm-device-display-virtio-gpu-pci-17:9.1.0-   124/136 
  Cleanup          : qemu-kvm-device-display-virtio-gpu-17:9.1.0-15.e   125/136 
  Cleanup          : qemu-kvm-ui-egl-headless-17:9.1.0-15.el9_6.4.alm   126/136 
  Cleanup          : qemu-kvm-ui-opengl-17:9.1.0-15.el9_6.4.alma.1.x8   127/136 
  Cleanup          : qemu-kvm-device-display-virtio-vga-17:9.1.0-15.e   128/136 
  Cleanup          : python3-setuptools-wheel-53.0.0-13.el9.noarch      129/136 
  Cleanup          : qemu-kvm-common-17:9.1.0-15.el9_6.4.alma.1.x86_6   130/136 
  Cleanup          : glib2-2.68.4-16.el9.x86_64                         131/136 
  Cleanup          : glibc-all-langpacks-2.34-168.el9_6.19.x86_64       132/136 
  Cleanup          : glibc-gconv-extra-2.34-168.el9_6.19.x86_64         133/136 
  Running scriptlet: glibc-gconv-extra-2.34-168.el9_6.19.x86_64         133/136 
  Cleanup          : glibc-common-2.34-168.el9_6.19.x86_64              134/136 
  Cleanup          : glibc-langpack-en-2.34-168.el9_6.19.x86_64         135/136 
  Cleanup          : glibc-2.34-168.el9_6.19.x86_64                     136/136 
  Running scriptlet: glibc-all-langpacks-2.34-168.el9_6.20.x86_64       136/136 
  Running scriptlet: passt-selinux-0^20250217.ga1e48a0-9.el9_6.noarch   136/136 
  Running scriptlet: kernel-modules-core-5.14.0-570.26.1.el9_6.x86_64   136/136 
  Running scriptlet: kernel-core-5.14.0-570.26.1.el9_6.x86_64           136/136 
  Running scriptlet: kernel-modules-5.14.0-570.26.1.el9_6.x86_64        136/136 
  Running scriptlet: firefox-128.12.0-1.el9_6.alma.1.x86_64             136/136 
  Running scriptlet: java-17-openjdk-headless-1:17.0.16.0.8-2.el9.alm   136/136 
  Running scriptlet: glibc-2.34-168.el9_6.19.x86_64                     136/136 
/usr/lib/sysusers.d/libvirt-qemu.conf:1: Conflict with earlier configuration for group 'kvm', ignoring line.

  Verifying        : kernel-devel-5.14.0-570.26.1.el9_6.x86_64            1/136 
  Verifying        : kernel-5.14.0-570.26.1.el9_6.x86_64                  2/136 
  Verifying        : kernel-core-5.14.0-570.26.1.el9_6.x86_64             3/136 
  Verifying        : kernel-modules-5.14.0-570.26.1.el9_6.x86_64          4/136 
  Verifying        : kernel-modules-core-5.14.0-570.26.1.el9_6.x86_64     5/136 
  Verifying        : kernel-modules-extra-5.14.0-570.26.1.el9_6.x86_6     6/136 
  Verifying        : firefox-128.12.0-1.el9_6.alma.1.x86_64               7/136 
  Verifying        : firefox-128.11.0-1.el9_6.alma.1.x86_64               8/136 
  Verifying        : glibc-devel-2.34-168.el9_6.20.x86_64                 9/136 
  Verifying        : glibc-devel-2.34-168.el9_6.19.x86_64                10/136 
  Verifying        : glibc-headers-2.34-168.el9_6.20.x86_64              11/136 
  Verifying        : glibc-headers-2.34-168.el9_6.19.x86_64              12/136 
  Verifying        : gnome-remote-desktop-40.0-11.el9_6.x86_64           13/136 
  Verifying        : gnome-remote-desktop-40.0-10.el9.x86_64             14/136 
  Verifying        : java-17-openjdk-headless-1:17.0.16.0.8-2.el9.alm    15/136 
  Verifying        : java-17-openjdk-headless-1:17.0.15.0.6-3.el9.alm    16/136 
  Verifying        : kernel-headers-5.14.0-570.26.1.el9_6.x86_64         17/136 
  Verifying        : kernel-headers-5.14.0-570.23.1.el9_6.x86_64         18/136 
  Verifying        : passt-0^20250217.ga1e48a0-9.el9_6.x86_64            19/136 
  Verifying        : passt-0^20250217.ga1e48a0-1.el9.x86_64              20/136 
  Verifying        : passt-selinux-0^20250217.ga1e48a0-9.el9_6.noarch    21/136 
  Verifying        : passt-selinux-0^20250217.ga1e48a0-1.el9.noarch      22/136 
  Verifying        : podman-5:5.4.0-12.el9_6.x86_64                      23/136 
  Verifying        : podman-5:5.4.0-10.el9_6.x86_64                      24/136 
  Verifying        : python-unversioned-command-3.9.21-2.el9_6.1.noar    25/136 
  Verifying        : python-unversioned-command-3.9.21-2.el9.noarch      26/136 
  Verifying        : qemu-guest-agent-17:9.1.0-15.el9_6.4.alma.2.x86_    27/136 
  Verifying        : qemu-guest-agent-17:9.1.0-15.el9_6.4.alma.1.x86_    28/136 
  Verifying        : qemu-img-17:9.1.0-15.el9_6.4.alma.2.x86_64          29/136 
  Verifying        : qemu-img-17:9.1.0-15.el9_6.4.alma.1.x86_64          30/136 
  Verifying        : qemu-kvm-17:9.1.0-15.el9_6.4.alma.2.x86_64          31/136 
  Verifying        : qemu-kvm-17:9.1.0-15.el9_6.4.alma.1.x86_64          32/136 
  Verifying        : qemu-kvm-audio-pa-17:9.1.0-15.el9_6.4.alma.2.x86    33/136 
  Verifying        : qemu-kvm-audio-pa-17:9.1.0-15.el9_6.4.alma.1.x86    34/136 
  Verifying        : qemu-kvm-block-blkio-17:9.1.0-15.el9_6.4.alma.2.    35/136 
  Verifying        : qemu-kvm-block-blkio-17:9.1.0-15.el9_6.4.alma.1.    36/136 
  Verifying        : qemu-kvm-block-rbd-17:9.1.0-15.el9_6.4.alma.2.x8    37/136 
  Verifying        : qemu-kvm-block-rbd-17:9.1.0-15.el9_6.4.alma.1.x8    38/136 
  Verifying        : qemu-kvm-common-17:9.1.0-15.el9_6.4.alma.2.x86_6    39/136 
  Verifying        : qemu-kvm-common-17:9.1.0-15.el9_6.4.alma.1.x86_6    40/136 
  Verifying        : qemu-kvm-core-17:9.1.0-15.el9_6.4.alma.2.x86_64     41/136 
  Verifying        : qemu-kvm-core-17:9.1.0-15.el9_6.4.alma.1.x86_64     42/136 
  Verifying        : qemu-kvm-device-display-virtio-gpu-17:9.1.0-15.e    43/136 
  Verifying        : qemu-kvm-device-display-virtio-gpu-17:9.1.0-15.e    44/136 
  Verifying        : qemu-kvm-device-display-virtio-gpu-pci-17:9.1.0-    45/136 
  Verifying        : qemu-kvm-device-display-virtio-gpu-pci-17:9.1.0-    46/136 
  Verifying        : qemu-kvm-device-display-virtio-vga-17:9.1.0-15.e    47/136 
  Verifying        : qemu-kvm-device-display-virtio-vga-17:9.1.0-15.e    48/136 
  Verifying        : qemu-kvm-device-usb-host-17:9.1.0-15.el9_6.4.alm    49/136 
  Verifying        : qemu-kvm-device-usb-host-17:9.1.0-15.el9_6.4.alm    50/136 
  Verifying        : qemu-kvm-device-usb-redirect-17:9.1.0-15.el9_6.4    51/136 
  Verifying        : qemu-kvm-device-usb-redirect-17:9.1.0-15.el9_6.4    52/136 
  Verifying        : qemu-kvm-docs-17:9.1.0-15.el9_6.4.alma.2.x86_64     53/136 
  Verifying        : qemu-kvm-docs-17:9.1.0-15.el9_6.4.alma.1.x86_64     54/136 
  Verifying        : qemu-kvm-tools-17:9.1.0-15.el9_6.4.alma.2.x86_64    55/136 
  Verifying        : qemu-kvm-tools-17:9.1.0-15.el9_6.4.alma.1.x86_64    56/136 
  Verifying        : qemu-kvm-ui-egl-headless-17:9.1.0-15.el9_6.4.alm    57/136 
  Verifying        : qemu-kvm-ui-egl-headless-17:9.1.0-15.el9_6.4.alm    58/136 
  Verifying        : qemu-kvm-ui-opengl-17:9.1.0-15.el9_6.4.alma.2.x8    59/136 
  Verifying        : qemu-kvm-ui-opengl-17:9.1.0-15.el9_6.4.alma.1.x8    60/136 
  Verifying        : qemu-pr-helper-17:9.1.0-15.el9_6.4.alma.2.x86_64    61/136 
  Verifying        : qemu-pr-helper-17:9.1.0-15.el9_6.4.alma.1.x86_64    62/136 
  Verifying        : unbound-libs-1.16.2-19.el9_6.x86_64                 63/136 
  Verifying        : unbound-libs-1.16.2-18.el9_6.x86_64                 64/136 
  Verifying        : glib2-2.68.4-16.el9_6.2.x86_64                      65/136 
  Verifying        : glib2-2.68.4-16.el9.x86_64                          66/136 
  Verifying        : glibc-2.34-168.el9_6.20.x86_64                      67/136 
  Verifying        : glibc-2.34-168.el9_6.19.x86_64                      68/136 
  Verifying        : glibc-all-langpacks-2.34-168.el9_6.20.x86_64        69/136 
  Verifying        : glibc-all-langpacks-2.34-168.el9_6.19.x86_64        70/136 
  Verifying        : glibc-common-2.34-168.el9_6.20.x86_64               71/136 
  Verifying        : glibc-common-2.34-168.el9_6.19.x86_64               72/136 
  Verifying        : glibc-gconv-extra-2.34-168.el9_6.20.x86_64          73/136 
  Verifying        : glibc-gconv-extra-2.34-168.el9_6.19.x86_64          74/136 
  Verifying        : glibc-langpack-en-2.34-168.el9_6.20.x86_64          75/136 
  Verifying        : glibc-langpack-en-2.34-168.el9_6.19.x86_64          76/136 
  Verifying        : iwl100-firmware-39.31.5.1-151.2.el9_6.noarch        77/136 
  Verifying        : iwl100-firmware-39.31.5.1-151.1.el9_6.noarch        78/136 
  Verifying        : iwl1000-firmware-1:39.31.5.1-151.2.el9_6.noarch     79/136 
  Verifying        : iwl1000-firmware-1:39.31.5.1-151.1.el9_6.noarch     80/136 
  Verifying        : iwl105-firmware-18.168.6.1-151.2.el9_6.noarch       81/136 
  Verifying        : iwl105-firmware-18.168.6.1-151.1.el9_6.noarch       82/136 
  Verifying        : iwl135-firmware-18.168.6.1-151.2.el9_6.noarch       83/136 
  Verifying        : iwl135-firmware-18.168.6.1-151.1.el9_6.noarch       84/136 
  Verifying        : iwl2000-firmware-18.168.6.1-151.2.el9_6.noarch      85/136 
  Verifying        : iwl2000-firmware-18.168.6.1-151.1.el9_6.noarch      86/136 
  Verifying        : iwl2030-firmware-18.168.6.1-151.2.el9_6.noarch      87/136 
  Verifying        : iwl2030-firmware-18.168.6.1-151.1.el9_6.noarch      88/136 
  Verifying        : iwl3160-firmware-1:25.30.13.0-151.2.el9_6.noarch    89/136 
  Verifying        : iwl3160-firmware-1:25.30.13.0-151.1.el9_6.noarch    90/136 
  Verifying        : iwl5000-firmware-8.83.5.1_1-151.2.el9_6.noarch      91/136 
  Verifying        : iwl5000-firmware-8.83.5.1_1-151.1.el9_6.noarch      92/136 
  Verifying        : iwl5150-firmware-8.24.2.2-151.2.el9_6.noarch        93/136 
  Verifying        : iwl5150-firmware-8.24.2.2-151.1.el9_6.noarch        94/136 
  Verifying        : iwl6000g2a-firmware-18.168.6.1-151.2.el9_6.noarc    95/136 
  Verifying        : iwl6000g2a-firmware-18.168.6.1-151.1.el9_6.noarc    96/136 
  Verifying        : iwl6050-firmware-41.28.5.1-151.2.el9_6.noarch       97/136 
  Verifying        : iwl6050-firmware-41.28.5.1-151.1.el9_6.noarch       98/136 
  Verifying        : iwl7260-firmware-1:25.30.13.0-151.2.el9_6.noarch    99/136 
  Verifying        : iwl7260-firmware-1:25.30.13.0-151.1.el9_6.noarch   100/136 
  Verifying        : jq-1.6-17.el9_6.2.x86_64                           101/136 
  Verifying        : jq-1.6-17.el9.x86_64                               102/136 
  Verifying        : kernel-tools-5.14.0-570.26.1.el9_6.x86_64          103/136 
  Verifying        : kernel-tools-5.14.0-570.23.1.el9_6.x86_64          104/136 
  Verifying        : kernel-tools-libs-5.14.0-570.26.1.el9_6.x86_64     105/136 
  Verifying        : kernel-tools-libs-5.14.0-570.23.1.el9_6.x86_64     106/136 
  Verifying        : libldb-4.21.3-7.el9_6.x86_64                       107/136 
  Verifying        : libldb-4.21.3-5.el9_6.x86_64                       108/136 
  Verifying        : libsmbclient-4.21.3-7.el9_6.x86_64                 109/136 
  Verifying        : libsmbclient-4.21.3-5.el9_6.x86_64                 110/136 
  Verifying        : libwbclient-4.21.3-7.el9_6.x86_64                  111/136 
  Verifying        : libwbclient-4.21.3-5.el9_6.x86_64                  112/136 
  Verifying        : libxml2-2.9.13-10.el9_6.x86_64                     113/136 
  Verifying        : libxml2-2.9.13-9.el9_6.x86_64                      114/136 
  Verifying        : linux-firmware-20250604-151.2.el9_6.noarch         115/136 
  Verifying        : linux-firmware-20250513-151.1.el9_6.noarch         116/136 
  Verifying        : linux-firmware-whence-20250604-151.2.el9_6.noarc   117/136 
  Verifying        : linux-firmware-whence-20250513-151.1.el9_6.noarc   118/136 
  Verifying        : python3-3.9.21-2.el9_6.1.x86_64                    119/136 
  Verifying        : python3-3.9.21-2.el9.x86_64                        120/136 
  Verifying        : python3-libs-3.9.21-2.el9_6.1.x86_64               121/136 
  Verifying        : python3-libs-3.9.21-2.el9.x86_64                   122/136 
  Verifying        : python3-libxml2-2.9.13-10.el9_6.x86_64             123/136 
  Verifying        : python3-libxml2-2.9.13-9.el9_6.x86_64              124/136 
  Verifying        : python3-setuptools-53.0.0-13.el9_6.1.noarch        125/136 
  Verifying        : python3-setuptools-53.0.0-13.el9.noarch            126/136 
  Verifying        : python3-setuptools-wheel-53.0.0-13.el9_6.1.noarc   127/136 
  Verifying        : python3-setuptools-wheel-53.0.0-13.el9.noarch      128/136 
  Verifying        : samba-client-libs-4.21.3-7.el9_6.x86_64            129/136 
  Verifying        : samba-client-libs-4.21.3-5.el9_6.x86_64            130/136 
  Verifying        : samba-common-4.21.3-7.el9_6.noarch                 131/136 
  Verifying        : samba-common-4.21.3-5.el9_6.noarch                 132/136 
  Verifying        : samba-common-libs-4.21.3-7.el9_6.x86_64            133/136 
  Verifying        : samba-common-libs-4.21.3-5.el9_6.x86_64            134/136 
  Verifying        : sudo-1.9.5p2-10.el9_6.1.x86_64                     135/136 
  Verifying        : sudo-1.9.5p2-10.el9_3.x86_64                       136/136 

Upgraded:
  firefox-128.12.0-1.el9_6.alma.1.x86_64                                        
  glib2-2.68.4-16.el9_6.2.x86_64                                                
  glibc-2.34-168.el9_6.20.x86_64                                                
  glibc-all-langpacks-2.34-168.el9_6.20.x86_64                                  
  glibc-common-2.34-168.el9_6.20.x86_64                                         
  glibc-devel-2.34-168.el9_6.20.x86_64                                          
  glibc-gconv-extra-2.34-168.el9_6.20.x86_64                                    
  glibc-headers-2.34-168.el9_6.20.x86_64                                        
  glibc-langpack-en-2.34-168.el9_6.20.x86_64                                    
  gnome-remote-desktop-40.0-11.el9_6.x86_64                                     
  iwl100-firmware-39.31.5.1-151.2.el9_6.noarch                                  
  iwl1000-firmware-1:39.31.5.1-151.2.el9_6.noarch                               
  iwl105-firmware-18.168.6.1-151.2.el9_6.noarch                                 
  iwl135-firmware-18.168.6.1-151.2.el9_6.noarch                                 
  iwl2000-firmware-18.168.6.1-151.2.el9_6.noarch                                
  iwl2030-firmware-18.168.6.1-151.2.el9_6.noarch                                
  iwl3160-firmware-1:25.30.13.0-151.2.el9_6.noarch                              
  iwl5000-firmware-8.83.5.1_1-151.2.el9_6.noarch                                
  iwl5150-firmware-8.24.2.2-151.2.el9_6.noarch                                  
  iwl6000g2a-firmware-18.168.6.1-151.2.el9_6.noarch                             
  iwl6050-firmware-41.28.5.1-151.2.el9_6.noarch                                 
  iwl7260-firmware-1:25.30.13.0-151.2.el9_6.noarch                              
  java-17-openjdk-headless-1:17.0.16.0.8-2.el9.alma.1.x86_64                    
  jq-1.6-17.el9_6.2.x86_64                                                      
  kernel-headers-5.14.0-570.26.1.el9_6.x86_64                                   
  kernel-tools-5.14.0-570.26.1.el9_6.x86_64                                     
  kernel-tools-libs-5.14.0-570.26.1.el9_6.x86_64                                
  libldb-4.21.3-7.el9_6.x86_64                                                  
  libsmbclient-4.21.3-7.el9_6.x86_64                                            
  libwbclient-4.21.3-7.el9_6.x86_64                                             
  libxml2-2.9.13-10.el9_6.x86_64                                                
  linux-firmware-20250604-151.2.el9_6.noarch                                    
  linux-firmware-whence-20250604-151.2.el9_6.noarch                             
  passt-0^20250217.ga1e48a0-9.el9_6.x86_64                                      
  passt-selinux-0^20250217.ga1e48a0-9.el9_6.noarch                              
  podman-5:5.4.0-12.el9_6.x86_64                                                
  python-unversioned-command-3.9.21-2.el9_6.1.noarch                            
  python3-3.9.21-2.el9_6.1.x86_64                                               
  python3-libs-3.9.21-2.el9_6.1.x86_64                                          
  python3-libxml2-2.9.13-10.el9_6.x86_64                                        
  python3-setuptools-53.0.0-13.el9_6.1.noarch                                   
  python3-setuptools-wheel-53.0.0-13.el9_6.1.noarch                             
  qemu-guest-agent-17:9.1.0-15.el9_6.4.alma.2.x86_64                            
  qemu-img-17:9.1.0-15.el9_6.4.alma.2.x86_64                                    
  qemu-kvm-17:9.1.0-15.el9_6.4.alma.2.x86_64                                    
  qemu-kvm-audio-pa-17:9.1.0-15.el9_6.4.alma.2.x86_64                           
  qemu-kvm-block-blkio-17:9.1.0-15.el9_6.4.alma.2.x86_64                        
  qemu-kvm-block-rbd-17:9.1.0-15.el9_6.4.alma.2.x86_64                          
  qemu-kvm-common-17:9.1.0-15.el9_6.4.alma.2.x86_64                             
  qemu-kvm-core-17:9.1.0-15.el9_6.4.alma.2.x86_64                               
  qemu-kvm-device-display-virtio-gpu-17:9.1.0-15.el9_6.4.alma.2.x86_64          
  qemu-kvm-device-display-virtio-gpu-pci-17:9.1.0-15.el9_6.4.alma.2.x86_64      
  qemu-kvm-device-display-virtio-vga-17:9.1.0-15.el9_6.4.alma.2.x86_64          
  qemu-kvm-device-usb-host-17:9.1.0-15.el9_6.4.alma.2.x86_64                    
  qemu-kvm-device-usb-redirect-17:9.1.0-15.el9_6.4.alma.2.x86_64                
  qemu-kvm-docs-17:9.1.0-15.el9_6.4.alma.2.x86_64                               
  qemu-kvm-tools-17:9.1.0-15.el9_6.4.alma.2.x86_64                              
  qemu-kvm-ui-egl-headless-17:9.1.0-15.el9_6.4.alma.2.x86_64                    
  qemu-kvm-ui-opengl-17:9.1.0-15.el9_6.4.alma.2.x86_64                          
  qemu-pr-helper-17:9.1.0-15.el9_6.4.alma.2.x86_64                              
  samba-client-libs-4.21.3-7.el9_6.x86_64                                       
  samba-common-4.21.3-7.el9_6.noarch                                            
  samba-common-libs-4.21.3-7.el9_6.x86_64                                       
  sudo-1.9.5p2-10.el9_6.1.x86_64                                                
  unbound-libs-1.16.2-19.el9_6.x86_64                                           
Installed:
  kernel-5.14.0-570.26.1.el9_6.x86_64                                           
  kernel-core-5.14.0-570.26.1.el9_6.x86_64                                      
  kernel-devel-5.14.0-570.26.1.el9_6.x86_64                                     
  kernel-modules-5.14.0-570.26.1.el9_6.x86_64                                   
  kernel-modules-core-5.14.0-570.26.1.el9_6.x86_64                              
  kernel-modules-extra-5.14.0-570.26.1.el9_6.x86_64                             

Complete!

Compared to the 1st attempt, the 2nd attempt after removing the oldest Kernel:

  1. Was successful
  2. Indicated it didn't need to download the packages, as they had already been downloaded.
  3. Didn't report was removing Kernel 5.14.0-503.15.1.el9_5, since had already removed it manually.

14. binwalk snap package

The initial investigation in Encountering error tag 27 when attemping to expand an rzip archive used the Python based binwalk in Ubuntu 24.04.3 LTS installed provided by the apt package binwalk 2.3.4+dfsg1-5.

https://github.com/ReFirmLabs/binwalk is a Rust based version.

Following Install binwalk on Red Hat Enterprise Linux which should install the rust based program as a snap.

The EPEL repository is already enabled. Install snapd:

[mr_halfword@ryzen-alma ~]$ sudo yum install snapd 2>&1|tee ~/install_logs/30_snapd.log
[sudo] password for mr_halfword: 
Last metadata expiration check: 4:12:11 ago on Wed 17 Dec 2025 18:02:55 GMT.
Dependencies resolved.
================================================================================
 Package                Architecture  Version               Repository     Size
================================================================================
Installing:
 snapd                  x86_64        2.72-1.el9            epel           19 M
Installing dependencies:
 bash-completion        noarch        1:2.11-5.el9          baseos        291 k
 snap-confine           x86_64        2.72-1.el9            epel          3.1 M
 snapd-selinux          noarch        2.72-1.el9            epel          101 k
 xdelta                 x86_64        3.1.0-17.el9          epel           87 k

Transaction Summary
================================================================================
Install  5 Packages

Total download size: 22 M
Installed size: 76 M
Is this ok [y/N]: y
Downloading Packages:
(1/5): bash-completion-2.11-5.el9.noarch.rpm    1.2 MB/s | 291 kB     00:00    
(2/5): snapd-selinux-2.72-1.el9.noarch.rpm      419 kB/s | 101 kB     00:00    
(3/5): xdelta-3.1.0-17.el9.x86_64.rpm           583 kB/s |  87 kB     00:00    
(4/5): snap-confine-2.72-1.el9.x86_64.rpm       2.1 MB/s | 3.1 MB     00:01    
(5/5): snapd-2.72-1.el9.x86_64.rpm              5.1 MB/s |  19 MB     00:03    
--------------------------------------------------------------------------------
Total                                           4.9 MB/s |  22 MB     00:04     
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
  Preparing        :                                                        1/1 
  Installing       : xdelta-3.1.0-17.el9.x86_64                             1/5 
  Running scriptlet: snapd-selinux-2.72-1.el9.noarch                        2/5 
  Installing       : snapd-selinux-2.72-1.el9.noarch                        2/5 
  Running scriptlet: snapd-selinux-2.72-1.el9.noarch                        2/5 
  Installing       : snap-confine-2.72-1.el9.x86_64                         3/5 
  Installing       : bash-completion-1:2.11-5.el9.noarch                    4/5 
  Installing       : snapd-2.72-1.el9.x86_64                                5/5 
  Running scriptlet: snapd-2.72-1.el9.x86_64                                5/5 
  Running scriptlet: snapd-selinux-2.72-1.el9.noarch                        5/5 
  Running scriptlet: snapd-2.72-1.el9.x86_64                                5/5 
  Verifying        : bash-completion-1:2.11-5.el9.noarch                    1/5 
  Verifying        : snap-confine-2.72-1.el9.x86_64                         2/5 
  Verifying        : snapd-2.72-1.el9.x86_64                                3/5 
  Verifying        : snapd-selinux-2.72-1.el9.noarch                        4/5 
  Verifying        : xdelta-3.1.0-17.el9.x86_64                             5/5 

Installed:
  bash-completion-1:2.11-5.el9.noarch      snap-confine-2.72-1.el9.x86_64      
  snapd-2.72-1.el9.x86_64                  snapd-selinux-2.72-1.el9.noarch     
  xdelta-3.1.0-17.el9.x86_64              

Complete!

Enable the systemd unit:

[mr_halfword@ryzen-alma ~]$ sudo systemctl enable --now snapd.socket
Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /usr/lib/systemd/system/snapd.socket.

Will try and use without enabling classis mode, after reading What is the classic mode of snap, and why do some snaps not install without it (e.g. MS Visual Studio)?.

Rebooted to update snap's paths.

Installed binwalk, after retrying:

[mr_halfword@ryzen-alma ~]$ sudo snap install binwalk 2>&1|tee ~/install_logs/31_binwalk.log
error: too early for operation, device not yet seeded or device model not acknowledged
[mr_halfword@ryzen-alma ~]$ sudo snap install binwalk 2>&1|tee ~/install_logs/31_binwalk.log
2025-12-17T22:25:39Z INFO Waiting for automatic snapd restart...
2025-12-17T22:25:40Z INFO Waiting for automatic snapd restart...
binwalk 3.1.0 from Alex Murray (alexmurray*) installed

Checking location and version:

[mr_halfword@ryzen-alma ~]$ which binwalk
/var/lib/snapd/snap/bin/binwalk
[mr_halfword@ryzen-alma ~]$ binwalk --version
binwalk 3.1.0

However, running this binwalk on a Windows executable produces no decoded output:

[mr_halfword@ryzen-alma ~]$ binwalk -v ~/Downloads/smartgit-20_1_2-setup.exe 
Analyzed 1 file for 85 file signatures (187 magic patterns) in 506.0 milliseconds

binwalk --list suggests there is no support for Windows PE binary.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment