From 6b8745f9945a141ad1a87c49c6a984bc4349088a Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Wed, 2 Apr 2003 02:36:49 +0000 Subject: [PATCH] add "now owner" entry --- FAQ | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/FAQ b/FAQ index 3082b2e94c..23ad88ec46 100644 --- a/FAQ +++ b/FAQ @@ -392,3 +392,12 @@ the zone between views. // allow-notify { ... }; }; }; + +Q: I get a error message like "zone wireless.ietf56.ietf.org/IN: loading master +file primaries/wireless.ietf56.ietf.org: no owner". + +A: This error is produced when a line in the master file contains leading +white space (tab/space) but the is no current record owner name to inherit +the name from. Usually this is the result of putting white space before +a comment. Forgeting the "@" for the SOA record or indenting the master +file.