What does this error message mean?

Forum for questions and support relating to the 1.24.x releases only.
Locked
yosepht
Posts: 20
Joined: Sat Jan 03, 2009 9:20 pm

What does this error message mean?

Post 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.
User avatar
cordel
Posts: 5210
Joined: Fri Mar 05, 2004 4:47 pm
Location: /USA/Washington/Seattle

Post 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.
geowtx
Posts: 1
Joined: Mon Jun 13, 2005 12:09 am
Location: West Texas

Post by geowtx »

Mine is showing owner is www-data? Is this right?
Don't fix it if it ain't broke!
Locked