this post was submitted on 24 Apr 2026
61 points (100.0% liked)

Linux

5192 readers
4 users here now

Shit, just linux.

Use this community for anything related to linux for now, if it gets too huge maybe there will be some sort of meme/gaming/shitpost spinoff. Currently though… go nuts

founded 2 years ago
MODERATORS
 

This is from 5.10. Warty 4.10 was the first Linux distro I actually installed, after only using a Knoppix live CD previously. I miss those days. A lot has improved for Linux but it seemed like Ubuntu was onto something. Then in 2010s they lost their way.

you are viewing a single comment's thread
view the rest of the comments
[–] caseyweederman@lemmy.ca 3 points 2 weeks ago

Unlikely.
Speaking of core parts of the system, I tried upgrading to 26.04 and it uninstalled coreutils to install their rust-based non-GPL version. Broke my system (just a test system, thankfully) so damn hard.
Just for fun I put the effort into recovering the system, had to scp individual binaries (mv, ln, mkdir...) until apt install --fix-broken would finish.
Hopefully they've fixed that. Last I saw, their official documentation (a buried blog page) blamed dpkg.
Oh! Their sudo-rs also made it so that Ansible plays failed on it. It's fair to say "this is not trying to be a complete feature match with sudo". It's not fair to push that through when people need those features.
Their response there was also "yeah I don't care, make the Ansible team fix it on their end".
To be fair, the Ansible feature is "open an ssh connection and watch for this exact string that indicates that it's listening for a password".