Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Jul 2008 06:54:30 +0400
From:      Yuri Pankov <yuri.pankov@gmail.com>
To:        jon@caamora.com.au
Cc:        freebsd questions <freebsd-questions@freebsd.org>
Subject:   Re: named and its hourly reports
Message-ID:  <20080715025430.GE99198@darklight.homeunix.org>
In-Reply-To: <20080715122206.52906@caamora.com.au>
References:  <20080715122206.52906@caamora.com.au>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Jul 15, 2008 at 12:22:06PM +1000, jonathan michaels wrote:
[...]
> named now reports hourly
> 
> Jul 15 06:55:10 hid named[617]: could not listen on UDP socket: permission denied
> Jul 15 06:55:10 hid named[617]: creating IPv4 interface tun0 failed; interface ignored
> Jul 15 07:55:10 hid named[617]: could not listen on UDP socket: permission denied
> Jul 15 07:55:10 hid named[617]: creating IPv4 interface tun0 failed; interface ignored
> Jul 15 08:55:10 hid named[617]: could not listen on UDP socket: permission denied
> Jul 15 08:55:10 hid named[617]: creating IPv4 interface tun0 failed; interface ignored
> Jul 15 09:55:10 hid named[617]: could not listen on UDP socket: permission denied
> Jul 15 09:55:10 hid named[617]: creating IPv4 interface tun0 failed; interface ignored
[...]

http://www.isc.org/sw/bind/arm95/Bv9ARM.ch06.html#id2576660
Check interface-interval:

    The server will scan the network interface list every
interface-interval minutes. The default is 60 minutes. The maximum value
is 28 days (40320 minutes). If set to 0, interface scanning will only
occur when the configuration file is loaded. After the scan, the server
will begin listening for queries on any newly discovered interfaces
(provided they are allowed by the listen-on configuration), and will
stop listening on interfaces that have gone away. 


If you don't need bind to listen on tun0, just set interface interval to
0.


HTH,
Yuri



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080715025430.GE99198>