Cyrus-imapd's question!
Alex Deiter
tiamat at komi.mts.ru
Mon Jan 31 05:12:10 PST 2005
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
More information about the freebsd-sparc64
mailing list