In message <52fbd79b.4070...@gmail.com>, Bruce Dubbs writes:
> Christoph Moench-Tegeder wrote:
> > ## Bruce Dubbs (bruce.du...@gmail.com):
> >
> >> I've been trying to run the regression tests for bind-9.9.5 and keep
> >> getting lots of timeouts and errors in the system/inline test.
> >
> > I saw the same symptoms when packaging/testing bind-9.9.5. I traced
> > the issue to processes blocking in read() from /dev/random - so
> > adding --with-randomdev=/dev/urandom to configure's arguments made
> > all tests pass.
> 
> Thank you.  Works great!  Solved my problem.

The inline system test uses DSA and ECDSAP256SHA256 keys both of
which require random numbers to sign.  If we know that there isn't
a random device these algorithms are skipped.

Different OS's have differing behaviours for /dev/random as well
the sources of randomness differ so it is difficult to know apriori
if the test will work or not.  The random device can also be changed
through named.conf.

It is nice to see "make test" being run by someone other than us.

Mark
-- 
Mark Andrews, ISC
1 Seymour St., Dundas Valley, NSW 2117, Australia
PHONE: +61 2 9871 4742                 INTERNET: ma...@isc.org
_______________________________________________
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
from this list

bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

Reply via email to