I'm running a BIND 9.10.2 port on FreeBSD 10 in a jailed configuration, and I'm having a problem that rndc reload
does not pick up any (primary master) zone file changes, even though the SOA serial is properly incremented.
The command itself seems to succeed:
#rndc reload
server reload successful
In the logs I see:
May 9 16:03:47 y named[81516]: all zones loaded
May 9 16:03:47 y named[81516]: running
And yet only a restart of named
picks up the zone updates.
rndc zonestatus my_zone.com
prints the old serial. So BIND is somehow failing to re-read the zone file.
How can I debug this?