Len Conrad:
> mail_version = 2.7-20091008
> fbsd 7.2
> 
> we're seeing one of these each time we stop postfix
> 
> Dec  8 00:09:06 mx6 postfix/postscreen[49918]: fatal: close database
> /var/db/postfix/ps_cache.db: No such file or directory

The Berkeley DB close() function returns an ENOENT error code.

> but
> 
> mx6# ll /var/db/postfix/ps_cache.db
> -rw-------  1 postfix  wheel  - 93761536 Dec  8 14:31 
> /var/db/postfix/ps_cache.db

Berkeley DB returns ENOENT for some other reason. Perhaps you have
a corrupted database. Are you using a hash or btree file? I use
btree for tables that change frequently.

        Wietse

> No functional impact afaics.
> 
> Len
> 
> 
> 
> 

Reply via email to