Graham Cobb writes: > On 27/11/2019 16:42, Ansgar wrote: >> What is the output from >> >> sha256sum /usr/bin/systemd-machine-id-setup > > # sha256sum /usr/bin/systemd-machine-id-setup > 681145a9d0aefd9289281118ee8dd72ce0cad560b768149dfc96d3e5d338da8e > /usr/bin/systemd-machine-id-setup [...] >> We could check if that binary is identical to one provided by Debian; > > I am guessing it would be the 241-5 version as the dates are consistent.
Yes, I checked yesterday and the hash matches. So we now know that binaries from systemd/241-5 that should be in /bin, /lib ended up in /usr/bin, /usr/lib for some unknown reason. As Michael Biebl wrote removing the files from /usr will fix the issue. I have no idea how this happened (we already excluded some possible ways). So I don't think we can do anything about a possible underlying problem unless someone comes up with a new idea. Ansgar