[Solved] [error] (28) No space left on device: mod_python: Failed to create global mutex 2 of 8 (/tmp/mpmtx142352).

Last updated on December 1st, 2010 at 12:56 am

[Mon Mar 22 20:28:47 2010] [notice] mod_python: Creating 8 session mutexes based on 150 max processes and 0 max threads.
[Mon Mar 22 20:28:47 2010] [notice] mod_python: using mutex_directory /tmp
[Mon Mar 22 20:28:47 2010] [error] (28)No space left on device: mod_python: Failed to create global mutex 2 of 8 (/tmp/mpmtx142352).

[adrotate banner=”1″]

[Mon Mar 22 20:28:47 2010] [error] mod_python: We can probably continue, but with diminished ability to process session locks.
[Mon Mar 22 20:28:47 2010] [error] mod_python: Hint: On Linux, the problem may be the number of available semaphores, check ‘sysctl kernel.sem’
[Mon Mar 22 20:28:47 2010] [error] SecServerSignature: original signature too short. Please set ServerTokens to Full.
[Mon Mar 22 20:28:47 2010] [emerg] (28)No space left on device: Couldn’t create accept lock (/var/logs/accept.lock.14235) (5)
[Mon Mar 22 20:29:40 2010] [warn] RSA server certificate CommonName (CN) `localhost’ does NOT match server name!?

[Mon Mar 22 20:28:47 2010] [notice] mod_python: Creating 8 session mutexes based on 150 max processes and 0 max threads.[Mon Mar 22 20:28:47 2010] [notice] mod_python: using mutex_directory /tmp[Mon Mar 22 20:28:47 2010] [error] (28)No space left on device: mod_python: Failed to create global mutex 2 of 8 (/tmp/mpmtx142352).[Mon Mar 22 20:28:47 2010] [error] mod_python: We can probably continue, but with diminished ability to process session locks.[Mon Mar 22 20:28:47 2010] [error] mod_python: Hint: On Linux, the problem may be the number of available semaphores, check ‘sysctl kernel.sem'[Mon Mar 22 20:28:47 2010] [error] SecServerSignature: original signature too short. Please set ServerTokens to Full.[Mon Mar 22 20:28:47 2010] [emerg] (28)No space left on device: Couldn’t create accept lock (/var/logs/accept.lock.14235) (5)[Mon Mar 22 20:29:40 2010] [warn] RSA server certificate CommonName (CN) `localhost’ does NOT match server name!?

To solve this problem,
[adrotate banner=”2″]
[root@server httpd]# echo “kernel.sem = 512 32000 100 512” >> /etc/sysctl.conf; sysctl -p; service httpd start

Tags:

Leave a Comment

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.