From 1f2d59c14bb6cfb26960109a0a61a2cf2b4df82d Mon Sep 17 00:00:00 2001 From: Evan Hunt Date: Mon, 5 Oct 2015 22:53:24 -0700 Subject: [PATCH] [v9_10] put back headings --- FAQ | 22 ++++++++++++++++++++++ FAQ.xml | 28 ++++++++++++++-------------- 2 files changed, 36 insertions(+), 14 deletions(-) diff --git a/FAQ b/FAQ index 0ce0abd344..ed6ec56b8f 100644 --- a/FAQ +++ b/FAQ @@ -5,6 +5,8 @@ Copyright ? 2000-2003 Internet Software Consortium. ----------------------------------------------------------------------- +1. Compilation and Installation Questions + Q: I'm trying to compile BIND 9, and "make" is failing due to files not being found. Why? @@ -31,6 +33,8 @@ A: Short Answer: No. answers to all these questions change how you configure even a caching name server. +2. Configuration and Setup Questions + Q: Why does named log the warning message "no TTL specified - using SOA MINTTL instead"? @@ -386,6 +390,8 @@ A: You can use server clauses to stop named making external lookups over server fd81:ec6c:bd62::/48 { bogus no; }; // site ULA prefix server ::/0 { bogus yes; }; +3. Operations Questions + Q: How to change the nameservers for a zone? A: Step 1: Ensure all nameservers, new and old, are serving the same zone @@ -428,6 +434,8 @@ A: Step 1: Ensure all nameservers, new and old, are serving the same zone Note: while it is possible to run the addition and removal stages together it is not recommended. +4. General Questions + Q: I keep getting log messages like the following. Why? Dec 4 23:47:59 client 10.0.0.1#1355: updating zone 'example.com/IN': @@ -599,6 +607,10 @@ A: NSEC3 records are strictly meta data and can only be returned in the records does not bring names into existence that do not exist in the unsigned version of the zone. +5. Operating-System Specific Questions + +5.1. HPUX + Q: I get the following error trying to configure BIND: checking if unistd.h or sys/types.h defines fd_set... no @@ -613,6 +625,8 @@ A: You have attempted to configure BIND with the bundled C compiler. This ./configure CC= ... +5.2. Linux + Q: Why do I get the following errors: general: errno2result.c:109: unexpected error: @@ -797,6 +811,8 @@ A: This is usually due to "/proc/net/if_inet6" not being available in the proc /proc proc defaults 0 0 proc /var/named/proc proc defaults 0 0 +5.3. Windows + Q: Zone transfers from my BIND 9 master to my Windows 2000 slave fail. Why? @@ -821,6 +837,8 @@ A: This is the service manager saying that named exited. You need to Directory "C:\windows\dns\etc"; }; +5.4. FreeBSD + Q: I have FreeBSD 4.x and "rndc-confgen -a" just sits there. A: /dev/random is not configured. Use rndcontrol(8) to tell the kernel to @@ -831,12 +849,16 @@ A: /dev/random is not configured. Use rndcontrol(8) to tell the kernel to See also . +5.5. Solaris + Q: How do I integrate BIND 9 and Solaris SMF A: Sun has a blog entry describing how to do this. +5.6. Apple Mac OS X + Q: How do I run BIND 9 on Apple Mac OS X? A: If you run Tiger(Mac OS 10.4) or later then this is all you need to do: diff --git a/FAQ.xml b/FAQ.xml index ff5b6427db..7288998e26 100644 --- a/FAQ.xml +++ b/FAQ.xml @@ -41,7 +41,7 @@ - + Compilation and Installation Questions @@ -93,7 +93,7 @@ - + Configuration and Setup Questions @@ -694,7 +694,7 @@ server ::/0 { bogus yes; }; - + Operations Questions @@ -764,7 +764,7 @@ server ::/0 { bogus yes; }; - + General Questions @@ -1080,9 +1080,9 @@ empty: - - - + Operating-System Specific Questions + + HPUX @@ -1108,7 +1108,7 @@ configure: error: need either working unistd.h or sys/select.h - + Linux @@ -1436,7 +1436,7 @@ proc /var/named/proc proc defaults 0 0 - + Windows @@ -1487,7 +1487,7 @@ options { - + FreeBSD @@ -1516,7 +1516,7 @@ rand_irqs="3 14 15" - + Solaris @@ -1536,9 +1536,9 @@ rand_irqs="3 14 15" - + - + Apple Mac OS X @@ -1600,7 +1600,7 @@ key "rndc-key" { - +