From owner-freebsd-current@FreeBSD.ORG Sun Nov 2 12:26:13 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5309E1065675 for ; Sun, 2 Nov 2008 12:26:13 +0000 (UTC) (envelope-from ohartman@mail.zedat.fu-berlin.de) Received: from outpost1.zedat.fu-berlin.de (outpost1.zedat.fu-berlin.de [130.133.4.66]) by mx1.freebsd.org (Postfix) with ESMTP id 0F2EA8FC13 for ; Sun, 2 Nov 2008 12:26:12 +0000 (UTC) (envelope-from ohartman@mail.zedat.fu-berlin.de) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost1.zedat.fu-berlin.de (Exim 4.69) for freebsd-current@freebsd.org with esmtp (envelope-from ) id <1Kwc20-0007OD-0a>; Sun, 02 Nov 2008 13:26:12 +0100 Received: from e178040129.adsl.alicedsl.de ([85.178.40.129] helo=thor.walstatt.dyndns.org) by inpost2.zedat.fu-berlin.de (Exim 4.69) for freebsd-current@freebsd.org with esmtpsa (envelope-from ) id <1Kwc1z-0005BU-To>; Sun, 02 Nov 2008 13:26:12 +0100 Message-ID: <490D9C71.1050401@mail.zedat.fu-berlin.de> Date: Sun, 02 Nov 2008 13:26:25 +0100 From: "O. Hartmann" User-Agent: Thunderbird 2.0.0.17 (X11/20081101) MIME-Version: 1.0 To: freebsd-current@freebsd.org X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Originating-IP: 85.178.40.129 X-Mailman-Approved-At: Sun, 02 Nov 2008 13:18:29 +0000 Subject: OpenLDAP 2.4.11: won't work anymore, crashes with SIGNAL 11 after start X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Nov 2008 12:26:13 -0000 Hello, I migrtaed this day to FreeBSD 8.0-CURRENT, most recent buildworld since last night. I'm about reinstalling everything I need from scratch, so OpenLDAP 2.4.11 (with SASL support). After pulling back the backup of the LDAP configurations and assuring that access rights etc. is in the right place, I tried starting openldap-2.4.11 and witnessed a crash. Immediately after the slapd-daemon starts it suffers from SIGNAL 11: Starting slapd. @(#) $OpenLDAP: slapd 2.4.11 (Nov 2 2008 11:42:11) $ root@foo.org:/usr/ports/net/openldap24-server/work/openldap-2.4.11/servers/slapd Segmentation fault /usr/local/etc/rc.d/slapd: WARNING: failed to start slapd Well, removing all of my configurations (especially schemata, the slapd.d-directory) and replacing everything needed by those files coming with the installation package and trying starting this results in an 'Abort trap': Starting slapd. @(#) $OpenLDAP: slapd 2.4.11 (Nov 2 2008 11:42:11) $ root@foo.org:/usr/ports/net/openldap24-server/work/openldap-2.4.11/servers/slapd Assertion failed: (schema_init_done == 1), function slap_schema_check, file schema_prep.c, line 1340. Abort trap /usr/local/etc/rc.d/slapd: WARNING: failed to start slapd The used configuration and installation works fine with FreeBSD 7.1-PRE (exactly the same way installed ports, used the same make.conf!). Well, before submitting a PR or investigating deeper, please can someone using LDAP 2.4.11 (from ports) on FBSD 8.0-CUR report whether he is successfully using LDAP or not? If there is more than a stupid config-error I will investigate deeper with all the debugging facilities switched on. Regards, thanks in advance, oliver