this post was submitted on 21 Aug 2026
401 points (93.3% liked)
memes
22426 readers
2715 users here now
Community rules
1. Be civil
No trolling, bigotry or other insulting / annoying behaviour
2. No politics
This is non-politics community. For political memes please go to !politicalmemes@lemmy.world
3. No recent reposts
Check for reposts when posting a meme, you can only repost after 1 month
4. No bots
No bots without the express approval of the mods or the admins
5. No Spam/Ads/AI Slop
No advertisements or spam. This is an instance rule and the only way to live. We also consider AI slop to be spam in this community and is subject to removal.
A collection of some classic Lemmy memes for your enjoyment
Sister communities
- !tenforward@lemmy.world : Star Trek memes, chat and shitposts
- !lemmyshitpost@lemmy.world : Lemmy Shitposts, anything and everything goes.
- !linuxmemes@lemmy.world : Linux themed memes
- !comicstrips@lemmy.world : for those who love comic stories.
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
My record with Arch is longer than 6 months without updates, and it completed the updates fine.
My oldest install is 4 years old, and it's true, it became unbootable once. But it was my fault, for generating an initramfs without free space in /tmp, which caused it to fail. It was a quick fix once I figured it out.
All of this isn't to say rolling is as stable as Debian, of course. Rolling is inherently gonna be more unstable, and that's by design.
But if you take some care, you can actually make these rolling distros pretty stable. Hell, my servers run Arch (I'm working on migrating them to Gentoo to get rid of systemd, but I haven't yet commited to it). And I haven't had any serious breakages, even on Arch Linux ARM.
I really don't think that was your fault. A critical build process that's not checking for resources and not failing gracefully and leaving the machine unbootable is not the user's fault.
A build+install can fail for many reasons. It's actually annoying how many critical system updates on Linux don't use a staging process and a sudden power-off at the wrong time can leave the machine completely crippled.
Some distros have taken to doing a BTRFS snapshot before they start the upgrade but (a) they're far and few in between and (b) that still doesn't fix the upgrade process, it's just sweeping the problem under the carpet.
I manually triggered it, and didn't read the logs when it said it failed. That was my fault. If it fails, it will tell you. You still have the machine working until you reboot, so if you read the logs, you can clear /tmp and retry again, and the machine should be bootable again.
Linux lets you do anything, including stupid things. I'd say doing stupid things is the fastest way to learn about it, though.
The same issue would have happened even on Ubuntu, as it uses the same tools as Arch for generating the initramfs. I don't consider it an Arch or Linux issue, just a user mistake. It won't happen normally, unless you manually trigger it.
I'm starting to sound like a broken record but since nobody else has mentioned it yet: atomic/immutable distros often use something called rpm-ostree, which stages updates for the next boot. Updates are "atomic", so you can't end up with a corrupt partial update, even if you pull the power mid-update (in which case it will just stay on the current version). Everybody gets the same base image, so your OS won't diverge over time and end up like some frankenstein mess that. It's all super cool tech.
Why are you trying to get rid of systemd on your servers?
Why wouldn't you? OpenRC FTW.
Cuz it's annoying to work with (it usually breaks stuff because it's purposefully incompatible, and they have to force their way), it's slower than alternatives, it is a mess, and I don't like its philosophy.
SystemD is the Windows of Linux, and it has already brought enough problems. Sadly, all the major distros went all in on it, so a lot of software is developed with increasing dependency on SystemD's non standard systems.
Also I don't trust Poettering at all. This guy is antithetical to free, open and standard software, and he himself has said it.
And on top of all that, they went and folded so quickly to implement stuff like age verification when Linux wasn't even tied by those laws. Their excuse was that they were doing it to set a good precedent and a safe standard for it on Linux, but their implementation was unsafe and flawed. When pointed out, Poettering himself said that why bother with security, because that data is "not important".
TL;DR: I have many concerns with SystemD's management and philosophy, and their software often breaks, causes issues, isn't compliant with standards, has security holes and is slow.