From owner-freebsd-questions@FreeBSD.ORG Wed Sep 22 09:38:36 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E7B501065673 for ; Wed, 22 Sep 2010 09:38:36 +0000 (UTC) (envelope-from reko.turja@liukuma.net) Received: from www.liukuma.net (www.liukuma.net [62.220.235.15]) by mx1.freebsd.org (Postfix) with ESMTP id 931E08FC1A for ; Wed, 22 Sep 2010 09:38:36 +0000 (UTC) Received: from www.liukuma.net (localhost [127.0.0.1]) by www.liukuma.net (Postfix) with ESMTP id 0486C1CC5D; Wed, 22 Sep 2010 12:38:05 +0300 (EEST) X-DKIM: Sendmail DKIM Filter v2.8.3 www.liukuma.net 0486C1CC5D DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=liukuma.net; s=liukudkim; t=1285148285; bh=BN5sDa9vkPr/JGX4y+H+oNgEw0XJhuOsBTbp8bSq92A=; h=Message-ID:From:To:References:In-Reply-To:Subject:Date: MIME-Version:Content-Type:Content-Transfer-Encoding; b=fA+Ghp8pPUKU4Ex3wlb7/0nmaTn2Qr7Xdgdp7a/ZEWcj4RvhfBSwoKO5+XAv0U8VV PnV0F45F0EcKm+P5E7JC5B0JTTKhBEf+BTsGczps5VI1swrerkHUqWPUQ777HGDFGB g5pjtdHqv5eJa0/vWE8p4UtW2QdvqUOh/XmnL0gM= X-Virus-Scanned: amavisd-new at liukuma.net Received: from www.liukuma.net ([127.0.0.1]) by www.liukuma.net (www.liukuma.net [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id PIQLosV1FYCb; Wed, 22 Sep 2010 12:38:01 +0300 (EEST) Received: from rivendell (a91-155-174-194.elisa-laajakaista.fi [91.155.174.194]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) (Authenticated sender: ignatz@www.liukuma.net) by www.liukuma.net (Postfix) with ESMTPSA id CC0751CC5B; Wed, 22 Sep 2010 12:37:58 +0300 (EEST) X-DKIM: Sendmail DKIM Filter v2.8.3 www.liukuma.net CC0751CC5B Message-ID: From: "Reko Turja" To: "Tim Kerr" , References: <000f01cb5a27$4823a0f0$d86ae2d0$@com.au> In-Reply-To: <000f01cb5a27$4823a0f0$d86ae2d0$@com.au> Date: Wed, 22 Sep 2010 12:38:09 +0300 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: quoted-printable X-Priority: 3 X-MSMail-Priority: Normal Importance: Normal X-Mailer: Microsoft Windows Live Mail 14.0.8089.726 X-MimeOLE: Produced By Microsoft MimeOLE V14.0.8089.726 Cc: Subject: Re: CYRUS IMAP cyradm core dump problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Sep 2010 09:38:37 -0000 > I upgraded to ver 8.1, performed a portupgrade and still get the=20 > same result > as follows > > root# cyradm 192.168.134.171 The main question is - do you need kerberos/gssapi authentication on=20 your server or not? If not, the easy fix is removing libgssapiv2 libs from=20 /usr/local/lib/sasl2 For some reason, the gssapi implementation on FreeBSD 8+ is partial or=20 broken and one way for more information and possible fix for gsspai=20 see http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dkern/147454 -Reko=20