Nameserver: warn Meldungen

Bind, PowerDNS
Post Reply
webalizer
Posts: 10
Joined: 2003-01-21 13:44
Location: Fürstenfeldbruck
Contact:
 

Nameserver: warn Meldungen

Post by webalizer »

Hi,

ich habe seit langem einen rootie mit nameserver am laufen, bisher ohne probleme.
seit kurzem meldet sich named alle drei minuten in /var/log/messages und /var/log/warn:

Jul 3 11:55:00 pxxxxxxxx /usr/sbin/named[24014]: loading configuration from '/etc/named.conf'
Jul 3 11:55:00 pxxxxxxxx /usr/sbin/named[24014]: the default for the 'auth-nxdomain' option is now 'no'
Jul 3 11:55:00 pxxxxxxxx /usr/sbin/named[24014]: no IPv6 interfaces found
Jul 3 11:56:00 pxxxxxxxx /USR/SBIN/CRON[24611]: (root) CMD (/root/confixx/confixx_counterscript.pl)
Jul 3 11:57:00 pxxxxxxxx /USR/SBIN/CRON[24616]: (root) CMD (/root/confixx/confixx_counterscript.pl)
Jul 3 11:58:00 pxxxxxxxx /USR/SBIN/CRON[24634]: (root) CMD (/root/confixx/confixx_counterscript.pl)
Jul 3 11:58:00 pxxxxxxxx /usr/sbin/named[24014]: loading configuration from '/etc/named.conf'
Jul 3 11:58:00 pxxxxxxxx /usr/sbin/named[24014]: the default for the 'auth-nxdomain' option is now 'no'
Jul 3 11:58:00 pxxxxxxxx /usr/sbin/named[24014]: no IPv6 interfaces found


Jul 3 11:56:00 pxxxxxxxx /usr/sbin/named[24014]: the default for the 'auth-nxdomain' option is now 'no'
Jul 3 12:50:00 pxxxxxxxx /usr/sbin/named[24014]: the default for the 'auth-nxdomain' option is now 'no'

Der nameserver ist gestartet und läuft auch (dig).
Früher kam diese Meldung nur unmittelbar nach dem starten.
Weiß vielleicht jemand warum das jetzt dauernd kommt?
dodolin
Posts: 3840
Joined: 2003-01-21 01:59
Location: Sinsheim/Karlsruhe
Contact:
 

Re: Nameserver: warn Meldungen

Post by dodolin »

Weil deinConfixx dauernd den Bind neu startet?!

BTW: Hatte ich schonmal erwähnt, dass ich von solchem Zeugs nix halte? ;)
sfeni
Posts: 341
Joined: 2002-08-15 11:35
Location: Schwabenland
 

Re: Nameserver: warn Meldungen

Post by sfeni »

Also bei mir sieht das so aus in der named.conf, dann kommt die Meldung nicht mehr:

Code: Select all

options {
        ...
        auth-nxdomain no;
        ...
};
webalizer
Posts: 10
Joined: 2003-01-21 13:44
Location: Fürstenfeldbruck
Contact:
 

Re: Nameserver: warn Meldungen

Post by webalizer »

@sfeni
Ok. Danke. Damit ist zumindest die warn-Meldung weg.

Habe gestern Nacht Confixx von 2.0.5 auf 2.0.10 upgedatet. Kann es sein daß dieses bind reloading erst nach 2.0.5 eingeführt wurde?
sfeni
Posts: 341
Joined: 2002-08-15 11:35
Location: Schwabenland
 

Re: Nameserver: warn Meldungen

Post by sfeni »

webalizer wrote:Habe gestern Nacht Confixx von 2.0.5 auf 2.0.10 upgedatet. Kann es sein daß dieses bind reloading erst nach 2.0.5 eingeführt wurde?
Eigentlich nein, da der bind nach jeder Konfigurationsänderung neu geladen werden muss.
Post Reply