https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6127
--- Comment #33 from Joel <[email protected]> 2009-06-10 19:25:25 PST --- (In reply to comment #30) > (In reply to comment #29) > > (In reply to comment #28) > > > > tahoestores# ls -lat /home/qscand/.spamassassin/auto-whitelist > > > > -rw-rw---- 1 qscand spamd 4398197493760 Jun 10 15:35 > > > Ye flippin' gods, that is FOUR TERA BYTE. > > > Actually a fraction larger. What can your OS and FS handle? Well, what > > > can > > > DB_File handle? I guess we got the issue right there... > > > > Unlikely. My disk is only 250Gb. When I run du -h the size is only 687M. > > > > Must be an issue with ls. > Or a sparse file. Or file corruption of some sort. Now that you have AWL > disabled, run db_verify over it and see what happens... Without knowing the structure of GDBM and DB_File (s) I would also guess a sparse file. If a db_file is somehow corrupt, would it still open? I tracked down another error message for the failure to open one of the db_file (s) and googled that corruption was the probable culprit. I believe I ran sa-learn --sync & sa-learn --force-expire on the file and the problem went away. I don't believe I have db_verify installed. Do you know of docs that cover the maintenance of db_file (s). What do I need add to cron to prevent future problems? -- Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
