> -----Original Message----- > From: [EMAIL PROTECTED] [mailto:clamav-users- > [EMAIL PROTECTED] On Behalf Of Chris > Sent: Saturday, 6 September 2008 10:47 AM > To: ClamAV users ML > Subject: [Clamav-users] failed updates > > > The next time freshclam is run there are no issues, then it may update a > couple more times then fail again. Anyone have any ideas on this? >
Yeah, delete /var/clamav/mirrors.dat. That will force a rebuild of the file on next update. I've modified the /etc/cron.daily/freshclam and added the following code after the line that reads LOG_FILE="/var/log/clamav/freshclam.log": x=`tail -1 $LOG_FILE|egrep '^Update failed.'|wc -l` if [ "$x" = "1" ]; then rm -f /var/clamav/mirrors.dat fi When an update fails, the last line starts with "Update failed..." HTH, AK _______________________________________________ Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net http://www.clamav.net/support/ml