I have a, honest to goodness breaks the electron flow, power switch for a reason, the shutdown command was a warning not a request.
linuxmemes
Hint: :q!
Sister communities:
Community rules (click to expand)
1. Follow the site-wide rules
- Instance-wide TOS: https://legal.lemmy.world/tos/
- Lemmy code of conduct: https://join-lemmy.org/docs/code_of_conduct.html
2. Be civil
- Understand the difference between a joke and an insult.
- Do not harrass or attack users for any reason. This includes using blanket terms, like "every user of thing".
- Don't get baited into back-and-forth insults. We are not animals.
- Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
- Bigotry will not be tolerated.
3. Post Linux-related content
- Including Unix and BSD.
- Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of
sudo
in Windows. - No porn, no politics, no trolling or ragebaiting.
4. No recent reposts
- Everybody uses Arch btw, can't quit Vim, <loves/tolerates/hates> systemd, and wants to interject for a moment. You can stop now.
5. π¬π§ Language/ΡΠ·ΡΠΊ/Sprache
- This is primarily an English-speaking community. π¬π§π¦πΊπΊπΈ
- Comments written in other languages are allowed.
- The substance of a post should be comprehensible for people who only speak English.
- Titles and post bodies written in other languages will be allowed, but only as long as the above rule is observed.
6. (NEW!) Regarding public figures
We all have our opinions, and certain public figures can be divisive. Keep in mind that this is a community for memes and light-hearted fun, not for airing grievances or leveling accusations. - Keep discussions polite and free of disparagement.
- We are never in possession of all of the facts. Defamatory comments will not be tolerated.
- Discussions that get too heated will be locked and offending comments removed. Β
Please report posts and comments that break these rules!
Important: never execute code or follow advice that you don't understand or can't verify, especially here. The word of the day is credibility. This is a meme community -- even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don't remove France.
Love it or loathe it, systemctl is trying to do the right thing with regard to stability and data preservation.
If you really mean it, the manual offers a few levels of strength beyond the plain one: -i
(don't check for busy processes, which is what's going on in the meme), -f
(force, presumably asks even less nicely), and -f -f
(don't even ask, just do it now, preservation be damned).
It should give you the option to abort the shutdown and sort out whatever process it is though! Or at least let you kill it manually from the shutdown terminal. I know you can technically do that with the emergency shell but I donβt like leaving that enabled. Thankfully I rarely get this issue anymore anyway
systemctl is trying to do the right thing
I love how this comment suggests every fucking alternative doesn't or wouldn't. That's just bloody arrogance.
Systemd's entire existence is against best coding practice. Famously, when called out just on the ability to work with others, the systemd team represented trends ably.
Never have I raged at a machine and demanded it tell me what the flying flaming fuck it was actually doing now than when systemd was trying to do what I'm charitably deciding is the right thing.
Why would be doing the right thing now? It honestly only does a thing through luck and race conditions anyway.
I'm not sure I'm a fan of systemctl either, but I think your hatred of it has caused you to read way too much into what I said.
I love how this comment suggests every fucking alternative doesnβt or wouldnβt.
How did you get that from their sentence, what the fuck?
You can do that to Windows. They may have gotten better, but I know that my friend that ran Debian Unstable back in the late '90s-'00s swore that if he didn't properly shut down the machine every year or so, it would mess up his build.
Runs debian unstable. Shuts down his machine every year or so.
For Debian, "unstable" just means "not running a five year old compiler".
ps -ax -o pid | xargs kill -9
I feel the same way when I use my turn signals. I'm not asking.
(assuming of course it's safe to follow through)
$ poweroff
kernel panics for some reason
have to use the power switch anyway
Such is life when using Linux on a laptop.
I've recently had so many random freezes of the system, hangs on shutdown, panics on shutdown, freezes in system updates, that hard reset became a thing I did several times a day. Yet there were no systemd logs, nothing in dmesg, literally zero information on what happened.
I was skeptical in blaming Nvidia because at this point it became a Linux chiche, but then I started to switch to integrated graphics (disabling dGPU) and all of the problems miraculously went away.
Same. I use nVidia on Wayland, and experience more crashes and panics than when using the iGPU. With older versions of the driver, I could consistently trigger a crash when exiting an app which used the discrete GPU (such as Steam), or by switching between a game and Firefox.
NVIDIA definitely has stability issues, newest drivers still kernel panic on resume from suspend. Only thing more you can do is try to capture debug logs with nvidia-bug-report.sh (I go in during a crash via SSH, usually the system is still responsive for a little while after), and post it to the NVIDIA Linux forums. They do actually seem to use the feedback there, NVIDIA reps respond from time to time and say they've submitted bug reports from the feedback. Otherwise, after that yeah you just do what you have to do for a usable system and wait...
Had this issue for ages. Ditched Nvidia a month ago and now everything just works.
Yeah, lol. One of the reasons my next laptop will be one intended with linux support for the start.
Why does that even happen?
Unmounting CIFS , 1:30 timeout ! I just wannatgo to bed....
I was glad my server did this the other day to make sure the data Lemmy put into my database is secure.
The culprit often filesystem sync for me...
Yes. Mounted network drives.
I think a lot of the shutdown hang problems went away when i switched to systemd automount
It isn't those for me tho. It's just BTRFS that like to hang. Auto scrub going? Hang. Auto balance? Hang. Time shift/urbackup doing back up things? Let's hang!
Meh, init 6, you coward
kill -9 1
Still faster than Windows