15
all 33 comments
sorted by: hot top controversial new old
[-] finalarbiter@lemmy.dbzer0.com 4 points 2 months ago* (last edited 2 months ago)

Fucking slop images contributed less than nothing to the article.

/etc/init.d, uh, finds a way

Logged logs logging loggily

Go off, king. Great points. I can't bring myself to give a shit about anything this person has to say if they feel the need to interject Marvel quips into their own article.

[-] Ludicrous0251@piefed.zip 4 points 2 months ago
[-] aBundleOfFerrets@sh.itjust.works 4 points 2 months ago

ew ai “””art”””

[-] frongt@lemmy.zip 2 points 2 months ago

Its success is mitigated by how difficult it makes networking with . All I want to do is write out the config and have it work. I don't want networkd or resolved mucking around with stuff. You end up having problems like this guy: https://piefed.social/c/linux/p/1796382/oddness-with-systemd-resolved

[-] northernlights@lemmy.today 1 points 2 months ago

Yeah for that I like Canonical's way with netplan. Write a very short and simple yaml, "netplan apply", 'k tx bye.

[-] corsicanguppy@lemmy.ca 1 points 2 months ago

If you shoot the competitors and reject questions and dissent, then you win. Good job, IBM !

[-] flying_sheep@lemmy.ml -1 points 2 months ago

Here we go again with the conspiracy bullshit

[-] thoralf@discuss.familie-will.at 1 points 2 months ago

I don’t think I could name one thing that systemd improved for me. But I can name at least one major annoyance that made things worse for me.

The real issue is the backwards incompatibility which essentially forced everyone to switch instead of being able to choose.

For that alone I will keep disliking it.

[-] Railcar8095@lemmy.world -1 points 2 months ago

Not specifically about systemd, but some things can't be backwards compatible because they might want to just do things different.

Nobody was forced to change, the distros saw the options and decided in favor of systemd, the same they decide a million other things.

[-] corsicanguppy@lemmy.ca 1 points 2 months ago

Nobody was forced to change,

Red hat dominated the market and pushed it on out. You must remember this, don't you?

[-] exu@feditown.com 0 points 2 months ago* (last edited 2 months ago)

I'd encourage you to go read the discussions Arch Linux and Debian had before deciding to go with systemd

Edit: fix grammar

[-] Technus@lemmy.zip 1 points 2 months ago

I honestly don't get what people were so up in arms about, besides just not wanting to change what already worked for them.

[-] namingthingsiseasy@programming.dev 3 points 2 months ago* (last edited 2 months ago)

I'm so tired of reading this stupid argument. "People only dislike systemd because they're afraid of change." No, there are plenty of other concerning issues about it. I could probably write about a lot of problems with systemd (like the fact that my work laptop never fucking shuts down properly), but here's the real issue:

Do you really think it's a good idea for Red Hat to have total control over the most important component of every mainstream distro in existence?

Let's consider an analogy: in 2008, Chrome was the shit. Everyone loved it, thought it was great and started using it, and adoption reached ~20-30% overnight. Alternatives started falling by the wayside. Then adoption accelerated thanks to shady tactics like bundling, silently changing users' default browser, marketing it everywhere and downranking websites that didn't conform to its "standards" in Google search. And next, Chrome adopted all kinds of absurdly complex standards forcing all other browser engines to shut down and adopt Chrome's engine instead because nobody could keep up with the development effort. And once they achieved world domination, then we started facing things like adblockers being banned, browser-exclusive DRM, and hardware attestation.

That's exactly what Red Hat is trying to pull in systemd. Same adoption story - started out as a nice product, definitely better than the original default (SysVInit). Then started pushing adoption aggressively by campaigning major distros to adopt it (Debian in particular). Then started absorbing other standard utilities like logind and udev. Leveraging Gnome to push systemd as a hard dependency.

Now systemd is at the world domination stage. Nobody knew what Chrome was going to do when it was at this point a decade ago, but now that we have the benefit of hindsight, we can clearly see that monoculture was clearly not a good idea. Are people so fucking stupid that they think that systemd/Red Hat will buck that trend and be benevolent curators of the open source Linux ecosystem in perpetuity? Who knows what nefarious things they could possibly do....

But there are hints, I suppose. By the way, check out Poettering's new startup: https://news.ycombinator.com/item?id=46784572

[-] adespoton@lemmy.ca 1 points 2 months ago

It uses a completely different paradigm of process chaining and management than POSIX and the underlying Unix architecture.

That’s not to say it’s bad, just a different design. It’s actually very similar to what Apple did with OS X.

On the plus side, it’s much easier to understand from a security model perspective, but it breaks some of the underlying assumptions about how scheduling and running processes works on Linux.

So: more elegant in itself, but an ugly wart on the overall systems architecture design.

[-] hoppolito@mander.xyz 1 points 2 months ago

It uses a completely different paradigm of process chaining and management than POSIX and the underlying Unix architecture.

