Page 1 of 1

What does this error message mean?

Posted: Tue Dec 08, 2009 2:03 am
by yosepht
I get a ton of this message in apache error log. What does it mean and how do I correct it? My system sometimes show high load and gets hosed up and locks up. I don't know if it has anything to do with this.
++++++++++++++++++++++++++
[Mon Dec 07 19:30:46 2009] [error] [client 192.168.0.105] socket_sendto( /tmp/zms-725680s.sock ) failed: No such file or directory, referer: http://192.168.0.104/?view=montage&group=0
[Mon Dec 07 19:30:46 2009] [error] [client 192.168.0.105] array (\n 0 => \n array (\n 'file' => '/var/www/ajax/stream.php',\n 'line' => 55,\n 'function' => 'ajaxError',\n 'args' => \n array (\n 0 => 'socket_sendto( /tmp/zms-725680s.sock ) failed: No such file or directory',\n ),\n ),\n 1 => \n array (\n 'file' => '/var/www/index.php',\n 'line' => 119,\n 'args' => \n array (\n 0 => '/var/www/ajax/stream.php',\n ),\n 'function' => 'require_once',\n ),\n), referer: http://192.168.0.104/?view=montage&group=0

++++++++++++++++++++++++++++++++++++++
Thanks for taking the time.

Posted: Tue Dec 08, 2009 10:55 am
by cordel
Error means that either the file does not exist or one of the processes does not have access rights to /tmp/zms-725680s.sock

Check that the sock files are there and that apache can access them.

Posted: Thu Dec 10, 2009 11:43 pm
by geowtx
Mine is showing owner is www-data? Is this right?