RE: ModPerl 2.0.1 AIX4.3.3 - Make Test Fails to run

2005-09-05 Thread José AUGUSTE-ETIENNE
Le mercredi 17 août 2005 à 15:59 -0500, ODELL, TODD E (SWBT) a écrit : > I'll try shutting other programs down prior to running and see if I can > set the timeout higher. I'm a little dubious > > Is there another way to run this to show more detail of what's going on? > Hi, I think that you pro

Re: ModPerl 2.0.1 AIX4.3.3 - Make Test Fails to run

2005-08-17 Thread Stas Bekman
ODELL, TODD E (SWBT) wrote: [...] Is there another why to run this to show more detail of what's going on? try to run the equivalent of strace on AIX and see where it hangs. One reason could be the lack of entropy: http://perl.apache.org/docs/2.0/user/troubleshooting/troubleshooting.html#Serve

Re: ModPerl 2.0.1 AIX4.3.3 - Make Test Fails to run

2005-08-17 Thread Philip M. Gollucci
ODELL, TODD E (SWBT) wrote: Thanks for the quick reply. I just realized that even when I run export APACHE_TEST_STARTUP_TIMEOUT=420 ( or any other value) it uses the default 300. Shouldn't the command export ./t/TEST -help [snip] -startup_timeout seconds to wait for the server to start (default

RE: ModPerl 2.0.1 AIX4.3.3 - Make Test Fails to run

2005-08-17 Thread ODELL, TODD E \(SWBT\)
o:[EMAIL PROTECTED] Sent: Wednesday, August 17, 2005 12:42 PM To: ODELL, TODD E (SWBT) Cc: modperl@perl.apache.org Subject: Re: ModPerl 2.0.1 AIX4.3.3 - Make Test Fails to run ODELL, TODD E (SWBT) wrote: > to start. I unpacked and compiled as my userid, not root, and am able to > start the httpd di

Re: ModPerl 2.0.1 AIX4.3.3 - Make Test Fails to run

2005-08-17 Thread Philip M. Gollucci
ODELL, TODD E (SWBT) wrote: to start. I unpacked and compiled as my userid, not root, and am able to start the httpd directly as that userid. With the APACHE_TEST_STARTUP_TIMEOUT=420 this is what is get from make test: I believe whats happening here is that because you are testing the threaded v

ModPerl 2.0.1 AIX4.3.3 - Make Test Fails to run

2005-08-17 Thread ODELL, TODD E \(SWBT\)
Mod_perl: 2.0.1 OS: AIX4.3.3 -8<-- Start Bug Report 8<-- 1. Problem Description: I'm able to compile with IBM VAC 4.4.0.3 with no problem but the make test fails to even start the tests. It timeouts waiting for the server to start. I unpack