I mentioned it before that I pushed out a bad ClamAV rpm that had the 
wrong logrotate info. The problem was a little more wide spread then I 
thought. So anyone who got Havp 0.86 from me and any ClamAV package 
[except the current 0.90.3] better check the files in

/etc/logrotate.d/havp and clamav

Here the problem

Havp has a typo it says ini.d which makes it not issue the restart

If you run it by hand you'll see

/tmp/logrotate.FVXFHA: line 4: /etc/ini.d/havp: No such file or directory

Second check the clamav file and make sure it does not have the havp info.

It should look like this

[EMAIL PROTECTED]:/etc/logrotate.d # cat clamav
/var/log/clamav/clamd.log {
     copytruncate
     missingok
     sharedscripts
     lastaction
         /bin/kill -HUP `cat /var/run/syslogd.pid 2> /dev/null` 2> 
/dev/null || true
         /usr/bin/rotate_persistent /var/log/clamav/clamd.log
     endscript
}
/var/log/clamav/clam-update.log {
     copytruncate
     missingok
     sharedscripts
     lastaction
         /bin/killall -HUP freshclam 2> /dev/null || true
         /usr/bin/rotate_persistent /var/log/clamav/clam-update.log
     endscript
}


It is correct in the recent rpm. I'll fix the havp rpm shortly

-Mike

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Efw-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/efw-user

Reply via email to