I think that's exactly it for most people. The socket, mount, timer unit files; the path/socket activations; the After=, Wants=, Requires= dependency graph, and the overall architecture as a more unified 'event' manager are what feels really different than most everything else in the Linux world.

That coupled with the ini-style VerboseConfigurationNamesForThatOneThing and the binary journals made me choose a non-systemd distro for personal use - where I can tinker around and it all feels nice and unix-y. On the other hand I am really thankful to have systemd in the server space and for professional work.

[-] cenzorrll@piefed.ca 0 points 2 months ago

I'm not great at any init things, but systemd has made my home server stuff relatively seamless. I have two NASs that I mount, and my server starts up WAY faster than both of them, and I (stupidly) have one mount within the other. So I set requirements that nasB doesn't mount until nasA has, then docker doesn't start until after nasB is mounted. Works way better than going in after 5 minutes and remounting and restarting.

Of course, I did just double my previous storage on A, so I could migrate all of Bs stuff back. But that would require a small amount of effort.

[-] WhyJiffie@sh.itjust.works 0 points 2 months ago

what do you use as a prerequisite for the nas A mount? or does it iust keep trying in a loop?

[-] cenzorrll@piefed.ca 0 points 2 months ago

I have a wait-for-ping service that pings nas A, once it gets a successful response it tries to mount.

I lifted it from a time when I needed to ping my router because Debian had a network-online service bug. I adapted it to my nas because the network-online issue eventually got fixed and mounting my shares became the next biggest issue.

It seems like this person might have grabbed that same fix for what I eventually did because our files are...oddly almost exactly the same.

https://cweiske.de/tagebuch/systemd-wait-nfs.htm

[-] WhyJiffie@sh.itjust.works 0 points 2 months ago* (last edited 2 months ago)

thanks!

do you perhaps also have a solution for hanging accesses to network mounts when the server is inaccessible?

[-] cenzorrll@piefed.ca 1 points 2 months ago

Do you mean a hang on boot when trying to mount? For that I use the nofail option in fstab. I also use the x-systemd.automount option so if something is not mounted for whatever reason, it tries to mount it when something attempts to access it.

[-] Eldritch@piefed.world 0 points 2 months ago

Technically, sysv everything was just a file full of instructions for the shell to parse and initialize. Human readable "technically". It was simple and light weight. SystemD is a bit heavier and more complex as a system service binary. But that load and complexity is generally offset by added features that are extremely nice to have. Providing much more standardized targets and configuration iirc.

I had to search and dig trying to figure out how to set up services properly for my distro, back in the 90s. And when/how to start/restart them. There wasn't one way to do it all. SysD made it all much more standard, simple, and clear. It's biggest sin, is that it's one more binary attack surface that might be exploited.

[-] MajinBlayze@lemmy.world -1 points 2 months ago

Why are binaries uniquely attackable in a way that init scripts aren't?

[-] entropicdrift@lemmy.sdf.org -1 points 2 months ago

Nobody is packaging a standard init script across all distros, basically. A script is expected to be unique per machine or at least per admin setting up a set of machines. A binary could have a secret exploit installed in it that nobody can see/audit before it's too late.

At least that's the theory. Personally I love systemd

[-] frongt@lemmy.zip -1 points 2 months ago

Yeah, sysv init is all just scripts under the hood, and it's a bit fragile/arcane. You have to write a bunch of files by hand, reference them correctly, and place and link them in the right directories. Systemd is a bit better, I have to admit that.

[-] driving_crooner@lemmy.eco.br -1 points 2 months ago

When the drama started, the argument of my anti-systemd friend was that it goes against unix philosophy of one program do one thing only. But eventually even him turned on and become a fan.

[-] phoenixz@lemmy.ca 1 points 2 months ago

Did somebody let Lennart out again? You know he shouldn't be walking around alone outside, he's just going to get himself into trouble.

On a slightly more serious note: systemd does some things nice, a lot of things it does very badly, and it really seriously needs to stop trying to push it's grubby little fingers into every sub system out there.

All that is one thing, but the main issue with systems always seemed it's main developer, Lennart Poetteting who was never one to shy away from drama and controversy, and not in a good way.

[-] Treczoks@lemmy.world 1 points 2 months ago

Any recommendations for a good book or online resource to learn about systemd? Not "how to use it" or "ten tricks for systemd users", but how it works, what makes it tick, basically a systematic overview, end then a dive into the details.

[-] corsicanguppy@lemmy.ca 1 points 2 months ago

Diving into Systemd would be a book written by Nietzsche.

[-] Eryn6844@piefed.blahaj.zone -1 points 2 months ago

can someone please tell me how to make .mount files start at boot for smb shares ffs? is the only thing systemd is failing for me.

[-] Eggymatrix@sh.itjust.works 1 points 2 months ago

I dont know what you are doing, but I have my smb shares simply in fstab and never heard of any .mount file

this post was submitted on 20 Feb 2026
15 points (82.6% liked)

Technology

84354 readers
249 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS