Re: kern.ipc.maxpipekva

2008-03-03 Thread Mel
/loader.conf to set it to 6500 (a nice big number?), and now if I do: sysctl kern.ipc.maxpipekva I see: kern.ipc.maxpipekva: 6500 but I still get the message. I also get a lot of messages saying: Fatal error `Cannot create kernel pipe' at line 294 in file /usr/src/lib/libc_r/uthread

Re: kern.ipc.maxpipekva

2008-03-03 Thread Colin Adams
of the libraries that are linked in. After googling for this error, I edited /boot/loader.conf to set it to 6500 (a nice big number?), and now if I do: sysctl kern.ipc.maxpipekva I see: kern.ipc.maxpipekva: 6500 but I still get the message. I also get a lot

kern.ipc.maxpipekva

2008-03-02 Thread Colin Adams
if I do: sysctl kern.ipc.maxpipekva I see: kern.ipc.maxpipekva: 6500 but I still get the message. I also get a lot of messages saying: Fatal error `Cannot create kernel pipe' at line 294 in file /usr/src/lib/libc_r/uthread/uthread_init.c (error = 24) Why does this occur, and what can i do

Why have I get kern.ipc.maxpipekva exceeded; see tuning(7) message ?

2006-06-22 Thread KHalid Faith
I use FreeBSD6.0 My server give me an error as below kern.ipc.maxpipekva exceeded; see tuning(7) When I looked at its value as below sysctl -a |grep kern.ipc.maxpipekva kern.ipc.maxpipekva: 16777216 How can I do about that ? Thanks ___ freebsd

Re: Why have I get kern.ipc.maxpipekva exceeded; see tuning(7) message ?

2006-06-22 Thread Marc G. Fournier
On Thu, 22 Jun 2006, KHalid Faith wrote: I use FreeBSD6.0 My server give me an error as below kern.ipc.maxpipekva exceeded; see tuning(7) When I looked at its value as below sysctl -a |grep kern.ipc.maxpipekva kern.ipc.maxpipekva: 16777216 How can I do about that ? Add an entry to /boot

Re: Why have I get kern.ipc.maxpipekva exceeded; see tuning(7) message ?

2006-06-22 Thread KHalid Faith
kern.ipc.maxpipekva exceeded; see tuning(7) message ? On Thu, 22 Jun 2006, KHalid Faith wrote: I use FreeBSD6.0 My server give me an error as below kern.ipc.maxpipekva exceeded; see tuning(7) When I looked at its value as below sysctl -a |grep kern.ipc.maxpipekva kern.ipc.maxpipekva

Re: Why have I get kern.ipc.maxpipekva exceeded; see tuning(7) message ?

2006-06-22 Thread Marc G. Fournier
@freebsd.org Sent: Thursday, June 22, 2006 7:59 PM Subject: Re: Why have I get kern.ipc.maxpipekva exceeded; see tuning(7) message ? On Thu, 22 Jun 2006, KHalid Faith wrote: I use FreeBSD6.0 My server give me an error as below kern.ipc.maxpipekva exceeded; see tuning(7) When I looked at its

Re: Tracking down kern.ipc.maxpipekva exceeded

2005-05-19 Thread Ewald Jenisch
I would suggest keeping an eye on kern.ipc.pipekva and trying to correlate any changes to the activity on the system at the time. I've already set this up - and it slowly (over days) is creeping up, e.g. May 12 18:00:58 CEST 2005: kern.ipc.pipekva: 114688 May 19 19:23:29 CEST 2005:

Re: Tracking down kern.ipc.maxpipekva exceeded

2005-05-19 Thread Lowell Gilbert
Ewald Jenisch [EMAIL PROTECTED] writes: I would suggest keeping an eye on kern.ipc.pipekva and trying to correlate any changes to the activity on the system at the time. I've already set this up - and it slowly (over days) is creeping up, e.g. May 12 18:00:58 CEST 2005:

Re: Tracking down kern.ipc.maxpipekva exceeded

2005-05-19 Thread Dan Nelson
In the last episode (May 19), Ewald Jenisch said: I would suggest keeping an eye on kern.ipc.pipekva and trying to correlate any changes to the activity on the system at the time. I've already set this up - and it slowly (over days) is creeping up, e.g. May 12 18:00:58 CEST 2005:

Re: Tracking down kern.ipc.maxpipekva exceeded

2005-05-13 Thread Lowell Gilbert
nor http-access). /var/log/messages: May 11 12:11:00 io kernel: kern.ipc.maxpipekva exceeded; see tuning(7) maxproc limit exceeded by uid 0, please see tuning(7) and login.conf(5). (tons of both) and finally May 11 12:42:03 io kernel: maxproc May 11 12:42:03 io kernel: limit exceede May 11

Tracking down kern.ipc.maxpipekva exceeded

2005-05-12 Thread Ewald Jenisch
:00 io kernel: kern.ipc.maxpipekva exceeded; see tuning(7) maxproc limit exceeded by uid 0, please see tuning(7) and login.conf(5). (tons of both) and finally May 11 12:42:03 io kernel: maxproc May 11 12:42:03 io kernel: limit exceede May 11 12:42:03 io kernel: d by uid May 11 12:42:03 io kernel: 0

Re: kern.ipc.maxpipekva exceeded, error

2004-09-18 Thread Nagilum
: On a freshly rebuild v5.3-BETA4... A failed compile of sysutils/fastest_cvsup led me to run 'make clean' before trying again. It took over 5 minutes to run make clean, and at the very end I got the following: # make clean kern.ipc.maxpipekva exceeded; see tuning(7) Pipe call failed: Too many

kern.ipc.maxpipekva exceeded, error

2004-09-14 Thread Puna Tannehill
On a freshly rebuild v5.3-BETA4... A failed compile of sysutils/fastest_cvsup led me to run 'make clean' before trying again. It took over 5 minutes to run make clean, and at the very end I got the following: # make clean kern.ipc.maxpipekva exceeded; see tuning(7) Pipe call failed