but I think your problem is different. There are cases where the machine doesn't have enough entropy, so it'd block on getting PRNG initialized.
Your
error_log says:
Seeding PRNG with 0 bytes of entropy
Please try this:
% PERL_HASH_SEED=0 make test
when PERL_HASH_SEED env var is preset by user mp won't try to randomize
the
seed on its own.
The tests start to run, fine just a single test failure on
apr_ext/uuid.t
Did they start to run faster than 68 secs with PERL_HASH_SEED=0?
I tried this with the normal 60 second timeout and it did not run so left it.
Sorry, I didn't understand. Does running:
% PERL_HASH_SEED=0 make test
solve the problem or not? If it does how many secs did it take to start? Can you paste the console output at the beginning of the test?
__________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com
-- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html