From owner-freebsd-stable@FreeBSD.ORG Thu Nov 18 03:09:54 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C22BD16A4CE for ; Thu, 18 Nov 2004 03:09:54 +0000 (GMT) Received: from carver.gumbysoft.com (carver.gumbysoft.com [66.220.23.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE37643D1D for ; Thu, 18 Nov 2004 03:09:54 +0000 (GMT) (envelope-from dwhite@gumbysoft.com) Received: by carver.gumbysoft.com (Postfix, from userid 1000) id A00BD72DD4; Wed, 17 Nov 2004 19:09:54 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by carver.gumbysoft.com (Postfix) with ESMTP id 9ABC272DCB; Wed, 17 Nov 2004 19:09:54 -0800 (PST) Date: Wed, 17 Nov 2004 19:09:54 -0800 (PST) From: Doug White To: Michael Riexinger In-Reply-To: <200411121707.12940.michael.riexinger@de.clara.net> Message-ID: <20041117190841.P29048@carver.gumbysoft.com> References: <200411121707.12940.michael.riexinger@de.clara.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: stable@freebsd.org Subject: Re: heavy named problems X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Nov 2004 03:09:54 -0000 On Fri, 12 Nov 2004, Michael Riexinger wrote: > i have freebsd 5.3-release with the base bind 9.3 (chrooted). It allows > recursive queries. After few hours running, the server answers to every > query with SERVFAIL. Few minutes before, in the logs is this: > > > named: isc_mutex_init failed in new_adbfind() > > After /etc/rc.d/named restart it's working fine for a couple of hours... > What could cause this problem? Out of memory? Hitting memory limits? The code appears to chuck the return code if its nonzero, which is pesky. I suspect its ENOMEM, though. How big is the named process when it starts malfunctioning? -- Doug White | FreeBSD: The Power to Serve dwhite@gumbysoft.com | www.FreeBSD.org