Re: [exim] Berkeley DB error

Etusivu
Poista viesti
Vastaa
Lähettäjä: John Burnham
Päiväys:  
Vastaanottaja: EXIM Official Maillist
Aihe: Re: [exim] Berkeley DB error
>
> the last 4 days I found the following error in the mainlog of
> my exim-4.32
> installation:
>
> Berkeley DB error: PANIC: fatal region error detected; run recovery
>


A Berkeley DB is probably corrupt. Do the logs give any information about which one it might be ? Do
you use Berkely DBs for any lookups ? If not, it's probably one of the retry time DBs (they can be
found in /var/spool/exim/db if I remember the defaults correctly). You could just delete them, Exim
should recreate them and all you'll lose is the existing retry data.
J