Fork time? Maybe all the anti-systemd zealots were right all along…

Edit: To address whether it is likely that this change will affect users: Gnome is planning a stronger dependence on userdb, the part of systemd where this change is being implemented. https://blogs.gnome.org/adrianvovk/2025/06/10/gnome-systemd-dependencies/

Final Edit: The PR has been merged into main.

  • Geki@lemmy.ml
    link
    fedilink
    arrow-up
    7
    ·
    3 hours ago

    Why do the rest of us have to have this shit added in our systems just because some Yankees (and Brazil) passed some bills? My country has already said they won’t be doing any age verification shit. I’m starting to think there’s some big conspiracy here that FOSS isn’t as independent as we believe it is.

    • Magiilaro@feddit.org
      link
      fedilink
      arrow-up
      2
      ·
      1 hour ago

      Germany has effectivly the same law, active since december 2025, and I am sure more countries will intruduce such laws soon. Linux Distributions have to be compliant with this laws, if we like it or not.

  • udc@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 hour ago

    I don’t understand. What’s systemd got anything to do with age?

  • mazzilius_marsti@lemmy.world
    link
    fedilink
    arrow-up
    4
    ·
    4 hours ago

    I’m a noob when it comes to deep linux stuff.

    So how does this affect end users and are we at risk of leaking personal info? It looks to me they are adding a birthDate field along with other meta data. Will these metadata be sent to whatever local authorities or whatever data hoarder on the web (like Google) without user consent?

    I meant what stops me from listing false info like: Name: Biggus Dickus DOB: 06/09/1969 Nationality: Spartan …etc. ?

    I usually use systemd for stuff like hibernate/suspend, e.g.

    systemd suspend

    and if on i3wm, I edit configs for sleep and lid close in /etc/systemd/sleep.conf

    Are these affected too?.

  • Skullgrid@lemmy.world
    link
    fedilink
    arrow-up
    25
    ·
    edit-2
    7 hours ago

    Final Edit: The PR has been merged into main.

    Fucking hell. All he had to do was fucking nothing, the bastard.

    https://theanarchistlibrary.org/library/revoluciana-facing-fascism-sabotage

    Sabotage sounds spicy. It sounds dangerous.

    And yet, the underlying concept is simply this: inefficiency.

    I told you last time, make every inch have its cost.

    Resistance does not have to be violent, and that’s not something I’m advocating here. Resistance is the word no. Resistance is standing in place. Resistance is pushing.

    Resistance is the albatross around the neck of your opposition. Resistance is the anchor that drags along the sea floor.

    Here are some incredibly mundane but effective examples from the manual:

    Make mistakes with purchasing travel tickets

    Make engineering mistakes

    Make long speeches and waste time

    Act ignorant, or ask a lot of questions: if you’re not familiar with the concept of sea-lioning, you should really learn it

    Take longer to do your work

    Even if you’re terrified of doing more, this is simply a place to start.

    You are someone and you have a responsibility to do something.

    You cannot make it easier for the fascists to achieve their goals. You can’t do it today, and you can’t do it later if they claim authority. You must stand in the way of oppression.

    This is fucking horseshit. I’m turning against fucking systemd , and I had no fucking opinion before, now it’s completely clear they’re a bunch of 1940s IBM wannabees.

    EDIT : What a surprise, the fucker that wrote the PR works for IBM and “A Medical Malpractice company” and the one that merged it works for Microsoft.

    • DFX4509B@lemmy.wtf
      link
      fedilink
      English
      arrow-up
      1
      ·
      8 minutes ago

      Alt-init distros exist but it’s only a matter of time before either they’re screwed or age-gating goes down to firmware or hardware level.

    • Agent641@lemmy.world
      link
      fedilink
      arrow-up
      1
      ·
      edit-2
      2 hours ago

      Just use something simple with systemd. The Linux community is its own worst enemy, in inviting people to come to Linux because it’s so simple and beginner friendly, then the trap snaps shut and they tell you to pick a distro and all you have to do is decide on either gnome, plasma or cinnamon, and between arch and debian and ubuntu, and between snap and Flatpack, between Vim, Emacs, nano, and micro, between Wayland and the other one, between systemd and violent self-fellagelation, and whatever you choose, make sure it’s FOSS and exactly what the next person on the forum used and as pure as the driven snow or you’ll be bullied, belittled, and trolled by egomaniacs, elitists, and gatekeepers until you fawn like a thrashed housewife who ‘only gets hit when she fucks up’, or you give up and install windows again.

      Just use whatever works for you, makes your life easier, and avoid the Linux purity circlejerk. When it stops working for you, use something else. Go your own way.

      If you don’t know what systemd does and you aren’t affected by this, use it. If there’s closed source software you wanna run, run it. If you want to install a snap, do it. If you like using VS code, install it on your Linux, it works great. You will never be pure enough to satisfy the Linux community.

    • pedz@lemmy.ca
      link
      fedilink
      arrow-up
      3
      ·
      4 hours ago

      Most distributions use systemd but there are still distros and other unix-like operating systems that are using something else. However, they are not “user friendly” and will probably not be what most people are looking for.

      Slackware uses its own init system and never used systemd but it has the reputation of being difficult to use. Gentoo also lets users choose between systemd and OpenRC. Alpine Linux uses OpenRC too. There’s more than a dozen distros not using systemd, but again, probably not what most people want to use. It’s also possible to replace systemd with OpenRC on some distros, but it possibly, probably, might cause some quirks.

      Otherwise, there are other unix-like operating systems. Debian GNU Hurd also has its own init system but it’s not using the Linux kernel, so it’s a different beast. OpenBSD and FreeBSD also have their own init system, but not Linux. And AFAIK there’s no such thing as modern gaming on those.

      There are ways not to use systemd, but realistically speaking, it will probably not be worth it unless you’re really militant about this. I started with Slackware at the end of the 90ies, I know how to compile a kernel, and tried GNU Hurd at some point, but I will not change something unless it’s really implemented deeper into the general software. It’s frustrating that the systemd devs are “collaborating”, but we’ll see what happens after a few rounds of updates.

    • lilith267@lemmy.blahaj.zone
      link
      fedilink
      English
      arrow-up
      9
      ·
      edit-2
      6 hours ago

      SystemD isnt exactly a program but more of a group of projects, the only “core” SystemD software on most distros is the init system… Which you can run completely without SystemD’s UserDB system (the part being talked about in the post).

      Basically this means you as a user dont have to do anything but switch away from projects that depend on SystemD’s UserDB (like Gnome), not SystemD as a whole

      However if you do want to move away from SystemD as a whole you can replace your init system with another one, gentoo’s wiki is a good starting point for learning a bit more: wiki. Personally I love using openrc but of you have no need to touch init files… Dont switch

        • kieron115@startrek.website
          link
          fedilink
          English
          arrow-up
          1
          ·
          edit-2
          6 hours ago

          mine doesn’t appear to be? it says installed but disabled. unless i’m looking at the wrong service which is entirely possible.

      • kieron115@startrek.website
        link
        fedilink
        English
        arrow-up
        2
        ·
        edit-2
        6 hours ago

        Thanks for explaining it a bit more. I moved from Windows 11 to CachyOS (limine bootloader and kde plasma DE) sometime last year and that may be a bit above my paygrade right now. Based on what I’m seeing in the Arch Wiki it would seem that quite a few systemd components are in use for my distro.

  • iByteABit@lemmy.ml
    link
    fedilink
    arrow-up
    35
    ·
    9 hours ago

    Wow that’s an insane level of bootlicking, it was completely free for them to do absolutely nothing about this nonsense law and give the middle finger if asked by the US

    I didn’t care before but it turns out the systemd haters were on to something for a long time, fuck these owners for even considering this and even locking the PR to avoid valid criticism, I hope all the contributors create a fork, jump ship and never let the previous owners commit a single line of code to it

  • njordomir@lemmy.world
    link
    fedilink
    arrow-up
    9
    ·
    9 hours ago

    I am a Coloradan; I have already called all 4 cosponsors of the bill here. What can I do now? Does anyone know which orgs are fighting against this? We have a petition process to get constitutional amendments on the ballot. My dream would be to collect enough signatures to get this constitutional amendment on the next ballot but I think the deadline for submitting the text (prior to collecting sigs) is late this month:

    “No form of AI or ID-based age verification shall be used as a condition for granting Colorado residents access to a website, internet service, or operating system. Age gates that rely exclusively on user-reported age may continue to be used in their current form to inform users that a website may not be appropriate for all users. Colorado recognizes that parents are the responsible party for what their children access online and that requiring ID verification for access to computing resources or digital resources is a violation of free speech and freedom of inquiry.”

  • CrackedLinuxISO@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    33
    ·
    edit-2
    13 hours ago

    Has anyone even looked at the PR? Why is there such a big stink about adding an optional birthday field to a JSON schema? It’s opt-in and can’t be validated in any way.

    That’s like saying OpenSSL is the thin end of an anti-encryption wedge because they provide FIPS compliant modules. Or complaining that it puts your privacy at risk when you generate an SSH key and it asks for your address.

    The problem is the laws getting passed, not with software that gives people a choice about whether to comply.

    • Atomic@sh.itjust.works
      link
      fedilink
      arrow-up
      19
      ·
      9 hours ago

      Personally, I just don’t like the taste of asslicking in my distributions. Time to change to a non systemd distro.

    • skyline2@lemmy.dbzer0.comOP
      link
      fedilink
      arrow-up
      15
      ·
      9 hours ago

      Yes, the PR specifically calls out the laws as the reason for this change. The problem is BOTH the laws getting passed, and corporate interests complying in advance.

    • Brargenzilian@lemmy.org
      link
      fedilink
      English
      arrow-up
      17
      ·
      edit-2
      11 hours ago

      … can’t be validated in any way.

      I feel like this will be a problem for the future.

      Edit: another user already pointed out the “problem for the future” here.

      • CrackedLinuxISO@lemmy.dbzer0.com
        link
        fedilink
        English
        arrow-up
        3
        ·
        10 hours ago

        It definitely will be a problem, but it will be a legal problem, not a software problem. Even if the systemd devs decided to revert this commit and never collect age data, the law would still be just a shitty as it is now.

        If this law said that everyone needed to provide a phone number instead of a birthday, would everyone here be just as angry at the Bell Labs developers who wrote the GECOS standard?

    • Skullgrid@lemmy.world
      link
      fedilink
      arrow-up
      7
      ·
      edit-2
      11 hours ago

      The problem is the laws getting passed, not with software that gives people a choice about whether to comply.

      OK, but the law didn’t even get written. That asshole decided to open up and deepthroat the boot before it even entered the room.

    • kieron115@startrek.website
      link
      fedilink
      English
      arrow-up
      1
      ·
      6 hours ago

      forgive me if this is a joke, i’m not well versed in linux shit yet, but wouldn’t that only remove systemd-boot?

  • shirro@aussie.zone
    link
    fedilink
    English
    arrow-up
    3
    ·
    edit-2
    8 hours ago

    A lot of open source software is kind of ridiculous to many people. Why would you want to reverse engineer some proprietary device? Just choose one that is more open. It isn’t just about the challenge. It is also about extending freedom to do stuff as many places as possible. I might not want age verification in my operating system as its just another way to fingerprint me by big tech. And I probably won’t have it enabled or exposed. But having the option allows people to participate in the shitty, spying. predatory, manipulative, commercial hellscape version of the Internet which is increasingly facing regulation around the world. That is a freedom. Not a freedom I want but a freedom someone wants. It means they are not legally forced to use Microsoft or Apple to give all their data to the NSA and big predatory businesses.

  • SayCyberOnceMore@feddit.uk
    link
    fedilink
    English
    arrow-up
    34
    ·
    15 hours ago

    Just think of all those Azure and AWS VMs needing age verification as they’re spooled up, destroyed and receated every few minutes…