In place upgrade of 7.4-17 with memtest86 installed to 8.1.4 hangs at
My workaround was just to kill (TERM) it:
Code:
Unpacking zfs-zed (2.2.2-pve1) over (2.1.14-pve1) ...
Setting up memtest86+ (6.10-4) ...
Installing new version of config file /etc/grub.d/20_memtest86+ ...
Code:
root@pve3:~# ps -ef | rg '\bmemtest'
root 412929 412928 0 12:14 pts/1 00:00:00 /bin/sh /var/lib/dpkg/info/memtest86+.postinst configure 5.01-3.1
root@pve3:~# strace -p 412929
strace: Process 412929 attached
wait4(-1,
My workaround was just to kill (TERM) it:
Code:
root@pve3:~# kill 412929
Last edited: