From owner-freebsd-questions@FreeBSD.ORG Mon Mar 14 03:45:24 2011 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 7EA8D106564A for ; Mon, 14 Mar 2011 03:45:24 +0000 (UTC) (envelope-from alydiomc@yahoo.com) Received: from web78203.mail.sg1.yahoo.com (web78203.mail.sg1.yahoo.com [183.177.76.151]) by mx1.freebsd.org (Postfix) with SMTP id C98128FC13 for ; Mon, 14 Mar 2011 03:45:23 +0000 (UTC) Received: (qmail 47552 invoked by uid 60001); 14 Mar 2011 03:45:22 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1300074322; bh=ME16x8w/rDDUrpw/wfgERsIaZmahs8cwiBx2jpdjIV4=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=sX5ixFk8udlgBIZJIL3W93aATj1LeserjvKYHhdutPc/mF58+VEPtM5zXIHjNkDhvX/YL6jpl9KJ9yVacGSTQozpJ4Vwn4LIsVun8O++snY4V8K2aqV6Qlf98kYVwDYplS6lzp4goYeOIe7XCmRS4O5BznZEfzyLF/1GzxVjcEM= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=SAUboON6+yXLGmp3DIH84wfLFs95ThgIsRcNEvElp6HD5cFfM1XMn/yg/Dohg3hKwGpGCNn80a/+Lo9aiMZJ1pfIJTX1MMEFVhRvLt4yoAZoYlJpGQ18nAWw6mXjACYtzY8Q8zUffahep31eLqhB2Lwyg6HxXHNbOzYOd1DjYnc=; Message-ID: <309269.43906.qm@web78203.mail.sg1.yahoo.com> X-YMail-OSG: 8lQ6M5UVM1mgtKYJvSpxscpPci1QNJV1YJdz1AR3BNtHgFO JC2mGPlveEujt5E8E6zn9e6tBHZ8NaUr6L_dtM.RdCZ_0LEi5THGGyoRIxsU 5uSqAFDXyQBmZC.zqbxT7FGBojbFgk2qbjqi2WH4XbcG44UUpZ0nzxZ5f5j9 uq_15x86x9sPnSPfizaAme7IrGnuz8hlSm7g60bHVUF8RyAkxapW6ISLqBJY kzB7HoUv6SJvfvxANTG9S1ntgUQTS7cFdPyZCU3EgW7_QpSriT8MG9Fwk3ul wQyXLh0zdKWk3jdp_3vZBRRDXL6wy_OLsLBAomw-- Received: from [202.175.250.14] by web78203.mail.sg1.yahoo.com via HTTP; Mon, 14 Mar 2011 11:45:21 SGT X-Mailer: YahooMailClassic/11.4.20 YahooMailWebService/0.8.109.295617 Date: Mon, 14 Mar 2011 11:45:21 +0800 (SGT) From: lyd mc To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: openldap 2.4.23 exited on signal 6 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, 14 Mar 2011 03:45:24 -0000 Hi all, I am experiencing the same problem below. Do you have a solution for this? I am running on FreeBSD 8.1. --------------------------------------------------------------------------------------------- Hi list, I'm experiencing some problems with and LDAP box which used to run 2.4.21 and has been upgraded to 2.4.22 The box act as a pam_ldap/nsswitch login server for a bunch of boxes, let's say 20, and serve the mail server and web proxy server as a user base. The box has 2G of RAM and has an average load very low, let's say top/systat shows 0.40. The issue is that it happens from time to time every 2/4 days that the slapd daemon exits on signal 6: May 12 01:00:00 polido kernel: pid 27153 (slapd), uid 389: exited on signal 6 Then i restart the process everything looks fine and no corruption seems to happen in the DB. The box is a FreeBSD 8 Any clue is really appreciated. -------------------------------------------- Regards, Alyd