Earlier quoted context omitted.
They need to kill snap ...
I think ubuntu wants to kill desktop linux. No other explaination of why they push firefox inside snap, which then proceeds to constantly crash, when firefox used normally works completely fine. I haven't tried chromium but I presume it's the same issue. At work I'm forced to use ubuntu and I placed snapd on hold and added mozilla's own apt repository to my configuration to get firefox. At least in the past few month…
Ubuntu 26.10 completes transition to Rust-based coreutils
151–160 of 271 posts
Re: Ubuntu 26.10 completes transition to Rust-based coreutils
#152I was bummed when I came across this: https://github.com/trifectatechfoundation/sudo-rs/issues/129...
Re: Ubuntu 26.10 completes transition to Rust-based coreutils
#153Whether you like Rust or not, it's questionable as to why Canonical would push this so much and do it in such a cavalier way. Will this really make coreutils more secure? I doubt it, if anything there will be a river of new bugs. So, again, why are they pushing Rust so much? Having Microsoft make Rust a 'Tier-1' language also doesn't bode well.
Microsoft making Rust tier 1 is great, it means probably one day we get a VS proper support instead of VSCode only.
If you head off to Microsoft official blogs, you will find out that Microsoft already has tier 1 support for Java (ironically), Python and Go, besides the usual .NET languages and C++.
Re: Ubuntu 26.10 completes transition to Rust-based coreutils
#154People still use ubuntu when Debian and Mint exist?
Re: Ubuntu 26.10 completes transition to Rust-based coreutils
#155I 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
#156Other distros are based of ununtu. Will the all ship with crippled coreutils from now on?
Re: Ubuntu 26.10 completes transition to Rust-based coreutils
#157Earlier quoted context omitted.
I’m a huge proponent of Rust and generally lean a lot closer to the RIIR mentality than most, but this effort seems to be such a waste of effort and resources. There have been a dozen CVEs reported against all of coreutils in the past twenty years. The most recent audit of uutils-coreutils turned up forty-four CVEs. By all appearances they’re replacing battle-tested and fundamental tooling which hasn’t been a problem…
Same here. Love Rust. Hate rust rewrites.
Also for Rust based rewrites, they could start by bootstraping Rust compiler itself, dependent on C++ to start it.
They don't do it, because even though LLVM and GCC are written in C++, a pure Rust compiler would not scale to the same level of contributions, and existing capabilities.
Re: Ubuntu 26.10 completes transition to Rust-based coreutils
#158Earlier quoted context omitted.
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.
The bug report I filed several months ago hasn't been looked at. Many of these utilities were released and made the default for Ubuntu 26.04 LTS! There's a whole load of basic bugs reported and ignored: https://bugs.launchpad.net/ubuntu/+source/rust-coreutils
Re: Ubuntu 26.10 completes transition to Rust-based coreutils
#159Re: Ubuntu 26.10 completes transition to Rust-based coreutils
#160If 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?
it's GPL free. which is good for embedded, the business side of it. like cars.