George Theall on 7 Feb 2005 18:42:24 -0000


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

Re: [PLUG] Bind 9 on Debian (Woody)


On Mon, Feb 07, 2005 at 11:12:27AM -0500, Dayton Gray wrote:

> I am having an issue with one of my namservers and can't find any information 
> besides upgrade recommendations from googling around. I am getting the 
> following error:
> 
> Feb  5 14:16:44 ns1 named[168]: client x.x.x.x#61485: no more TCP clients: 
> quota reached
> Feb  5 14:16:44 ns1 named[168]: client x.x.x.x#61488: no more TCP client
> s: quota reached
> Feb  5 14:16:44 ns1 named[168]: quota.c:68: INSIST(p != ((void *)0) && *p == 
> ((void *)0)) failed
> Feb  5 14:16:44 ns1 named[168]: exiting (due to assertion failure)

Take a look at:

<http://marc.theaimsgroup.com/?l=bind9-users&m=104326843802099&w=2

In short, you can try increasing the number of allowable simultaneous
client TCP connections from the default of 100 with something like this:

  options {
    tcp-clients 20000;
  };

This will not, though, prevent the daemon from exiting because of the
INSIST failure if/when the quota is exceeded; for that, you'll need to
upgrade. 


George
-- 
theall@tifaware.com

Attachment: pgpMQto4Ih1Kk.pgp
Description: PGP signature

___________________________________________________________________________
Philadelphia Linux Users Group         --        http://www.phillylinux.org
Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce
General Discussion  --   http://lists.phillylinux.org/mailman/listinfo/plug