From dev-return-6150-apmail-apr-dev-archive=apr.apache.org@apr.apache.org Wed Apr 03 20:39:09 2002 Return-Path: Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 32383 invoked by uid 500); 3 Apr 2002 20:39:08 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Delivered-To: mailing list dev@apr.apache.org Received: (qmail 32368 invoked from network); 3 Apr 2002 20:39:08 -0000 X-Antivirus-Data: Virus data file v4189 created Mar 06 2002 User-Agent: Microsoft-Entourage/10.0.0.1309 Date: Wed, 03 Apr 2002 21:39:07 +0100 Subject: Re: cvs commit: apr/build apr_hints.m4 From: Pier Fumagalli To: Remy Maucherat , apr Message-ID: In-Reply-To: <07da01c1db4a$bd4fc8f0$6501a8c0@apache.org> Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N "Remy Maucherat" wrote: >> "Jeff Trawick" wrote: >> >>> Jim Jagielski writes: >>> >>>> If SysV is broken, we should prevent that from being used with >>>> AcceptMutex as well (until we can figure out *why* it's broken) >>> >>> FYI... >>> >>> SysV isn't broken >>> >>> daedalus was/is configured for only 10 semaphore sets; 2 are owned by >>> user id "jim", 8 are owned by user id "remm"; no set was available for >>> apache so the system returned ENOSPC >> >> remm shouldn't be owning 8 semaphores... He's a Java freak, doesn't make >> much sense (since the JVM doesn't use them AFAIK)... >> >> Remy, any clue why you have 8 semaphores open on Daedalus? Did you do >> anything strange over there lately? > > What are you talking about ? What's a semaphore anyway ??? How do I own one > ?? > ;-) Go on daedalus and do "ipcs -s", you'll see 8 semaphores, owned by you... Then for each ID, do an "ipcrm -s XXXXX" where XXXXX is the ID of one of the semaphores you own, for all 8... :) Thanks! :) Pier