]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Q: Why don't my zones reload when I do an "rndc reload" or SIGHUP?
authorAndreas Gustafsson <source@isc.org>
Wed, 10 Oct 2001 23:25:55 +0000 (23:25 +0000)
committerAndreas Gustafsson <source@isc.org>
Wed, 10 Oct 2001 23:25:55 +0000 (23:25 +0000)
FAQ

diff --git a/FAQ b/FAQ
index f1e04d493d974305840083865bf72d4a30d96318..b105b747e89840e746abf0e2696e71ac6abfde45 100644 (file)
--- a/FAQ
+++ b/FAQ
@@ -199,3 +199,13 @@ Also check whether your zone contains domain names with embedded
 spaces or other special characters, like "John\032Doe\213s\032Computer",
 since such names have been known to cause Windows 2000 slaves to
 incorrectly reject the zone.
+
+
+Q: Why don't my zones reload when I do an "rndc reload" or SIGHUP?
+
+A: A zone can be updated either by editing zone files and reloading
+the server or by dynamic update, but not both.  If you have enabled
+dynamic update for a zone using the "allow-update" option, you are not
+supposed to edit the zone file by hand, and the server will not
+attempt to reload it.
+