Bennett Haselton wrote:
[...]
still waiting for server to warm up: ...............................................................................................................
the server is down, giving up after 121 secs
[  error] failed to start server! (please examine t/logs/error_log)

[Tue Jan 31 16:32:07 2006] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
END in modperl_extra.pl, pid=23711
[Tue Jan 31 16:32:12 2006] [notice] Digest: generating secret for digest authentication ...
[...]

Perhaps you hit the insufficient entropy problem?
http://perl.apache.org/docs/2.0/user/troubleshooting/troubleshooting.html#Server_Hanging_at_the_Startup

I think that this is the case, thanks to your sentence:

"This time, "make test" produced so much output that it went past the buffer of my telnet application, but the last output that it gave me was this: "

where you've mentioned "telnet". Usually when you type at the local keyboard you generate the entropy for the random device, when you connect from a different machine, there is no physical input to accomplish that.

--
_____________________________________________________________
Stas Bekman mailto:[EMAIL PROTECTED]  http://stason.org/
MailChannels: Assured Messaging(TM) http://mailchannels.com/
The "Practical mod_perl" book       http://modperlbook.org/
http://perl.apache.org/ http://perl.org/ http://logilune.com/

Reply via email to