[Bugs] #3243 UNSP: Apache hangs due to no way to acquire mutexes
Sugar Labs Bugs
bugtracker-noreply at sugarlabs.org
Fri Nov 25 16:28:08 EST 2011
#3243: Apache hangs due to no way to acquire mutexes
------------------------------------------+---------------------------------
Reporter: alsroot | Owner: bernie
Type: defect | Status: assigned
Priority: Unspecified by Maintainer | Milestone: Unspecified by Release Team
Component: infrastructure | Version: Unspecified
Severity: Unspecified | Keywords:
Distribution: Unspecified | Status_field: Unconfirmed
------------------------------------------+---------------------------------
Comment(by bernie):
We can check if sys5 semaphores are really running out with "ipcs -s".
I also have a trick to cleanup the semaphores globally:
for i in `ipcs -s | grep www-data | awk '{print $2}'`; do ipcrm -s $i;
done
--
Ticket URL: <http://bugs.sugarlabs.org/ticket/3243#comment:4>
Sugar Labs <http://sugarlabs.org/>
Sugar Labs bug tracking system
More information about the Bugs
mailing list