Q. I have Freebsd 4.4 and "rndcconfgen -a" just sits there.

This commit is contained in:
Mark Andrews 2001-12-09 16:55:13 +00:00
parent efc01ed4ad
commit 5157792c8d

10
FAQ
View file

@ -298,3 +298,13 @@ A: (BIND 9.3 and later) Use TSIG to select the appropriate view.
recursion no;
...
};
Q. I have Freebsd 4.4 and "rndcconfgen -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"