Search found 1 match

by lrossi
Thu Feb 03, 2011 5:17 pm
Forum: ZoneMinder 1.24.x
Topic: "socket_sendto( /tmp/zms-713662s.sock ) failed" er
Replies: 5
Views: 6059

Try patching /usr/share/zoneminder/www/ajax/stream.php thusly: --- stream.php.orig 2010-11-11 20:40:51.000000000 -0700 +++ stream.php 2010-11-14 19:31:09.130300248 -0700 @@ -12,10 +12,10 @@ { ajaxError( "socket_create() failed: ".socket_strerror(socket_last_error()) ); } -$locSockFile = ZM_PATH ...