-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Thu, Apr 26, 2007 at 08:15:00PM +0500, Sergey wrote:
>On Thursday 26 April 2007, Todd Lyons wrote: >> Apr 26 16:51:22 mx1 clamav-milter[30280]: Temporary quarantine file >> /tmp/clamav-db5fe7f81e62a48f8c91bcf1d09e2d57/msg.80JZZY creation >> failed >> Show us the results of df -h and df -i. Chances are that one of them >> has hit 95% (only root can write to the final 5% of a mount). ># df -h (df for "/" was in the first mail) >Filesystem Size Used Avail Use% Mounted on >/dev/sda2 4,0G 293M 3,5G 8% / ># df -i >Filesystem Inodes IUsed IFree IUse% Mounted on >/dev/sda2 512K 27K 486K 6% / So /tmp is not a seperate file system on your installation then. If it was, it would have shown up in here. Since the issue is being unable to create files in /tmp, let's dig into the contents of /tmp: du -h --max-depth=1 /tmp find /tmp | wc -l Look for there to be a lot of files either in the base /tmp directory or in the individual /tmp/clamav-* directory shown above. ClamAV creates one directory at startup and then all messages it scans are temp saved in that directory while it scans them. If for some reason it's not deleting them and they're hanging around, well, that could explain why it can't create past a certain number (though I thought the result would be slow, not a failure to create). If some other application is not removing items from the /tmp directory, you could see the same result. >0.88.7 worked well on this system. Good to know, provides a basis for comparison. - -- Regards... Todd Chris: grep 500 sendmail.mc undefine(`FAIL_MAIL_OVER_500_MILES')dnl Chris: just in case ... Linux kernel 2.6.17-6mdv 4 users, load average: 0.01, 0.01, 0.00 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (GNU/Linux) iD8DBQFGMMmZY2VBGxIDMLwRAtoaAJ9UbC4zzznktvI9TjL0H5mnODV3lwCeJXi5 +GHzF+0Vv+G9yY5oFAnxXBg= =qgOi -----END PGP SIGNATURE----- _______________________________________________ Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net http://lurker.clamav.net/list/clamav-users.html
