Alessandro Baggi ha scritto: > Ho un problema durante lo spegnimento del mio PC. Ho una Debian 12.4. In > poche parole ogni tanto quando lancio uno shutdown -h now o un reboot > ottengo un bel kernel panic. É casuale e capita circa due/tre volte al mese.
non so se possa centrare, ma prova ad usare systemctl per spegnere # systemctl halt # systemctl poweroff Il secondo fa le stesse cose del primo comando, ma in più toglie "corrente" se non si spegne si può usare l'opzione --force se vuoi schedularlo usa l'opzione --when per riavviare # systemctl reboot Inoltre proverei anche: $ systemctl is-system-running per verificare se il sistema è in funzione normalmente o è degradato per vedere se c'è qualcosa di annomalo $ systemctl status $ systemctl status --failed per maggiori dettagli $ man systemctl Ciao Davide -- La mia privacy non è affar tuo https://noyb.eu/it - You do not have my permission to use this email to train an AI - If you use this to train your AI than you accept to distribute under AGPL license >= 3.0 all the model trained, all the source you have used to training your model and all the source of the program that use that model

