Re: [Apc-cache] Problem with apc and apachectl

2002-04-03 Thread Andres Junge Mac-Evoy
D]> >cc:[EMAIL PROTECTED], [EMAIL PROTECTED] >Subject: Re: [Apc-cache] Problem with apc and apachectl > > >You're leaking semaphores, APC doesn't seem to always clean up after >itself gracefully. > >Do an "apachectl stop", then execute the

Re: [Apc-cache] Problem with apc and apachectl

2002-04-03 Thread Steve Meyers
You're leaking semaphores, APC doesn't seem to always clean up after itself gracefully. Do an "apachectl stop", then execute the following command: ipcs -s -t | cut -f 1 -d " " | egrep "^[0-9]+$" | xargs ipcrm sem WARNING: if you have anything else on your system that uses semaphores, this coul

Problem with apc and apachectl

2002-04-03 Thread Andres Junge Mac-Evoy
Hello: I have installed apc (php4-apc 1.1.0pl1-5), and it seems to work very well. The scripts get loaded 200% times faster (very impressive). The only problem I have is when i try to use 'apachectl configtest' i get the following error: apc_sem_create: semget(0,...) failed: No space left on