Notify errors

Mark.Andrews at nominum.com Mark.Andrews at nominum.com
Tue Oct 17 21:38:58 UTC 2000


	In src/bin/named/ns_req.c:req_notify() add the following
	#ifdef and #endif.  These are in the next beta.

        /* valid notify's are authoritative */
        if (!hp->aa) {
                ns_debug(ns_log_notify, 1,
                         "FORMERR Notify request without AA");
#ifdef not_yet
                hp->rcode = ns_r_formerr;
                return (Finish);
#endif
        }

	There is a additional bug that will causes hp->aa to be cleared.
	This is fixed in the next beta.
	
	Mark
> 
> Hi,
> 
> Im runnig bind 8.2.3 T6B on Solaris 2.7 ...
> 
> Notify messages are making it to the slave, however the slave never IXFR's.
> I'm recieving the following error message on the slave :
> 
> 17-Oct-2000 09:58:18.930 notify: debug 1: FORMERR Notify request without AA
> ns_req: answer -> [192.57.30.5].1051 fd=22 id=47631 size=12 rc=1
> datagram from [192.57.30.5].1051, fd 22, len 34
> 
> IXFR only works by forcing it with    ndc reload inkok.us.eds.com
> 
> Please Help :(
> 
> 
> My config follows:
> 
> Master named.conf section
> 
> options {
>         directory "/var/named";
>         maintain-ixfr-base yes;
> };
> 
> server  192.57.31.5 {
>         support-ixfr yes;
> };
> 
> 
> zone "inkok.us.eds.com" {
>         type master;
>         file "inkok.us.eds.com.db";
>         allow-update { 192.57.30.5;};
>         allow-transfer { 192.57.31.5; };
>         notify yes;
> };
>       
> ************************************************************
> 
> 
> Slave  named.conf section:
> 
> server 192.57.30.5 {
>         support-ixfr yes;
> };
> 
> 
> zone "inkok.us.eds.com" {
>         type slave;
>         masters { 192.57.30.5; } ;
>         file "inkok.us.eds.com.db.sec";
>         check-names ignore;
> };
> 
> 
> Thank you !
> 
> rob.walker at eds.com
> 
> 
> 
--
Mark Andrews, Nominum Inc.
1 Seymour St., Dundas Valley, NSW 2117, Australia
PHONE: +61 2 9871 4742                 INTERNET: Mark.Andrews at nominum.com



More information about the bind-users mailing list