this post was submitted on 30 Oct 2024
-5 points (38.1% liked)

Linuxsucks

209 readers
218 users here now

Rules:

  1. FOSS advocates and Linux evangelists aren't welcome. -We ask that you block us.
  2. Moderation is heavy handed. Try to stay on topic (that is LINUXSUCKS!).
  3. No Complaining Mute the sub if users, content, or rules bother you *it's ok to report rule violations

founded 2 months ago
MODERATORS
 

off is an alias to poweroff

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 5 points 1 month ago

The response is very clear. Anoyhet user is tunning a process which blocks unelevated shutdown. You can override it with the command privided in the response. Like mentioned in a peer comment, sudo shutdown now would resuly in the immediate shutdown of the system, ignoring any interrupts. If anything else fails, interrupt power. It should start fine.

It could be a process you are running under a different user (safe), which demands you to shut it down cleanly.

Linux provides the mechanics to prevent the problem you're angry about.