You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@perl.apache.org by Markus Wichitill <ma...@gmx.de> on 2004/07/10 21:55:07 UTC

[mp2] protocol/pseudo_http fails

Hi,

with current MP2 CVS, protocol/pseudo_http fails on Linux.

Details for Apache and Perl are the same as in
http://gossamer-threads.com/lists/modperl/dev/70031

Before this test, protocol/echo_bbs2 also fails and segfaults as described
in http://gossamer-threads.com/lists/modperl/dev/69839


*** t/TEST -clean
*** t/TEST -verbose t/protocol/pseudo_http

[... ok tests ...]
# send: foobar
# testing : banner
# received: Access Denied
# expected: Welcome to TestProtocol::pseudo_http
not ok 5
# Failed test 5 in t/protocol/pseudo_http.t at line 54
# testing : date
# received:
# expected: Available commands: date quit
not ok 6
# Failed test 6 in t/protocol/pseudo_http.t at line 60 fail #4
# send: date
# testing : quit
# received:
# expected: (?-xism:The time is:)
not ok 7
# Failed test 7 in t/protocol/pseudo_http.t at line 60 fail #5
# send: quit
# testing : end of transmission
# received:
# expected: Goodbye
not ok 8
# Failed test 8 in t/protocol/pseudo_http.t at line 54 fail #2
[... ok tests ...]


*** t/logs/error_log

[Sat Jul 10 21:20:57 2004] [info] Init: Initializing OpenSSL library
[Sat Jul 10 21:20:57 2004] [info] Init: Seeding PRNG with 0 bytes of entropy
[Sat Jul 10 21:20:57 2004] [info] Init: Generating temporary RSA private
keys (512/1024 bits)
[Sat Jul 10 21:20:57 2004] [info] Init: Generating temporary DH parameters
(512/1024 bits)
[Sat Jul 10 21:20:57 2004] [warn] Init: Session Cache is not configured
[hint: SSLSessionCache]
[Sat Jul 10 21:20:57 2004] [info] Init: Initializing (virtual) servers for
SSL
[Sat Jul 10 21:20:57 2004] [info] Server: Apache/2.0.50, Interface:
mod_ssl/2.0.50, Library: OpenSSL/0.9.7b
END in modperl_extra.pl, pid=27663
END in modperl_extra.pl, pid=27663
[Sat Jul 10 21:21:18 2004] [info] Init: Initializing OpenSSL library
[Sat Jul 10 21:21:18 2004] [info] Init: Seeding PRNG with 0 bytes of entropy
[Sat Jul 10 21:21:18 2004] [info] Init: Generating temporary RSA private
keys (512/1024 bits)
[Sat Jul 10 21:21:18 2004] [info] Init: Generating temporary DH parameters
(512/1024 bits)
[Sat Jul 10 21:21:18 2004] [info] Init: Initializing (virtual) servers for
SSL
[Sat Jul 10 21:21:18 2004] [info] Server: Apache/2.0.50, Interface:
mod_ssl/2.0.50, Library: OpenSSL/0.9.7b
[Sat Jul 10 21:21:18 2004] [notice] Apache/2.0.50 (Unix)
mod_perl/1.99_15-dev Perl/v5.8.4 mod_ssl/2.0.50 OpenSSL/0.9.7b DAV/2
SVN/1.0.5 configured -- resuming normal operations
[Sat Jul 10 21:21:18 2004] [info] Server built: Jul  4 2004 13:11:16
[Sat Jul 10 21:21:18 2004] [debug] worker.c(1631): AcceptMutex: sysvsem
(default: sysvsem)
[Sat Jul 10 21:21:20 2004] [error] [client 127.0.0.1] (2)No such file or
directory: Could not open password file:
/usr/src/modperl-2.0/t/htdocs/protocols/basic-auth
[Sat Jul 10 21:21:20 2004] [error] [client 127.0.0.1] user stas not found: /
*** The following error entry is expected and harmless ***
[Sat Jul 10 21:21:20 2004] [error] [client 127.0.0.1] (2)No such file or
directory: Could not open password file: /usr/src/modperl
-2.0/t/htdocs/protocols/basic-auth
[Sat Jul 10 21:21:20 2004] [error] [client 127.0.0.1] user stas not found: /
[Sat Jul 10 21:21:20 2004] [info] Child process pid=27668 is exiting
END in modperl_extra.pl, pid=27668
END in modperl_extra.pl, pid=27668
[Sat Jul 10 21:21:20 2004] [info] removed PID file
/usr/src/modperl-2.0/t/logs/httpd.pid (pid=27665)
[Sat Jul 10 21:21:20 2004] [notice] caught SIGTERM, shutting down
END in modperl_extra.pl, pid=27665
END in modperl_extra.pl, pid=27665


BTW, does the test script always activate any modules it finds with the
installed Apache, like Subversion in this case?


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org


Re: [mp2] protocol/pseudo_http fails

Posted by Markus Wichitill <ma...@gmx.de>.
> When you updated cvs, did
>    /usr/src/modperl-2.0/t/htdocs/protocols/basic-auth
> get created? And if so, does it have the proper permissions?

Ah damn, it was this silly flag that CVS needs to create new directories,
like "protocols" in this case. I'm used to TortoiseCVS and SVN where it's
automatic... Thanks.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org


Re: [mp2] protocol/pseudo_http fails

Posted by Randy Kobes <ra...@theoryx5.uwinnipeg.ca>.
On Sat, 10 Jul 2004, Markus Wichitill wrote:

> Hi,
>
> with current MP2 CVS, protocol/pseudo_http fails on Linux.
>
> Details for Apache and Perl are the same as in
> http://gossamer-threads.com/lists/modperl/dev/70031
>
> Before this test, protocol/echo_bbs2 also fails and segfaults as described
> in http://gossamer-threads.com/lists/modperl/dev/69839
>
>
> *** t/TEST -clean
> *** t/TEST -verbose t/protocol/pseudo_http
[ ... ]
> *** t/logs/error_log
[ ... ]
> [Sat Jul 10 21:21:20 2004] [error] [client 127.0.0.1] (2)No such file or
> directory: Could not open password file:
> /usr/src/modperl-2.0/t/htdocs/protocols/basic-auth
> [Sat Jul 10 21:21:20 2004] [error] [client 127.0.0.1] user stas not found: /

When you updated cvs, did
   /usr/src/modperl-2.0/t/htdocs/protocols/basic-auth
get created? And if so, does it have the proper permissions?

-- 
best regards,
randy kobes

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org