mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
documented the "no source of entropy" and "failed to open entropy source"
messages.
This commit is contained in:
parent
6b8ab03dc8
commit
54b9d585e0
1 changed files with 9 additions and 0 deletions
9
FAQ
9
FAQ
|
|
@ -97,3 +97,12 @@ caveats of the previous answer still apply, of course.
|
|||
};
|
||||
};
|
||||
|
||||
|
||||
Q: What do "no source of entropy found" or "failed to open entropy source foo"
|
||||
mean?
|
||||
|
||||
A: The server requires a source of entropy to perform certain operations,
|
||||
mostly DNSSEC related. These messages indicate that you have no source
|
||||
of entropy. On systems with /dev/random or an equivalent, it is used by
|
||||
default. A source of entropy can also be defined using the random-device
|
||||
option in named.conf.
|
||||
|
|
|
|||
Loading…
Reference in a new issue