Re: Apache-TEST RC Failure

2005-10-10 Thread Geoffrey Young
> Patch applied clean, and all tests pass! ok, cool. I don't think this needs to go into the release, but the RM can decide. so, things will be fixed officially in the next or next next version of A-T. thanks --Geoff

Re: Apache-TEST RC Failure

2005-10-10 Thread Christopher H. Laco
Geoffrey Young wrote: >> plan tests => 2, need [qw(CGI CGI::Cookie)], >>- need_cgi, need_lwp; >>+ need_cgi, need_lwp, need_something_else; > > > oops, that's not part of the patch, of course :) > > > -

Re: Apache-TEST RC Failure

2005-10-10 Thread Christopher H. Laco
Geoffrey Young wrote: >> plan tests => 2, need [qw(CGI CGI::Cookie)], >>- need_cgi, need_lwp; >>+ need_cgi, need_lwp, need_something_else; > > > oops, that's not part of the patch, of course :) > > > -

Re: Apache-TEST RC Failure

2005-10-10 Thread Geoffrey Young
> plan tests => 2, need [qw(CGI CGI::Cookie)], > - need_cgi, need_lwp; > + need_cgi, need_lwp, need_something_else; oops, that's not part of the patch, of course :) Index: lib/Apache/TestConfig.pm =

Re: Apache-TEST RC Failure

2005-10-10 Thread Geoffrey Young
>>[Mon Oct 10 18:14:21 2005] [error] cgid daemon process died, restarting >>[Mon Oct 10 18:14:21 2005] [error] (13)Permission denied: Couldn't bind unix >>domain socket /var/run/cgisock ok, let's make sure it opens a socket in our local test directory and not elsewhere where it might conflict wi

Re: Apache-TEST RC Failure

2005-10-10 Thread Christopher H. Laco
Geoffrey Young wrote: >>> - is your setup somehow nonstandard? my 2.0.54 worker install defaulted >>>to mod_cgid and I have no problems with any tests? >> >> >>If it is, it's whatever Ubuntu 5.04 installs. >>I'll tinker more with it tonight and see where cgid leads me. >> >>I seem to recall it was

Re: Apache-TEST RC Failure

2005-10-10 Thread Christopher H. Laco
Geoffrey Young wrote: >>> - is your setup somehow nonstandard? my 2.0.54 worker install defaulted >>>to mod_cgid and I have no problems with any tests? >> >> >>If it is, it's whatever Ubuntu 5.04 installs. >>I'll tinker more with it tonight and see where cgid leads me. >> >>I seem to recall it was

Re: Apache-TEST RC Failure

2005-10-10 Thread Geoffrey Young
>> - is your setup somehow nonstandard? my 2.0.54 worker install defaulted >>to mod_cgid and I have no problems with any tests? > > > If it is, it's whatever Ubuntu 5.04 installs. > I'll tinker more with it tonight and see where cgid leads me. > > I seem to recall it was a pure error about pe

Re: Apache-TEST RC Failure

2005-10-10 Thread Christopher H. Laco
Geoffrey Young wrote: >>As it turned out, the Ubuntu Apache2 install comes with both mod_cgi AND >>mod_cgid installed and mod_cgid enabled. A-T apparently detects cgid and >>tries using that in the config. The dies a horrible death because my >>user (or nobody when runnung A-T as root) can't fire u

Re: Apache-TEST RC Failure

2005-10-10 Thread Geoffrey Young
> As it turned out, the Ubuntu Apache2 install comes with both mod_cgi AND > mod_cgid installed and mod_cgid enabled. A-T apparently detects cgid and > tries using that in the config. The dies a horrible death because my > user (or nobody when runnung A-T as root) can't fire up and bind a new > cg

Apache-TEST RC Failure

2005-10-08 Thread Christopher H. Laco
In a fit of boredom, I wiped my FreeBSD install on my laptop and installed Ubuntu. To continue that fit, I decided to install Apache2 and give the Apache-Test 1.27 RC a testing. At first shot, the cookies.t tests failed: > [EMAIL PROTECTED]:~/Apache-Test-1.27-dev$ perl t/TEST t/cookies.t -verbose