User account menu

  • Log in
BXTra.net

Breadcrumb

  • Home
  • Articles
  • Apache Error : [emerg] (28)No space left on device: mod_fcgid: Can't create global fcgid-proctbl mutex

Apache Error : [emerg] (28)No space left on device: mod_fcgid: Can't create global fcgid-proctbl mutex

By BXTra | 1:56 AM PDT, Thu September 09, 2010
CentOS
Apache
FastCGI

My server run DirectAdmin with mod_fcgid installed. After I tuned MySQL. I, then, restarted both httpd and MySQL service. Both services started without any problem but I can't access my website at all. After I checked my Apache Error log, I found an error which said :

[emerg] (28)No space left on device: mod_fcgid: Can't create global fcgid-proctbl mutex

After search around how to fix this problem, I believe it's something about IPCS. Try run in your SSH :

ipcs -a

You will see a lot of Apache shows up even there is no Apache service running. (Well, don't ask me what IPCS is, I don't know.) However, I found one website that suggest method how to fix this problem and it really worked. Here, I will copy from that source but change # to | as it should be.

1. Check for semaphore-arrays owned by your apache-user (assuming user apache)

ipcs -s | grep apache

2. Removing the semaphores should immediately solve the problem.

ipcs -s | grep apache | perl -e 'while () { @a=split(/\s+/); print `ipcrm sem $a[1]`}'

3. Until this step, my problem is still there. So, I tried the last step below :

for i in `ipcs -s | grep apache | awk '{print $2}'` ; do ipcrm -s $i; done

The problem solved. I can restart Apache and no more problem with it :)

If you want to check the different, try to run below command again :

ipcs -a

 

Updated (2012.05.31) :

I just got an error below with Apache 2.4.2 and followed step 3 above to fix it.

[Thu May 31 09:11:02.062551 2012] [core:emerg] [pid 28508:tid 47470981802160] (28)No space left on device: AH00023: Couldn't create the ssl-cache mutex 
AH00016: Configuration Failed

 

Source : http://www.ehow.com/how_4397601_error-no-space-left-device.html

About text formats
  • No HTML tags allowed.
  • Web page addresses and email addresses turn into links automatically.
  • Lines and paragraphs break automatically.

sai

11 years 11 months ago

Permalink

solved-It's working(step-3)

Step-3 worked in solving the problem for me

  • Reply

Stephane

11 years 4 months ago

Permalink

Works for me to

Thanks for this, step 3 works for me

  • Reply

Peter

8 years 10 months ago

Permalink

A saving step!

Yep, step 3 cleared my "rewrite-map mutex" error.Thanks!

  • Reply

Fonya

8 years 3 months ago

Permalink

Save my day!

Thank You a lot! Step 3 working seamless!

  • Reply
  • Add new comment

  • Will the router get the Openvpn as a client option?
    6 years ago
  • cancellation
    6 years 1 month ago
  • Router ASUS RT-N12 D1 tomatoes passwort falsch
    7 years 8 months ago
  • WPS button = 30/30/30 hard reset button
    7 years 9 months ago
  • Save my day!
    8 years 3 months ago
  • How to
    8 years 6 months ago
  • Can i still access my modem (the one with the ISP provided)?
    8 years 6 months ago
  • A saving step!
    8 years 10 months ago
  • Problem with Asus n12e-c1
    8 years 11 months ago
  • don't use Hostgator
    9 years 2 months ago

© 2007 - 2023 BXTra.net. All Rights Reserved. 
Certain other content, photos and artwork displayed on BXTra.net are protected by copyright and are the property of their respective owners.

Privacy Policy