Earlier today all my sites started returning 500 errors intermittently. Over the last 20 hours a remote testing service that checks every 5 minutes has returned a 500 error at a rate of 15%.
In the error logs it says:
[26-Dec-2009 01:45:06] PHP Warning: session_start() [<a href='function.session-start'>function.session-start</a>]: open(/tmp/sess_99ba9842d34c<masked>, O_RDWR) failed: No space left on device (28) in /home/<masked>/public_html/manager/includes/config.inc.php on line 140
The hosting company says that /tmp is no where near full and that it is a problem with the script. So I created a test script as simple as
<?php
session_start();
?>
This also generates the same errors, again intermittently.
The hosting company is insisting that there is nothing wrong with the server as all there lights are green. Does anyone know what could be the matter?



LinkBack URL
About LinkBacks
Reply With Quote






