Mark Andrews
2004-01-12 03:01:52 +00:00
parent e667123094
commit 75c47a7a83

4
FAQ
View File

@@ -300,7 +300,7 @@ A: (BIND 9.3 and later) Use TSIG to select the appropriate view.
};
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
@@ -310,6 +310,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?