On 07/13/2012 02:05 PM, Gonzalo L. R. wrote:
Conf file?
El 07/13/12 11:38, Limaunion escribió:
hi all! I'm running unbound as a caching resolver in an ALIX box running
OpenBSD 5.1.
For some reason I'm getting many of these kind of errors:
Jul 13 10:56:29 pfire unbound: [11449:0] notice: sendto failed: No
buffer space available
Jul 13 10:56:29 pfire unbound: [11449:0] notice: remote address is
8.8.8.8 port 53
Jul 13 10:56:29 pfire unbound: [11449:0] notice: sendto failed: No
buffer space available
Jul 13 10:56:29 pfire unbound: [11449:0] notice: remote address is
8.8.8.8 port 53
(snip)
netstat shows this:
52 mbufs in use:
19 mbufs allocated to data
2 mbufs allocated to packet headers
31 mbufs allocated to socket names and addresses
18/84/6144 mbuf 2048 byte clusters in use (current/peak/max)
0/8/6144 mbuf 4096 byte clusters in use (current/peak/max)
0/8/6144 mbuf 8192 byte clusters in use (current/peak/max)
0/8/6144 mbuf 9216 byte clusters in use (current/peak/max)
0/8/6144 mbuf 12288 byte clusters in use (current/peak/max)
0/8/6144 mbuf 16384 byte clusters in use (current/peak/max)
0/8/6144 mbuf 65536 byte clusters in use (current/peak/max)
396 Kbytes allocated to network (12% in use)
0 requests for memory denied
0 requests for memory delayed
0 calls to protocol drain routines
Does anyone have any idea what's wrong here?
TIA!
This is the shortened configuration:
$ egrep -v '(^$|#)' /var/unbound/etc/unbound.conf
server:
verbosity: 1
statistics-interval: 86400
interface: 127.0.0.1
interface: 192.168.1.1
do-ip6: no
access-control: 0.0.0.0/0 refuse
access-control: 127.0.0.0/8 allow
access-control: 192.168.1.0/24 allow
hide-identity: yes
hide-version: yes
identity: "DNS"
version: "1.1"
python:
remote-control:
forward-zone:
name: "."
forward-addr: 8.8.8.8
forward-addr: 208.67.222.123
forward-addr: 208.67.220.123