Bind 9.6.1: skipping zone transfer, but why ?

JINMEI Tatuya / 神明達哉 jinmei at isc.org
Mon Jul 20 19:41:24 UTC 2009


At Mon, 20 Jul 2009 16:13:03 +0100,
"Ian Tait" <ian.t at thoughtbubble.net> wrote:

> I see exactly this problem too on windows 2003.
> Lookups happen normally after this behaviour occurs though.
> 
> Restarting bind cures the problem.
> I haven't bothered to debug the issue as yet :-)

We've found a bug that can cause this problem.  We're working on a
complete fix to the problem, but a workaround patch copied below may
work for you in the mean time.

p.s. this is a Windows specific bug.

---
JINMEI, Tatuya
Internet Systems Consortium, Inc.

Index: zone.c
===================================================================
RCS file: /proj/cvs/prod/bind9/lib/dns/zone.c,v
retrieving revision 1.483.36.7
diff -u -r1.483.36.7 zone.c
--- zone.c	17 Jun 2009 04:53:57 -0000	1.483.36.7
+++ zone.c	20 Jul 2009 19:41:18 -0000
@@ -11004,6 +11004,8 @@
 	isc_result_t result;
 	isc_uint32_t seconds = isc_time_seconds(now);
 
+	return;
+
 	REQUIRE(DNS_ZONEMGR_VALID(zmgr));
 
 	locktype = isc_rwlocktype_read;



More information about the bind-users mailing list