Spyke
db2
sopuli.xyz

Windows is doing stuff behind that splash screen too though

35
CameronDevreply
programming.dev

And arch does the exact same thing as Ubuntu :/ not sure what they are trying to say with this one.

66
CameronDevreply
programming.dev

Did you configure it that way? I'm fairly sure the default is to safely shutdown via systemd. How do disk caches get flushed, are you setup to never cache in memory, or do you just lose data?

35
lemmy.world

I don't know what I did but it does that anyway, and I think it's cool. I like to use my pc in the very very not recommended way so I'm not 100% sure if it's normal behavior, but it did that on multiple installs so it probably is

3
Freemanreply
lemmy.pub

It is. Just never says what’s hung.

Frankly It’s more like

Windows - “shut down please. No it’s fine, I’ll wait. Indefinately is fine”

Linux “ shut down please. You have 30 seconds or I’ll shut you down myself”

29

If my pc doesn't shut down when I click on the shutdown button, I just pull it out of the wall or switch off the psu depending on my mood. At this point I think it's just affraid of me

-4
lemmy.ml

You're forgetting the 10 minutes of mandatory Windows updates.

24

I think you can configure systemd to force shutdown such things in like 2 seconds which is the only way I can shut down my Thinkpad running Debian 12.

2
lemmy.world

I remember going from MS-DOS to Windows and being really annoyed that I couldn't see the loading log.

Same with Android phones in the beginning when they were still the scrappy underdog. I wanted to see machinery at work!

20

I would rather watch console output I don't understand scrolling by too fast to read than some dumb spinning dots >:[

13
lemmy.world

Wait you guys don't sudo echo o > /proc/sysrq-trigger?

15
SteveTechreply
programming.dev

I think you'd have to do echo o | sudo tee /proc/sysrq-trigger, otherwise sudo only works for the echo, not the write.

33
lemmy.sdf.org

Holy shit the reason for tee never really clicked until I saw this post. I’d used it in pasted commands, but it had always seemed superfluous.

14

It writes to a file like >, and echos it back at the same time; in this case the latter isn't needed (we're just using it to write with sudo), but it's good to know.

13
Sorrowlreply
lemmy.blahaj.zone

There's a kernel option to disable the text and it's on by default on Arch, but not on Ubuntu.

Edit: It seems that the kernel parameter is not on by default. I've always used GRUB and the text hasn't appeared for me until I've removed the quiet option in the GRUB config file so I thought it was on by default. It might be on by default with GRUB or I'm remembering wrong.

6

I'm not sure that's right. I just installed arch a few days ago, and I see that text during startup and shutdown. I didn't change any kernel options. Also, I've never seen that stuff with ubuntu, just a big ubuntu logo.

7

Correction: first image: Windows update second image: Arch Linux third image: Void Linux

1

You reached the end