this post was submitted on 23 Oct 2025
22 points (100.0% liked)

Linux

9966 readers
416 users here now

A community for everything relating to the GNU/Linux operating system (except the memes!)

Also, check out:

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 2 years ago
MODERATORS
 

Besides the early fallout of switching to Rust Coreutils on Ubuntu 25.10 causing some breakage, a more pressing issue has been discovered: Ubuntu 25.10's unattended upgrades functionality for automatic security updates is currently broken due to a Rust Coreutils bug.

Earlier this month it was reported that the date -r command can report the wrong date on Ubuntu 25.10 due to a Rust Coreutils difference compared to GNU Coreutils. It was noted that this could cause issues for backup scripts and other software relying on the "date -r" output and behavior being the same as GNU Coreutils

you are viewing a single comment's thread
view the rest of the comments
[โ€“] kbal@fedia.io 11 points 1 week ago

date -r reports current date instead of date specified by reference file

Seems like it was not simply a "difference compared to GNU coreutils" โ€” it was just giving completely the wrong date.