[Spambayes] Permission denied

Jerome Lyles lylesj002 at hawaii.rr.com
Fri Jul 30 07:49:03 CEST 2004


Hello,
I've been using spambayes 1.0a7 for about a year now with no problems and it 
works great.  Now however I can't start the server.  The error output is:

~> python /home/myhome/spambayes-1.0a7/scripts/sb_server.py
Traceback (most recent call last):
  File "/home/adriel/spambayes-1.0a7/scripts/sb_server.py", line 100, in ?
    import spambayes.message
  File "/usr/lib/python2.3/site-packages/spambayes/message.py", line 198, in ?
    msginfoDB = MessageInfoDB(message_info_db_name)
  File "/usr/lib/python2.3/site-packages/spambayes/message.py", line 162, in 
__init__
    self.load()
  File "/usr/lib/python2.3/site-packages/spambayes/message.py", line 166, in 
load
    self.dbm = dbmstorage.open(self.db_name, self.mode)
  File "/usr/lib/python2.3/site-packages/spambayes/dbmstorage.py", line 60, in 
open
    return f(db_name, mode)
  File "/usr/lib/python2.3/site-packages/spambayes/dbmstorage.py", line 20, in 
open_dbhash
    return bsddb.hashopen(*args)
  File "/usr/lib/python2.3/bsddb/__init__.py", line 192, in hashopen
    d.open(file, db.DB_HASH, flags, mode)
bsddb._db.DBAccessError: (13, 'Permission denied')
Exception exceptions.AttributeError: "'MessageInfoDB' object has no attribute 
'db'" in <bound method MessageInfoDB.__del__ of 
<spambayes.message.MessageInfoDB object at 0x4061a38c>> ignored

What do I do to correct this?
Thanks,
Jerome


More information about the Spambayes mailing list