Adam Gent wrote: [...]
You could try to run:
% t/TEST -start_timeout 120
Tried this and it worked it had to wait 68 seconds
Cool, so we may need to change the default startup to a higher value (I guess you have a slow or overloaded machine). Unless it's an entropy issue.
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?
The error is
Can't load '/usr/local/src/mod_perl-1.99_11/t/../blib/arch/auto/APR/APR.so' for module APR: /usr/local/src/mod_perl-1.99_11/t/../blib/arch/auto/APR/APR.so: undefined symbol: apr_hook_global_pool at /usr/local/stow/perl-5.8.2/lib/5.8.2/i686-linux/DynaLoader.pm line 229. at apr-ext/uuid.t line 25 Compilation failed in require at apr-ext/uuid.t line 25. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-3
OK, disregard this one for now, I'll get back to it later. It's not a mod_perl test, but external use of APR.
though do
chdir ModPerl-Registry make test
and see that those tests pass 100%
__________________________________________________________________ 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