Re: [Apache-Test] ulimit on Solaris bash

2004-04-04 Thread Stas Bekman
Kinyon, Rob wrote: That sounds about right. I would also recommend adding something to the README for Solaris 8 & 9 indicating that core files may not be generated, even if they normally would be, depending on the initial ulimit -c setting. I say 8 & 9 because I don't know if the ulimit restrictio

RE: [Apache-Test] ulimit on Solaris bash

2004-03-30 Thread Kinyon, Rob
s always been there or if it changed at some point. Rob -Original Message- From: Stas Bekman [mailto:[EMAIL PROTECTED] Sent: Monday, March 29, 2004 5:04 PM To: Obitz, Toby Cc: Kinyon, Rob; [EMAIL PROTECTED] Subject: Re: [Apache-Test] ulimit on Solaris bash Obitz, Toby wrote: > Yes, I

Re: [Apache-Test] ulimit on Solaris bash

2004-03-29 Thread Stas Bekman
Obitz, Toby wrote: Yes, I was successfully able to validate Rob's issue... Sorry about that. I'm working on a development box, so I typically use root to avoid permission type issues. So the logic should be: skip running 'ulimit' if $^O eq 'solaris' and $user ne 'root'. it that correct? Ob

Re: [Apache-Test] ulimit on Solaris bash

2004-03-29 Thread Stas Bekman
PM To: Obitz, Toby Cc: Kinyon, Rob; [EMAIL PROTECTED] Subject: Re: [Apache-Test] ulimit on Solaris bash Obitz, Toby wrote: The ulimit command seems to work as designed for me. By default I am given ulimited space for coredumps, but I am able to set that value to a finite value and back to "

Re: [Apache-Test] ulimit on Solaris bash

2004-03-29 Thread Stas Bekman
Obitz, Toby wrote: The ulimit command seems to work as designed for me. By default I am given ulimited space for coredumps, but I am able to set that value to a finite value and back to "unlimited" using: ulimit -c ulimit -c unlimited As root or a normal user? Is the initial value for coredumps '

Re: [Apache-Test] ulimit on Solaris bash

2004-03-29 Thread Stas Bekman
.8.0/sun4-solaris /usr/local/lib/perl5/5.8.0 /usr/local/lib/perl5/site_perl/5.8.0/sun4-solaris /usr/local/lib/perl5/site_perl/5.8.0 /usr/local/lib/perl5/site_perl . -Original Message- From: Stas Bekman [mailto:[EMAIL PROTECTED] Sent: Friday, March 26, 2004 6:47 PM Cc

RE: [Apache-Test] ulimit on Solaris bash

2004-03-29 Thread Kinyon, Rob
_FILES Built under solaris Compiled at Jul 22 2002 04:42:16 @INC: /usr/local/lib/perl5/5.8.0/sun4-solaris /usr/local/lib/perl5/5.8.0 /usr/local/lib/perl5/site_perl/5.8.0/sun4-solaris /usr/local/lib/perl5/site_perl/5.8.0 /usr/local/lib/perl5/site_perl . -Original Messa

Re: [Apache-Test] ulimit on Solaris bash

2004-03-26 Thread Stas Bekman
Stas Bekman wrote: Kinyon, Rob wrote: As a minor nit, the ulimit command (to allow core files) doesn't work on Solaris9 bash. so how does it inhibit during 'make test'? and what is the right thing to do to allow core files on your bash? Kinyon, Rob wrote: > As for ulimit ... You're right - I h

Re: [Apache-Test] ulimit on Solaris bash

2004-03-25 Thread Stas Bekman
Kinyon, Rob wrote: It doesn't seem to have any impact on the tests (as I was able to install mod_perl.1.99_12 without a problem). It does throw an error right before the test server starts up. The command being issued is "ulimit -c unlimited". According to my ulimit manpage, the correct command is

RE: [Apache-Test] ulimit on Solaris bash

2004-03-25 Thread Kinyon, Rob
uot;ulimit unlimited" (which I have tested). -Original Message- From: Stas Bekman [mailto:[EMAIL PROTECTED] Sent: Thursday, March 25, 2004 3:40 PM To: Kinyon, Rob Cc: [EMAIL PROTECTED] Subject: Re: [Apache-Test] ulimit on Solaris bash Kinyon, Rob wrote: > As a minor nit, the u

Re: [Apache-Test] ulimit on Solaris bash

2004-03-25 Thread Stas Bekman
Kinyon, Rob wrote: As a minor nit, the ulimit command (to allow core files) doesn't work on Solaris9 bash. so how does it inhibit during 'make test'? and what is the right thing to do to allow core files on your bash? __ Stas Bekman