Re: make test failed on solaris 8

2005-02-02 Thread Stas Bekman
Tulan W. Hu wrote: 1) Don't worry about the t/TEST -verbose t/apr/util.t anymore. The problem went away after I removed all RC4 and rebuilt it. don't really know what had happened. Cool. 2) After you mentioned AAA, I thought about our private modules again. By default, they use cookie to au

Re: make test failed on solaris 8

2005-02-02 Thread Tulan W. Hu
1) Don't worry about the t/TEST -verbose t/apr/util.t anymore. The problem went away after I removed all RC4 and rebuilt it. don't really know what had happened. 2) After you mentioned AAA, I thought about our private modules again. By default, they use cookie to authenticate instead of us

Re: make test failed on solaris 8

2005-02-01 Thread Stas Bekman
Tulan W. Hu wrote: I'm not sure what went wrong, but there is nothing in the log. And there must be something since you had 'Access Denied' Does it need to access on internet? I need to have a proxy setting to go out. No, no, none of the tests require that. Please do: t/TEST -clean t/TEST -verbose

Re: make test failed on solaris 8

2005-01-31 Thread Tulan W. Hu
> I'm not sure what went wrong, but there is nothing in the log. And there > must be something since you had 'Access Denied' Does it need to access on internet? I need to have a proxy setting to go out. > > Please do: > > t/TEST -clean > t/TEST -verbose t/protocol/pseudo_http.t t/apr/util.t > > a

Re: make test failed on solaris 8

2005-01-28 Thread Stas Bekman
* the patch works ok. (tried both perl 5.8.5 and perl 5.8.6) thanks, committed. Attached error_log is from $ t/TEST -clean $ t/TEST -verbose protocol/pseudo_http.t and Registryerrlog.txt is from the ModPerl-Registry dir no need to send the ModPerl-Registry dir, it's a different test suite. $ t

Re: make test failed on solaris 8

