Cron messages
Jeremy C. Reed
reed at reedmedia.net
Thu Jul 14 19:22:53 MST 2005
On Thu, 14 Jul 2005, Miles Beck wrote:
> if [ -x /usr/sbin/exim_tidydb ]; then
> /usr/sbin/exim_tidydb /var/spool/exim retry >/dev/null; fi
>
> failed to open DB file /var/spool/exim/db/retry: File exists
>
> and
>
> if [ -x /usr/sbin/exim_tidydb ]; then
> /usr/sbin/exim_tidydb /var/spool/exim wait-remote_smtp >/dev/null; fi
>
> failed to open DB file /var/spool/exim/db/wait-remote_smtp: File exists
Looks like you have conflicting Berkeley DB types (I saw an old message
from Exim developer on Exim list).
And see bug report from last year:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=248622
I didn't look, but I think you can remove the old files from your old
Debian -- old Exim and the new Exim will recreate these hints files.
Jeremy C. Reed
BSD News, BSD tutorials, BSD links
http://www.bsdnewsletter.com/
More information about the PLUG-discuss
mailing list