1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

OCIのOracle Linuxでyum updateできるまで

1
Posted at

前の記事

構築編

環境確認編

yum update 成功編はこちら

yum updateに失敗

1.yum update

1.1.yumの更新

yum 更新に失敗・・・ Oracle Linuxで使用するソフトウェアパッケージ管理はyum。 何はなくともyumを更新します。
[opc@test-server ~]$ sudo yum update -y

しばらく・・・

[opc@test-server ~]$ sudo yum update -y
Killed

え?何度やっても失敗。

何はなくとも・・・。定番のメモリ拡張。

Oracle LinuxでSwap領域を拡張する

2.yum updateに再挑戦

2.1.yumバッファをクリア

バッファをきれいにします!
[opc@test-server ~]$ sudo yum clean all
12 files removed

2.2.yum updateに再挑戦

-yを抜いてひとつづつ・・
[opc@test-server ~]$ sudo yum update
Ksplice for Oracle Linux 9 (x86_64)              21 MB/s |  21 MB     00:00
Oracle Linux 9 OCI Included Packages (x86_64)    26 MB/s | 225 MB     00:08
Killed
また失敗・・・

2.3.yumバッファをクリア

バッファをきれいにします!
[opc@test-server ~]$ sudo yum clean all
12 files removed

2.4.ディスクサイズ確認

ディスクサイズの確認 df -hコマンド
[opc@test-server ~]$ df -h
Filesystem                  Size  Used Avail Use% Mounted on
devtmpfs                    4.0M     0  4.0M   0% /dev
tmpfs                       252M     0  252M   0% /dev/shm
tmpfs                       101M  5.3M   96M   6% /run
efivarfs                    256K   32K  220K  13% /sys/firmware/efi/efivars
/dev/mapper/ocivolume-root   30G  7.7G   22G  26% /
/dev/sda2                   2.0G  446M  1.6G  23% /boot
/dev/mapper/ocivolume-oled   15G  198M   15G   2% /var/oled
/dev/sda1                   100M  7.5M   93M   8% /boot/efi
tmpfs                        51M     0   51M   0% /run/user/988
tmpfs                        51M     0   51M   0% /run/user/1000
オプション 内容 備考
-h 人が読みやすい形で出力

2.5.yumローカルバッファを作成

ローカルバッファを作成します!
[opc@test-server ~]$ sudo yum makecache
Ksplice for Oracle Linux 9 (x86_64)              22 MB/s |  21 MB     00:00
Oracle Linux 9 OCI Included Packages (x86_64)    23 MB/s | 225 MB     00:09
Killed
あれ・・・?やっぱり失敗。

2.6.yumリポジトリ確認

