mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-26 00:30:05 -04:00
Q. I have Freebsd 4.4 and "rndcconfgen -a" just sits there.
This commit is contained in:
parent
efc01ed4ad
commit
5157792c8d
1 changed files with 10 additions and 0 deletions
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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue