]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
pullup:
authorMark Andrews <marka@isc.org>
Tue, 22 Jan 2002 06:43:58 +0000 (06:43 +0000)
committerMark Andrews <marka@isc.org>
Tue, 22 Jan 2002 06:43:58 +0000 (06:43 +0000)
Q: I have Freebsd 4.4 and "rndc-confgen -a" just sits there.

FAQ

diff --git a/FAQ b/FAQ
index 2c550444be887b915b1ad5038d8c9712646384f3..96209d9e5964a153feeaa185fb2541a43e1d4dde 100644 (file)
--- a/FAQ
+++ b/FAQ
@@ -267,6 +267,17 @@ have IPv6 fully operational.  Change the "default-server localhost" to
 the name server using IPv6.
 
 
+Q: I have Freebsd 4.4 and "rndc-confgen -a" just sits there.
+
+A: /dev/random is not configured.  Use rndcontrol(8) to tell the kernel
+to use certian interupts as a source of random events.  You can make this
+permanent by setting rand_irqs in /etc/rc.conf.
+
+e.g.
+       /etc/rc.conf
+       rand_irqs="3 14 15"
+
+
 Q: Why is named listening on UDP port other than 53?
 
 A: Named uses a system selected port to make queries of other nameservers.