From owner-freebsd-questions@FreeBSD.ORG Sun Jan 30 12:59:14 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 51B4216A4CE for ; Sun, 30 Jan 2005 12:59:14 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id E493E43D2D for ; Sun, 30 Jan 2005 12:59:13 +0000 (GMT) (envelope-from j65nko@gmail.com) Received: by wproxy.gmail.com with SMTP id 69so578685wra for ; Sun, 30 Jan 2005 04:59:13 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=bD+WpjRLeOXJ60gfgMWMdA8CELc0FlRKWCqxMkM517eomre3z/MOt6lYhIFmjIBMmGVJfxxkk4fZjMsVcYOWqELlZRcU3UdwXOnJUdNO0yhc908RhUTG80hmkO3yhVVYcvoPP4RNnDQqjnivez6vrCDjbmlWoil+dqLv4P3iJZw= Received: by 10.54.32.56 with SMTP id f56mr87143wrf; Sun, 30 Jan 2005 04:59:13 -0800 (PST) Received: by 10.54.37.40 with HTTP; Sun, 30 Jan 2005 04:59:13 -0800 (PST) Message-ID: <19861fba05013004594197e72f@mail.gmail.com> Date: Sun, 30 Jan 2005 13:59:13 +0100 From: J65nko BSD To: Pat Maddox In-Reply-To: <810a540e05012916571b3c0f90@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <810a540e05012915545b959058@mail.gmail.com> <014a01c5065e$9cb97720$c900a8c0@ostros> <810a540e05012916571b3c0f90@mail.gmail.com> cc: freebsd-questions@freebsd.org Subject: Re: BIND9 doesn't seem to do anything X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: J65nko BSD List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Jan 2005 12:59:14 -0000 On Sat, 29 Jan 2005 17:57:50 -0700, Pat Maddox wrote: > The named process is always in the kserel state. I've got no idea > what that is, and all I can find on Google is that programs hang in > that state. So I don't know what to do. There's no output, I can't > find any logs, there's just no way for me to tell what's wrong. > > > On Sat, 29 Jan 2005 15:59:46 -0800, Thomas Foster wrote: > > you might want to add named_enable="YES" in your /etc/rc.conf > > > > check out the following tutorial on setting up Bind9 > > > > http://www.section6.net/help/bind.php > > > > Hope this helps.. > > > > T > > ----- Original Message ----- > > From: "Pat Maddox" > > To: > > Sent: Saturday, January 29, 2005 3:54 PM > > Subject: BIND9 doesn't seem to do anything > > > > >I installed BIND9 from the ports earlier, edited the config files a > > > bit, but I can't get it to run at all. When I type named, or > > > /etc/rc.d/named start, there's no output at all, and then I find that > > > named isn't running. I've tried this again with the default install > > > as well, without touching and files, but same thing. There also isn't > > > anything in the logs folder, so I guess it's not creating an error log > > > of anything. Any ideas? > > > > > > Thanks, > > > Pat netstat -an -f inet should show something like this. A nameserver LISTENing on port 53 for TCP and another line for for UDP. tcp 0 0 192.168.222.10.53 *.* LISTEN udp 0 0 192.168.222.10.53 *.* =Adriaan=