• forestbeasts@pawb.social
        link
        fedilink
        English
        arrow-up
        2
        ·
        edit-2
        8 hours ago

        We tossed systemd out the window on our Debian. Stuff broke when we removed /etc/machine-id.

        Turns out dbus ALSO uses it, but if it’s not in /etc, it makes its own at /var/lib/dbus/machine-id (which was symlinked to /etc/machine-id on our system).

        So we just wrote 00000000000000000000000000000000 to it instead. 🙃

        – Frost

      • e0qdk@reddthat.com
        link
        fedilink
        English
        arrow-up
        2
        ·
        22 hours ago

        Honestly not sure. I wouldn’t be surprised if it breaks something with D-Bus based on skimming the man pages, but I’ve never dug into it. Its not exposed in containers I run though, and I haven’t run into anything that broke there as a result… 🤷️