this post was submitted on 23 Sep 2024
771 points (95.5% liked)
linuxmemes
21273 readers
1355 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!
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 fork-bomb your computer.
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
The systemd debate is basically dead. There are very few against it, but many accept it by now. Just avoid phoronix forum and some other places.
"Just avoid places that sysadmins and security guys frequent and get your opinions on systemd from memes and people running arch on home machine". Great plan.
Systemd is absolute and utter shit, especially from security perspective.
Noone was asking security guys but package maintainers.
My favorite systemd thing is booting up a box with 6 NICs where only 1 was configured during the initial setup. Second favorite is betting on whether it will hang on reboot/shutdown.
Great tool, 10/10.
My favorite was when the behavior of a USB drive in
/etc/fstab
went from "hmm it's not plugged in at boot, I'll let the user know" to "not plugged in? Abort! Abort! We can't boot!"This change over previous init behavior was especially fun on headless machines...
You could just use systemd mounts like a normal person. Fstab is for critical partitions
Hush everyone, don't tell this guy about
noauto
, it'll burst his bubbleI've never seen it used in the wild
Jesus, I mount everything manually from noauto, except root.
If nfs isn't available, I don't want my system to hang, typing mount takes 2 seconds.
Wouldn't your NFS not mount in that case? Wouldn't you want it to retry periodically? Also, what happens to your service when NFS isn't available?
Sounds like systemd mounts are better in this case (unless the device is non critical)
I mount it manually when I'm sure everything is up.
The issue is, I use this workstation to bring up the rest of my network and servers if they're down, can't have a hard dependency on nfs if it's job is to bring up nfs.
This happened to me when Debian switched from SysV to systemd. I am not the only person who experienced this (e.g., https://bbs.archlinux.org/viewtopic.php?id=147478 ).
This is not to say the systemd behavior is wrong, but it essentially changed the behavior of
fstab
. Whether this is Debian's fault, Arch's fault (per the above link), systemd's fault, or my fault is a fair question. But this committed that most egregious of sins per our Lord and Savior Torvaldsit broke my userspace.
That was a really long time ago. (2015) I don't understand why you are holding a grudge for almost 10 years. Most people have never used a system without systemd.