From 269766af53e70e07ea9210daa3fa44d083bc1578 Mon Sep 17 00:00:00 2001 From: Brian Wellington Date: Wed, 6 Dec 2000 23:07:11 +0000 Subject: [PATCH] Add a FAQ about TXT records with missing quotes. --- FAQ | 7 +++++++ 1 file changed, 7 insertions(+) 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.