From owner-freebsd-questions Fri Dec 13 4:27:36 2002 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 F085537B401 for ; Fri, 13 Dec 2002 04:27:33 -0800 (PST) Received: from mta02.mail.mel.aone.net.au (mta02.mail.au.uu.net [203.2.192.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9318743EB2 for ; Fri, 13 Dec 2002 04:27:32 -0800 (PST) (envelope-from rbyrnes@ozemail.com.au) Received: from pootah ([63.12.2.80]) by mta02.mail.mel.aone.net.au with SMTP id <20021213122725.GQLK15953.mta02.mail.mel.aone.net.au@pootah> for ; Fri, 13 Dec 2002 23:27:25 +1100 Message-ID: <001401c2a2a2$fc77b360$3164a8c0@pootah> From: "Rob B" To: "freebsd-questions" Subject: named problems Date: Fri, 13 Dec 2002 23:26:59 +1100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I have bind running to serve requests to my private network, and I'm getting the following lines in my logs every 30 minutes: Dec 13 15:04:22 erwin named[78]: fopen() of 192.168.100.rev.dumptmp failed: +Permission denied Dec 13 15:04:22 erwin named[78]: zone dump for '100.168.192.in-addr.arpa' +failed, rescheduling What do they mean, and how do I either stop it, or let named do what it wants? Here's what named.conf looks like - I was trying to have dhcpd update the zones at one point, but I dropped that idea since I can't get it to work. erwin:~$ cat /etc/namedb/named.conf options { directory "/etc/namedb"; zone "." { type hint; file "named.root"; }; zone "0.0.127.IN-ADDR.ARPA" { type master; file "localhost.rev"; zone "number6.loop.bpa.nu" { type master; file "number6.loop.bpa.nu.hosts"; allow-query { 127.0.0.1/32; 192.168.100.0/24; }; allow-transfer { 127.0.0.1/32; 192.168.100.0/24; }; allow-update { 127.0.0.1/32; 192.168.100/24; }; }; zone "100.168.192.in-addr.arpa" { type master; file "192.168.100.rev"; allow-query { 127.0.0.1/32; 192.168.100.0/24; }; allow-transfer { 127.0.0.1/32; 192.168.100.0/24; }; allow-update { 127.0.0.1/32; 192.168.100/24; }; }; erwin:~$ uname -a FreeBSD erwin.number6.loop.bpa.nu 4.7-STABLE FreeBSD 4.7-STABLE #2: Sat Dec 7 09:55:15 EST 2002 root@erwin.number6.loop.bpa.nu:/usr/obj/usr/src/sys/ERWIN alpha cheers, Rob -- "Teaching should be such that what is offered is perceived as a valuable gift and not as a hard duty." - Albert Einstein This is quote 76 of 1254. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message