this post was submitted on 27 Mar 2024
1420 points (97.1% liked)

Memes

44912 readers
2781 users here now

Rules:

  1. Be civil and nice.
  2. Try not to excessively repost, as a rule of thumb, wait at least 2 months to do it if you have to.

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 13 points 4 months ago (3 children)

I thought all systemd haters would have died by now due to old age. At this rare chance, I have a question: How did it feel to live together with actual dinosaurs?

[–] [email protected] 7 points 4 months ago

I finally gave up the hate and embraced the poeterring-ing a few years ago. Can confirm I de-aged by 15 years as a result.

[–] [email protected] 6 points 4 months ago (2 children)

Why do people hate systemd anyway? I'm not that tech-savvy but I've always used it and I don't recall ever having a problem with it

[–] [email protected] 5 points 4 months ago* (last edited 4 months ago) (2 children)

I think it's largely a combination of curmudgeons that hate change and people who are strict Unix ideologues. systemd, while being objectively better in many ways is a monolith that does more than one thing. This violates some of the Unix program philosophies (small programs that do one thing). The truth is that the script-based inits were terrible for dependency management, which is something that systemd explicitly addresses and is probably one of its greatest strengths, IMO.

EDIT: Corrected capitalization.

[–] [email protected] 2 points 4 months ago (1 children)

It's the main strength, and for that it deserves praise.

For the feature creep that goes into it, and everything hard requiring systemd stuff (way beyond just the init system) just to start, no thanks.

[–] [email protected] 1 points 4 months ago (1 children)

That's very fair. Having managed system services for custom application stacks with hard dependencies on one another, that strength is worth it to me.

I don't mean to come across as saying that the Unix philosophy is wrong. Just horses for courses. Systems where there is a likelihood of interdependent daemons should probably consider systemd. Where that's not an issue or complexity is low, more Unix-like inits can still be a solid choice because of their limited scoping and easy modification.

[–] [email protected] 3 points 4 months ago

Again, init system is OK.

Suddenly logind, networkd, resolvd, timesyncd, and every other systemd subsystem is way too much inside the one supposed init system.

[–] [email protected] 2 points 4 months ago* (last edited 4 months ago) (1 children)

On a side note, it's systemd, no damn uppercase D at the end.

[–] [email protected] 1 points 4 months ago* (last edited 4 months ago)

Good point. Fixed.

[–] [email protected] 1 points 4 months ago

It's slow and heavy, and it does too many things. It's a monolithic piece of code so big it's getting too difficult to maintain, so it has more vulnerabilities than other alternatives. It's also taking over the whole system, to the point where Linux systems will soon be Systemd/Linux instead of GNU/Linux.

It's also developed and funded mainly by Microsoft, which is also something people don't really like. Microsoft are trying to make it similar to Windows in some ways, which makes it way more difficult to debug random errors.

And it doesn't follow the UNIX guidelines, which is just the cherry on top.

[–] [email protected] 3 points 4 months ago (1 children)

Calm down Lennart. Also, upstart was better and not ancient.

[–] [email protected] 8 points 4 months ago (1 children)

Upstart was better, but even Ubuntu, who was by the creators of upstart (Canonical) decided to switch to systemd after using upstart for a bit?

[–] [email protected] 1 points 4 months ago (2 children)

Yeah, I don’t know why. Upstart really was better.

[–] [email protected] 4 points 4 months ago

What made it better?

[–] [email protected] 2 points 4 months ago

Because it was a shameless copy of SMF which is also great.