"Remy Maucherat" <[EMAIL PROTECTED]> wrote: >> "Jeff Trawick" <[EMAIL PROTECTED]> wrote: >> >>> Jim Jagielski <[EMAIL PROTECTED]> 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