Hugh Williams wrote:
Stas Bekman wrote:

[Hugh, in the future please inline the bug report, including it after your signature makes it impossible to reply to it, while quoting it]


Sorry... I've re-inserted above the sig below for ongoing completness.


Hugh Williams wrote:

Hi;

My first foray into mod_perl 2.x is making my hair grayer than it
already was.  Bug report below.

what's your shell's file descriptors limit? run either:

csh:  limit
bash: ulimit


I'm actually doing all work under ksh; here's all three results:

$ ksh
hughw on valhalla: /opt/build/mod_perl-2.0.1
$ ulimit
unlimited

$ csh
valhalla mod_perl-2.0.1[1] % limit
cputime         unlimited
filesize        unlimited
datasize        524288 kbytes
stacksize       8192 kbytes
coredumpsize    2097151 kbytes
descriptors     60 files
                  ^^^
This your problem. Your shells are configured to have too few file descriptors.

actually ulimit -n shows you just the descriptors limit in bash. I'm not sure what's the syntax in ksh.

so first run:

ulimit -n 1024

or its equivalent in ksh and then run 'make test' again in that very shell.

Ideally Apache-Test should be able to set this limit to the required one at run time.


--
__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com

Reply via email to