Re: [exim] Berkeley DB error

トップ ページ
このメッセージを削除
このメッセージに返信
著者: John Burnham
日付:  
To: EXIM Official Maillist
題目: 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