Q. I have Freebsd 4.4 and "rndcconfgen -a" just sits there.
This commit is contained in:
10
FAQ
10
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"
|
||||
|
||||
Reference in New Issue
Block a user