Subject: Re: Mod_python and apache 2 (semaphore) problems.
To: Berteun Damman <berteun@gmail.com>
From: D'Arcy J.M. Cain <darcy@NetBSD.org>
List: netbsd-help
Date: 01/15/2005 11:06:36
On Sat, 15 Jan 2005 16:48:56 +0100
Berteun Damman <berteun@gmail.com> wrote:
> Some Googling gave me:
> http://www.netbsd.org/cgi-bin/query-pr-single.pl?number=26347
> 
> With the comment that "It seems to have gone away with 2.0", but
> that's what I'm running (though  I'm runing a custom kernel, which
> has:
> options         SEMMNI=20       # number of semaphore identifiers
> options         SEMMNS=90       # number of semaphores in system

I made that comment.  Perhaps it really is too low.  Here is what is in
the kernel config for the system that seems to work for me.  They are a
bit higher than yours.  Can you try that and let us know.  If you still
have a problem then please update the PR (the web site describes how to
do this) with your experiences.

options     SEMMNI=64
options     SEMMNS=256

Thanks.

-- 
D'Arcy J.M. Cain <darcy@NetBSD.org>
http://www.NetBSD.org/