Bugzilla – Bug 1227745
Tumbleweed 20240712 dracut loop
Last modified: 2024-07-14 22:00:00 UTC
Hi, on one of our machines `dup` installed this today: ``` The following 25 packages are going to be upgraded: ca-certificates-mozilla coreutils coreutils-doc coreutils-systemd gio-branding-openSUSE glib2-tools libgio-2_0-0 libglib-2_0-0 libgmodule-2_0-0 libgobject-2_0-0 libselinux1 libsemanage-conf libsemanage2 libsepol2 openSUSE-release openSUSE-release-ftp python3-mailman-web python311-Django python311-zipp python312-Django python312-zipp typelib-1_0-GLib-2_0 typelib-1_0-GModule-2_0 typelib-1_0-GObject-2_0 typelib-1_0-Gio-2_0 The following product is going to be upgraded: openSUSE Tumbleweed 20240709-0 -> 20240712-0 ``` It's known that the initrd tends to rebuild multiple times during an upgrade. But this time it seemed to be stuck in a loop - after 22 times of `Executing: /usr/bin/dracut --kver=6.7.1-1-default -f` I aborted with Ctrl-c: ``` ^C Trying to exit gracefully... Segmentation fault (core dumped) ``` Any ideas?
Created attachment 876044 [details] /var/log/zypp/history
Is it intended that you have 21 kernels installed on this machine? Did you intentionelly disable the purge-kernels.service?
Thank you for the pointer - `zypper purge-kernels` removed 34 kernels. It seems `purge-kernels-service` is not installed, I will repair that.