From 6bc6438a36e1c5d65a4752b125d5fb5cf8015879 Mon Sep 17 00:00:00 2001 From: Doug Barton Date: Thu, 17 Mar 2005 08:04:02 +0000 Subject: Vendor import of BIND 9.3.1 --- contrib/bind9/FAQ | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'contrib/bind9/FAQ') diff --git a/contrib/bind9/FAQ b/contrib/bind9/FAQ index 25eb00ce38b8..f6ed41e422c5 100644 --- a/contrib/bind9/FAQ +++ b/contrib/bind9/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"; + }; + + -- cgit v1.2.3