Does anyone how how I can diagnose and fix this problem:

Sometimes, but not always, when shutting down the process does not actually complete and the computer does not turn off.

The screen turns off but the keyboard backlight is still responsive, the fan is still going and the power-on LED is lit. Because the screen is turned off I can’t interact graphically with the computer and have to just hold down the power button and do a hard reboot.

I haven’t tested it properly but I get the feeling it happens more often if I have been doing audio work.

Debian 13 GNOME 48 Intel Core Ultra 7 Laptop

  • SayCyberOnceMore@feddit.uk
    link
    fedilink
    English
    arrow-up
    2
    ·
    1 day ago

    That’s just saying that things are tripping each other up whilst trying to shutdown.

    Try sudo journalctl -b-1 --reverse

    That will show the last system log in reverse order, and might help see what’s going on.

    There’s an old bug report (notice I say report, as it’s locked and not solved - & I don’t have the link to hand) with several people saying that systemd causes this, but, it might be applications or services that have user accounts open, etc, etc…

    but… try shutting down services and unmounting any shares / filesystems that might be causing this to see if you can isolate something.

    As mentioned in the other thread, try shutting down from the command line on a new TTY (text-only screen) and see if that shows anything else.