strange error BIND

Mark_Andrews at isc.org Mark_Andrews at isc.org
Tue Oct 7 04:54:42 UTC 2003


> Hello,
>  I'm reporting here an error ocurred in my BIND....
>  I've been looking for some answer, but i don't have any.. if you culd 
>  help me !!??!??!
>  
>  Oct 3 17:58:49 kronos named[33703]: couldn't allocate event
>  Oct 3 17:58:49 kronos named[33703]: timer.c:603: unexpected error:
>  Oct 3 17:58:49 kronos named[33703]: couldn't allocate event
>  Oct 3 17:58:49 kronos named[33703]: client.c:592:  REQUIRE(client->state == 
> 4) failed
>  Oct 3 17:58:49 kronos named[33703]: exiting (due to assertion failure)
>  Oct 3 14:58:50 kronos /kernel: pid 33703 (named), uid 53: exited on  signal 
> 6
>  
>  Please forget my bad english.... heheheh!!
>  The clock of the machine is another crazy thing... it's absolutely 
>  different the time that named stops/start and the time that machine works.
>  
>  Thaks for everybody... i'm waiting for some help!
>  
>  Luis Schio
> Atenciosamente,
> Luis Schio
> Departamento Técnico
> KAIZEN Net Provider - Afiliado UOL
> Provedor Afiliado UOL

	You ran out of memory.  The REQUIRE failure is addressed by the
	following change in 9.2.3rc1.  It is triggered by lack of memory.

1490.   [bug]           Accept reading state as well as working state in
                        ns_client_next(). [RT #6813]

	Either supply named with more memory (real and/or virtual,
	"options { datasize #k };") or reduce the amount of data
	named is caching (max-cache-size, max-cache-ttl, max-ncache-ttl).

	As for the timestamps.  You need to provide local time zone
	information in the chroot area.

	Mark
--
Mark Andrews, Internet Software Consortium
1 Seymour St., Dundas Valley, NSW 2117, Australia
PHONE: +61 2 9871 4742                 INTERNET: Mark.Andrews at isc.org


More information about the bind-users mailing list