[exim] Re: Problem with exim_tidydb after upgrading to 4.96

Top Page
Delete this message
Reply to this message
Author: Jeremy Harris
Date:  
To: exim-users
Subject: [exim] Re: Problem with exim_tidydb after upgrading to 4.96
On 08/09/2023 11:16, Mike Clarke via Exim-users wrote:
> I've just upgraded from 4.95 to 4.96 and have started to have problems with exim_tidydb
>
> curlew:/tmp# exim_tidydb /var/spool/exim wait-remote_auth_smtp
> Tidying Exim hints database /var/spool/exim/db/wait-remote_auth_smtp
> ** Failed to open DBM file /var/spool/exim/db/wait-remote_auth_smtp for writing:
>    No such file or directorycurlew:/tmp# exim_tidydb /var/spool/exim wait-remote_smtp
> Tidying Exim hints database /var/spool/exim/db/wait-remote_smtp
> ** Failed to open DBM file /var/spool/exim/db/wait-remote_smtp for writing:
>    No such file or directory
> But both these files exist


Looks fun. Try running it under strace? It presumably
does an open() syscall which returns an error. Check the
args to that open.

--
Cheers,
Jeremy


--
## subscription configuration (requires account):
## https://lists.exim.org/mailman3/postorius/lists/exim-users.lists.exim.org/
## unsubscribe (doesn't require an account):
## exim-users-unsubscribe@???
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/