Carl Brewer wrote:
Stas Bekman wrote:
Doesn't the doc at http://perl.apache.org/bugs/ mention the need to send the relevant chunks of the t/logs/error_log file?
Mea Culpa
t/logs/error_log :
[Tue Aug 26 08:55:52 2003] [info] Init: Initializing OpenSSL library
[Tue Aug 26 08:55:52 2003] [info] Init: Seeding PRNG with 0 bytes of entropy
[Tue Aug 26 08:55:52 2003] [info] Init: Generating temporary RSA private keys (512/1024 bits)
[Tue Aug 26 08:55:53 2003] [info] Init: Generating temporary DH parameters (512/1024 bits)
[Tue Aug 26 08:55:53 2003] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]
[Tue Aug 26 08:55:53 2003] [info] Init: Initializing (virtual) servers for SSL
[Tue Aug 26 08:55:53 2003] [info] Server: Apache/2.0.47, Interface: mod_ssl/2.0.47, Library: OpenSSL/0.9.7b
END in modperl_extra.pl, pid=4882
[Tue Aug 26 08:55:55 2003] [info] Init: Initializing OpenSSL library
[Tue Aug 26 08:55:55 2003] [info] Init: Seeding PRNG with 0 bytes of entropy
[Tue Aug 26 08:55:55 2003] [info] Init: Generating temporary RSA private keys (512/1024 bits)
[Tue Aug 26 08:55:56 2003] [info] Init: Generating temporary DH parameters (512/1024 bits)
[Tue Aug 26 08:55:56 2003] [info] Init: Initializing (virtual) servers for SSL
[Tue Aug 26 08:55:56 2003] [info] Server: Apache/2.0.47, Interface: mod_ssl/2.0.47, Library: OpenSSL/0.9.7b
[Tue Aug 26 08:55:56 2003] [notice] Apache/2.0.47 (Unix) mod_perl/1.99_10-dev Perl/v5.8.0 PHP/4.3.2 mod_ssl/2.0.47 OpenSSL/0.9.7b configured -- resuming normal operations
[Tue Aug 26 08:55:56 2003] [info] Server built: Jul 10 2003 10:10:41
[Tue Aug 26 08:55:56 2003] [debug] prefork.c(1037): AcceptMutex: sysvsem (default: sysvsem)
[Tue Aug 26 08:55:57 2003] [error] server reached MaxClients setting, consider raising the MaxClients setting
*** The following error entry is expected and it is harmless ***
[Tue Aug 26 08:58:48 2003] [info] Child process pid=4884 is exiting
[Tue Aug 26 08:58:48 2003] [info] removed PID file /data/src/modperl-2.0/t/logs/httpd.pid (pid=4883)
[Tue Aug 26 08:58:48 2003] [notice] caught SIGTERM, shutting down
END in modperl_extra.pl, pid=4883
Nothing in there looks bad.
Hmm, looks like it has quit before the test suite has started? Can you do:
t/TEST -start t/TEST -run
if it's the same, try to run a single test:
t/TEST -start t/TEST -run modperl/print
again, please send in the relevant error_log parts.
__________________________________________________________________ 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
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]