From owner-freebsd-sparc64@FreeBSD.ORG Mon Jan 31 16:00:25 2005 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D92FA16A4DC for ; Mon, 31 Jan 2005 16:00:25 +0000 (GMT) Received: from smtp16.mail.bbt.yahoo.co.jp (smtp16.mail.bbt.yahoo.co.jp [202.93.83.109]) by mx1.FreeBSD.org (Postfix) with SMTP id 0A64B43D48 for ; Mon, 31 Jan 2005 16:00:25 +0000 (GMT) (envelope-from hvcjapan@yahoo.co.jp) Received: from unknown (HELO localhost) (218.118.6.27 with poptime) by smtp16.mail.bbt.yahoo.co.jp with SMTP; 31 Jan 2005 16:00:23 -0000 X-Apparently-From: Date: Tue, 1 Feb 2005 01:00:23 +0900 From: Huynh Van Chung To: Alex Deiter Message-Id: <20050201010023.2924c790.hvcjapan@yahoo.co.jp> In-Reply-To: <41FE23EA.6010103@komi.mts.ru> References: <20050125070809.5fae7575.hvcjapan@yahoo.co.jp> <41FE23EA.6010103@komi.mts.ru> Organization: Saitama University X-Mailer: Sylpheed version 0.9.99-gtk2-20041024 (GTK+ 2.4.9; i386-portbld-freebsd5.3) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: freebsd-sparc64@freebsd.org Subject: Re: Cyrus-imapd's question! X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Jan 2005 16:00:26 -0000 Thank Alex Deiter! It work fine for me. On Mon, 31 Jan 2005 15:26:18 +0300 Alex Deiter wrote: > 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