<div dir="ltr">I am running chrooted. I'm relying on the "feature" of BIND "mounting" the standard dirs into a chroot via the standard startup scripts in Cent6/7. My understanding is it's not "copying" the files anywhere, but using those that are there. I am modifying them via puppet on the system. I've even created a "service" to only do an "rndc reconfig" instead of refreshing the service to ensure I can do safe puppet runs. But yeah, no matter what I do, nothing short of a restart of the service (typically "service named restart" on EL6 and "service named-chroot restart" on EL7) works.</div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Sep 21, 2016 at 1:53 AM, Tony Finch <span dir="ltr"><<a href="mailto:dot@dotat.at" target="_blank">dot@dotat.at</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">Frank Even <<a href="mailto:lists%2Bisc.org@elitists.org">lists+isc.org@elitists.org</a>> wrote:<br>
<br>
> Is there a way to add forwarders for specific zones without a restart?<br>
> Everything I've read seems to indicate an "rndc reconfig" or an "rndc<br>
> reload" should take care of this, but they do not. I add forwarders to<br>
> "named.conf" and neither will load the new forwarded zone until I do a full<br>
> daemon restart.<br>
<br>
</span>I bet you are running chrooted, and you are editing named.conf outside the<br>
chroot, and the restart script copies it into the chroot.<br>
<br>
You need to find a way to run the copy independently of restarting the<br>
daemon.<br>
<br>
Maybe there is something like `systemctl reload named.service` which does<br>
a graceful reload ... but, looking at the srpm I think you might have to<br>
run `/usr/libexec/setup-named-<wbr>chroot.sh /var/named/chroot on`. OBVIOUSLY.<br>
<span class="HOEnZb"><font color="#888888"><br>
Tony.<br>
--<br>
f.anthony.n.finch <<a href="mailto:dot@dotat.at">dot@dotat.at</a>> <a href="http://dotat.at/" rel="noreferrer" target="_blank">http://dotat.at/</a> - I xn--zr8h punycode<br>
Trafalgar: North or northwest 4 or 5. Moderate or rough. Fair. Good.<br>
</font></span></blockquote></div><br></div>