summaryrefslogtreecommitdiff
path: root/FAQ
diff options
context:
space:
mode:
authorInternet Software Consortium, Inc <@isc.org>2007-09-07 14:14:52 -0600
committerLaMont Jones <lamont@debian.org>2007-09-07 14:14:52 -0600
commit76cf0043206b48d5a240588d3e715498446e8e07 (patch)
tree2e1394238f8dbc3548ecd2e7dca848dba9128704 /FAQ
parent169e1b424a599d00ce8dab1e3551740f9d06521b (diff)
downloadbind9-76cf0043206b48d5a240588d3e715498446e8e07.tar.gz
9.2.5beta2
Diffstat (limited to 'FAQ')
-rw-r--r--FAQ16
1 files changed, 16 insertions, 0 deletions
diff --git a/FAQ b/FAQ
index 25eb00ce..f6ed41e4 100644
--- 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";
+ };
+
+