Control: retitle -1 trixie/sid system ended up with split-usr Hi,
On Thu, 17 Aug 2023 18:42:14 +0200 Vincent Lefevre wrote: > Control: retitle -1 cron-daemon-common: in /etc/crontab, run-parts is no > longer in $PATH > > That's actually the real reason. > > /etc/crontab has > > PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin > > but > > zira:~> dlocate =run-parts > debianutils: /bin/run-parts This seems the be the real issue: +--- | Debian Release: trixie/sid | [...] | merged-usr: no +---[ https://bugs.debian.org/1049969#5 ] /bin *must* be a symlink to /usr/bin, so /usr/bin/run-parts must exist and cron's PATH is sufficient. Please investigate why "usrmerge" is not installed (I assume this is an upgraded system). Or, if it is installed, why /bin, /sbin, /lib* are not symlinks to their respective counterparts in /usr. Ansgar