Il 06/04/25 15:44, Marco Ciampa ha scritto:
Hai provato ad usare poweroff?
which shutdown
/usr/sbin/shutdown
$ ls -l /usr/sbin/shutdown
lrwxrwxrwx 1 root root 16 feb 21 22:18 /usr/sbin/shutdown -> ../bin/systemctl
$ which poweroff
/usr/sbin/poweroff
$ ls -l /usr/sbin/poweroff
lrwxrwxrwx 1 root root 16 feb 21 22:18 /usr/sbin/poweroff -> ../bin/systemctl
Buongiorno ragazzi,
ho ricevuto un aggiornamento da un bug in cui mi è stato detto che c'è
una race condition nei moduli del kernel relativi ad md.
Inoltre mi è stato chiesto di compilare un kernel mainline (6.14 credo),
di applicare la patch e testare.
Ho compilato, installato l'immagine e i moduli, lanciato
update-initramfs -c -k 6.14.0-1-amd64, lanciato update-grub senza
ricevere errori ma al riavvio in un primo momento ottenevo:
"unable to mount rootfs on /dev/md1 or unknown-block.."
e successivamente:
mdadm: No devices listed in conf file were found
mdadm: error opening /dev/md?*: No such file or directory
e poi lancia busybox.
Dove sbaglio?
Grazie in anticipo