Portal Home > Knowledgebase > Articles Database > No space left on device: mod_fcgid: Can't create global fcgid-proctbl mutex
No space left on device: mod_fcgid: Can't create global fcgid-proctbl mutex
Posted by crashnet, 01-13-2011, 08:48 AM |
looking at this doc and the log entry below, is it correct to assume that FCGI is to blame for apaching going down and failing to start? After the error below occurred ONCE, the server started throwing lots of "No space left on device: Cannot create SSLMutex" everytime it tried to restart.
following the instructions here) allowed the server to work again.
BUT, I would like to prevent this from happening again: any clues as to what to do? I already set "SSLMutex to sem", from the original "default" setting.
thanks in advance.
|
Posted by asciiDigital, 01-13-2011, 12:09 PM |
ipcs -s | grep apache | perl -e 'while () { @a=split(/\s+/); print `ipcrm sem $a[1]`}'
for i in `ipcs -s | grep apache | awk '{print $2}'` ; do ipcrm -s $i; done
|
Posted by crashnet, 01-19-2011, 12:48 PM |
Thank you!
|
Posted by crashnet, 02-05-2011, 08:31 AM |
returns a series of
returns nothing, which is ok.
how do i adapt the the first to do its job on my setup?
thanks!
|
Posted by crashnet, 03-10-2011, 08:03 AM |
allows Apache to restart, but the problem still occurs regularly. How do I prevent it from happening?!
|
Add to Favourites Print this Article
Also Read