Skip to main content

in reply to nixCraft 🐧

why is Devuan posting about it? They are not using it so why test this? I am a bit sceptical on the source...
in reply to nixCraft 🐧

That's concerning. Well, not for me, I'm on Void Linux. But yeah, that's a nasty bug!
in reply to nixCraft 🐧

This was the command that the Vastaamo hacker missed when dumping the mental health records.
in reply to nixCraft 🐧

Perhaps not a bug as such but potential to footgun yourself. Patch is incoming to make it more clear and make footguning less likely github.com/systemd/systemd/pul…
in reply to nixCraft 🐧

"42% less Unix philosophy" indeed.
👏 👏 👏 🎉
This entry was edited (10 months ago)
in reply to nixCraft 🐧

could be worse, remember upstart? 😉
"Summary: initctl start mounted-tmp erased all my data in /"
bugs.launchpad.net/ubuntu/+sou…
in reply to nixCraft 🐧

I suppose it's the other side of the pendulum for the excellence of `systemctl soft-reboot`
in reply to nixCraft 🐧

This is why a tried and true classic Unix init system works. Fewer binaries, typically no need to wait for a binary patch, sys.admins can edit rc files to fix (break) at will.

Do one task and do it well.

in reply to nixCraft 🐧

Why on earth is home directory on a desktop system is a temp dir unless the system is intended to be immutable?
in reply to nixCraft 🐧

This link alone shows what a crapshow SystemD is.

UNIX philosophy which Linux had inherited would do one thing with a binary, and do that well.

Here, command has been morphed beyond its name by the developers and definitely beyond recognition, and it's our fault thinking otherwise.

github.com/systemd/systemd/iss…

This entry was edited (10 months ago)
in reply to nixCraft 🐧

some programs are more subtle than others about wanting you to clean your home folder.
in reply to nixCraft 🐧

surely that would be pretty obvious in the source code? How'd this get past 'code review'?
in reply to nixCraft 🐧

i wonder what "run0 systemd-tmpfiles --purge" does...remove root's home? double the delicious bloat-fun!!

anyway, kids will be posting this "feature" command on reddit as a remedy for any systemd issue and folks will be blindly copy pasting it...i can see it now.

lulz.

in reply to nixCraft 🐧

github.com/systemd/systemd/com…
in reply to nixCraft 🐧

Gotta love monolithic software that tries to do everything.
in reply to nixCraft 🐧

Once upon a time systemd was simple to use. Now I feel I need a master degree in computer science to tweak it properly…
in reply to nixCraft 🐧

f***ck, since some weeks ago I really tried to understand things under systemd and finding reasonable and valid points beside the unjustified hate, but they're not helping XD
in reply to nixCraft 🐧

I thought it was aimed at simplifying Linux internals,
not infecting them
in reply to nixCraft 🐧

A bug in systemd? Interesting.

Is something that is clearly stated in the manual page really a bug? Or do we only consider it a bug because it is in systemd?

This entry was edited (10 months ago)
in reply to Nik | Klampfradler 🎸🚲

@nik totally fair. Breaking things in unexpected ways, collateral damage, total indifference to your users, that's definitely a systemd feature.
in reply to Allpoints

@allpoints
I won't tolerate this kind of argumentation in my timeline.

--purge is a new option, it was not there before. It is not a breaking change, and if there is a new option, either read the documentation, or learn from your mistakes.

In any case, don't blame your lack of responsibility on others.

in reply to nixCraft 🐧

In other news, there's also a bug in `rm`. Running `rm -rf /home/*` will delete your home dir.