Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Oct 2001 12:24:08 -0700 (PDT)
From:      Linh Pham <lplist@closedsrc.org>
To:        <sabine225@home.com>
Cc:        <questions@FreeBSD.ORG>
Subject:   Re: named core dump
Message-ID:  <20011017122000.N51190-100000@q.closedsrc.org>
In-Reply-To: <D9BB42F0-C31D-11D5-A54A-0050E4050F42@home.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011017122000.N51190-100000>