Page 1 of 1

Nameserver: warn Meldungen

Posted: 2003-07-03 12:15
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?

Re: Nameserver: warn Meldungen

Posted: 2003-07-03 12:22
by dodolin
Weil deinConfixx dauernd den Bind neu startet?!

BTW: Hatte ich schonmal erwähnt, dass ich von solchem Zeugs nix halte? ;)

Re: Nameserver: warn Meldungen

Posted: 2003-07-03 13:07
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;
        ...
};

Re: Nameserver: warn Meldungen

Posted: 2003-07-03 13:33
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?

Re: Nameserver: warn Meldungen

Posted: 2003-07-03 13:48
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.