I know I’m not the only one that said this but I really can’t stand how systemd is becoming “the norm” init system for every major distro, this is bad.

it is especially bad when certain apps are built specifically for systemd, locking users behind a specific init system and compatibility issues spark because you don’t use a mainstream one , this doesn’t go with the idea of Linux, which is having “freedom” with your os, picking and choosing what goes on and off while still being usable.

I switched to artix Linux with openRC a while ago the moment systemd added code for potential age verification, they called it malicious compliance but I really didn’t like the smell of that, now I’m fighting tooth and nail with some applications because they’re systemd dependent, resulting in me creating custom scripts to mitigate their issues.

  • atzanteol@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    63
    arrow-down
    8
    ·
    2 天前

    This shit again?

    this doesn’t go with the idea of Linux, which is having “freedom” with your os, picking and choosing what goes on and off while still being usable.

    No. That’s not the “idea of Linux”. That’s your idea of Linux. I don’t see people bitching about the heavy reliance on the GNU toolchain.

    • aliceitc@lemmy.blahaj.zone
      link
      fedilink
      arrow-up
      34
      arrow-down
      1
      ·
      2 天前

      I don’t see people bitching about the heavy reliance on the GNU toolchain.

      I used to. Then I tried a GNU-less Unix for a bit, and I realised that GNU is really good, and there is a reason why most distros provide GNU.

      I really, really hate these posts about systemd. Just use whatever you want, make your own distros if you want, contribute to the distros that do what you want. That’s the freedom that Linux and OSS gives you. You have the choices. But if some options are more popular than others, often times there’s a reason!

      • Ŝan • 𐑖ƨɤ@piefed.zip
        link
        fedilink
        English
        arrow-up
        10
        arrow-down
        13
        ·
        2 天前

        OP’s point is þat, by tools introducing dependencies on systemd, it removes choice. Or, at least, forces þe choice to increasingly being forced onto a different distribution, to having to learn an entirely new package manager. It’s invasive.

        • atzanteol@sh.itjust.works
          link
          fedilink
          English
          arrow-up
          24
          arrow-down
          6
          ·
          2 天前

          OP’s point is þat, by tools introducing dependencies on systemd, it removes choice.

          Who. Fucking. Cares.

          þe

          This thorn shit is obnoxious as hell to read.

          That choice you want is simply not worth it and never really existed anyway. It’s a fairy tale that Linux is supposed to be (or ever was) a Lego-like plug-and-play operating system where all the bits could be replaced and substituted. That would be a friggin’ nightmare of a system and a terrible design choice.

          Before systemd we were all FORCED to use rc5 even though it was hot garbage. And we were FORCED to use X11R6. And we were FORCED to use glibc. And you were FORCED to install gcc to compile the Linux kernel. And now we’re being FORCED to use Wayland.

          Move on.

          • lavember@programming.dev
            link
            fedilink
            English
            arrow-up
            1
            ·
            6 小时前

            Dude do you think the only alternatives to systemd are 20 years old? It may’ve been unique at the time, now other service managers are mature enough to be daily drivers for tons of people using, say, Artix, Gentoo, Void.

            “Who. Fucking. Cares.” if you don’t care about choice, don’t assume the same for others. One of the best aspects of Linux is arguably flexibility.

          • aliceitc@lemmy.blahaj.zone
            link
            fedilink
            arrow-up
            17
            arrow-down
            1
            ·
            2 天前

            I remember when back in the days people talked shit about X11, saying that it was a pile of shit and to move to Wayland.

            Then Wayland became mainstream and you start to see the X11 nostalgics talking shit about Wayland.

            I’m so fed up with all of this. People, use what works! There will never be the perfect software, the perfect OS, the perfect library, the perfect programming language, the perfect file system, the perfect database, the perfect protocol, the perfect shell (or the perfect forum).

        • aliceitc@lemmy.blahaj.zone
          link
          fedilink
          arrow-up
          8
          ·
          2 天前

          Again, yes. But it’s not like there’s a big conspiracy to push systemd in your systems. People (developers, distro mainteners, system maintainers, …) are using it because for them it has value. It makes it easier, more reliable, whatever.

          Many OSS projects require gcc, or glib. And can work with alternative compilers or libraries, but maybe you’ll encounter some issues. By the same logic, would you say that GCC and Glib are reducing your freedom?

          And by the way I’m not saying that the premise is false. It’s true that it somewhat reduces your options. But you still have options.

          And I think that having a somewhat standardized environment is a good thing. But if you don’t, use another distro. Heck, use OpenBSD!

          (I’m using “you” but I’m not referring to you in particular, it’s an impersonal you)

    • SocialistVibes01@lemmy.ml
      link
      fedilink
      arrow-up
      6
      arrow-down
      4
      ·
      2 天前

      But people centainly will with the reliance on uutils. And it’ll be too late. How people on Lemmy of all places dont get it?

      On systemd, I don’t like it and use another init.

    • OppressedBread@lemmy.mlOP
      link
      fedilink
      arrow-up
      9
      arrow-down
      10
      ·
      2 天前

      You’re right that the GNU toolchain is massive, but the distinction lies in "modularity versus integration". GNU tools are a collection of separate programs that happen to work together, you can swap bash for zsh or ls for busybox without breaking the whole system. systemd, however, is a tightly coupled suite where the init, logging, networking, and DNS are interdependent.

      The idea of Linux isn’t just about running big software, it’s about the ability to compose a system from independent parts.

      When a single project dictates the entire stack and makes it nearly impossible to replace just one component without rewriting half the OS, that crosses the line from toolchain to platform lock-in, which is a fundamentally different threat to user freedom than a collection of large but separable GNU utilities.

      • aliceitc@lemmy.blahaj.zone
        link
        fedilink
        arrow-up
        14
        ·
        2 天前

        The idea of Linux isn’t just about running big software, it’s about the ability to compose a system from independent parts.

        This is just false. The idea of Linux is having a copyleft operating system, free as in beer and as in freedom. Full stop.

      • atzanteol@sh.itjust.works
        link
        fedilink
        English
        arrow-up
        8
        arrow-down
        2
        ·
        2 天前

        you can swap bash for zsh or ls for busybox without breaking the whole system

        Is that so? rm -f /bin/bash and reboot. I’ll wait… Go ahead. You’ll be amazed at how many thing rely on bash. Or indeed sh which is why bash runs in bourne compatible mode when executed as /bin/sh.

        The idea of Linux isn’t just about running big software, it’s about the ability to compose a system from independent parts.

        This has never been true. The Linux kernel team themselves reject this silliness with a monolithic kernel that required a very specific toolchain to even build and run. Linux has always had tight integration.

        We’ve had many competing implementations of some things (desktop environments come to mind) but that is not the same as “build a system out of Lego components” as a design goal. It’s what you get when you have no direction. It would be a very stupid design goal.

        • lavember@programming.dev
          link
          fedilink
          English
          arrow-up
          1
          ·
          6 小时前

          That is less of a hard-dependency on bash than bash being the default bourne shell for most systems, lots of programs depend on /bin/sh, which can be configured to be any bourne-compatible shell.

          Linux being monolithic doesn’t warrant other parts of the system to be also be. Linux also has very a relatively stable ABI which allows for decoupling and you already see some projects like Asterinas leverage it to build an alternative kernel that is still compatible with Linux userspace stuff.

          Having a direction is not mutually exclusive to having a decoupled system. One of the core aspects for engineering systems is being as decoupled as possible. If you think the only ‘decoupling’ Linux has is desktop environments and higher-level stuff, I cannot truly believe you have tried to tweak your system very much, and that’s perfectly fine, just don’t assume that everything has to be tightly-coupled just because you don’t see a point yourself.

          I say this having already used and daily-driven systemd alternatives for years, namely Artix with runit and dinit, and they are perfectly capable and faster, boot times were way faster. Sometimes I’ve had to write manually some service files, but it was fine. Choice is good, it’s frustrating seeing people actively speak against it when it is possible to have it without sacrificing usability.

      • Fizz@lemmy.nz
        link
        fedilink
        arrow-up
        3
        ·
        2 天前

        System d is made to work with its own modules but it’s still modular and someone can make a replacement if they want. A lot of modules are abstractions ontop of the existing solution. If you were to update the existing solution it would be a drop in.