Hi, I get this message a lot from the crod Daemon. why? i run linux crux 1.2 and mimedefang+SA
Check the permissions. Make sure the user that's running the clamd daemon has write permissions to the /var/log/clamd.log file. I used to get this a lot when I was running amavisd. The logs would get rotated every week and the new logs were created with 'root' being the owner. So the 'amavisd' user couldn't write to it. I fixed it by changing the logrotate daemon to create the log files as the amavisd user. This is what my /etc/logrotate.d/clamav file looked like:
/var/log/clamav/clamd.log {
create 644 amavis amavis
monthly
compress
}BTW, this was all on a redhat 9 box, I don't know how Crux is setup.
--Ajay
--------------------- Satyajot (Ajay) Sharma REVShare Corp System Administrator
------------------------------------------------------- This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 Project Admins to receive an Apple iPod Mini FREE for your judgement on who ports your project to Linux PPC the best. Sponsored by IBM. Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php _______________________________________________ Clamav-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/clamav-users
