From owner-freebsd-current@FreeBSD.ORG Sat Sep 25 04:53:14 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7FCA616A4CE for ; Sat, 25 Sep 2004 04:53:14 +0000 (GMT) Received: from ns.atcom.spb.ru (ns.atcom.spb.ru [213.182.169.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id F352643D41 for ; Sat, 25 Sep 2004 04:53:13 +0000 (GMT) (envelope-from toxa@cterra.ru) Received: by ns.atcom.spb.ru (Postfix, from userid 1042) id 73ADD2F6; Sat, 25 Sep 2004 08:53:12 +0400 (MSD) Received: from localhost (ppp-dialup-15.atcom.spb.ru [213.182.168.15]) by ns.atcom.spb.ru (Postfix) with ESMTP id EE9AD140 for ; Sat, 25 Sep 2004 08:53:06 +0400 (MSD) Date: Sat, 25 Sep 2004 08:49:15 +0400 From: Toxa To: freebsd-current@freebsd.org X-Comment-To: "Anton Karpov" Message-ID: <20040925044915.GA5784@laptoxa.toxa.lan> Mail-Followup-To: freebsd-current@freebsd.org References: <20040925043451.B16332@URF.trarfvf> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <20040925043451.B16332@URF.trarfvf> User-Agent: Outluck Express 1.5.6i for MS-DOS 6.22-SMP X-Mailer: See User-Agent above :) X-Operating-System: MS-DOS 6.22-CURRENT on Sony VAIO laptop X-PGP-Public-Key: http://toxahost.org/gpg/pubkey.asc X-Useless-Header: Do Androids Dream of Electric Sheep? Subject: Re: HEADS UP: BIND 9 imported, and working! X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Sat, 25 Sep 2004 04:53:14 -0000 On Sat, Sep 25, 2004 at 05:07:38AM +0100, Doug Barton wrote: > > There are many differences between BIND 8 and 9. Some of the more > important ones are how picky BIND 9 is about zone file format. Some > zones that loaded fine under BIND 8 will not load with 9. The named For example, new bind9 do not understand such kind of records: use.exit.to.quit.nslookup.-.- A 192.168.2.2 quit IN CNAME use.exit.to.quit.nslookup.-.- Sep 24 22:20:56 ns named[52308]: toxa.lan:22: use.exit.to.quit.nslookup.-.-.toxa.lan: bad owner name (check-names) Sep 24 22:20:56 ns /kernel: Sep 24 22:20:56 ns named[52308]: toxa.lan:22: use.exit.to.quit.nslookup.-.-.toxa.lan: bad owner name (check-names) Sep 24 22:20:56 ns named[52308]: zone toxa.lan/IN: loading master file toxa.lan: bad owner name (check-names) Sep 24 22:20:56 ns /kernel: Sep 24 22:20:56 ns named[52308]: zone toxa.lan/IN: loading master file toxa.lan: bad owner name (check-names) Removing "-" works ok: use.exit.to.quit.nslookup A 192.168.2.2 quit IN CNAME use.exit.to.quit.nslookup Old bind was not so strict about it :-)