Initially the bug report was shot down by systemd developer Luca Boccassi of Microsoft with:

So an option that is literally documented as saying “all files and directories created by a tmpfiles.d/ entry will be deleted”, that you knew nothing about, sounded like a “good idea”? Did you even go and look what tmpfiles.d entries you had beforehand?

Maybe don’t just run random commands that you know nothing about, while ignoring what the documentation tells you? Just a thought eh"

Good devs, good product, I’m really excited about our shitty, shitty future.

  • Lung@lemmy.world
    link
    fedilink
    arrow-up
    69
    arrow-down
    1
    ·
    edit-2
    10 months ago

    I mean that argument is ridiculous, saying that things are “documented” when the thing is literally called tmpfiles.d and the man page starts with the following explanation:

    It is mostly commonly used for volatile and temporary files and directories (such as those located under /run/, /tmp/, /var/tmp/, the API file systems such as /sys/ or /proc/, as well as some other directories below /var/).

    So basically some genius decided that its a good idea to reuse this system for creating non-tmp directories. Overall my opinion of systemd is reluctant acceptance though I always wondered why the old way was a problem. Need a service started on boot? Well, we had crontab and sysvinit with some plain files. Need a service shut down? Well that’s the kill command. I guess I don’t really know why systemd was made

    • timbuck2themoon@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      39
      arrow-down
      3
      ·
      10 months ago

      As someone who was around for the sysvinit to systemdd change, I’ll take the latter every single day and twice on Sunday.

      Terrible topic but systemd itself is a godsend IMO, warts and all.

    • cbarrick@lemmy.world
      link
      fedilink
      English
      arrow-up
      31
      ·
      10 months ago

      Exactly.

      My take is that the issue isn’t with tmpfiles.d, but rather the decision to use it for creating home directories.

    • 柊 つかさ@lemmy.world
      link
      fedilink
      arrow-up
      10
      arrow-down
      8
      ·
      10 months ago

      It is shown by non-systemd distros that systemd doesn’t really solve problems for desktop usage. When you switch away, not much changes basically. I sometimes hear that it is a different story on servers.

      • biribiri11@lemmy.ml
        link
        fedilink
        arrow-up
        5
        ·
        edit-2
        10 months ago

        I sometimes hear that it is a different story on servers.

        Wonder what their usages are, especially in a container-focused world, where most containers simply don’t have an init, and the base system just needs, at most, to have a container runtime (+/- a few other things, see: talos linux and their 130MB bare-metal ISOs).

          • biribiri11@lemmy.ml
            link
            fedilink
            arrow-up
            4
            ·
            10 months ago

            I actually do use quadlets on my server which are absolutely fantastic and hook into systemd, but I don’t see any reason why a similar init system couldn’t do similar or even contribute something like podman generate systemd but for a different init system.

  • Technus@lemmy.zip
    link
    fedilink
    arrow-up
    60
    arrow-down
    1
    ·
    10 months ago

    Someone should force this guy to read about the principle of least astonishment.

    Doesn’t surprise me that a developer from Microsoft doesn’t understand this. To this day, when I select “Update and Shut Down” in Windows, it only actually shuts the computer down about half the time.

    • Bookmeat@lemmy.world
      link
      fedilink
      arrow-up
      30
      arrow-down
      9
      ·
      10 months ago

      Hey, it’s better than the gnome developers who will just close your issue when the discussion gets “too heated” or they refuse to see your use case as valid.

        • perishthethought@lemm.ee
          link
          fedilink
          English
          arrow-up
          4
          arrow-down
          2
          ·
          10 months ago

          Yah, if a developer wants to call all/most of his users ‘idiots’, they should have someone else interact with users.

          • Technus@lemmy.zip
            link
            fedilink
            arrow-up
            14
            ·
            10 months ago

            Wanting to and actually doing it are two different things.

            The problem is that open source devs also have to be their own project managers, but those two jobs have very different skillsets.

            In regular software development, it’s the PM’s job to deal with the drama, filter the idiocy out and collect concise and actionable user stories, and let the developers just write code.

            In open source, you tend to deal with a lot of entitlement. All kinds of people, who never gave you a dime, come out out of the woodwork to yell at you over every little change. The bigger and farther reaching a project is, the more this happens, and it wears you down. I can only imagine what it’s like working on a huge project like GNOME.

            And the toxicity feeds into itself. Be kurt with one person, and suddenly it gets out that you’re an asshole to users. Then people come in expecting hostility and react defensively to every little comment. And that puts you in the same mindset.

            At the end of the day, you can’t satisfy everyone. Sometimes you gotta figure out how to tell someone their feature request is stupid and you’re not gonna work on it, especially not for free. And a lot of people need to learn to try to fix problems themselves before opening an issue. That’s kind of the whole point of open source.

    • thingsiplay@beehaw.org
      link
      fedilink
      arrow-up
      5
      ·
      10 months ago

      To this day, when I select “Update and Shut Down” in Windows, it only actually shuts the computer down about half the time.

      And that surprises you?

      • Technus@lemmy.zip
        link
        fedilink
        arrow-up
        13
        ·
        10 months ago

        At this point, no. But it’s still incredibly annoying and a little spooky when I’m laying in bed and I see my computer screen light up in the next room when it’s not supposed to.

        It’ll even wake itself from sleep when it wants to update, but it won’t start it automatically, I think because it hits the lock screen.

        I’ll probably try Linux on ir when Windows 10 hits EOL.

        • greyw0lv@lemmy.ml
          link
          fedilink
          arrow-up
          1
          ·
          10 months ago

          The instant I’m out of school im deleting my windows install. I also have the sleep mode being useless because windows just wakes up sporadically.

    • Exec@pawb.social
      link
      fedilink
      arrow-up
      2
      ·
      10 months ago

      Doesn’t surprise me that a developer from Microsoft doesn’t understand this. To this day, when I select “Update and Shut Down” in Windows, it only actually shuts the computer down about half the time.

      There are some tasks that only can be done when the majority of the system is not in use. Windows prepares the files, reboots, does its thing in a preboot environment, then it actually shuts down.

    • purplemonkeymad@programming.dev
      link
      fedilink
      arrow-up
      1
      ·
      10 months ago

      Doesn’t have to be update and shutdown, I will click shutdown and it just reboots. Even disabled fast startup, so it’s not getting a wake event just as it’s hibernating.

  • ramielrowe@lemmy.world
    link
    fedilink
    arrow-up
    42
    ·
    10 months ago

    After briefly reading about systemd’s tmpfiles.d, I have to ask why it was used to create home directories in the first place. The documentation I read said it was for volatile files. Is a users home directory considered volatile? Was this something the user set up, or the distro they were using. If the distro, this seems like a lot of ire at someone who really doesn’t deserve it.

    • NaN@lemmy.sdf.org
      link
      fedilink
      English
      arrow-up
      31
      ·
      10 months ago

      I thought the same, surely some distribution messed up.

      They didn’t. Systemd ships this file as /usr/lib/tmpfiles.d/home.conf. That is a valid configuration directory, the lowest priority, and not just an example.

      Basically it would only take effect in certain scenarios, and in most distributions it is doing nothing. Except when someone ran purge and it cleared files it had no hand in creating.

      So yeah, this was actually a big issue.

    • Lung@lemmy.world
      link
      fedilink
      arrow-up
      12
      arrow-down
      2
      ·
      10 months ago

      I guess reading the history, systemd did a better job of dependency resolution and parallel loading of startup services. Then some less interesting stuff like logins, permissions, and device management - which definitely seems out of scope. There’s been like 15 alternatives since it was made, but none of them got critical mass, and now pretty much every mainstream distro can’t run without it. Sad face

      While I’m here complaining, I really miss the days when Arch was configured from a single global file that handled many things like setting your hostname, locale, etc. I think it was dropped bc of maintenance & being not unixy enough. Kinda ironic

      • NaN@lemmy.sdf.org
        link
        fedilink
        English
        arrow-up
        4
        ·
        10 months ago

        I think it was probably dropped to be more like other Linux distributions. The BSDs put a ton of stuff in rc.conf.

      • NekkoDroid@programming.dev
        link
        fedilink
        arrow-up
        1
        ·
        10 months ago

        which definitely seems out of scope.

        Doesn’t seem out of scope for a system and service management suite. Like, the timeperiod where systemd was “just an init” was relativly brief (like half a year).

  • opfar.v30@lemmy.ml
    link
    fedilink
    arrow-up
    42
    arrow-down
    2
    ·
    10 months ago

    It’s bluca, yo.

    As a random example, here is bluca breaking suspend-then-hibernate, then being a complete asshole about it, while other systemd devs are trying to put the fire out. Do read his code reviews on the latter. yuwata and keszybz have nerves of steel.

    The current behaviour is fully expected and documented

    bluca is cancer.

    • NaN@lemmy.sdf.org
      link
      fedilink
      English
      arrow-up
      20
      arrow-down
      2
      ·
      edit-2
      10 months ago

      He’s trying to be a little Poettering.

      I always think it’s crazy when employees of companies with paying customers act like such jackasses in public.

    • doeknius_gloek@discuss.tchncs.de
      link
      fedilink
      arrow-up
      16
      ·
      10 months ago

      Funny to seem him arguing against HibernateDelaySec because of possible data loss, yet if systemd-tmpfiles purges your fucking home directory it’s “documented behaviour”. The superiority complex of some people…

  • Aatube@kbin.melroy.org
    link
    fedilink
    arrow-up
    23
    ·
    edit-2
    10 months ago

    I think we should fail --purge if no config file is specified on the command line. I see no world where an invocation without one would make sense, and it would have caught the problem here. —poettering

    And that was what they did in the patch.

  • efstajas@lemmy.world
    link
    fedilink
    arrow-up
    23
    arrow-down
    2
    ·
    edit-2
    10 months ago

    Oof, that quote is the exact brand of nerd bullshit that makes my blood boil. “Sure, it may be horribly designed, complicated, hard to understand, unnecessarily dangerous and / or extremely misleading, but you have nOT rEAd ThE dOCUmeNtATiON, therefore it’s your fault and I’m immune to your criticism”. Except this instance is even worse than that, because the documentation for that command sounds just as innocent as the command itself. But I guess obviously something called “tmpfiles” is responsible for your home folder, how couldn’t you know that?

  • Nibodhika@lemmy.world
    link
    fedilink
    arrow-up
    19
    ·
    10 months ago

    For anyone defending the dev ensure you have the version before this patch and run systemd-tmpfiles --purge just a heads up, it will delete your home because /usr/lib/tmpfiles.d/home.conf exists and lists your home as a temporary file. This is a HUGE issue, tmpfiles.d default behavior is to list /home as a temporary dir, that should NOT be the case. Their fix is also sort of bullshit, instead of removing home as a tmpdir they made it so that you need to specify which files to purge.

    • llii@discuss.tchncs.de
      link
      fedilink
      arrow-up
      8
      ·
      10 months ago

      Huh, that was my first thougth. Why is /home/ configured in systemd-tmpfiles? Seems strange for me.

      • Laser@feddit.de
        link
        fedilink
        arrow-up
        4
        ·
        10 months ago

        E.g. for quick provisioning of containers or virtual machines, this is also to make sure the required directories always exist. In a normal distribution, /home already exists, so systemd-tmpfiles does nothing, but there are cases where you want to setup a standard directory structure and this is a declarative alternative to scripts with a lot of mkdir, chmod and chown.

        The name systemd-tmpfiles is kind of historic at this point, but wasn’t changed due to backwards compatibility and all.

        • Nibodhika@lemmy.world
          link
          fedilink
          arrow-up
          6
          ·
          10 months ago

          Then those containers or virtual machines should add this or create the home as needed. Having/home listed as a tmp file on regular systems is problematic by the nature of what tmpfiles claims it does.

          • Laser@feddit.de
            link
            fedilink
            arrow-up
            2
            ·
            10 months ago

            Then those containers or virtual machines should add this or create the home as needed.

            systemd has its own containers, so this is the implementation of that requirement; “virtual machines” might use this exact binary to create home, among other directories like srv and what not. Someone at one point probably said “we always need to create these when spinning up systems, maybe systems can provide a mechanism to do that for us?” and then it was implemented.

            Having/home listed as a tmp file on regular systems is problematic by the nature of what tmpfiles claims it does.

            systemd-tmpfiles claims the following:

            systemd-tmpfiles creates, deletes, and cleans up files and directories, using the configuration file format and location specified in tmpfiles.d(5). Historically, it was designed to manage volatile and temporary files, as the name suggests, but it provides generic file management functionality and can be used to manage any kind of files.

            I rather think having a purge command was the issue here, at the very least it should print a big fat warning at what it does, better even list all affected files and directories. There’s no reason a normal user needs this and with the name of the binary, it’s totally misleading, which is an issue in these situations.

    • exu@feditown.com
      link
      fedilink
      English
      arrow-up
      2
      ·
      10 months ago

      Is that a standard systemd configuration or something enabled by a distro?

      • Nibodhika@lemmy.world
        link
        fedilink
        arrow-up
        3
        ·
        10 months ago

        I assume systemd standard since the two different distros I have (Ubuntu and Arch) have it there.

  • xantoxis@lemmy.world
    link
    fedilink
    arrow-up
    15
    ·
    10 months ago

    So an option that is literally documented as saying “all files and directories created by a tmpfiles.d/ entry will be deleted”, that you knew nothing about, sounded like a “good idea”?

    Bro, if it sounded like a good idea to someone, you didn’t fucking warn them enough. Don’t put this on them without considering what you did to confuse them.

    Also, nfn, the systemd documentation is a nightmare to read through, even if you know exactly what you’re looking for.

    (I’m still gonna keep using systemd because it’s better than the alternatives, though. OP, don’t write stuff off because 1 guy is a dick.)

    • NaN@lemmy.sdf.org
      link
      fedilink
      English
      arrow-up
      8
      ·
      edit-2
      10 months ago

      I thought surely some distribution had messed up by using this temporary files generator for /home, but that configuration is actually a file bundled with systemd and the purge would take effect even if the distribution was creating /home as part of the install (ignoring the tmpfiles config), which they pretty much all do. So yeah, any defense I had towards the dev is gone there.

  • biribiri11@lemmy.ml
    link
    fedilink
    arrow-up
    14
    ·
    edit-2
    10 months ago

    The guy replying is a total dick, and for people that like to encourage change to create software that evolves with needs, they sure do refuse to change when needs evolve.

    This is definitely just a dangerous cause of that one xkcd. At the very least, Debian unstable caught something before it could reach everyone else. That works, I guess.

  • poki@discuss.online
    link
    fedilink
    arrow-up
    17
    arrow-down
    4
    ·
    edit-2
    10 months ago

    Unfortunate. However, one bad move doesn’t justify dismissing systemd altogether.

    Do I wish for s6 and dinit to be competitive with systemd? Absolutely. Do I wish for systemd what PipeWire has been for PulseAudio? Yes, please. Do I wish that distros/DEs would be less reliant on systemd? Hell yeah! (Can I please have an rpm-based distro without systemd?)

    But, unfortunately, at least for now, systemd is the most robust and (somehow) most polished init we got. And I’m actually grateful for that.

  • palordrolap@kbin.run
    link
    fedilink
    arrow-up
    12
    ·
    edit-2
    10 months ago

    This whole saga reminds me of the time I somehow ended up with Windows 9x’s “Recent Documents” feature pointed at the root of a drive, so when I pushed the button to “clear recent documents” it dutifully started deleting all the files on the drive.

    At the time, the “Recent Documents” feature created shortcuts to, as you might guess, recently opened documents and put them in a user folder specifically for that purpose. Clearing them was only supposed to remove the shortcuts.

    Or perhaps more relevantly, that one Steam bash script that could delete things it shouldn’t under some very rare circumstances.