Yes I can stop and restart the "isc bind" service without problems and/or 
errors, only get this message in restart, if the zone serial is not updated.  
And everything seems to be working fine despite of that.  Maybe the message is 
just erroneously categorized as an "error" in syslog.

Jukka

-----Alkuperäinen viesti-----
Lähettäjä: Tony Finch <d...@dotat.at> 
Lähetetty: 9. lokakuuta 2019 13:34
Vastaanottaja: Jukka Pakkanen <jukka.pakka...@qnet.fi>
Kopio: bind-us...@isc.org
Aihe: Re: DNSSEC 9.14.6 error message

Jukka Pakkanen <jukka.pakka...@qnet.fi> wrote:

> Having these *error* messages in the syslog when restarting the 
> service... guess they are not too harmfull, but why exactly is this
> coming:
>
> zone qnet.fi/IN (signed): receive_secure_serial: unchanged

This can happen in the following code, which suggests to me that the error is 
benign. Did the server shut down gracefully?

        /*
         * Try to apply diffs from the raw zone's journal to the secure
         * zone.  If that fails, we recover by syncing up the databases
         * directly.
         */
        result = sync_secure_journal(zone, zone->rss_raw, rjournal,
                                     start, end, &soatuple,
                                     &zone->rss_diff);
        if (result == DNS_R_UNCHANGED)
                goto failure;

Tony.
--
f.anthony.n.finch  <d...@dotat.at>  http://dotat.at/
Bailey: Northwest 5 to 7, occasionally gale 8 at first, becoming variable 3 or
4 later. High at first in far southeast, otherwise rough or very rough. Rain or 
showers. Moderate or good, occasionally poor.

_______________________________________________
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
from this list

bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

Reply via email to