Amos Gouaux wrote:
>
> >>>>> On Thu, 28 Jun 2001 07:46:51 -0700,
> >>>>> Derek Spencer <[EMAIL PROTECTED]> (ds) writes:
>
> ds> Ok, to be more exact:
> ds> Solaris 7 (sparc)
> ds> cyrus 2.0.14
> ds> cyrus-sasl 1.5.24
> ds> Berkeley DB 3.2.9
> ds> Postfix 20010228-pl03
>
> I don't know if it would help or not, but you do have this box fully
> patched (recommended patches), right? Personally, I've seen more
> weirdness with 7 than I have with 8, especially when it comes to
> some of the kernel and libthread patches that have come out. I know
> both iPlanet Directory Server and Calendar Server require a certain
> set of Solaris patches, and since they're both based (at least to
> some extent) on Berkeley DB, I'd be sure your box is at a similar
> patch level........
Yes, this box is fully patched as of a few weeks ago. Everything was
working fine for the last few weeks until yesterday.
Just sporadically I get the following errors (which locks up the imap
server):
Jun 28 10:02:48 neo imapd[3802]: DBERROR db3: /var/imap/mailboxes.db:
unexpected file type or format
Jun 28 10:02:48 neo imapd[3802]: DBERROR: opening
/var/imap/mailboxes.db: Invalid argument
Jun 28 10:02:48 neo imapd[3802]: DBERROR: opening
/var/imap/mailboxes.db: cyrusdb error
Should I look into installing a different version of Berkeley DB? I
know cyrus asks for at least 3.0.55, but I grabbed the latest version.
One other thing I'm noticing is that no matter how I try to reconstruct
mailboxes (reconstruct -f or reconstruct -r) it doesn't find certain
mailboxes that have been created recently. For example:
$ bin/reconstruct -f user.derek.cts.test
user.derek.cts.test: Mailbox does not exist
When the user.derek.cts.test folder does indeed exist on the filesystem
and even has the proper cyrus.* files. This test folder was created
inbetween times when I get the above DBERROR's to do some
troubleshooting, so at one point cyrus handled it propely and made the
folder...
-Derek