2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

[master] put back headings

This commit is contained in:
Evan Hunt
2015-10-05 22:52:34 -07:00
parent 2eeb74d1cf
commit 1b01c37934
2 changed files with 36 additions and 14 deletions

22
FAQ
View File

@@ -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=<compiler> ...
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 <http://people.freebsd.org/~dougb/randomness.html>.
5.5. Solaris
Q: How do I integrate BIND 9 and Solaris SMF
A: Sun has a blog entry describing how to do this.
<http://blogs.sun.com/roller/page/anay/Weblog?catname=%2FSolaris>
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:

28
FAQ.xml
View File

@@ -41,7 +41,7 @@
</info>
<qandaset defaultlabel="qanda">
<qandadiv>
<qandadiv><title>Compilation and Installation Questions</title>
<qandaentry>
<question>
@@ -93,7 +93,7 @@
</qandadiv> <!-- Compilation and Installation Questions -->
<qandadiv>
<qandadiv><title>Configuration and Setup Questions</title>
<qandaentry>
<!-- configuration, log -->
@@ -694,7 +694,7 @@ server ::/0 { bogus yes; };
</qandadiv> <!-- Configuration and Setup Questions -->
<qandadiv>
<qandadiv><title>Operations Questions</title>
<qandaentry>
<question>
@@ -764,7 +764,7 @@ server ::/0 { bogus yes; };
</qandadiv> <!-- Operations Questions -->
<qandadiv>
<qandadiv><title>General Questions</title>
<qandaentry>
<question>
@@ -1080,9 +1080,9 @@ empty:
</qandadiv> <!-- General Questions -->
<qandadiv>
<qandadiv>
<qandadiv><title>Operating-System Specific Questions</title>
<qandadiv><title>HPUX</title>
<qandaentry>
<question>
@@ -1108,7 +1108,7 @@ configure: error: need either working unistd.h or sys/select.h</programlisting>
</qandadiv> <!-- HPUX -->
<qandadiv>
<qandadiv><title>Linux</title>
<qandaentry>
<question>
@@ -1436,7 +1436,7 @@ proc /var/named/proc proc defaults 0 0</programlisting>
</qandadiv> <!-- Linux -->
<qandadiv>
<qandadiv><title>Windows</title>
<qandaentry>
<question>
@@ -1487,7 +1487,7 @@ options {
</qandadiv> <!-- Windows -->
<qandadiv>
<qandadiv><title>FreeBSD</title>
<qandaentry>
<question>
@@ -1516,7 +1516,7 @@ rand_irqs="3 14 15"</programlisting>
</qandadiv> <!-- FreeBSD -->
<qandadiv>
<qandadiv><title>Solaris</title>
<qandaentry>
<question>
@@ -1536,9 +1536,9 @@ rand_irqs="3 14 15"</programlisting>
</answer>
</qandaentry>
</qandadiv>
</qandadiv> <!-- Solaris -->
<qandadiv>
<qandadiv><title>Apple Mac OS X</title>
<qandaentry>
<question>
@@ -1600,7 +1600,7 @@ key "rndc-key" {
</answer>
</qandaentry>
</qandadiv>
</qandadiv> <!-- Apple Mac OS X -->
</qandadiv> <!-- Operating-System Specific Questions -->