this post was submitted on 15 Sep 2025
36 points (97.4% liked)

Linux

66564 readers
115 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 7 years ago
MODERATORS
 

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

you are viewing a single comment's thread
view the rest of the comments
[–] muhyb@programming.dev 7 points 10 months ago (1 children)

Switch to a TTY and do "sudo poweroff". See what happens. I feel like this is more likely a systemd issue.

[–] oeuf@slrpnk.net 4 points 10 months ago (3 children)

How do I do that? Bearing in mind the display is off when this happens.

[–] muhyb@programming.dev 5 points 10 months ago (1 children)

I mean, give the shutdown command like this, not after already choosing it via menu. This way you may catch what's wrong. Also, you can check the logs when you boot next time via journalctl -b -1 but to make it easier maybe this one should be more helpful journalctl -b -1 | grep -i shutdown

[–] oeuf@slrpnk.net 2 points 10 months ago

Ah OK got you 👍

[–] Cyber@feddit.uk 3 points 10 months ago

(They meant, instead of doing your normal shutdown, open a command window and type that command instead.)

[–] HakunaHafada@lemmy.dbzer0.com 2 points 10 months ago* (last edited 10 months ago) (1 children)

I was also experiencing your same issue, just tried @muhyb@programming.dev's recommendation, and my computer shut off completely as desired.

Edit: I also opened a terminal and "sudo poweroff" and "sudo shutdown now" both work, so for me, I didn't need to switch to a TTY console.

[–] oeuf@slrpnk.net 2 points 10 months ago (1 children)

I was also experiencing your same issue, just tried @muhyb@programming.dev’s recommendation, and my computer shut off completely as desired.

Which recommendation?

[–] HakunaHafada@lemmy.dbzer0.com 1 points 10 months ago

Switching to a TTY screen and doing the sudo poweroff command. In my testing, I also found that opening a terminal in the regular desktop environment also worked.