Subject: Re: problem getting BIND 9.3.1 to start
To: None <robert@kormar.net>
From: Justin Newcomer <liquidice5@gmail.com>
List: netbsd-users
Date: 08/03/2005 15:32:35
if you are chrooting named, you need
*********************
named_chrootdir=3D"/var/chroot/named"
*********************
in the rc.conf
i just put my named.conf in /var/chroot/named/etc=20

then in named.conf it says=20
*****************
options {
        directory "/etc/namedb";
};
*************************
(which is really /var/chroot/named/etc/namedb)


On 8/3/05, Robert Cates <robert@kormar.net> wrote:
> Hi,
>=20
> I've just installed BIND 9.3.1 from pkgsrc, but cannot get it to start.
> I've done the following but it just won't run:
>=20
> 1. I've got named9 and lwresd rc.d scripts in /etc/rc.d
> 2. I've got named=3DNO and named9=3DYES, and setup to use chrootdir in
> /etc/rc.conf
> 3. I've got the path /var/chroot/named/var/run
> 4. I've got /etc/namedb with the named.conf file, but that's not telling =
me
> much
>=20
> Also, I can't find syslog (or whatever NetBSD uses) nor a BIND log file.
>=20
> I'm running NetBSD/i386 2.0.2
>=20
> Thanks much!
> Robert
>=20
>=20
>