On 7/5/06, Matthias Fuhrmann <[EMAIL PROTECTED]> wrote:
On Wed, 5 Jul 2006, Matthias Fuhrmann wrote:
> > > > /home/kaushal/spamass/auto-whitelist: Inappropriate ioctl for device
> > > > [20405] warn: auto-whitelist: open of auto-whitelist file failed:
> > > > auto-whitelist: cannot open auto_whitelist_path
> > > > /home/kaushal/spamass/auto-whitelist: Inappropriate ioctl for device
> > >
found another hint (http://www.wlug.org.nz/SpamAssassinNotes):
[...]
debug: open of AWL file failed: Cannot open auto_whitelist_path
/root/.spamassassin/auto-whitelist: Inappropriate ioctl for device
You're using old format database files.
The perl version change effected a change of the BDB version being used.
The bayes_seen and bayes_toks fixes are BDB files and can be fixed by
doing an db4.x_upgrade on them. sarge/hoary use Berkely DB 4.2, and you
can install the db4.2-util package. with HTML
[...]
Fix:
apt-get install db4.3-util
Go to where you Bayes DB's lie.
db4.3_upgrade bayes_seen
db4.3_upgrade bayes_toks
Restart spamassassin, and voila!
[...]
try to investigate this issue. fix is for debian based linux
distributions. db_upgrade is part of db4-utils package.
but before upgrading, save your current files on safe place.
regards,
Matthias
Hi Matthias
I did db41_upgrade /var/lib/spamass/auto-whitelist and also deleted auto-whitelist also restarted the spamd but I am still able
to reproduce the error
Jul 5 19:52:17 smaapworld spamd[28976]: auto-whitelist: cannot open auto_whitel ist_path /var/lib/spamass/auto-whitelist: Inappropriate ioctl for device
Jul 5 19:52:17 smaapworld spamd[28976]: auto-whitelist: open of auto-whitelist file failed: auto-whitelist: cannot open auto_whitelist_path /var/lib/spamass/au to-whitelist: Inappropriate ioctl for device
Jul 5 19:52:17 smaapworld spamd[28976]: auto-whitelist: open of auto-whitelist file failed: auto-whitelist: cannot open auto_whitelist_path /var/lib/spamass/au to-whitelist: Inappropriate ioctl for device
Regards
Kaushal