From 5157792c8dd98f4cea30ccf4291da658e9185220 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Sun, 9 Dec 2001 16:55:13 +0000 Subject: [PATCH] Q. I have Freebsd 4.4 and "rndcconfgen -a" just sits there. --- FAQ | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/FAQ b/FAQ index 17c5e656be..f47c1d95a6 100644 --- a/FAQ +++ b/FAQ @@ -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"