Hi, A few weeks ago I wrote a bug against the blkid command, https://bugzilla.redhat.com/show_bug.cgi. I am still having trouble with blkid, this time it's in a VM (VirtualBox) while upgrading from FC32 to FC33. blkid is at the util-linux-2.35.1-4.fc32.x86_64 level running on kernel 5.6.0-0.rc1.git0.1.fc32.x86_64. The install has been running for 16+ hours now and appears to be hung in the kernel upgrade: Running scriptlet: libreoffice-data-1:6.4.0.3-2.fc32.noarch 881/881 Running scriptlet: pulseaudio-13.99.1-1.fc33.x86_64 881/881 Running scriptlet: libwbclient-2:4.12.0-0.2.rc3.fc33.1.x86_64 881/881 Running scriptlet: kernel-core-5.6.0-0.rc2.git3.1.fc33.x86_64 881/881 Here's what pstree says about the dnf process: dnf,5606 /bin/dnf --nogpgcheck upgrade └─sh,8400 /var/tmp/rpm-tmp.wMjFt5 2 └─kernel-install,8401 /bin/kernel-install add 5.6.0-0.rc2.git3.1.fc33.x86_64 /lib/modules/5.6.0-0.rc2.git3.1.fc33.x86_64/vmlinuz └─50-dracut.insta,8489 /usr/lib/kernel/install.d/50-dracut.install add 5.6.0-0.rc2.git3.1.fc33.x86_64 ... └─dracut,8490 -p /bin/dracut -f /boot/initramfs-5.6.0-0.rc2.git3.1.fc33.x86_64.img 5.6.0-0.rc2.git3.1.fc33.x86_64 ├─cat,8509 └─dracut,8660 -p /bin/dracut -f /boot/initramfs-5.6.0-0.rc2.git3.1.fc33.x86_64.img 5.6.0-0.rc2.git3.1.fc33.x86_64 └─dracut,8661 -p /bin/dracut -f /boot/initramfs-5.6.0-0.rc2.git3.1.fc33.x86_64.img 5.6.0-0.rc2.git3.1.fc33.x86_64 ├─blkid,8662 -u filesystem -o export -- /dev/sda3 └─dracut,8663 -p /bin/dracut -f /boot/initramfs-5.6.0-0.rc2.git3.1.fc33.x86_64.img 5.6.0-0.rc2.git3.1.fc33.x86_64 I have done "strace -xvfp <pid>" on all the processes listed. NONE are running. ALL "say" they're waiting on a system call like wait or read except for the blkid process which reports NOTHING. I tried killing the blkid process but that just schedules, IIRC, a kill signal against it's process but since that process doesn't seem to be getting any cpu time, the kill will NEVER complete. I'm not sure what to do at this point. Write another bug report? Best regards, George... _______________________________________________ test mailing list -- test@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to test-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/test@xxxxxxxxxxxxxxxxxxxxxxx