]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Q: I get "Error 1067" when starting named under Windows.
authorMark Andrews <marka@isc.org>
Tue, 18 Jan 2005 02:06:13 +0000 (02:06 +0000)
committerMark Andrews <marka@isc.org>
Tue, 18 Jan 2005 02:06:13 +0000 (02:06 +0000)
FAQ

diff --git a/FAQ b/FAQ
index 25eb00ce38b86d9183389b10e8923b6140889398..f6ed41e422c5b0a5f94aeb874d55baebd8921046 100644 (file)
--- a/FAQ
+++ b/FAQ
@@ -452,3 +452,19 @@ A: This is usually a configuration error.
 Q: I don't get RRSIG's returned when I use "dig +dnssec".
 
 A: You need to ensure DNSSEC is enabled (dnssec-enable yes;).
+
+
+Q: I get "Error 1067" when starting named under Windows.
+
+A: This is the service manager saying that named exited.   You need to
+   examine the Application log in the EventViewer to find out why.
+
+   Common causes are that you failed to create "named.conf" (usually 
+   "C:\windows\dns\etc\named.conf") or failed to specify the directory
+   in named.conf.
+
+        options {
+                Directory "C:\windows\dns\etc";
+        };
+
+