I have moved up from SME 5.1.2 to SME 5.6-U4 UDR using RAID-1 mirroring on two WD 100gb hdd's. This is a fresh install.
I have not customized the system too much (I believe I have only installed a couple of contribs like apcupsd, myphpadmin, mailfront-rbl, netjuke, etc. and installed an additional two non-raid hdd's).
I am getting a couple of cron job errors every morning. I have not taken the time to dig into the system as I am away right now and would have to do everything via ssh.
Thought I would check here first to see if there is a simple answer...
Here are the errors:
/etc/cron.daily/logrotate:
error: error reading top line of /var/lib/logrotate.status
/etc/cron.daily/slocate.cron:
fatal error: updatedb: create_db(): rename: No such file or directory
--------------------
/etc/cron.daily/slocate.cron:
fatal error: updatedb: create_db(): rename: No such file or directory
-------------------
/etc/cron.daily/logrotate:
error: error reading top line of /var/lib/logrotate.status
------------------
Here are the slocate.cron and logrotate.status files:
slocate.com:
------------------
#!/bin/sh
renice +19 -p $$ >/dev/null 2>&1
/usr/bin/updatedb -f "nfs,smbfs,ncpfs,proc,devpts" -e "/tmp,/var/tmp,/usr/tmp,/afs,/net"
logrotate.status:
-----------------------
logrotate state -- version 2
"/var/log/diald/accounting.log" 2003-5-4
"/var/log/mysqld.log" 2003-5-4
"/var/log/named.log" 2003-5-4
"/var/log/xferlog" 2003-5-4
"/var/log/proftpd/*.log" 2003-5-4
"/var/log/rpmpkgs" 2003-5-4
"/var/log/samba/*.log" 2003-5-4
"/var/log/snmpd.log" 2003-5-4
"/var/log/squid/access.log" 2003-5-4
"/var/log/squid/cache.log" 2003-5-4
"/var/log/squid/store.log" 2003-5-4
"/var/log/wtmp" 2003-5-4
Anyone have any ideas?
Thanks!
Tom