Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Jan 2005 16:12:05 +0300
From:      Alex Deiter <tiamat@komi.mts.ru>
To:        freebsd-sparc64@freebsd.org
Subject:   Re: Cyrus-imapd's question!
Message-ID:  <41FE2EA5.1060509@komi.mts.ru>
In-Reply-To: <20050125070809.5fae7575.hvcjapan@yahoo.co.jp>
References:  <20050125070809.5fae7575.hvcjapan@yahoo.co.jp>

next in thread | previous in thread | raw e-mail | index | archive | help
Huynh Van Chung wrote:

 > I can't get Cyrus-imapd work in FBSD5.3-p5 sparc64.
 > In messages log, i see:
 > Jan 25 07:03:58 vnfreebsd ctl_deliver[48924]: DBERROR db3: Lock table 
is out of
 > available locks
 > Jan 25 07:03:58 vnfreebsd ctl_deliver[48924]: DBERROR: opening 
/var/imap/deliver.db: Cannot allocate memory
 > Jan 25 07:03:58 vnfreebsd ctl_deliver[48924]: DBERROR: opening 
/var/imap/deliver.db: cyrusdb error

please, see info-cyrus mail-list. This is a Cyrus-IMAP bug on 64-bit's
big endian arch. My patch:

--- lib/imapopts.h.orig     Tue Nov 23 21:55:48 2004
+++ lib/imapopts.h  Mon Jan 31 15:21:40 2005
@@ -200,9 +200,9 @@

          const char *s;

-       int i;
+       long i;

-       int b;
+       long b;

          enum enum_value e;

 > Is anyone working fine cyrus-imapd in sparc64?

it working fine.

--
Alex Deiter



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?41FE2EA5.1060509>