Re: postscreen log lines reporting warnings and fatal errors

2013-06-14 Thread Benny Pedersen
wie...@porcupine.org skrev den 2013-06-15 02:36: My advice is to avoid installing multiple Berkeley DB copies, and to use the Berkeley DB that comes with the operating system. locate postfix/postscreen ldd will show the problem why it fails under gentoo its "ldd /usr/libexec/postfix/postscr

Re: postscreen log lines reporting warnings and fatal errors

2013-06-14 Thread Wietse Venema
Robert Lopez: > 1) postfix/postscreen[]: fatal: error [-30986] seeking > /var/lib/postfix/postscreen_cache.db: Success Wietse: > Your Berkeley DB is screwed up. > > Code fragment from src/util/dict_db.c: > > status = > dict_db->cursor->c_get(dict_db->cursor, &db_key, &db_value, >

Re: postscreen log lines reporting warnings and fatal errors

2013-06-14 Thread Robert Lopez
On Fri, Jun 14, 2013 at 3:09 PM, Wietse Venema wrote: > Robert Lopez: >> I am trying to understand the cause/causes of these log lines: >> >> 1) postfix/postscreen[]: fatal: error [-30986] seeking >> /var/lib/postfix/postscreen_cache.db: Success > > Your Berkeley DB is screwed up. > > Code fra

Re: postscreen log lines reporting warnings and fatal errors

2013-06-14 Thread Wietse Venema
Robert Lopez: > I am trying to understand the cause/causes of these log lines: > > 1) postfix/postscreen[]: fatal: error [-30986] seeking > /var/lib/postfix/postscreen_cache.db: Success Your Berkeley DB is screwed up. Code fragment from src/util/dict_db.c: /* * Database lookup.