From owner-freebsd-questions@FreeBSD.ORG Sun Jan 23 06:06:45 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 F3AD6106564A for ; Sun, 23 Jan 2011 06:06:44 +0000 (UTC) (envelope-from freebsd-questions@herveybayaustralia.com.au) Received: from mail.unitedinsong.com.au (mail.unitedinsong.com.au [150.101.178.33]) by mx1.freebsd.org (Postfix) with ESMTP id A9FDA8FC0C for ; Sun, 23 Jan 2011 06:06:44 +0000 (UTC) Received: from laptop1.herveybayaustralia.com.au (laptop1.herveybayaustralia.com.au [192.168.0.186]) by mail.unitedinsong.com.au (Postfix) with ESMTP id 970AC5C44 for ; Sun, 23 Jan 2011 16:13:47 +1000 (EST) Message-ID: <4D3BC4B2.7070409@herveybayaustralia.com.au> Date: Sun, 23 Jan 2011 16:03:30 +1000 From: Da Rock User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.1.16) Gecko/20101227 Thunderbird/3.0.11 ThunderBrowse/3.3.4 MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <20110123040041.GA7871@thought.org> In-Reply-To: <20110123040041.GA7871@thought.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: bind97 from /bar/log/messages.... 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: Sun, 23 Jan 2011 06:06:45 -0000 On 01/23/11 14:00, Gary Kline wrote: > Can anybody spot what's messed up here and help me get back up? > > > From earlier errors I added and then removed an "A" address label > before the "IN NS ns1.thought.org" ... That was the only thing I > could think of, and things still failed. > > HEre is the apropos part of the log: > > Sometimes you just get to the point where you just want a straight-forward answer to things because you've had enough :) I'm there now myself, so I can relate. So... 1. Are you sure named (bind9.x's executable) is not already running? Usually if it is already running you would incant rndc reload. 2. You need an address record for named server host- ns1.thought.org. So you need in your zone file (this is taking a bit of remembering now- been a while since I had to edit mine... :) ): NS ns1.thought.org. ; don't forget the period at the end A ; OPTIONAL: this will allow users to just enter domain and go straight to the web server. You can also simply CNAME hosts with the same address. $ORIGIN thought.org. ; saves you typing - now just type in the hosts and domain will be auto added (again don't forget the period) ns1 A That should get you out of trouble. The optional stuff makes it easier for your users, and for you to maintain. Don't forget to increment your serial :) Now, I think you should be checking your mail server....