RE: maxproc limit exceeded with vpopmail

2005-05-20 Thread mmiranda
[EMAIL PROTECTED] wrote: > We keep getting the following error on the console every 2 minutes: > > > > "May 20 13:30:45 mail /kernel: maxproc limit exceeded by uid , > please see tuning(7) and login.conf(5)." > > > > Uid is vpopmail. Any ideas? > Increase maxproc limit? __

Re: maxproc limit reached with trivial exec() in cgi script

2004-06-22 Thread Peter Risdon
Hi Alexander, Alexander wrote: Hello Peter, Try tunning maxusers in your kernel configuration file maxproc = 20 + 16 * maxusers Thanks for this. Since posting my first message, I have been investigating the problem further. The server on which this behaviour appears also has mod_php insta

Re: maxproc is automatically adjusted?

2004-03-23 Thread Matthew Seaman
On Tue, Mar 23, 2004 at 09:55:01AM -0500, Jerry McAllister wrote: > > > > Thanks for your answer. > > > > I only dont know where to find the LINT file in the src tree. > > in /usr/src i tried find . -name LINT > > but no result. (sorry for this luser question). > > I don't know if 5.xxx changes

Re: maxproc is automatically adjusted?

2004-03-23 Thread Mipam
Thanks, i read it. I also found this: # The `maxusers' parameter controls the static sizing of a number of # internal system tables by a formula defined in subr_param.c. # Omitting this parameter or setting it to 0 will cause the system to # auto-size based on physical memory. And looking at some

Re: maxproc is automatically adjusted?

2004-03-23 Thread Kevin D. Kinsey, DaleCo, S.P.
Mipam wrote: Okay, i found LINT, that is, in /usr/src/sys/i386/conf i did make LINT and the file was created. But i still didnt find the answers i was looking for, like kern.maxusers seems to be sized automatically based on you hardware? And so maxproc etc? I still didnt find further docs about th

Re: maxproc is automatically adjusted?

2004-03-23 Thread Mipam
Okay, i found LINT, that is, in /usr/src/sys/i386/conf i did make LINT and the file was created. But i still didnt find the answers i was looking for, like kern.maxusers seems to be sized automatically based on you hardware? And so maxproc etc? I still didnt find further docs about this and how it

Re: maxproc is automatically adjusted?

2004-03-23 Thread Jerry McAllister
> > Thanks for your answer. > > I only dont know where to find the LINT file in the src tree. > in /usr/src i tried find . -name LINT > but no result. (sorry for this luser question). I don't know if 5.xxx changes this, but /usr/src/sys/i386/conf/ does it for 4.xxx and older. jerry > Bye,

Re: maxproc is automatically adjusted?

2004-03-23 Thread Richard P. Williamson
At 13:33 23/03/2004, Mipam wrote: >On Tue, 23 Mar 2004, Richard P. Williamson wrote: > >> At 13:13 23/03/2004, Mipam wrote: >> >Thanks for your answer. >> > >> >I only dont know where to find the LINT file in the src tree. >> >in /usr/src i tried find . -name LINT >> >but no result. (sorry for this

Re: maxproc is automatically adjusted?

2004-03-23 Thread Mipam
On Tue, 23 Mar 2004, Richard P. Williamson wrote: > At 13:13 23/03/2004, Mipam wrote: > >Thanks for your answer. > > > >I only dont know where to find the LINT file in the src tree. > >in /usr/src i tried find . -name LINT > >but no result. (sorry for this luser question). > >Bye, > > PMFBI > > ob

Re: maxproc is automatically adjusted?

2004-03-23 Thread Richard P. Williamson
At 13:13 23/03/2004, Mipam wrote: >Thanks for your answer. > >I only dont know where to find the LINT file in the src tree. >in /usr/src i tried find . -name LINT >but no result. (sorry for this luser question). >Bye, PMFBI obligatory winge: Where's the context of that follow-on question? For 4

Re: maxproc is automatically adjusted?

2004-03-23 Thread Mipam
Thanks for your answer. I only dont know where to find the LINT file in the src tree. in /usr/src i tried find . -name LINT but no result. (sorry for this luser question). Bye, Mipam. ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/

Re: maxproc is automatically adjusted?

2004-03-23 Thread Supote Leelasupphakorn
--- Mipam <[EMAIL PROTECTED]> wrote: > Hi, > > I noticed that kern.maxproc was different than i expected. > Same goes for maxusers. It seems FreeBSD sizes these values > according to > your system? I couldnt find any info upon this, whether this > is happening > and how and on bases upon what it

Re: maxproc

2003-12-24 Thread Lowell Gilbert
"master" <[EMAIL PROTECTED]> writes: > Hi all, i often get message like this in my box : > kernel: maxproc limit exceeded by uid 5126, please see tuning(7) and > login.conf(5) > > but i doesn t understand well because the aim of login.conf is to limit > process so why this message and what to do