From owner-freebsd-questions@FreeBSD.ORG Mon Oct 4 11:45:57 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 0F797106564A for ; Mon, 4 Oct 2010 11:45:57 +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 AE4598FC13 for ; Mon, 4 Oct 2010 11:45:56 +0000 (UTC) Received: from www.liukuma.net (localhost [127.0.0.1]) by www.liukuma.net (Postfix) with ESMTP id 1B1251CC5B; Mon, 4 Oct 2010 14:45:25 +0300 (EEST) X-DKIM: Sendmail DKIM Filter v2.8.3 www.liukuma.net 1B1251CC5B DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=liukuma.net; s=liukudkim; t=1286192725; bh=6wjP39kq1WpwUXEu30EAixqYDwiz418Z+Ih5hfQpQoM=; h=Message-ID:From:To:Cc:References:In-Reply-To:Subject:Date: MIME-Version:Content-Type:Content-Transfer-Encoding; b=ABGzk5PRBReWD84gJngGVfv3TWtV/HeFg3W35oOvuZ9z9Xx/GoyRODJfojBdvk1/S BuT6v3+rqufi0nqYrYHaS+qvvEgRyBD1I9iD51mO5OvT5+PqhZqAzVhHsY47NN2Q9s qOvWLhWshKMwgHGkFYzVNl33oeDVJX4SU3MLwweI= 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 1P1FyKOR0Jpq; Mon, 4 Oct 2010 14:45:19 +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 1211F1CC5A; Mon, 4 Oct 2010 14:45:17 +0300 (EEST) X-DKIM: Sendmail DKIM Filter v2.8.3 www.liukuma.net 1211F1CC5A Message-ID: <1BB9EE67E2A242C1AD4DEB1D8BA1BC78@rivendell> From: "Reko Turja" To: "Martin Schweizer" References: <000f01cb5a27$4823a0f0$d86ae2d0$@com.au> <211f17580cb0ee7e5fac2831faf33e90.squirrel@hal.psst.com.au> <20101003081526.GJ74320@saturn.pcs.ms> In-Reply-To: <20101003081526.GJ74320@saturn.pcs.ms> Date: Mon, 4 Oct 2010 14:45:21 +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: freebsd-questions@freebsd.org 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: Mon, 04 Oct 2010 11:45:57 -0000 > Am Thu, Sep 23, 2010 at 03:05:30PM +0300 Reko Turja schrieb: >> > I applied the patch as suggested by Reko, but it seemed to make=20 >> > no >> > difference >> >> After the patch recompiling and linking at least SASL is needed=20 >> after >> buildworld and inatallation of new world. >> >> > removing libgssapiv2 libs however, solved my cyradm problem >> > >> > will this cause issues into the future for any other ports I may >> > need ti >> > install ? >> >> Unless you need kerberos authentication at some point, removing the >> libs is non-issue. > > I'm running in the same situation as you (see=20 > = http://www.freebsd.org/cgi/getmsg.cgi?fetch=3D846230+852662+/usr/local/ww= w/db/text/2010/freebsd-stable/20101003.freebsd-stable). I=20 > did tried > a lot but end up in a broken make buildworld. Any ideas waht I'm=20 > doing wrong? I sadly don't have any idea if the patch applies cleanly anymore to=20 recent 8.STABLE - I did my testing on 8.1_PRERELEASE, where the patch=20 applied cleanly. There was some talk about updating the patch when the=20 problem was discussed more widely, but nothing has been realised this=20 far. I might be able to test the patch against 8.STABLE on my home system=20 sometime this week - as of myself I just did some testing and=20 troubleshooting back when the problem was discussed, as for myself=20 having working Kerberos is still non-issue. Of course if Kerberos functionality is critical for you, you could try=20 removing Kerberos from base system using /etc.src.conf and then=20 install either kerberos from ports and then linking sasl/cyrus against=20 that. -Reko=20