From: Mark Andrews Date: Wed, 9 Jan 2002 06:14:07 +0000 (+0000) Subject: Q: I get error messages like "multiple RRs of singleton type" and X-Git-Tag: v9.0.1^2~8649 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=ac69ec1294e08c492a2262434cfa00ae2495edff;p=thirdparty%2Fbind9.git Q: I get error messages like "multiple RRs of singleton type" and "CNAME and other data" when transfering a zone. What does this mean? --- diff --git a/FAQ b/FAQ index 5f1c33f58a6..6f50fb4ebdd 100644 --- a/FAQ +++ b/FAQ @@ -316,3 +316,15 @@ 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 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