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
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
2 matches
Mail list logo