goddamn generation loss-ass meme.
windows: installing updates, do not power off
me: the fuck you are dismantles laptop and rips out battery
Linux: shutdown now
me turning off the power supply: (i didn’t have anything open so hopefully it’s fine…)
On my work PC I disabled automatic restarts and I’ll just hibernate it for weeks at a time, keeping my work stuff open. Convenient, and I can install updates when I choose to.
Windows just randomly installing updates only when I’m working on something with a customer.
one of the reasons I’m moving away. pisses me off so much at work, I don’t even want it at home
My Windows is more like “I am scheduling the restart. Pray I don’t schedule it any sooner.”
Mine will do the restart and boot into Linux.
Windows Updates are always like that. Halfway through it’s got to restart, bootloader picks Linux, Windows doesn’t get to finish the other half of its update til the next time it’s chosen.
You can configure Grub to boot into whichever entry you last selected. Makes rebooting much more convenient
you know you can make it so the last used OS gets booted right?
Is Linux higher in your boot priority?
Linux is higher in any priority.
Always has been.
When I had a dualboot, that’s how I ordered it.
I like how you censored systemd
People need to learn that it’s ok to say systemd on the Internet and stop self censoring
Let’s not get carried away. Fuck and shit are ok, but I draw the line at s*****d
init.dstraight to jail
Yes, let’s keep this community family friendly. I could do without such obscenities.
One thing I’ve seen my computer do a few times: log me out, by itself. Some rare times I try and unlock back into my session, my current open and active user with my programs running, and instead I am greeted not by my desktop as it was when I locked the screen, but rather the lock screen as it was before I even logged in the first time around
I am one of lucky 10 000 Thanks
Same
same here!
This is just not true.
- Linux does have a graceful process.
- Windows’s process is not graceful
Managed to wreck my NVMe drive with an unsafe shutdown on linux the other week, gave it a few hours for the self check, booted back into the distro and has been running fine ever since.
Pretty sure windows would’ve just set the computer on fire at this point.
Meanwhile:
My W11 Pro PC: I’ll wait installing my monthly updates until you give me the okay. And I’ll wait for the reboot until you say so.
My Manjaro laptop: sorry, I couldn’t build package X. Go f*ck yourself while I provide you with no information on how to fix this.
*A manual build cache clear later*: all good! But now perform our weekly reboot.
It’s horrible, but these days Windows updates actually give me less issues AND require less reboots than Manjaro. 😞
If you want something easy, you can install one of the “Just Works” distros. Even though Manjaro advertises themself as beginner-friendly, they certainly are far from it.
Debian and PopOS are both great choices.
Or Mint
The problem there is the word “Manjaro”
Unfortunately while they market themselves as beginner friendly that’s simply not true
Linux is so strong I turn it off from the power button. Saving 5 seconds.
That’s weak. I always pull on the power cord until the plug comes out. That shuts it down in a second flat.
I was talking about a laptop with non-removable battery of course! I turn off my desktop via Zigbee remote hooked to Home Assistant which flips a Zigbee power switch that the AC power cord is hooked up to. Even faster death than going under the desk and unplugging the power cord. Even just unplugging itself takes time.
I’m a little spoiled by this. I did it on Windows and had to rebuild the boot partition.
That random systemd service waiting 1.5 minutes.
You all not suspend/hibernate?
Mine suspends immediately.
I do
yes | sudo pacman -Syu && sudo poweroff
(Update and poweroff)
“&&” will only run shutdown if the update runs correctly.
I do “;” to definitely run the shutdown after the update process exits. (Don’t want to keep the system running if nothing is happening any more.)
I do “;” to definitely run the shutdown after the update process exits.
If you’re able to successfully boot the machine afterwards is not your concern?
what’s fun in a successfully booting system? we are arch users for a reason!
Well, as I’m using Debian, maybe I’m a more cautious type.
I don’t know about arch but my system usually boots fine after an upgrade. (Gentoo here)
If the update is successful. If there are failures in critical steps, well…
You don’t need sudo to run poweroff on Arch, provided there’s no other users logged into the system
Fuck that noise
sudo shutdown 0
turn off NOW bitch!I prefer shutdown now gives me a feeling of power
Assuming you enter your password upon running
sudo
, isn’t there the risk ofsudo
’s privilege timing out ifpacman
takes too long to complete? I believe I tried something similar, intending to run a one-liner I could start then walk away from. However, I ended up returning to see the system not rebooted hours later.Or is
yes
somehow supposed to take care of this? Sorry, newish Debian user here who hasn’t ventured outside the distribution much.The command after
&&
runs only if the previous command returns non-error exit status (0), ifpacman
returns error the latter command won’t be executed.Additionally there’s probably a configuration option for
sudo
for it to not time out, but it doesn’t matter since you can just usesystemctl reboot
as a normal user to reboot your system (at least on Debian). If that’s too long I recommend to add this to your.bashrc
(if you use Bash):alias reb='systemctl reboot'
or something similar.Yes, in this
commandone liner, the system should not power off when the update took too long.Or is
yes
somehow supposed to take care of this?No,
yes
is simply answering all questions asked during the update procedure (start upgrade, replace config files, restart services) with “yes”.There’s no timeout for sudo. When permitted, a process runs as root and then closes.Also, the system will still shutdown when update fails because pipes do not care if previous commands exit with a nonzero code, unlesspipefail
is set.Edit: i’m blind.
ya’ll aint just pulling out the power plug?
I flip the breakers so I can keep the power plug connected
I flip the breaker whenever it’s time to shut down.