2005-01-28 Thread Tulan W. Hu
>From: "Stas Bekman" > Tulan W. Hu wrote: > >>From: "Stas Bekman" > >>Tulan W. Hu wrote: > >> > >>>-- Original Message - > >>>From: "Stas Bekman" > >>> > >>> > Please take a look at Apache-Test/lib/Apache/TestConfig.pm > > sub open_cmd { > >>> > it calls untaint_path($ENV{

Re: make test failed on solaris 8

2005-01-28 Thread Stas Bekman
Tulan W. Hu wrote: From: "Stas Bekman" Tulan W. Hu wrote: -- Original Message - From: "Stas Bekman" Please take a look at Apache-Test/lib/Apache/TestConfig.pm sub open_cmd { it calls untaint_path($ENV{PATH}) in the same file. Please take a look at that function and see if you can fix i

Re: make test failed on solaris 8

2005-01-28 Thread Tulan W. Hu
> From: "Stas Bekman" > Tulan W. Hu wrote: > > -- Original Message - > > From: "Stas Bekman" > > > >>Please take a look at Apache-Test/lib/Apache/TestConfig.pm > >> > >>sub open_cmd { > > > > > > > >>it calls untaint_path($ENV{PATH}) in the same file. Please take a look at > >>that functi

Re: make test failed on solaris 8

2005-01-27 Thread Stas Bekman
Tulan W. Hu wrote: -- Original Message - From: "Stas Bekman" <[EMAIL PROTECTED]> Please take a look at Apache-Test/lib/Apache/TestConfig.pm sub open_cmd { it calls untaint_path($ENV{PATH}) in the same file. Please take a look at that function and see if you can fix it. If you don't figur

Re: make test failed on solaris 8

2005-01-27 Thread Tulan W. Hu
-- Original Message - From: "Stas Bekman" <[EMAIL PROTECTED]> > Please take a look at Apache-Test/lib/Apache/TestConfig.pm > > sub open_cmd { > it calls untaint_path($ENV{PATH}) in the same file. Please take a look at > that function and see if you can fix it. > > If you don't figure out,

Re: make test failed on solaris 8

2005-01-26 Thread Stas Bekman
Tulan, in the future please refrain from posting 1MB emails to the public mailing list. The best way to accomplish that is to upload the file somewhere and post a link here. Besides there is no need to post a truss output to debug a perl error. (usually). Tulan W. Hu wrote: I found a line in o

Re: make test failed on solaris 8

2005-01-26 Thread Tulan W. Hu
only can post partial output from truss because i got mail failure notify from apache site.I found a line in our private module AP_INIT_TAKE12("require", set_subscribe_slot,(void*)APR_XtOffsetOf(LN_auth_config_rec, auth_LNgrpfile),OR_AUTHCFG, "" ), ... I changed it to AP_INIT_RAW_ARGS("require",...

Re: make test failed on solaris 8

2005-01-26 Thread Tulan W. Hu
We have two private add on modules that have been converted from v1.x to v2. I'll check them again. Tulan - Original Message - From: "Tulan W. Hu" <[EMAIL PROTECTED]> To: "Stas Bekman" <[EMAIL PROTECTED]> Cc: Sent: Wednesday, January 26, 2005 7:5

Re: make test failed on solaris 8

2005-01-26 Thread Tulan W. Hu
Original Message - From: "Stas Bekman" <[EMAIL PROTECTED]> > Tulan W. Hu wrote: > > >>I think I need to fix the syntax error in the httpd.conf first. > >>however, I cannot just modify the httpd.conf file under t/conf > >>since it will be overwrite when I run make test. > > Run t/TEST inst

Re: make test failed on solaris 8

2005-01-25 Thread Philippe M. Chiasson
Tulan W. Hu wrote: [...] $ strace ../httpd -d t -f t/conf/httpd.conf -DAPACHE2 -DONE_PROCESS -DNO_DETATCH strace output: ERROR: unable to open /dev/log maybe i need to install some patches? as i remember, we installed a patch to have /dev/random available. You are on Solaris, so you are

Re: make test failed on solaris 8

2005-01-25 Thread Stas Bekman
Tulan W. Hu wrote: I think I need to fix the syntax error in the httpd.conf first. however, I cannot just modify the httpd.conf file under t/conf since it will be overwrite when I run make test. Run t/TEST instead of 'make test', in which case t/conf/httpd.conf is *not* overwritten. You can do t/T

Re: make test failed on solaris 8

2005-01-25 Thread Tulan W. Hu
- Original Message - From: "Tulan W. Hu" > > - Original Message - > >From: "Stas Bekman" <[EMAIL PROTECTED]> > > Sent: Monday, January 24, 2005 8:38 PM > > Tulan W. Hu wrote: > > >>From: "Stas Bekman" <[EMAIL PROTECTED]> > > >> > > >>>Tulan Hu wrote: > > >>>-8<---

Re: make test failed on solaris 8

2005-01-24 Thread Stas Bekman
Tulan W. Hu wrote: From: "Stas Bekman" <[EMAIL PROTECTED]> [EMAIL PROTECTED] wrote: -8<-- Start Bug Report 8<-- 1. Problem Description: I have tried the httpd-2.0.49 with mod_perl 1.9913 dev version and the make test ran ok. However, the httpd-2.0.52 with

Re: make test failed on solaris 8

2005-01-24 Thread Tulan W. Hu
>From: "Stas Bekman" <[EMAIL PROTECTED]> >> [EMAIL PROTECTED] wrote: > > -8<-- Start Bug Report 8<-- > > 1. Problem Description: > > > > I have tried the httpd-2.0.49 with mod_perl 1.9913 dev version and > > the make test ran ok. However, the httpd-2.0.5

Re: make test failed on solaris 8

2005-01-21 Thread Stas Bekman
[EMAIL PROTECTED] wrote: -8<-- Start Bug Report 8<-- 1. Problem Description: I have tried the httpd-2.0.49 with mod_perl 1.9913 dev version and the make test ran ok. However, the httpd-2.0.52 with the current mod_perl RC3 cannot start when I did "make

make test failed on solaris 8

2005-01-11 Thread twhu
-8<-- Start Bug Report 8<-- 1. Problem Description: I have tried the httpd-2.0.49 with mod_perl 1.9913 dev version and the make test ran ok. However, the httpd-2.0.52 with the current mod_perl RC3 cannot start when I did "make test". This problem