diff --git a/FAQ b/FAQ index bb0204b3d4..a01c144640 100644 --- a/FAQ +++ b/FAQ @@ -56,3 +56,10 @@ A: On Linux, BIND 9 drops most of its root privileges on startup. This including the privilege to open files owned by other users. Therefore, if the server is running as root, the configuration files should also be owned by root. + + +Q: Why do I get errors like "dns_zone_load: zone foo/IN: loading master file +bar: ran out of space" + +A: This is often caused by TXT records with missing close quotes. Check that +all TXT records containing quoted strings have both open and close quotes.