yumリポジトリを確認
[opc@test-server ~]$ yum repolist enabled
repo id                repo name
ol9_UEKR8              Oracle Linux 9 UEK Release 8 (x86_64)
ol9_addons             Oracle Linux 9 Addons (x86_64)
ol9_appstream          Oracle Linux 9 Application Stream Packages (x86_64)
ol9_baseos_latest      Oracle Linux 9 BaseOS Latest (x86_64)
ol9_ksplice            Ksplice for Oracle Linux 9 (x86_64)
ol9_oci_included       Oracle Linux 9 OCI Included Packages (x86_64)
オプション 内容 備考
repolist リポジトリリスト
enabled 有効のもののみ
[opc@test-server ~]$ yum repolist all
repo id                      repo name                                  status
ol9_MODRHCK                  Latest RHCK with fixes from Oracle for Ora disabled
ol9_RDMA                     Oracle Linux 9 (x86_64) RDMA               disabled
ol9_UEKR7                    Oracle Linux 9 UEK Release 7 (x86_64)      disabled
ol9_UEKR8                    Oracle Linux 9 UEK Release 8 (x86_64)      enabled
ol9_addons                   Oracle Linux 9 Addons (x86_64)             enabled
ol9_appstream                Oracle Linux 9 Application Stream Packages enabled
ol9_baseos_latest            Oracle Linux 9 BaseOS Latest (x86_64)      enabled
ol9_codeready_builder        Oracle Linux 9 CodeReady Builder (x86_64)  disabled
ol9_developer                Oracle Linux 9 Development Packages (x86_6 disabled
ol9_developer_EPEL           Oracle Linux 9 EPEL Packages for Developme disabled
ol9_developer_UEKR7          Developer Preview of UEK Release 7 (x86_64 disabled
ol9_developer_UEKR8          Oracle Linux 9 UEK Release 8 Developer Pre disabled
ol9_developer_kvm_utils      Oracle Linux 9 KVM Utilities for Developme disabled
ol9_distro_builder           Oracle Linux 9 Distro Builder (x86_64) - ( disabled
ol9_ksplice                  Ksplice for Oracle Linux 9 (x86_64)        enabled
ol9_kvm_utils                Oracle Linux 9 KVM Utilities (x86_64)      disabled
ol9_oci_included             Oracle Linux 9 OCI Included Packages (x86_ enabled
ol9_u0_baseos_base           Oracle Linux 9 BaseOS GA (x86_64)          disabled
ol9_u1_baseos_base           Oracle Linux 9.1 BaseOS (x86_64)           disabled
ol9_u2_baseos_base           Oracle Linux 9.2 BaseOS (x86_64)           disabled
ol9_u3_baseos_base           Oracle Linux 9.3 BaseOS (x86_64)           disabled
ol9_u3_security_validation   Oracle Linux 9 Update 3 (x86_64) Security  disabled
ol9_u4_baseos_base           Oracle Linux 9.4 BaseOS (x86_64)           disabled
ol9_u5_baseos_base           Oracle Linux 9.5 BaseOS (x86_64)           disabled
ol9_u6_baseos_base           Oracle Linux 9.6 BaseOS (x86_64)           disabled
ol9_u7_baseos_base           Oracle Linux 9.7 BaseOS (x86_64)           disabled
ol9_x86_64_userspace_ksplice Ksplice aware userspace packages for Oracl disabled
[opc@test-server ~]$
オプション 内容 備考
repolist リポジトリリスト
all すべて

2.7.yumバッファをクリア

バッファをきれいにします!
[opc@test-server ~]$ sudo yum clean all
12 files removed

2.8.一部のyumパッケージを更新

yumパッケージを更新
[opc@test-server ~]$ sudo yum update ol9_ksplice
Ksplice for Oracle Linux 9 (x86_64)              22 MB/s |  23 MB     00:01
Oracle Linux 9 OCI Included Packages (x86_64)    19 MB/s | 229 MB     00:11
Killed
やっぱり失敗

2.9.原因を確認する

dmesgで原因を確認
[opc@test-server ~]$ sudo dmesg | grep -i oom
[21974.801561] runcommand invoked oom-killer: gfp_mask=0x140cca(GFP_HIGHUSER_MOVABLE|__GFP_COMP), order=0, oom_score_adj=0
[21974.809327]  oom_kill_process.cold+0x8/0x83
[21975.901142] [  pid  ]   uid  tgid total_vm      rss rss_anon rss_file rss_shmem pgtables_bytes swapents oom_score_adj name
[21977.497252] oom-kill:constraint=CONSTRAINT_NONE,nodemask=(null),cpuset=/,mems_allowed=0,global_oom,task_memcg=/user.slice/user-1000.slice/session-6.scope,task=yum,pid=17733,uid=0
[21977.506612] Out of memory: Killed process 17733 (yum) total-vm:3795236kB, anon-rss:331668kB, file-rss:6832kB, shmem-rss:0kB, UID:0 pgtables:6524kB oom_score_adj:0
[21983.203717] oom_reaper: reaped process 17733 (yum), now anon-rss:36kB, file-rss:112kB, shmem-rss:0kB

念のためクリアしてリブート

[opc@test-server ~]$ sudo yum clean all
12 files removed
[opc@test-server ~]$ sudo reboot
まだまだOut of Memory・・・

yum更新成功編

3.yum update実行

3.1.Swapメモリ4GBに拡張する

Swapメモリ4GBに拡張

メモリの確認

[opc@test-server ~]$ free
               total        used        free      shared  buff/cache   available
Mem:          510240      268580       35376         460      228296      241660
Swap:         967676       79824      887852

4GB分のswapファイルの作成

[opc@test-server ~]$ sudo dd if=/dev/zero of=/var/swapfile count=4096 bs=1MiB
4096+0 records in
4096+0 records out
4294967296 bytes (4.3 GB, 4.0 GiB) copied, 83.4129 s, 51.5 MB/s
[opc@test-server ~]$ sudo chmod 600 /var/swapfile
[opc@test-server ~]$ sudo mkswap /var/swapfile
Setting up swapspace version 1, size = 4 GiB (4294963200 bytes)
no label, UUID=f744dbc8-e219-4081-b220-51c2b7b96106
[opc@test-server ~]$ sudo swapon /var/swapfile

メモリの確認

[opc@test-server ~]$ free
               total        used        free      shared  buff/cache   available
Mem:          510236      406044        7052         496      120852      104192
Swap:        5161976      301124     4860852
※あえて永続化はしていません。(再起動したらなくなります)

3.2.yumパッケージを更新

yumパッケージを更新

一部のyumパッケージを更新

[opc@test-server ~]$ sudo yum update ol9_ksplice
Ksplice for Oracle Linux 9 (x86_64)              14 MB/s |  23 MB     00:01
Oracle Linux 9 OCI Included Packages (x86_64)    25 MB/s | 229 MB     00:09
Oracle Linux 9 BaseOS Latest (x86_64)            23 MB/s | 122 MB     00:05
Oracle Linux 9 Application Stream Packages (x86  29 MB/s |  90 MB     00:03
Oracle Linux 9 Addons (x86_64)                  2.7 MB/s | 866 kB     00:00
Oracle Linux 9 UEK Release 8 (x86_64)            25 MB/s |  43 MB     00:01
Last metadata expiration check: 0:00:03 ago on Sat 23 May 2026 09:33:37 AM GMT.
No match for argument: ol9_ksplice
Error: No packages marked for upgrade.

やっぱり失敗したけど、なんか進んだ。

dmesgで確認

[opc@test-server ~]$ sudo dmesg | grep -i oom
[opc@test-server ~]$

エラーはない・・

なのでクリアしてアップデート

[opc@test-server ~]$ sudo yum clean all
45 files removed
[opc@test-server ~]$ sudo yum update -y
Ksplice for Oracle Linux 9 (x86_64)              16 MB/s |  23 MB     00:01
Oracle Linux 9 OCI Included Packages (x86_64)    24 MB/s | 229 MB     00:09
Oracle Linux 9 BaseOS Latest (x86_64)            31 MB/s | 122 MB     00:03
Oracle Linux 9 Application Stream Packages (x86  25 MB/s |  90 MB     00:03
Oracle Linux 9 Addons (x86_64)                  2.8 MB/s | 866 kB     00:00
Oracle Linux 9 UEK Release 8 (x86_64)            26 MB/s |  43 MB     00:01
Last metadata expiration check: 0:00:02 ago on Sat 99 Xxx 20xx 09:56:08 AM GMT.
Dependencies resolved.
================================================================================
 Package               Arch   Version                   Repository         Size
================================================================================
Installing:
 kernel                x86_64 5.14.0-611.55.1.el9_7     ol9_baseos_latest 1.1 M
 kernel-core           x86_64 5.14.0-611.55.1.el9_7     ol9_baseos_latest  17 M
 kernel-devel          x86_64 5.14.0-611.55.1.el9_7     ol9_appstream      34 M
 kernel-modules        x86_64 5.14.0-611.55.1.el9_7     ol9_baseos_latest  41 M
 kernel-modules-core   x86_64 5.14.0-611.55.1.el9_7     ol9_baseos_latest  32 M
 kernel-uek            x86_64 6.12.0-202.76.4.3.el9uek  ol9_UEKR8         1.5 M
 kernel-uek-core       x86_64 6.12.0-202.76.4.3.el9uek  ol9_UEKR8          21 M
 kernel-uek-modules    x86_64 6.12.0-202.76.4.3.el9uek  ol9_UEKR8          32 M
 kernel-uek-modules-core
                       x86_64 6.12.0-202.76.4.3.el9uek  ol9_UEKR8          39 M
 kernel-uek-modules-desktop
                       x86_64 6.12.0-202.76.4.3.el9uek  ol9_UEKR8          21 M
 kernel-uek-modules-extra-netfilter
                       x86_64 6.12.0-202.76.4.3.el9uek  ol9_UEKR8         2.4 M
 kernel-uek-modules-usb
                       x86_64 6.12.0-202.76.4.3.el9uek  ol9_UEKR8         2.5 M
 kernel-uek-modules-wireless
                       x86_64 6.12.0-202.76.4.3.el9uek  ol9_UEKR8         9.5 M
Upgrading:
 PackageKit            x86_64 1.2.6-2.0.1.el9_7         ol9_appstream     724 k
 PackageKit-glib       x86_64 1.2.6-2.0.1.el9_7         ol9_appstream     156 k
 dtrace                x86_64 2.0.7-4.el9               ol9_UEKR8         4.0 M
 e2fsprogs             x86_64 1.47.1-4.0.2.el9          ol9_UEKR8         1.1 M
 e2fsprogs-libs        x86_64 1.47.1-4.0.2.el9          ol9_UEKR8         224 k
 gdk-pixbuf2           x86_64 2.42.6-6.el9_7.1          ol9_appstream     583 k
 glib2                 x86_64 2.68.4-18.el9_7.2         ol9_baseos_latest 2.7 M
 iwl100-firmware       noarch 999:39.31.5.1-999.47.el9  ol9_baseos_latest  11 k
 iwl1000-firmware      noarch 999:39.31.5.1-999.47.el9  ol9_baseos_latest  11 k
 iwl105-firmware       noarch 999:18.168.6.1-999.47.el9 ol9_baseos_latest  11 k
 iwl135-firmware       noarch 999:18.168.6.1-999.47.el9 ol9_baseos_latest  11 k
 iwl2000-firmware      noarch 999:18.168.6.1-999.47.el9 ol9_baseos_latest  11 k
 iwl2030-firmware      noarch 999:18.168.6.1-999.47.el9 ol9_baseos_latest  11 k
 iwl3160-firmware      noarch 999:25.30.13.0-999.47.el9 ol9_baseos_latest  11 k
 iwl5000-firmware      noarch 999:8.83.5.1_1-999.47.el9 ol9_baseos_latest  11 k
 iwl5150-firmware      noarch 999:8.24.2.2-999.47.el9   ol9_baseos_latest  11 k
 iwl6000g2a-firmware   noarch 999:18.168.6.1-999.47.el9 ol9_baseos_latest  11 k
 iwl6050-firmware      noarch 999:41.28.5.1-999.47.el9  ol9_baseos_latest  11 k
 iwl7260-firmware      noarch 999:25.30.13.0-999.47.el9 ol9_baseos_latest 1.6 M
 iwlax2xx-firmware     noarch 999:20xx0327-999.47.el9   ol9_baseos_latest  28 M
 jq                    x86_64 1.6-19.el9_7.0.2          ol9_appstream     194 k
 kernel-headers        x86_64 5.14.0-611.55.1.el9_7     ol9_appstream     3.6 M
 kernel-tools          x86_64 5.14.0-611.55.1.el9_7     ol9_baseos_latest 1.4 M
 kernel-tools-libs     x86_64 5.14.0-611.55.1.el9_7     ol9_baseos_latest 1.1 M
 krb5-libs             x86_64 1.21.1-9.0.1.el9_7        ol9_baseos_latest 777 k
 ksplice               x86_64 2.1.0-1.el9               ol9_ksplice        96 k
 ksplice-core0         x86_64 2.1.0-1.el9               ol9_ksplice       356 k
 ksplice-tools         x86_64 2.1.0-1.el9               ol9_ksplice       192 k
 libarchive            x86_64 3.5.3-9.el9_7             ol9_baseos_latest 395 k
 libcap                x86_64 2.48-10.el9_7.1           ol9_baseos_latest  80 k
 libcom_err            x86_64 1.47.1-4.0.2.el9          ol9_UEKR8          25 k
 libldb                x86_64 4.22.4-20.el9_7           ol9_baseos_latest 197 k
 libpng                x86_64 2:1.6.37-12.el9_7.4       ol9_baseos_latest 116 k
 libsmbclient          x86_64 4.22.4-20.el9_7           ol9_baseos_latest  74 k
 libsoup               x86_64 2.72.0-12.el9_7.6         ol9_appstream     465 k
 libss                 x86_64 1.47.1-4.0.2.el9          ol9_UEKR8          31 k
 libwbclient           x86_64 4.22.4-20.el9_7           ol9_baseos_latest  43 k
 linux-firmware        noarch 999:20xx0327-999.47.git85786b44.el9
                                                        ol9_baseos_latest 712 M
 linux-firmware-core   noarch 999:20xx0327-999.47.git85786b44.el9
                                                        ol9_baseos_latest 932 k
 linux-firmware-whence noarch 999:20xx0327-999.47.git85786b44.el9
                                                        ol9_baseos_latest  49 k
 microcode_ctl         noarch 4:20250812-1.20xx0210.1.0.1.el9_7
                                                        ol9_baseos_latest  16 M
 oci-utils             noarch 0.14.0-18.el9             ol9_oci_included  468 k
 openssh               x86_64 8.7p1-49.0.1.el9_7        ol9_baseos_latest 480 k
 openssh-clients       x86_64 8.7p1-49.0.1.el9_7        ol9_baseos_latest 730 k
 openssh-server        x86_64 8.7p1-49.0.1.el9_7        ol9_baseos_latest 474 k
 perf                  x86_64 5.14.0-611.55.1.el9_7     ol9_appstream     3.6 M
 python-unversioned-command
                       noarch 3.9.25-3.0.1.el9_7.3      ol9_appstream     9.3 k
 python3               x86_64 3.9.25-3.0.1.el9_7.3      ol9_baseos_latest  31 k
 python3-libs          x86_64 3.9.25-3.0.1.el9_7.3      ol9_baseos_latest 9.9 M
 python3-perf          x86_64 5.14.0-611.55.1.el9_7     ol9_appstream     2.6 M
 python39-oci-sdk      x86_64 2.175.0-1.0.1.el9         ol9_oci_included   76 M
 samba-client-libs     x86_64 4.22.4-20.el9_7           ol9_baseos_latest 5.4 M
 samba-common          noarch 4.22.4-20.el9_7           ol9_baseos_latest 189 k
 samba-common-libs     x86_64 4.22.4-20.el9_7           ol9_baseos_latest 110 k
 sudo                  x86_64 1.9.5p2-15.el9_7          ol9_baseos_latest 1.1 M
 systemd               x86_64 252-55.0.3.el9_7.9        ol9_baseos_latest 4.6 M
 systemd-libs          x86_64 252-55.0.3.el9_7.9        ol9_baseos_latest 668 k
 systemd-pam           x86_64 252-55.0.3.el9_7.9        ol9_baseos_latest 264 k
 systemd-rpm-macros    noarch 252-55.0.3.el9_7.9        ol9_baseos_latest  56 k
 systemd-udev          x86_64 252-55.0.3.el9_7.9        ol9_baseos_latest 2.2 M
 vim-common            x86_64 2:8.2.2637-23.0.1.el9_7.3 ol9_appstream     8.4 M
 vim-enhanced          x86_64 2:8.2.2637-23.0.1.el9_7.3 ol9_appstream     1.7 M
 vim-filesystem        noarch 2:8.2.2637-23.0.1.el9_7.3 ol9_baseos_latest  10 k
 vim-minimal           x86_64 2:8.2.2637-23.0.1.el9_7.3 ol9_baseos_latest 677 k
 webkit2gtk3-jsc       x86_64 2.52.3-0.el9_7.1          ol9_appstream     8.9 M

Transaction Summary
================================================================================
Install  13 Packages
Upgrade  65 Packages

Total download size: 1.1 G
Downloading Packages:
(1/78): kernel-5.14.0-611.55.1.el9_7.x86_64.rpm 1.6 MB/s | 1.1 MB     00:00
(2/78): kernel-core-5.14.0-611.55.1.el9_7.x86_6 7.4 MB/s |  17 MB     00:02
(3/78): kernel-modules-core-5.14.0-611.55.1.el9 5.6 MB/s |  32 MB     00:05
(4/78): kernel-uek-6.12.0-202.76.4.3.el9uek.x86 4.7 MB/s | 1.5 MB     00:00
(5/78): kernel-devel-5.14.0-611.55.1.el9_7.x86_ 5.2 MB/s |  34 MB     00:06
(6/78): kernel-modules-5.14.0-611.55.1.el9_7.x8 4.1 MB/s |  41 MB     00:09
(7/78): kernel-uek-core-6.12.0-202.76.4.3.el9ue 4.8 MB/s |  21 MB     00:04
(8/78): kernel-uek-modules-6.12.0-202.76.4.3.el 6.6 MB/s |  32 MB     00:04
(9/78): kernel-uek-modules-desktop-6.12.0-202.7 8.0 MB/s |  21 MB     00:02
(10/78): kernel-uek-modules-usb-6.12.0-202.76.4 3.9 MB/s | 2.5 MB     00:00
(11/78): kernel-uek-modules-extra-netfilter-6.1 2.9 MB/s | 2.4 MB     00:00
(12/78): ksplice-2.1.0-1.el9.x86_64.rpm         442 kB/s |  96 kB     00:00
(13/78): ksplice-core0-2.1.0-1.el9.x86_64.rpm   1.2 MB/s | 356 kB     00:00
(14/78): ksplice-tools-2.1.0-1.el9.x86_64.rpm   2.4 MB/s | 192 kB     00:00
(15/78): kernel-uek-modules-wireless-6.12.0-202 6.8 MB/s | 9.5 MB     00:01
(16/78): kernel-uek-modules-core-6.12.0-202.76. 6.2 MB/s |  39 MB     00:06
(17/78): oci-utils-0.14.0-18.el9.noarch.rpm     469 kB/s | 468 kB     00:00
(18/78): glib2-2.68.4-18.el9_7.2.x86_64.rpm     5.8 MB/s | 2.7 MB     00:00
(19/78): iwl100-firmware-39.31.5.1-999.47.el9.n  24 kB/s |  11 kB     00:00
(20/78): iwl1000-firmware-39.31.5.1-999.47.el9.  75 kB/s |  11 kB     00:00
(21/78): iwl105-firmware-18.168.6.1-999.47.el9.  73 kB/s |  11 kB     00:00
(22/78): iwl135-firmware-18.168.6.1-999.47.el9.  75 kB/s |  11 kB     00:00
(23/78): iwl2000-firmware-18.168.6.1-999.47.el9  61 kB/s |  11 kB     00:00
(24/78): iwl2030-firmware-18.168.6.1-999.47.el9  78 kB/s |  11 kB     00:00
(25/78): iwl3160-firmware-25.30.13.0-999.47.el9 110 kB/s |  11 kB     00:00
(26/78): iwl5000-firmware-8.83.5.1_1-999.47.el9 115 kB/s |  11 kB     00:00
(27/78): iwl5150-firmware-8.24.2.2-999.47.el9.n  98 kB/s |  11 kB     00:00
(28/78): iwl6000g2a-firmware-18.168.6.1-999.47.  46 kB/s |  11 kB     00:00
(29/78): iwl6050-firmware-41.28.5.1-999.47.el9.  45 kB/s |  11 kB     00:00
(30/78): iwl7260-firmware-25.30.13.0-999.47.el9 3.7 MB/s | 1.6 MB     00:00
(31/78): kernel-tools-5.14.0-611.55.1.el9_7.x86 2.7 MB/s | 1.4 MB     00:00
(32/78): kernel-tools-libs-5.14.0-611.55.1.el9_ 3.9 MB/s | 1.1 MB     00:00
(33/78): krb5-libs-1.21.1-9.0.1.el9_7.x86_64.rp 1.6 MB/s | 777 kB     00:00
(34/78): libarchive-3.5.3-9.el9_7.x86_64.rpm    3.1 MB/s | 395 kB     00:00
(35/78): libcap-2.48-10.el9_7.1.x86_64.rpm      456 kB/s |  80 kB     00:00
(36/78): libldb-4.22.4-20.el9_7.x86_64.rpm      463 kB/s | 197 kB     00:00
(37/78): libpng-1.6.37-12.el9_7.4.x86_64.rpm    1.5 MB/s | 116 kB     00:00
(38/78): libsmbclient-4.22.4-20.el9_7.x86_64.rp 265 kB/s |  74 kB     00:00
(39/78): libwbclient-4.22.4-20.el9_7.x86_64.rpm 108 kB/s |  43 kB     00:00
(40/78): iwlax2xx-firmware-20xx0327-999.47.el9. 7.0 MB/s |  28 MB     00:03
(41/78): linux-firmware-core-20xx0327-999.47.gi 1.7 MB/s | 932 kB     00:00
(42/78): linux-firmware-whence-20xx0327-999.47. 788 kB/s |  49 kB     00:00
(43/78): python39-oci-sdk-2.175.0-1.0.1.el9.x86  10 MB/s |  76 MB     00:07
(44/78): openssh-8.7p1-49.0.1.el9_7.x86_64.rpm  2.8 MB/s | 480 kB     00:00
(45/78): openssh-clients-8.7p1-49.0.1.el9_7.x86 2.4 MB/s | 730 kB     00:00
(46/78): openssh-server-8.7p1-49.0.1.el9_7.x86_ 2.3 MB/s | 474 kB     00:00
(47/78): python3-3.9.25-3.0.1.el9_7.3.x86_64.rp 114 kB/s |  31 kB     00:00
(48/78): microcode_ctl-20250812-1.20xx0210.1.0. 5.2 MB/s |  16 MB     00:03
(49/78): samba-client-libs-4.22.4-20.el9_7.x86_ 5.6 MB/s | 5.4 MB     00:00
(50/78): samba-common-4.22.4-20.el9_7.noarch.rp 947 kB/s | 189 kB     00:00
(51/78): python3-libs-3.9.25-3.0.1.el9_7.3.x86_ 4.9 MB/s | 9.9 MB     00:02
(52/78): samba-common-libs-4.22.4-20.el9_7.x86_ 480 kB/s | 110 kB     00:00
(53/78): sudo-1.9.5p2-15.el9_7.x86_64.rpm       1.5 MB/s | 1.1 MB     00:00
(54/78): systemd-252-55.0.3.el9_7.9.x86_64.rpm  5.1 MB/s | 4.6 MB     00:00
(55/78): systemd-libs-252-55.0.3.el9_7.9.x86_64 2.8 MB/s | 668 kB     00:00
(56/78): systemd-pam-252-55.0.3.el9_7.9.x86_64. 2.4 MB/s | 264 kB     00:00
(57/78): systemd-rpm-macros-252-55.0.3.el9_7.9. 333 kB/s |  56 kB     00:00
(58/78): systemd-udev-252-55.0.3.el9_7.9.x86_64 5.5 MB/s | 2.2 MB     00:00
(59/78): vim-filesystem-8.2.2637-23.0.1.el9_7.3  24 kB/s |  10 kB     00:00
(60/78): vim-minimal-8.2.2637-23.0.1.el9_7.3.x8 3.3 MB/s | 677 kB     00:00
(61/78): PackageKit-glib-1.2.6-2.0.1.el9_7.x86_ 573 kB/s | 156 kB     00:00
(62/78): PackageKit-1.2.6-2.0.1.el9_7.x86_64.rp 2.0 MB/s | 724 kB     00:00
(63/78): jq-1.6-19.el9_7.0.2.x86_64.rpm         1.3 MB/s | 194 kB     00:00
(64/78): gdk-pixbuf2-2.42.6-6.el9_7.1.x86_64.rp 1.9 MB/s | 583 kB     00:00
(65/78): libsoup-2.72.0-12.el9_7.6.x86_64.rpm   1.3 MB/s | 465 kB     00:00
(66/78): kernel-headers-5.14.0-611.55.1.el9_7.x 5.8 MB/s | 3.6 MB     00:00
(67/78): python-unversioned-command-3.9.25-3.0.  60 kB/s | 9.3 kB     00:00
(68/78): python3-perf-5.14.0-611.55.1.el9_7.x86 3.7 MB/s | 2.6 MB     00:00
(69/78): perf-5.14.0-611.55.1.el9_7.x86_64.rpm  3.2 MB/s | 3.6 MB     00:01
(70/78): vim-enhanced-8.2.2637-23.0.1.el9_7.3.x 3.3 MB/s | 1.7 MB     00:00
(71/78): vim-common-8.2.2637-23.0.1.el9_7.3.x86 5.9 MB/s | 8.4 MB     00:01
(72/78): webkit2gtk3-jsc-2.52.3-0.el9_7.1.x86_6 4.5 MB/s | 8.9 MB     00:01
(73/78): dtrace-2.0.7-4.el9.x86_64.rpm          2.7 MB/s | 4.0 MB     00:01
(74/78): e2fsprogs-1.47.1-4.0.2.el9.x86_64.rpm  2.3 MB/s | 1.1 MB     00:00
(75/78): e2fsprogs-libs-1.47.1-4.0.2.el9.x86_64 421 kB/s | 224 kB     00:00
(76/78): libcom_err-1.47.1-4.0.2.el9.x86_64.rpm  82 kB/s |  25 kB     00:00
(77/78): libss-1.47.1-4.0.2.el9.x86_64.rpm      105 kB/s |  31 kB     00:00
(78/78): linux-firmware-20xx0327-999.47.git8578  12 MB/s | 712 MB     00:59
--------------------------------------------------------------------------------
Total                                            14 MB/s | 1.1 GB     01:21
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
  Running scriptlet: linux-firmware-999:20xx0327-999.47.git85786b44.el9.n   1/1
  Preparing        :                                                        1/1
  Upgrading        : linux-firmware-whence-999:20xx0327-999.47.git857     1/143
  Upgrading        : python3-libs-3.9.25-3.0.1.el9_7.3.x86_64             2/143
  Upgrading        : python-unversioned-command-3.9.25-3.0.1.el9_7.3.     3/143
  Upgrading        : python3-3.9.25-3.0.1.el9_7.3.x86_64                  4/143
  Upgrading        : libcom_err-1.47.1-4.0.2.el9.x86_64                   5/143
  Upgrading        : libcap-2.48-10.el9_7.1.x86_64                        6/143
  Upgrading        : systemd-libs-252-55.0.3.el9_7.9.x86_64               7/143
  Running scriptlet: systemd-libs-252-55.0.3.el9_7.9.x86_64               7/143
  Upgrading        : glib2-2.68.4-18.el9_7.2.x86_64                       8/143
  Upgrading        : krb5-libs-1.21.1-9.0.1.el9_7.x86_64                  9/143
  Upgrading        : libldb-4.22.4-20.el9_7.x86_64                       10/143
  Upgrading        : linux-firmware-core-999:20xx0327-999.47.git85786    11/143
  Upgrading        : linux-firmware-999:20xx0327-999.47.git85786b44.e    12/143
  Running scriptlet: openssh-8.7p1-49.0.1.el9_7.x86_64                   13/143
  Upgrading        : openssh-8.7p1-49.0.1.el9_7.x86_64                   13/143
  Upgrading        : PackageKit-glib-1.2.6-2.0.1.el9_7.x86_64            14/143
  Upgrading        : e2fsprogs-libs-1.47.1-4.0.2.el9.x86_64              15/143
  Upgrading        : libss-1.47.1-4.0.2.el9.x86_64                       16/143
  Upgrading        : ksplice-core0-2.1.0-1.el9.x86_64                    17/143
  Running scriptlet: ksplice-core0-2.1.0-1.el9.x86_64                    17/143
  Running scriptlet: ksplice-tools-2.1.0-1.el9.x86_64                    18/143
  Upgrading        : ksplice-tools-2.1.0-1.el9.x86_64                    18/143
  Running scriptlet: ksplice-tools-2.1.0-1.el9.x86_64                    18/143
  Upgrading        : python39-oci-sdk-2.175.0-1.0.1.el9.x86_64           19/143
  Upgrading        : iwlax2xx-firmware-999:20xx0327-999.47.el9.noarch    20/143
  Upgrading        : iwl7260-firmware-999:25.30.13.0-999.47.el9.noarc    21/143
  Upgrading        : vim-filesystem-2:8.2.2637-23.0.1.el9_7.3.noarch     22/143
  Upgrading        : vim-common-2:8.2.2637-23.0.1.el9_7.3.x86_64         23/143
  Upgrading        : systemd-rpm-macros-252-55.0.3.el9_7.9.noarch        24/143
  Running scriptlet: systemd-252-55.0.3.el9_7.9.x86_64                   25/143
  Upgrading        : systemd-252-55.0.3.el9_7.9.x86_64                   25/143
  Running scriptlet: systemd-252-55.0.3.el9_7.9.x86_64                   25/143
  Upgrading        : systemd-pam-252-55.0.3.el9_7.9.x86_64               26/143
  Running scriptlet: samba-common-4.22.4-20.el9_7.noarch                 27/143
  Upgrading        : samba-common-4.22.4-20.el9_7.noarch                 27/143
  Running scriptlet: samba-common-4.22.4-20.el9_7.noarch                 27/143
  Running scriptlet: libwbclient-4.22.4-20.el9_7.x86_64                  28/143
  Upgrading        : libwbclient-4.22.4-20.el9_7.x86_64                  28/143
  Upgrading        : samba-common-libs-4.22.4-20.el9_7.x86_64            29/143
  Upgrading        : samba-client-libs-4.22.4-20.el9_7.x86_64            30/143
  Upgrading        : systemd-udev-252-55.0.3.el9_7.9.x86_64              31/143
  Running scriptlet: systemd-udev-252-55.0.3.el9_7.9.x86_64              31/143
  Installing       : kernel-modules-core-5.14.0-611.55.1.el9_7.x86_64    32/143
  Installing       : kernel-core-5.14.0-611.55.1.el9_7.x86_64            33/143
  Running scriptlet: kernel-core-5.14.0-611.55.1.el9_7.x86_64            33/143
  Installing       : kernel-uek-modules-core-6.12.0-202.76.4.3.el9uek    34/143
  Running scriptlet: kernel-uek-core-6.12.0-202.76.4.3.el9uek.x86_64     35/143
  Installing       : kernel-uek-core-6.12.0-202.76.4.3.el9uek.x86_64     35/143
  Running scriptlet: kernel-uek-core-6.12.0-202.76.4.3.el9uek.x86_64     35/143
  Installing       : kernel-uek-modules-6.12.0-202.76.4.3.el9uek.x86_    36/143
  Running scriptlet: kernel-uek-modules-6.12.0-202.76.4.3.el9uek.x86_    36/143
  Installing       : kernel-uek-modules-desktop-6.12.0-202.76.4.3.el9    37/143
  Running scriptlet: kernel-uek-modules-desktop-6.12.0-202.76.4.3.el9    37/143
  Installing       : kernel-uek-modules-extra-netfilter-6.12.0-202.76    38/143
  Running scriptlet: kernel-uek-modules-extra-netfilter-6.12.0-202.76    38/143
  Installing       : kernel-uek-modules-usb-6.12.0-202.76.4.3.el9uek.    39/143
  Running scriptlet: kernel-uek-modules-usb-6.12.0-202.76.4.3.el9uek.    39/143
  Installing       : kernel-uek-modules-wireless-6.12.0-202.76.4.3.el    40/143
  Running scriptlet: kernel-uek-modules-wireless-6.12.0-202.76.4.3.el    40/143
  Installing       : kernel-modules-5.14.0-611.55.1.el9_7.x86_64         41/143
  Running scriptlet: kernel-modules-5.14.0-611.55.1.el9_7.x86_64         41/143
  Upgrading        : libpng-2:1.6.37-12.el9_7.4.x86_64                   42/143
  Upgrading        : kernel-tools-libs-5.14.0-611.55.1.el9_7.x86_64      43/143
  Running scriptlet: kernel-tools-libs-5.14.0-611.55.1.el9_7.x86_64      43/143
  Upgrading        : kernel-tools-5.14.0-611.55.1.el9_7.x86_64           44/143
  Running scriptlet: kernel-tools-5.14.0-611.55.1.el9_7.x86_64           44/143
  Upgrading        : gdk-pixbuf2-2.42.6-6.el9_7.1.x86_64                 45/143
  Installing       : kernel-5.14.0-611.55.1.el9_7.x86_64                 46/143
  Installing       : kernel-uek-6.12.0-202.76.4.3.el9uek.x86_64          47/143
  Upgrading        : libsmbclient-4.22.4-20.el9_7.x86_64                 48/143
  Running scriptlet: oci-utils-0.14.0-18.el9.noarch                      49/143
  Upgrading        : oci-utils-0.14.0-18.el9.noarch                      49/143
  Running scriptlet: oci-utils-0.14.0-18.el9.noarch                      49/143
  Upgrading        : microcode_ctl-4:20250812-1.20xx0210.1.0.1.el9_7.    50/143
  Running scriptlet: microcode_ctl-4:20250812-1.20xx0210.1.0.1.el9_7.    50/143
  Running scriptlet: openssh-server-8.7p1-49.0.1.el9_7.x86_64            51/143
  Upgrading        : openssh-server-8.7p1-49.0.1.el9_7.x86_64            51/143
  Running scriptlet: openssh-server-8.7p1-49.0.1.el9_7.x86_64            51/143
  Upgrading        : PackageKit-1.2.6-2.0.1.el9_7.x86_64                 52/143
  Running scriptlet: PackageKit-1.2.6-2.0.1.el9_7.x86_64                 52/143
  Upgrading        : dtrace-2.0.7-4.el9.x86_64                           53/143
  Running scriptlet: dtrace-2.0.7-4.el9.x86_64                           53/143
  Upgrading        : vim-enhanced-2:8.2.2637-23.0.1.el9_7.3.x86_64       54/143
  Upgrading        : ksplice-2.1.0-1.el9.x86_64                          55/143
  Running scriptlet: ksplice-2.1.0-1.el9.x86_64                          55/143
  Upgrading        : e2fsprogs-1.47.1-4.0.2.el9.x86_64                   56/143
  Upgrading        : openssh-clients-8.7p1-49.0.1.el9_7.x86_64           57/143
  Running scriptlet: openssh-clients-8.7p1-49.0.1.el9_7.x86_64           57/143
  Upgrading        : libsoup-2.72.0-12.el9_7.6.x86_64                    58/143
  Upgrading        : webkit2gtk3-jsc-2.52.3-0.el9_7.1.x86_64             59/143
  Upgrading        : python3-perf-5.14.0-611.55.1.el9_7.x86_64           60/143
  Upgrading        : perf-5.14.0-611.55.1.el9_7.x86_64                   61/143
  Upgrading        : iwl100-firmware-999:39.31.5.1-999.47.el9.noarch     62/143
  Upgrading        : iwl1000-firmware-999:39.31.5.1-999.47.el9.noarch    63/143
  Upgrading        : iwl105-firmware-999:18.168.6.1-999.47.el9.noarch    64/143
  Upgrading        : iwl135-firmware-999:18.168.6.1-999.47.el9.noarch    65/143
  Upgrading        : iwl2000-firmware-999:18.168.6.1-999.47.el9.noarc    66/143
  Upgrading        : iwl2030-firmware-999:18.168.6.1-999.47.el9.noarc    67/143
  Upgrading        : iwl3160-firmware-999:25.30.13.0-999.47.el9.noarc    68/143
  Upgrading        : iwl5000-firmware-999:8.83.5.1_1-999.47.el9.noarc    69/143
  Upgrading        : iwl5150-firmware-999:8.24.2.2-999.47.el9.noarch     70/143
  Upgrading        : iwl6000g2a-firmware-999:18.168.6.1-999.47.el9.no    71/143
  Upgrading        : iwl6050-firmware-999:41.28.5.1-999.47.el9.noarch    72/143
  Upgrading        : kernel-headers-5.14.0-611.55.1.el9_7.x86_64         73/143
  Upgrading        : jq-1.6-19.el9_7.0.2.x86_64                          74/143
  Upgrading        : vim-minimal-2:8.2.2637-23.0.1.el9_7.3.x86_64        75/143
  Upgrading        : sudo-1.9.5p2-15.el9_7.x86_64                        76/143
  Running scriptlet: sudo-1.9.5p2-15.el9_7.x86_64                        76/143
  Upgrading        : libarchive-3.5.3-9.el9_7.x86_64                     77/143
  Installing       : kernel-devel-5.14.0-611.55.1.el9_7.x86_64           78/143
  Running scriptlet: kernel-devel-5.14.0-611.55.1.el9_7.x86_64           78/143
  Cleanup          : oci-utils-0.14.0-17.el9.noarch                      79/143
  Running scriptlet: microcode_ctl-4:20250812-1.20251111.1.0.1.el9_7.    80/143
  Cleanup          : microcode_ctl-4:20250812-1.20251111.1.0.1.el9_7.    80/143
  Running scriptlet: microcode_ctl-4:20250812-1.20251111.1.0.1.el9_7.    80/143
  Cleanup          : linux-firmware-999:20xx0209-999.46.gitd87f4693.e    81/143
  Cleanup          : iwl7260-firmware-999:25.30.13.0-999.46.el9.noarc    82/143
  Running scriptlet: ksplice-2.0.19-1.el9.x86_64                         83/143
  Cleanup          : ksplice-2.0.19-1.el9.x86_64                         83/143
warning: /etc/cron.d/ksplice saved as /etc/cron.d/ksplice.rpmsave

  Running scriptlet: ksplice-2.0.19-1.el9.x86_64                         83/143
  Running scriptlet: ksplice-tools-2.0.19-1.el9.x86_64                   84/143
  Cleanup          : ksplice-tools-2.0.19-1.el9.x86_64                   84/143
  Cleanup          : iwlax2xx-firmware-999:20xx0209-999.46.el9.noarch    85/143
  Cleanup          : linux-firmware-core-999:20xx0209-999.46.gitd87f4    86/143
  Cleanup          : python39-oci-sdk-2.170.0-1.el9.x86_64               87/143
  Cleanup          : iwl6050-firmware-999:41.28.5.1-999.46.el9.noarch    88/143
  Cleanup          : iwl6000g2a-firmware-999:18.168.6.1-999.46.el9.no    89/143
  Cleanup          : iwl5150-firmware-999:8.24.2.2-999.46.el9.noarch     90/143
  Cleanup          : iwl5000-firmware-999:8.83.5.1_1-999.46.el9.noarc    91/143
  Cleanup          : iwl3160-firmware-999:25.30.13.0-999.46.el9.noarc    92/143
  Cleanup          : iwl2030-firmware-999:18.168.6.1-999.46.el9.noarc    93/143
  Cleanup          : iwl2000-firmware-999:18.168.6.1-999.46.el9.noarc    94/143
  Cleanup          : iwl135-firmware-999:18.168.6.1-999.46.el9.noarch    95/143
  Cleanup          : iwl105-firmware-999:18.168.6.1-999.46.el9.noarch    96/143
  Cleanup          : iwl1000-firmware-999:39.31.5.1-999.46.el9.noarch    97/143
  Cleanup          : iwl100-firmware-999:39.31.5.1-999.46.el9.noarch     98/143
  Cleanup          : libsmbclient-4.22.4-18.el9_7.x86_64                 99/143
  Cleanup          : samba-client-libs-4.22.4-18.el9_7.x86_64           100/143
  Cleanup          : samba-common-libs-4.22.4-18.el9_7.x86_64           101/143
  Cleanup          : libwbclient-4.22.4-18.el9_7.x86_64                 102/143
  Cleanup          : PackageKit-1.2.6-1.0.1.el9.x86_64                  103/143
  Running scriptlet: openssh-server-8.7p1-48.0.1.el9_7.x86_64           104/143
  Cleanup          : openssh-server-8.7p1-48.0.1.el9_7.x86_64           104/143
  Running scriptlet: openssh-server-8.7p1-48.0.1.el9_7.x86_64           104/143
  Cleanup          : e2fsprogs-1.47.1-4.0.1.el9.x86_64                  105/143
  Cleanup          : gdk-pixbuf2-2.42.6-6.el9_6.x86_64                  106/143
  Cleanup          : libsoup-2.72.0-12.el9_7.5.x86_64                   107/143
  Running scriptlet: systemd-udev-252-55.0.3.el9_7.8.x86_64             108/143
  Cleanup          : systemd-udev-252-55.0.3.el9_7.8.x86_64             108/143
  Running scriptlet: systemd-udev-252-55.0.3.el9_7.8.x86_64             108/143
  Cleanup          : webkit2gtk3-jsc-2.50.4-1.el9_7.x86_64              109/143
  Running scriptlet: kernel-tools-5.14.0-611.47.1.el9_7.x86_64          110/143
  Cleanup          : kernel-tools-5.14.0-611.47.1.el9_7.x86_64          110/143
  Running scriptlet: kernel-tools-5.14.0-611.47.1.el9_7.x86_64          110/143
  Cleanup          : PackageKit-glib-1.2.6-1.0.1.el9.x86_64             111/143
  Running scriptlet: dtrace-2.0.6-1.el9.x86_64                          112/143
  Cleanup          : dtrace-2.0.6-1.el9.x86_64                          112/143
  Running scriptlet: dtrace-2.0.6-1.el9.x86_64                          112/143
  Cleanup          : vim-enhanced-2:8.2.2637-23.0.1.el9_7.2.x86_64      113/143
  Running scriptlet: openssh-clients-8.7p1-48.0.1.el9_7.x86_64          114/143
  Cleanup          : openssh-clients-8.7p1-48.0.1.el9_7.x86_64          114/143
  Cleanup          : samba-common-4.22.4-18.el9_7.noarch                115/143
  Cleanup          : linux-firmware-whence-999:20xx0209-999.46.gitd87   116/143
  Cleanup          : kernel-headers-5.14.0-611.47.1.el9_7.x86_64        117/143
  Cleanup          : systemd-252-55.0.3.el9_7.8.x86_64                  118/143
  Running scriptlet: systemd-252-55.0.3.el9_7.8.x86_64                  118/143
  Cleanup          : e2fsprogs-libs-1.47.1-4.0.1.el9.x86_64             119/143
  Cleanup          : libss-1.47.1-4.0.1.el9.x86_64                      120/143
  Cleanup          : python3-perf-5.14.0-611.47.1.el9_7.x86_64          121/143
  Cleanup          : systemd-libs-252-55.0.3.el9_7.8.x86_64             122/143
  Cleanup          : systemd-pam-252-55.0.3.el9_7.8.x86_64              123/143
  Cleanup          : krb5-libs-1.21.1-8.0.1.el9_6.x86_64                124/143
  Cleanup          : vim-common-2:8.2.2637-23.0.1.el9_7.2.x86_64        125/143
  Cleanup          : ksplice-core0-2.0.19-1.el9.x86_64                  126/143
  Running scriptlet: ksplice-core0-2.0.19-1.el9.x86_64                  126/143
  Cleanup          : python3-3.9.25-3.0.1.el9_7.2.x86_64                127/143
  Cleanup          : perf-5.14.0-611.47.1.el9_7.x86_64                  128/143
  Cleanup          : python-unversioned-command-3.9.25-3.0.1.el9_7.2.   129/143
  Cleanup          : vim-filesystem-2:8.2.2637-23.0.1.el9_7.2.noarch    130/143
  Cleanup          : systemd-rpm-macros-252-55.0.3.el9_7.8.noarch       131/143
  Cleanup          : python3-libs-3.9.25-3.0.1.el9_7.2.x86_64           132/143
  Cleanup          : libcom_err-1.47.1-4.0.1.el9.x86_64                 133/143
  Cleanup          : libcap-2.48-10.el9.x86_64                          134/143
  Cleanup          : openssh-8.7p1-48.0.1.el9_7.x86_64                  135/143
  Cleanup          : glib2-2.68.4-18.el9_7.1.x86_64                     136/143
  Cleanup          : kernel-tools-libs-5.14.0-611.47.1.el9_7.x86_64     137/143
  Running scriptlet: kernel-tools-libs-5.14.0-611.47.1.el9_7.x86_64     137/143
  Cleanup          : libpng-2:1.6.37-12.el9_7.2.x86_64                  138/143
  Cleanup          : libldb-4.22.4-18.el9_7.x86_64                      139/143
  Cleanup          : jq-1.6-19.el9.x86_64                               140/143
  Cleanup          : vim-minimal-2:8.2.2637-23.0.1.el9_7.2.x86_64       141/143
  Cleanup          : sudo-1.9.5p2-13.el9.x86_64                         142/143
  Cleanup          : libarchive-3.5.3-7.el9_7.x86_64                    143/143
  Running scriptlet: linux-firmware-core-999:20xx0327-999.47.git85786   143/143
  Running scriptlet: ksplice-tools-2.1.0-1.el9.x86_64                   143/143
  Running scriptlet: kernel-modules-core-5.14.0-611.55.1.el9_7.x86_64   143/143
  Running scriptlet: kernel-core-5.14.0-611.55.1.el9_7.x86_64           143/143
20xx-99-99 10:14:44,619 - INFO - Processing directory: /var/cache/uptrack/Linux/x86_64
20xx-99-99 10:14:44,620 - INFO - Kept (running kernel): /var/cache/uptrack/Linux/x86_64/6.12.0-201.74.2.3.el9uek.x86_64
20xx-99-99 10:14:44,620 - INFO - Directory cleaned up successfully: /var/cache/uptrack

  Running scriptlet: kernel-uek-modules-core-6.12.0-202.76.4.3.el9uek   143/143
  Running scriptlet: kernel-uek-core-6.12.0-202.76.4.3.el9uek.x86_64    143/143
20xx-99-99 10:21:56,501 - INFO - Processing directory: /var/cache/uptrack/Linux/x86_64
20xx-99-99 10:21:56,504 - INFO - Kept (running kernel): /var/cache/uptrack/Linux/x86_64/6.12.0-201.74.2.3.el9uek.x86_64
20xx-99-99 10:21:56,504 - INFO - Directory cleaned up successfully: /var/cache/uptrack

  Running scriptlet: kernel-uek-modules-6.12.0-202.76.4.3.el9uek.x86_   143/143
  Running scriptlet: kernel-modules-5.14.0-611.55.1.el9_7.x86_64        143/143
  Running scriptlet: microcode_ctl-4:20250812-1.20xx0210.1.0.1.el9_7.   143/143
  Running scriptlet: dtrace-2.0.7-4.el9.x86_64                          143/143
Warning: The unit file, source configuration file or drop-ins of dtprobed.service changed on disk. Run 'systemctl daemon-reload' to reload units.

  Running scriptlet: ksplice-2.1.0-1.el9.x86_64                         143/143
Enabling and starting the ksplice-agent.timer systemd service.
There are no existing modules on disk that need basename migration.
The new systemd service - ksplice-agent.service will be started

  Running scriptlet: libarchive-3.5.3-7.el9_7.x86_64                    143/143
  Verifying        : kernel-5.14.0-611.55.1.el9_7.x86_64                  1/143
  Verifying        : kernel-core-5.14.0-611.55.1.el9_7.x86_64             2/143
  Verifying        : kernel-modules-5.14.0-611.55.1.el9_7.x86_64          3/143
  Verifying        : kernel-modules-core-5.14.0-611.55.1.el9_7.x86_64     4/143
  Verifying        : kernel-devel-5.14.0-611.55.1.el9_7.x86_64            5/143
  Verifying        : kernel-uek-6.12.0-202.76.4.3.el9uek.x86_64           6/143
  Verifying        : kernel-uek-core-6.12.0-202.76.4.3.el9uek.x86_64      7/143
  Verifying        : kernel-uek-modules-6.12.0-202.76.4.3.el9uek.x86_     8/143
  Verifying        : kernel-uek-modules-core-6.12.0-202.76.4.3.el9uek     9/143
  Verifying        : kernel-uek-modules-desktop-6.12.0-202.76.4.3.el9    10/143
  Verifying        : kernel-uek-modules-extra-netfilter-6.12.0-202.76    11/143
  Verifying        : kernel-uek-modules-usb-6.12.0-202.76.4.3.el9uek.    12/143
  Verifying        : kernel-uek-modules-wireless-6.12.0-202.76.4.3.el    13/143
  Verifying        : ksplice-2.1.0-1.el9.x86_64                          14/143
  Verifying        : ksplice-2.0.19-1.el9.x86_64                         15/143
  Verifying        : ksplice-core0-2.1.0-1.el9.x86_64                    16/143
  Verifying        : ksplice-core0-2.0.19-1.el9.x86_64                   17/143
  Verifying        : ksplice-tools-2.1.0-1.el9.x86_64                    18/143
  Verifying        : ksplice-tools-2.0.19-1.el9.x86_64                   19/143
  Verifying        : oci-utils-0.14.0-18.el9.noarch                      20/143
  Verifying        : oci-utils-0.14.0-17.el9.noarch                      21/143
  Verifying        : python39-oci-sdk-2.175.0-1.0.1.el9.x86_64           22/143
  Verifying        : python39-oci-sdk-2.170.0-1.el9.x86_64               23/143
  Verifying        : glib2-2.68.4-18.el9_7.2.x86_64                      24/143
  Verifying        : glib2-2.68.4-18.el9_7.1.x86_64                      25/143
  Verifying        : iwl100-firmware-999:39.31.5.1-999.47.el9.noarch     26/143
  Verifying        : iwl100-firmware-999:39.31.5.1-999.46.el9.noarch     27/143
  Verifying        : iwl1000-firmware-999:39.31.5.1-999.47.el9.noarch    28/143
  Verifying        : iwl1000-firmware-999:39.31.5.1-999.46.el9.noarch    29/143
  Verifying        : iwl105-firmware-999:18.168.6.1-999.47.el9.noarch    30/143
  Verifying        : iwl105-firmware-999:18.168.6.1-999.46.el9.noarch    31/143
  Verifying        : iwl135-firmware-999:18.168.6.1-999.47.el9.noarch    32/143
  Verifying        : iwl135-firmware-999:18.168.6.1-999.46.el9.noarch    33/143
  Verifying        : iwl2000-firmware-999:18.168.6.1-999.47.el9.noarc    34/143
  Verifying        : iwl2000-firmware-999:18.168.6.1-999.46.el9.noarc    35/143
  Verifying        : iwl2030-firmware-999:18.168.6.1-999.47.el9.noarc    36/143
  Verifying        : iwl2030-firmware-999:18.168.6.1-999.46.el9.noarc    37/143
  Verifying        : iwl3160-firmware-999:25.30.13.0-999.47.el9.noarc    38/143
  Verifying        : iwl3160-firmware-999:25.30.13.0-999.46.el9.noarc    39/143
  Verifying        : iwl5000-firmware-999:8.83.5.1_1-999.47.el9.noarc    40/143
  Verifying        : iwl5000-firmware-999:8.83.5.1_1-999.46.el9.noarc    41/143
  Verifying        : iwl5150-firmware-999:8.24.2.2-999.47.el9.noarch     42/143
  Verifying        : iwl5150-firmware-999:8.24.2.2-999.46.el9.noarch     43/143
  Verifying        : iwl6000g2a-firmware-999:18.168.6.1-999.47.el9.no    44/143
  Verifying        : iwl6000g2a-firmware-999:18.168.6.1-999.46.el9.no    45/143
  Verifying        : iwl6050-firmware-999:41.28.5.1-999.47.el9.noarch    46/143
  Verifying        : iwl6050-firmware-999:41.28.5.1-999.46.el9.noarch    47/143
  Verifying        : iwl7260-firmware-999:25.30.13.0-999.47.el9.noarc    48/143
  Verifying        : iwl7260-firmware-999:25.30.13.0-999.46.el9.noarc    49/143
  Verifying        : iwlax2xx-firmware-999:20xx0327-999.47.el9.noarch    50/143
  Verifying        : iwlax2xx-firmware-999:20xx0209-999.46.el9.noarch    51/143
  Verifying        : kernel-tools-5.14.0-611.55.1.el9_7.x86_64           52/143
  Verifying        : kernel-tools-5.14.0-611.47.1.el9_7.x86_64           53/143
  Verifying        : kernel-tools-libs-5.14.0-611.55.1.el9_7.x86_64      54/143
  Verifying        : kernel-tools-libs-5.14.0-611.47.1.el9_7.x86_64      55/143
  Verifying        : krb5-libs-1.21.1-9.0.1.el9_7.x86_64                 56/143
  Verifying        : krb5-libs-1.21.1-8.0.1.el9_6.x86_64                 57/143
  Verifying        : libarchive-3.5.3-9.el9_7.x86_64                     58/143
  Verifying        : libarchive-3.5.3-7.el9_7.x86_64                     59/143
  Verifying        : libcap-2.48-10.el9_7.1.x86_64                       60/143
  Verifying        : libcap-2.48-10.el9.x86_64                           61/143
  Verifying        : libldb-4.22.4-20.el9_7.x86_64                       62/143
  Verifying        : libldb-4.22.4-18.el9_7.x86_64                       63/143
  Verifying        : libpng-2:1.6.37-12.el9_7.4.x86_64                   64/143
  Verifying        : libpng-2:1.6.37-12.el9_7.2.x86_64                   65/143
  Verifying        : libsmbclient-4.22.4-20.el9_7.x86_64                 66/143
  Verifying        : libsmbclient-4.22.4-18.el9_7.x86_64                 67/143
  Verifying        : libwbclient-4.22.4-20.el9_7.x86_64                  68/143
  Verifying        : libwbclient-4.22.4-18.el9_7.x86_64                  69/143
  Verifying        : linux-firmware-999:20xx0327-999.47.git85786b44.e    70/143
  Verifying        : linux-firmware-999:20xx0209-999.46.gitd87f4693.e    71/143
  Verifying        : linux-firmware-core-999:20xx0327-999.47.git85786    72/143
  Verifying        : linux-firmware-core-999:20xx0209-999.46.gitd87f4    73/143
  Verifying        : linux-firmware-whence-999:20xx0327-999.47.git857    74/143
  Verifying        : linux-firmware-whence-999:20xx0209-999.46.gitd87    75/143
  Verifying        : microcode_ctl-4:20250812-1.20xx0210.1.0.1.el9_7.    76/143
  Verifying        : microcode_ctl-4:20250812-1.20251111.1.0.1.el9_7.    77/143
  Verifying        : openssh-8.7p1-49.0.1.el9_7.x86_64                   78/143
  Verifying        : openssh-8.7p1-48.0.1.el9_7.x86_64                   79/143
  Verifying        : openssh-clients-8.7p1-49.0.1.el9_7.x86_64           80/143
  Verifying        : openssh-clients-8.7p1-48.0.1.el9_7.x86_64           81/143
  Verifying        : openssh-server-8.7p1-49.0.1.el9_7.x86_64            82/143
  Verifying        : openssh-server-8.7p1-48.0.1.el9_7.x86_64            83/143
  Verifying        : python3-3.9.25-3.0.1.el9_7.3.x86_64                 84/143
  Verifying        : python3-3.9.25-3.0.1.el9_7.2.x86_64                 85/143
  Verifying        : python3-libs-3.9.25-3.0.1.el9_7.3.x86_64            86/143
  Verifying        : python3-libs-3.9.25-3.0.1.el9_7.2.x86_64            87/143
  Verifying        : samba-client-libs-4.22.4-20.el9_7.x86_64            88/143
  Verifying        : samba-client-libs-4.22.4-18.el9_7.x86_64            89/143
  Verifying        : samba-common-4.22.4-20.el9_7.noarch                 90/143
  Verifying        : samba-common-4.22.4-18.el9_7.noarch                 91/143
  Verifying        : samba-common-libs-4.22.4-20.el9_7.x86_64            92/143
  Verifying        : samba-common-libs-4.22.4-18.el9_7.x86_64            93/143
  Verifying        : sudo-1.9.5p2-15.el9_7.x86_64                        94/143
  Verifying        : sudo-1.9.5p2-13.el9.x86_64                          95/143
  Verifying        : systemd-252-55.0.3.el9_7.9.x86_64                   96/143
  Verifying        : systemd-252-55.0.3.el9_7.8.x86_64                   97/143
  Verifying        : systemd-libs-252-55.0.3.el9_7.9.x86_64              98/143
  Verifying        : systemd-libs-252-55.0.3.el9_7.8.x86_64              99/143
  Verifying        : systemd-pam-252-55.0.3.el9_7.9.x86_64              100/143
  Verifying        : systemd-pam-252-55.0.3.el9_7.8.x86_64              101/143
  Verifying        : systemd-rpm-macros-252-55.0.3.el9_7.9.noarch       102/143
  Verifying        : systemd-rpm-macros-252-55.0.3.el9_7.8.noarch       103/143
  Verifying        : systemd-udev-252-55.0.3.el9_7.9.x86_64             104/143
  Verifying        : systemd-udev-252-55.0.3.el9_7.8.x86_64             105/143
  Verifying        : vim-filesystem-2:8.2.2637-23.0.1.el9_7.3.noarch    106/143
  Verifying        : vim-filesystem-2:8.2.2637-23.0.1.el9_7.2.noarch    107/143
  Verifying        : vim-minimal-2:8.2.2637-23.0.1.el9_7.3.x86_64       108/143
  Verifying        : vim-minimal-2:8.2.2637-23.0.1.el9_7.2.x86_64       109/143
  Verifying        : PackageKit-1.2.6-2.0.1.el9_7.x86_64                110/143
  Verifying        : PackageKit-1.2.6-1.0.1.el9.x86_64                  111/143
  Verifying        : PackageKit-glib-1.2.6-2.0.1.el9_7.x86_64           112/143
  Verifying        : PackageKit-glib-1.2.6-1.0.1.el9.x86_64             113/143
  Verifying        : gdk-pixbuf2-2.42.6-6.el9_7.1.x86_64                114/143
  Verifying        : gdk-pixbuf2-2.42.6-6.el9_6.x86_64                  115/143
  Verifying        : jq-1.6-19.el9_7.0.2.x86_64                         116/143
  Verifying        : jq-1.6-19.el9.x86_64                               117/143
  Verifying        : kernel-headers-5.14.0-611.55.1.el9_7.x86_64        118/143
  Verifying        : kernel-headers-5.14.0-611.47.1.el9_7.x86_64        119/143
  Verifying        : libsoup-2.72.0-12.el9_7.6.x86_64                   120/143
  Verifying        : libsoup-2.72.0-12.el9_7.5.x86_64                   121/143
  Verifying        : perf-5.14.0-611.55.1.el9_7.x86_64                  122/143
  Verifying        : perf-5.14.0-611.47.1.el9_7.x86_64                  123/143
  Verifying        : python-unversioned-command-3.9.25-3.0.1.el9_7.3.   124/143
  Verifying        : python-unversioned-command-3.9.25-3.0.1.el9_7.2.   125/143
  Verifying        : python3-perf-5.14.0-611.55.1.el9_7.x86_64          126/143
  Verifying        : python3-perf-5.14.0-611.47.1.el9_7.x86_64          127/143
  Verifying        : vim-common-2:8.2.2637-23.0.1.el9_7.3.x86_64        128/143
  Verifying        : vim-common-2:8.2.2637-23.0.1.el9_7.2.x86_64        129/143
  Verifying        : vim-enhanced-2:8.2.2637-23.0.1.el9_7.3.x86_64      130/143
  Verifying        : vim-enhanced-2:8.2.2637-23.0.1.el9_7.2.x86_64      131/143
  Verifying        : webkit2gtk3-jsc-2.52.3-0.el9_7.1.x86_64            132/143
  Verifying        : webkit2gtk3-jsc-2.50.4-1.el9_7.x86_64              133/143
  Verifying        : dtrace-2.0.7-4.el9.x86_64                          134/143
  Verifying        : dtrace-2.0.6-1.el9.x86_64                          135/143
  Verifying        : e2fsprogs-1.47.1-4.0.2.el9.x86_64                  136/143
  Verifying        : e2fsprogs-1.47.1-4.0.1.el9.x86_64                  137/143
  Verifying        : e2fsprogs-libs-1.47.1-4.0.2.el9.x86_64             138/143
  Verifying        : e2fsprogs-libs-1.47.1-4.0.1.el9.x86_64             139/143
  Verifying        : libcom_err-1.47.1-4.0.2.el9.x86_64                 140/143
  Verifying        : libcom_err-1.47.1-4.0.1.el9.x86_64                 141/143
  Verifying        : libss-1.47.1-4.0.2.el9.x86_64                      142/143
  Verifying        : libss-1.47.1-4.0.1.el9.x86_64                      143/143

Upgraded:
  PackageKit-1.2.6-2.0.1.el9_7.x86_64
  PackageKit-glib-1.2.6-2.0.1.el9_7.x86_64
  dtrace-2.0.7-4.el9.x86_64
  e2fsprogs-1.47.1-4.0.2.el9.x86_64
  e2fsprogs-libs-1.47.1-4.0.2.el9.x86_64
  gdk-pixbuf2-2.42.6-6.el9_7.1.x86_64
  glib2-2.68.4-18.el9_7.2.x86_64
  iwl100-firmware-999:39.31.5.1-999.47.el9.noarch
  iwl1000-firmware-999:39.31.5.1-999.47.el9.noarch
  iwl105-firmware-999:18.168.6.1-999.47.el9.noarch
  iwl135-firmware-999:18.168.6.1-999.47.el9.noarch
  iwl2000-firmware-999:18.168.6.1-999.47.el9.noarch
  iwl2030-firmware-999:18.168.6.1-999.47.el9.noarch
  iwl3160-firmware-999:25.30.13.0-999.47.el9.noarch
  iwl5000-firmware-999:8.83.5.1_1-999.47.el9.noarch
  iwl5150-firmware-999:8.24.2.2-999.47.el9.noarch
  iwl6000g2a-firmware-999:18.168.6.1-999.47.el9.noarch
  iwl6050-firmware-999:41.28.5.1-999.47.el9.noarch
  iwl7260-firmware-999:25.30.13.0-999.47.el9.noarch
  iwlax2xx-firmware-999:20xx0327-999.47.el9.noarch
  jq-1.6-19.el9_7.0.2.x86_64
  kernel-headers-5.14.0-611.55.1.el9_7.x86_64
  kernel-tools-5.14.0-611.55.1.el9_7.x86_64
  kernel-tools-libs-5.14.0-611.55.1.el9_7.x86_64
  krb5-libs-1.21.1-9.0.1.el9_7.x86_64
  ksplice-2.1.0-1.el9.x86_64
  ksplice-core0-2.1.0-1.el9.x86_64
  ksplice-tools-2.1.0-1.el9.x86_64
  libarchive-3.5.3-9.el9_7.x86_64
  libcap-2.48-10.el9_7.1.x86_64
  libcom_err-1.47.1-4.0.2.el9.x86_64
  libldb-4.22.4-20.el9_7.x86_64
  libpng-2:1.6.37-12.el9_7.4.x86_64
  libsmbclient-4.22.4-20.el9_7.x86_64
  libsoup-2.72.0-12.el9_7.6.x86_64
  libss-1.47.1-4.0.2.el9.x86_64
  libwbclient-4.22.4-20.el9_7.x86_64
  linux-firmware-999:20xx0327-999.47.git85786b44.el9.noarch
  linux-firmware-core-999:20xx0327-999.47.git85786b44.el9.noarch
  linux-firmware-whence-999:20xx0327-999.47.git85786b44.el9.noarch
  microcode_ctl-4:20250812-1.20xx0210.1.0.1.el9_7.noarch
  oci-utils-0.14.0-18.el9.noarch
  openssh-8.7p1-49.0.1.el9_7.x86_64
  openssh-clients-8.7p1-49.0.1.el9_7.x86_64
  openssh-server-8.7p1-49.0.1.el9_7.x86_64
  perf-5.14.0-611.55.1.el9_7.x86_64
  python-unversioned-command-3.9.25-3.0.1.el9_7.3.noarch
  python3-3.9.25-3.0.1.el9_7.3.x86_64
  python3-libs-3.9.25-3.0.1.el9_7.3.x86_64
  python3-perf-5.14.0-611.55.1.el9_7.x86_64
  python39-oci-sdk-2.175.0-1.0.1.el9.x86_64
  samba-client-libs-4.22.4-20.el9_7.x86_64
  samba-common-4.22.4-20.el9_7.noarch
  samba-common-libs-4.22.4-20.el9_7.x86_64
  sudo-1.9.5p2-15.el9_7.x86_64
  systemd-252-55.0.3.el9_7.9.x86_64
  systemd-libs-252-55.0.3.el9_7.9.x86_64
  systemd-pam-252-55.0.3.el9_7.9.x86_64
  systemd-rpm-macros-252-55.0.3.el9_7.9.noarch
  systemd-udev-252-55.0.3.el9_7.9.x86_64
  vim-common-2:8.2.2637-23.0.1.el9_7.3.x86_64
  vim-enhanced-2:8.2.2637-23.0.1.el9_7.3.x86_64
  vim-filesystem-2:8.2.2637-23.0.1.el9_7.3.noarch
  vim-minimal-2:8.2.2637-23.0.1.el9_7.3.x86_64
  webkit2gtk3-jsc-2.52.3-0.el9_7.1.x86_64
Installed:
  kernel-5.14.0-611.55.1.el9_7.x86_64
  kernel-core-5.14.0-611.55.1.el9_7.x86_64
  kernel-devel-5.14.0-611.55.1.el9_7.x86_64
  kernel-modules-5.14.0-611.55.1.el9_7.x86_64
  kernel-modules-core-5.14.0-611.55.1.el9_7.x86_64
  kernel

最後に

記事の内容はCC BY-SA 4.0(著作者の情報とCCライセンス継承はお願いします。商用利用・改変・再配布は問題なし)です。

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?