Ubuntu 26.10 completes transition to Rust-based coreutils
omgubuntu.co.uk
Ubuntu 26.10 completes transition to Rust-based coreutils
1–10 of 271 posts
Re: Ubuntu 26.10 completes transition to Rust-based coreutils
#2[flagged]
Re: Ubuntu 26.10 completes transition to Rust-based coreutils
#3[flagged]
Probably true, but the direction Linux is going these days is concerning
Re: Ubuntu 26.10 completes transition to Rust-based coreutils
#4[flagged]
[flagged]
Re: Ubuntu 26.10 completes transition to Rust-based coreutils
#5I 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 or directoryRe: Ubuntu 26.10 completes transition to Rust-based coreutils
#6I 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…
Rush? This is an interim release (95% or so only tracks LTS's) that is not even out yet... Go file a bug reports if you have some time.
Re: Ubuntu 26.10 completes transition to Rust-based coreutils
#7From the company that distributed Amazon spyware (https://www.fsf.org/blogs/rms/ubuntu-spyware-what-to-do) and now turns Debian into Slopian. No thanks.