Version: 5.6U4 UDR
Mode: Server & Gateway
I asked several weeks ago without any response. I will try to address one issue at a time concerning my logrotate cron job.
Here is the first, which is repeated on a daily basis:
/etc/cron.daily/slocate.cron:
fatal error: updatedb: create_db(): rename: No such file or directory
I am assuming it is caused by this line in /etc/cron.daily/slocate.cron:
/usr/bin/updatedb -f "nfs,smbfs,ncpfs,proc,devpts" -e "/tmp,/var/tmp,/usr/tmp,/afs,/net"
I do not have any directories named "/afs" or "/net". Also, the "/usr/tmp" is a hard link to "/var/tmp".
I remove the reference to "/afs", "/net", and "/usr/tmp" in the slocate.cron job, to see if it will hurt anything.
How do I cause the daily, or any cron job for that matter, to run?
Thanks!
Tom