![](https://seccdn.libravatar.org/avatar/406f6e98c5b18ecd161d103cc5799c45.jpg?s=120&d=mm&r=g)
I did a "locate" today and got a warning message that the updatedb database was more than 8 days old. I found the problem: the file /etc/cron.daily/aaa_base_updatedb has the following test: if [ -n "$RUN_UPDATEDB" -a "$RUN_UPDATEDB" = "yes" -a \ -x /usr/bin/updatedb ] ; then Notice that it is looking for updatedb in /usr/bin. On my SuSE 7.0 system this is in /usr/sbin. Is this a problem in the SuSE 7.0 distribution or have I somehow messed this up? (I can't imagine how I could have done this.) Is it possible that other executables have moved and that other, similar, scripts may not be working? P.S. I fixed it by putting a soft link in /usr/bin. -- ____________________________________________________________________ Robert Paulsen paulsen@texas.net