Skip to main content

No space left on device: Cannot create SSLMutex

Posted in

I've encountered this issue recently on quite a few occasions when apache wouldn't restart. Haven't figured out why it happens. I could see there are a lot of semaphores left with:

ipcs -s | grep apache

so i've deleted them with

ipcs -s | grep apache | awk ' { print $2 } ' | xargs ipcrm sem

and it let me restart apache

thanks to http://carlosrivero.com/fix-apache---no-space-left-on-device-couldnt-cre... for the idea.

Post new comment

The content of this field is kept private and will not be shown publicly.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <img>
  • Lines and paragraphs break automatically.
  • You can enable syntax highlighting of source code with the following tags: <code>, <blockcode>. Beside the tag style "<foo>" it is also possible to use "[foo]". PHP source code can also be enclosed in <?php ... ?> or <% ... %>.

More information about formatting options

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
2 + 1 =
Solve this simple math problem and enter the result. E.g. for 1+3, enter 4.

If you need more help on the topic feel free to add a comment or create a new post on the Forum