]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
pullup:
authorMark Andrews <marka@isc.org>
Tue, 22 Jan 2002 05:21:51 +0000 (05:21 +0000)
committerMark Andrews <marka@isc.org>
Tue, 22 Jan 2002 05:21:51 +0000 (05:21 +0000)
Q: I get error messages like "multiple RRs of singleton type" and
"CNAME and other data" when transfering a zone.  What does this mean?

FAQ

diff --git a/FAQ b/FAQ
index 51201658271db82f76273e001998a3ec8d1913fc..2c550444be887b915b1ad5038d8c9712646384f3 100644 (file)
--- a/FAQ
+++ b/FAQ
@@ -270,6 +270,17 @@ the name server using IPv6.
 Q: Why is named listening on UDP port other than 53?
 
 A: Named uses a system selected port to make queries of other nameservers.
-This behaviour can be overridden by using query-source to lock down the  
+This behaviour can be overridden by using query-source to lock down the
 port and/or address.
 
+
+Q: I get error messages like "multiple RRs of singleton type" and
+"CNAME and other data" when transfering a zone.  What does this mean?
+
+A: These indicate a malformed master zone.  You can identify the
+exact records involved by transfering the zone using dig then
+running named-checkzone on it.
+
+       e.g.
+               dig axfr example.com @master-server > tmp
+               named-checkzone example.com tmp