• JackbyDev@programming.dev
    link
    fedilink
    English
    arrow-up
    2
    ·
    1 month ago

    I don’t get the systemd hate. The most common complaint I see is that it’s too bloated, but Arch uses it, so what gives? Is it just that people dislike change? Like Wayland hate (not Wayland frustration)?

    • PiraHxCx@lemmy.ml
      link
      fedilink
      English
      arrow-up
      2
      ·
      edit-2
      1 month ago

      From what I heard, people hate systemd because Linus Torvald was approached by the NSA to create a backdoor on Linux, he said it wouldn’t be possible to change the kernel because there were too many eyes on it, there was a mysterious hack of kernel.org introduced a mysterious code but it was spotted and removed… well, what was the only other thing common to all Linux? The sysv-init, but it was too small, too tight, too specific for them to create a backdoor there, they needed something big, bloated, doing way more than it should do, like it was just supposed to start the system but it can also do unrelated stuff like handling DNS, and an American company shows up bringing systemd, that solved all the problems the NSA had to create a backdoor on Linux, and all distros jumped into the honeypot :)

    • The Stoned Hacker@lemmy.world
      link
      fedilink
      arrow-up
      1
      ·
      1 month ago

      So people hate on systemd because they interpret it as an init system thats gone too far and has thus violated the unix principle. in reality systemd is an entire suite of tools based around a very feature rich and robust service management suite that also includes an init system. there is something to be said about the Linux ecosystem’s reliance on systemd, but there are no comparable tools. this is why Arch uses systemd. if you dont want to use systemd, you can use distros like Arco Linux; however currently Gnome no longer works on Arco

      • Verat@sh.itjust.works
        link
        fedilink
        arrow-up
        2
        ·
        edit-2
        1 month ago

        Part of the problem with it is that it is very difficult not to use it, for instance if your code uses dbus, that makes systemd a dependency and almost all of the tools are like this. Want to use alternate software with systemd init? A-OK! want to use systemd tools without systemd init? Too bad! This inter-dependence is what I think makes it break the unix philosophy, its components dont like to be replaced or used outside of the “intended” environment of systemd init, keeping it from being replaced without breakage on lot of systems.

        On my install for instance, systemd is roped in by xdg-user-dirs (and hence steam), flatpak, fcitx5, and cups. And that is just a few. So the init system isnt a problem to me, the lack of drop-in replacements for its suite of tools is.

    • jj4211@lemmy.world
      link
      fedilink
      arrow-up
      1
      ·
      edit-2
      1 month ago

      Generally I see a few:

      • People wanting the highly deterministic, but slower behavior of the rc scripts.
      • People liking the fact that the rc startup was generally almost entirely defined in plain script files
      • Some folks criticizing certain opinionated things in systemd, as systemd delves deeper into things like capabilities and users.
      • Systemd can sometimes be a bit weird about how it does/does not capture stdout/stderr as one might guess in some situations.
      • Some folks not liking the journald angle of binary-only files

      Mainly the last point is the only one I personally find potentially aggravating, but since I never really am in a broken system without journalctl I’m not too bothered by it. I have saved myself some effort thanks to systemd including stuff that the daemons used to provide for themselves.

    • mittorn@masturbated.one
      link
      fedilink
      arrow-up
      0
      ·
      1 month ago

      @JackbyDev @nutbutter
      People dislike unwanted change. Imagine, you are using some distro for years, and after some update everything changes and you cannot configure system usual way. Many software is changing behaviour You need read tons of docs to change something or worse, while your system hang at boot.
      My first try using systemd ended in kernel hang after too much systemd’s dmesg flooding (that was slow arm board, so it’s unlikely someone might help me with debugging it)
      But yes, many people just hate systemd because it was forced change, not even because it’s too complex

      • Ferk@programming.dev
        link
        fedilink
        arrow-up
        1
        ·
        edit-2
        1 month ago

        I’d argue that the systemd trend actually is the one that’s change-adverse.

        I remember that before systemd there was a lot of innovation when it comes to init systems… the flexibility of the script-based inits made it so most distros had their own spin. And there was more diversity in components that now are part of systemd. I’d argue that ever since systemd became the de-facto standard, innovation in those areas has become niche. Distros are becoming more homogeneous and less open to changes in that sense. Some components are becoming more and more interdependent and it’s becoming harder to ship, for example, Gnome, without systemd.