I really don't understand why Canonical rushes this. If 'rm' can't remove all possible directory entries, that is a big issue: $ podman run --rm -it ubuntu:26.10 $ apt update -y; apt upgrade -y $ rm --version rm (uutils coreutils) 0.10.0 $ gnumkdir -p $(yes a/ | head -n $((32 * 1024)) | tr -d '\n') $ rm -rf a Segmentation fault (core dumped) rm -rf a $ ls a a $ gnurm -rf a $ ls a ls: cannot access 'a': No such file o…
yeah, this is a bug. And yes, it should be fixed. But I don't think it will affect many users, I mean who has a 32000 -evels deep directory on their system?
Ubuntu 26.10 completes transition to Rust-based coreutils
141–150 of 270 posts
Re: Ubuntu 26.10 completes transition to Rust-based coreutils
#142Re: Ubuntu 26.10 completes transition to Rust-based coreutils
#143Earlier quoted context omitted.
Yes, please. Linux distros is better with macos approach. And making appimage first class makes a lot of sense.
Appimages are bloated and unreliable. You can't guarantee that your app will run on any machine because it might depend on different system libraries. Flatpak uses shared stable runtimes that are the same everywhere and don't take up space more than once. It also comes with a native update system and sandboxing. Snap is the same thing but worse.
Re: Ubuntu 26.10 completes transition to Rust-based coreutils
#144Re: Ubuntu 26.10 completes transition to Rust-based coreutils
#145People still use ubuntu when Debian and Mint exist?
Ubuntu does offer some certifications but only for paying customers, so everyone else should really steer clear.
Re: Ubuntu 26.10 completes transition to Rust-based coreutils
#146Re: Ubuntu 26.10 completes transition to Rust-based coreutils
#147They worked pretty fine for decades, now, who needs these rewrites? Not saying it's useless, but in practice, what benefits did this bring?
Re: Ubuntu 26.10 completes transition to Rust-based coreutils
#148I really don't understand why Canonical rushes this. If 'rm' can't remove all possible directory entries, that is a big issue: $ podman run --rm -it ubuntu:26.10 $ apt update -y; apt upgrade -y $ rm --version rm (uutils coreutils) 0.10.0 $ gnumkdir -p $(yes a/ | head -n $((32 * 1024)) | tr -d '\n') $ rm -rf a Segmentation fault (core dumped) rm -rf a $ ls a a $ gnurm -rf a $ ls a ls: cannot access 'a': No such file o…
Re: Ubuntu 26.10 completes transition to Rust-based coreutils
#149[0]: https://fil-c.org/.
[1]: https://bannalia.blogspot.com/2025/11/comparing-run-time-per...
* Guaranteed to crash rather than potentially grant arbitrary code execution.
Re: Ubuntu 26.10 completes transition to Rust-based coreutils
#150If you ask their motivation? "We want to make them safer" They worked pretty fine for decades, now, who needs these rewrites? Not saying it's useless, but in practice, what benefits did this bring?