Mark Andrews
2004-01-12 03:05:18 +00:00
parent 59e8ec0e6c
commit 50d762f257

4
FAQ
View File

@@ -279,7 +279,7 @@ 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.
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 use certain interrupts as a source of random events. You can make this
@@ -289,6 +289,8 @@ e.g.
/etc/rc.conf
rand_irqs="3 14 15"
See also http://people.freebsd.org/~dougb/randomness.html
Q: Why is named listening on UDP port other than 53?