From owner-freebsd-questions@FreeBSD.ORG Tue Mar 31 10:53:01 2009 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 92B77106564A; Tue, 31 Mar 2009 10:53:01 +0000 (UTC) (envelope-from admin@kkip.pl) Received: from mainframe.kkip.pl (kkip.pl [87.105.164.78]) by mx1.freebsd.org (Postfix) with ESMTP id 445D58FC17; Tue, 31 Mar 2009 10:53:01 +0000 (UTC) (envelope-from admin@kkip.pl) Received: from mb01.admin.lan.kkip.pl ([10.66.3.254]) by mainframe.kkip.pl with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69 (FreeBSD)) (envelope-from ) id 1LobJ4-0005IO-Lj; Tue, 31 Mar 2009 12:35:01 +0200 Message-ID: <49D1F1D2.20102@kkip.pl> Date: Tue, 31 Mar 2009 12:34:58 +0200 From: Bartosz Stec User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) MIME-Version: 1.0 To: "O. Hartmann" References: <49D1EE0F.1050901@zedat.fu-berlin.de> In-Reply-To: <49D1EE0F.1050901@zedat.fu-berlin.de> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated-User: admin@kkip.pl X-Authenticator: plain X-Sender-Verify: SUCCEEDED (sender exists & accepts mail) X-Spam-Score: -8.9 X-Spam-Score-Int: -88 X-Exim-Version: 4.69 (build at 30-Mar-2009 10:58:24) X-Date: 2009-03-31 12:35:01 X-Connected-IP: 10.66.3.254:3922 X-Message-Linecount: 36 X-Body-Linecount: 22 X-Message-Size: 1569 X-Body-Size: 972 X-Received-Count: 1 X-Recipient-Count: 3 X-Local-Recipient-Count: 3 X-Local-Recipient-Defer-Count: 0 X-Local-Recipient-Fail-Count: 0 Cc: freebsd-current@FreeBSD.org, freebsd-questions@freebsd.org Subject: Re: Issues with OpenLDAP 2.4.15 and FreeBSD 8.0-CUrrent as well as with FreeBSD 7.2-PRE using DB 4.7 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: Tue, 31 Mar 2009 10:53:02 -0000 O. Hartmann pisze: > I reported this earlier here and now I'm about to file a PR. Before > that, I will ask whether there is a solution out here or someone can > give a hint in case I ran into a hidden misconfiguration. > > First I see on all FreeBSD flavours (7.2 and 8.0) a coredump of LDAP > clients when doing ldapsearch, ldappasswd. The client performs well, > but at the end it terminates with some SIG 11. > That's really funny when ldapadd just do what you want it to do, and gives you core dump instead of "bye bye" ;) I have the same issue with FreeBSD 7.2 (I'm not using OpenLDAP on CURRENT). From my observations this behaviour depends on options checked with 'make config'. SIG 11 occurs with default settings, so I checked ONLY bdb, perl and SASL (just what I needed for shared address book). and now it is working like a charm. However it's not a SOLUTION for this problem, especially when you need other options from config. -- Bartosz Stec