Diego Nieto Cid, le dim. 01 mars 2026 22:13:14 -0300, a ecrit: > El dom, 1 mar 2026 a las 21:24, Samuel Thibault (<[1][email protected]>) > escribió: > > I have gotten yet another odd file corruption in a buildd chroot, after > building haskell-xml-html-qq_0.1.0.1-6+b1, /usr/bin/mkdir became: > > > Just a random idea. Can't we make mkdir read only such that whatever is trying > to write to the file is caught early?
Most probably it's not getting written through normal unix calls, but through buffer overflow / bogus disk write, and whatnot. The file size, notably, hasn't changed, so it's not just a dumb script that writes to the wrong file. Samuel
