10.40.9.170#63429: error sending response: not enough free resources

2012-09-07 Thread Dwayne Hottinger
I installed a replacement dns/dhcp server in May.I started seeing these messages in my named.log: 10.40.9.170#63429: error sending response: not enough free resources Ip addresses varied. Messages usually corresponded to periods when I would expect there to be a higher load (after class

install BIND on Mac OS X

2012-09-07 Thread pangj
Hi, I have a macbook pro, just want to install a BIND on it for test purpose. is there any guide for this? thanks. ___ Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe from this list bind-users mailing list

Re: install BIND on Mac OS X

2012-09-07 Thread jeffrey j donovan
On Sep 7, 2012, at 8:46 PM, pangj wrote: Hi, I have a macbook pro, just want to install a BIND on it for test purpose. is there any guide for this? thanks. open your terminal.app and type ; named -v most likely it is already installed. else you can download source tarball unpack and compile

Re: install BIND on Mac OS X

2012-09-07 Thread Mark Andrews
In message 1af0844d-ce67-4799-9381-4ad8fa21b...@beth.k12.pa.us, jeffrey j donovan writes: On Sep 7, 2012, at 8:46 PM, pangj wrote: Hi, I have a macbook pro, just want to install a BIND on it for test purpose. is there any guide for this? thanks. open your terminal.app and type ;

Re: install BIND on Mac OS X

2012-09-07 Thread pangj
Thanks. bogon:~ pro$ named -v BIND 9.7.3-P3 This does have been installed. 于 12-9-8 上午9:08, jeffrey j donovan 写道: open your terminal.app and type ; named -v most likely it is already installed. else you can download source tarball unpack and compile in a /usr/local/src ./configure make