[nycbug-talk] dns slaves serve up empty data

Marco Scoffier marco at metm.org
Fri Jul 31 09:57:01 EDT 2009


Andy Kosela wrote:
> The fault is probably on the slaves' side. It seems they don't accept
> your zone updates anymore.  Consult it with your slaves' admins.  Also
> make sure your domain is *properly* delegated.
>
>   
Thanks for the tips.
As Andy said the problem was on their side.  Finally got one of their 
techs to respond and they are serving the correct zone file.  Still not 
sure what was going on.

Still not sure why I don't see the "sending notifies" line in 
/var/log/message or /var/log/debug.log

I added this huge chunk of logging to my named.conf :

logging {
 channel "default-syslog" { syslog local2; severity debug; };
 category default { default-syslog; };
 category notify { default-syslog; };
 category general { default-syslog; };
 category security { default-syslog; };
        category default { default_syslog; };
        category general { default_syslog; };
        category security { default_syslog; };
        category config { default_syslog; };
        category resolver { default-syslog; };
        category xfer-in { default-syslog; };
        category xfer-out { default-syslog; };
        category notify { default-syslog; };
        category client { default-syslog; };
        category network { default-syslog; };
        category update { default-syslog; };
        category queries { default-syslog; };
        category lame-servers { default-syslog; };

};

Marco



More information about the talk mailing list