From owner-freebsd-questions Wed Oct 17 12:25: 6 2001 Delivered-To: freebsd-questions@freebsd.org Received: from q.closedsrc.org (ip233.gte15.rb1.bel.nwlink.com [209.20.244.233]) by hub.freebsd.org (Postfix) with ESMTP id 7EC6237B401 for ; Wed, 17 Oct 2001 12:24:42 -0700 (PDT) Received: by q.closedsrc.org (Postfix, from userid 1002) id A64E013607; Wed, 17 Oct 2001 12:24:08 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by q.closedsrc.org (Postfix) with ESMTP id 98523BA19; Wed, 17 Oct 2001 12:24:08 -0700 (PDT) Date: Wed, 17 Oct 2001 12:24:08 -0700 (PDT) From: Linh Pham To: Cc: Subject: Re: named core dump In-Reply-To: Message-ID: <20011017122000.N51190-100000@q.closedsrc.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 2001-10-17, sabine225@home.com scribbled: # I'm the last guy not to know, right? Bind version of bind. Should I try # bind 9.x? [snip] # All 3 # named -v # named 8.2.3-T6B Mon Nov 20 11:27:49 GMT 2000 # jkh@bento.FreeBSD.org:/usr/obj/usr/src/usr.sbin/named Looks like you are running an old and buggy version of BIND (which probably came with your copy/install of FreeBSD). I would highly recommend upgrading to BIND 9.1.x (or at least a stable version of BIND 8.2.x). You might want to take a look at the following URL for help on upgrading to BIND 8.2.3+ (you can still use the same instructions for BIND 9): http://freebsddiary.org/bind8-from-ports.php # zone # "0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.IP6.INT" { # type master; # file "localhost.rev"; # }; This is a zone definition for IPv6... I wouldn't worry too much about it right now... unless if you want to tackle IPv6 ;-) # If I don't have the long kind of IP addresses stuff turned on should I # delete this from named.conf? You can comment it out by wrapping the statement by /* and */ (C/C++ style comments), or deleting it completely. -- Linh Pham [lplist@closedsrc.org] # Every solution breeds new problems To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message