Re: APACHE_TEST_NO_STICKY_PREFERENCES problems

2004-05-21 Thread Stas Bekman
Geoffrey Young wrote: Stas Bekman wrote: Geoff, why did you make APACHE_TEST_NO_STICKY_PREFERENCES prevent from saving autoconfig? however it's done, I want an option wereby absolutely nothing sticky is ever generated or used. the don't touch my system option was my goal, which really isn't

Re: APACHE_TEST_NO_STICKY_PREFERENCES problems

2004-05-21 Thread Geoffrey Young
so you're arguing that we should write out the sticky files, even if the user doesn't ever want them interfering? I'm not arguing at all. It's just when APACHE_TEST_NO_STICKY_PREFERENCES=1 and no arguments passed, the logic is broken. The program gets into a loop it can't break out of.

Re: APACHE_TEST_NO_STICKY_PREFERENCES problems

2004-05-21 Thread Stas Bekman
Geoffrey Young wrote: so you're arguing that we should write out the sticky files, even if the user doesn't ever want them interfering? I'm not arguing at all. It's just when APACHE_TEST_NO_STICKY_PREFERENCES=1 and no arguments passed, the logic is broken. The program gets into a loop it can't

Re: [RELEASE CANDIDATE] Apache-Test-1.06

2004-05-21 Thread William McKee
On Thu, May 20, 2004 at 11:58:36AM -0700, Stas Bekman wrote: Thanks William, it was due to my recent change to remove the use of revision 2 as a default. I was able to reproduce it. Now fixed in cvs. Please confirm that it works for you. Hi Stas, Actually I just pulled it out of CVS and am

Re: [RELEASE CANDIDATE] Apache-Test-1.06

2004-05-21 Thread Stas Bekman
William McKee wrote: On Thu, May 20, 2004 at 11:58:36AM -0700, Stas Bekman wrote: Thanks William, it was due to my recent change to remove the use of revision 2 as a default. I was able to reproduce it. Now fixed in cvs. Please confirm that it works for you. Hi Stas, Actually I just pulled it

Re: [RELEASE CANDIDATE] Apache-Test-1.06

2004-05-21 Thread William McKee
On Thu, May 20, 2004 at 08:00:36PM -0700, Stas Bekman wrote: Make sure you don't have APACHE_TEST_NO_STICKY_PREFERENCES env var turned on. That's exactly the problem I've raised in the other thread. Yeah, I read some of that thread though didn't follow the exact details. In any case, the only

Re: [RELEASE CANDIDATE] Apache-Test-1.06

2004-05-21 Thread Stas Bekman
William McKee wrote: On Thu, May 20, 2004 at 08:00:36PM -0700, Stas Bekman wrote: Make sure you don't have APACHE_TEST_NO_STICKY_PREFERENCES env var turned on. That's exactly the problem I've raised in the other thread. Yeah, I read some of that thread though didn't follow the exact details. In

Re: APACHE_TEST_NO_STICKY_PREFERENCES problems

2004-05-21 Thread Geoffrey Young
just some ideas. Yeah, but we still have a problem to solve. well, go ahead and remove the lack of save then, if you're certain that it fixes the problem you're having. I don't really have the time at the moment to implement an entire new mechanism. actually, I'd rather stay away from

Re: [RELEASE CANDIDATE] Apache-Test-1.06

2004-05-21 Thread Geoffrey Young
Please show us the verbose trace: t/TEST -trace=debug including the part where you completed the interactive questions, and it brought you back to interactive config again. ok, the plan was to roll an official release this afternoon (as in now). what's the feeling on this? release as is

Re: [RELEASE CANDIDATE] Apache-Test-1.06

2004-05-21 Thread Stas Bekman
Geoffrey Young wrote: Please show us the verbose trace: t/TEST -trace=debug including the part where you completed the interactive questions, and it brought you back to interactive config again. ok, the plan was to roll an official release this afternoon (as in now). what's the feeling on this?

Re: [RELEASE CANDIDATE] Apache-Test-1.06

2004-05-21 Thread William McKee
On Thu, May 20, 2004 at 08:29:33PM -0700, Stas Bekman wrote: Please show us the verbose trace: t/TEST -trace=debug including the part where you completed the interactive questions, and it brought you back to interactive config again. Got the latest version from CVS again and this time

Re: [RELEASE CANDIDATE] Apache-Test-1.06

2004-05-21 Thread Stas Bekman
William McKee wrote: On Thu, May 20, 2004 at 08:29:33PM -0700, Stas Bekman wrote: Please show us the verbose trace: t/TEST -trace=debug including the part where you completed the interactive questions, and it brought you back to interactive config again. Got the latest version from CVS again and

Re: APACHE_TEST_NO_STICKY_PREFERENCES problems

2004-05-21 Thread Stas Bekman
Geoffrey Young wrote: just some ideas. Yeah, but we still have a problem to solve. well, go ahead and remove the lack of save then, if you're certain that it fixes the problem you're having. You will be having them too :) That's one of the modes we need to test before making a new release. I

[ANNOUNCE] Apache-Test-1.11

2004-05-21 Thread Geoffrey Young
The URL http://perl.apache.org/~geoff/Apache-Test-1.11.tar.gz has entered CPAN as file: $CPAN/authors/id/G/GE/GEOFF/Apache-Test-1.11.tar.gz size: 116279 bytes md5: 6a0e30ed99d84b683138b160e30ad474 --Geoff Changes since 1.10: if we fail to match the Apache revision (which is OK at

Re: [RELEASE CANDIDATE] Apache-Test-1.06

2004-05-21 Thread William McKee
On Fri, May 21, 2004 at 10:38:59AM -0700, Stas Bekman wrote: Thanks William, what do you have inside: /home/william/.apache-test/Apache/TestConfigData.pm package Apache::TestConfigData; use strict; use warnings; $Apache::TestConfigData::vars = { 'httpd' = '/usr/local/apache/bin/httpd',

Re: [RELEASE CANDIDATE] Apache-Test-1.06

2004-05-21 Thread Stas Bekman
William McKee wrote: On Fri, May 21, 2004 at 10:38:59AM -0700, Stas Bekman wrote: Thanks William, what do you have inside: /home/william/.apache-test/Apache/TestConfigData.pm [...] $Apache::TestConfigData::vars = { 'httpd' = '/usr/local/apache/bin/httpd', So does this file exist and

Re: [RELEASE CANDIDATE] Apache-Test-1.06

2004-05-21 Thread William McKee
On Fri, May 21, 2004 at 01:43:49PM -0700, Stas Bekman wrote: So does this file exist and executable? /usr/local/apache/bin/httpd? any symlinks involved? I fail to reproduce it on my machine. Yes, it exists and is executable. I wonder if there is a permissions problem That appears to be a

Re: [RELEASE CANDIDATE] Apache-Test-1.06

2004-05-21 Thread Stas Bekman
William McKee wrote: On Fri, May 21, 2004 at 01:43:49PM -0700, Stas Bekman wrote: So does this file exist and executable? /usr/local/apache/bin/httpd? any symlinks involved? I fail to reproduce it on my machine. Yes, it exists and is executable. I wonder if there is a permissions problem