Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 09 Mar 1999 20:21:36 -0800
From:      me <onemo@jps.net>
To:        freebsd-stable@freebsd.org
Subject:   named message since upgrading to 3.1-Stable
Message-ID:  <36E5F350.4A7E5C1E@jps.net>

next in thread | raw e-mail | index | archive | help
Hello all,

I keep getting the following message from named:

... named[104]: bind(dfd=24), [{ip addr}].53): Permission denied

I chown'd the /etc/namedb/s directory to the bind sandbox ID as
instructed. I'm using the following named.conf file:

// $Id: named.conf,v 1.3 1998/11/14 19:43:00 mso Exp $
//
options {
        directory "/etc/namedb";
        dump-file "s/named_dump.db";
        forward only;
        forwarders {
                (isp addr1);
                (isp addr2);
        };
};

zone "." {
        type hint;
        file "named.root";
};

zone "0.0.127.IN-ADDR.ARPA" {
        type master;
        file "s/named.local.rev";
};

zone "mydomain.com" {
        type master;
        file "s/mydomain.hosts";
};

zone "2.168.192.in-addr.arpa" {
        type master;
        file "s/mydomain.rev";
};

I've searched through the BIND faqs and docs located at the ISC site to
no avail. Everything works correctly, It's just 1) annoying and 2)
possibly bothering my ISP(?).

Any help would be appreciated.

MO!



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?36E5F350.4A7E5C1E>