this post was submitted on 11 Feb 2024
295 points (96.0% liked)
linuxmemes
21143 readers
1508 users here now
Hint: :q!
Sister communities:
- LemmyMemes: Memes
- LemmyShitpost: Anything and everything goes.
- RISA: Star Trek memes and shitposts
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 members of the community for any reason.
- 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.
- These rules are somewhat loosened when the subject is a public figure. Still, do not attack their person or incite harrassment.
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. Even if you watch it on a Linux machine.
4. No recent reposts
- Everybody uses Arch btw, can't quit Vim, and wants to interject for a moment. You can stop now.
Please report posts and comments that break these rules!
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Debian is the only distro you can setup with unattended upgrades and not have any issues or changes. Debian also has quick security patches compared to well know stability like RHEL.
I've setup Debian to host a few services in the past only to completely forget about it. It ran for years without me touching it.
Eh, updates still break things on Debian just like on Arch. It may happen less often but when you do run into problems, you're completely screwed. I updated to Debian 12 like a year ago and still haven't fixed all the issues because it's a server and reinstalling the entire OS is completely out of the question and a beyond reasonable amount of work. On Arch, stuff breaks more often but the saving grace is that everything breaks often enough that you can count on there being an up to date wiki page for whatever problems you run into. On Debian if something semi obscure breaks, that feature is gone for good if you hate format and reinstalls.
Tbf, I did eventually get everything except zoneminder (and the ability to automatically reconnect to wifi when it loses connection WITHOUT HUMAN INTERVENTION) working again on my Debian server but the fact is it 100% worked before the update.
https://wiki.debian.org/DontBreakDebian
Hmm there doesn't seem to be a section for "how do I prevent zoneminder from getting fucked and when I spend a month fucking with source code, databases, permissions, config files and everything else I can possibly think of, I can finally get it to work except the android app can't playback events but it works through browser and no one on the forums knows shit" but thanks.
I run two Debian servers since Debian 11, with unattended upgrades, never had anything break from that.
An update and a dist upgrade are two very different beasts. If anyone is advocating for unattended distribution upgrades they're mad. Especially on a production server. That is something that needs planning and testing.