Add a FAQ about TXT records with missing quotes.

This commit is contained in:
Brian Wellington 2000-12-06 23:07:11 +00:00
parent 72749edfe2
commit 269766af53

7
FAQ
View file

@ -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.