Strange errors messages in log after reinstallation

Forum for questions and support relating to the 1.27.x releases only.
Locked
User avatar
Doume
Posts: 6
Joined: Mon Nov 24, 2014 4:05 pm

Strange errors messages in log after reinstallation

Post by Doume »

Due to machine crash, I've reinstalled zoneminder from scratch, from sources version 1.27

After some difficulties to obtain a running package, I've configured 1 IPCAM

When I click to have the Monitor image, the log starts a cycle like this :

Code: Select all

Nov 25 19:58:41 LDLCLinux web_php[21126]: ERR [socket_sendto( /tmp/zm/zms-898552s.sock ) failed: No such file or directory]
Nov 25 19:58:41 LDLCLinux web_php[21126]: ERR [getStreamCmdResponse stream error: socket_sendto( /tmp/zm/zms-898552s.sock ) failed: No such file or directory - checkStreamForErrors()]
Nov 25 19:58:54 LDLCLinux web_php[21126]: ERR [socket_sendto( /tmp/zm/zms-898552s.sock ) failed: No such file or directory]
Nov 25 19:58:55 LDLCLinux web_php[21126]: ERR [getStreamCmdResponse stream error: socket_sendto( /tmp/zm/zms-898552s.sock ) failed: No such file or directory - checkStreamForErrors()]
../..
The zm log displays the following lines :

Code: Select all

2014-11-25 20:07:52.138106	web_js	21125	ERR	getStreamCmdResponse stream error: socket_sendto( /tmp/zm/zms-898552s.sock ) failed: No such file or directory - checkStreamForErrors()	?view=watch	
2014-11-25 20:07:52.051238	web_php	21125	ERR	socket_sendto( /tmp/zm/zms-898552s.sock ) failed: No such file or directory	/usr/local/share/zoneminder/www/www/includes/functions.php	2337
2014-11-25 20:07:39.047139	web_js	21125	ERR	getStreamCmdResponse stream error: socket_sendto( /tmp/zm/zms-898552s.sock ) failed: No such file or directory - checkStreamForErrors()	?view=watch	
2014-11-25 20:07:38.972855	web_php	21125	ERR	socket_sendto( /tmp/zm/zms-898552s.sock ) failed: No such file or directory	/usr/local/share/zoneminder/www/www/includes/functions.php	2337
that seems to be relative to web_js & web_php


And no image is displayed in 'ZM-cam_name-Feed' window....
The /tmp/zm directory exists, and is owned by Apache2 user
It contains a socket, but not the expected one :

Code: Select all

root@LDLCLinux:/tmp/zm# ll
total 176
drwxrwxrwx  2 www-data www-data   4096 nov.  25 20:06 ./
drwxrwxrwt 10 root     root       4096 nov.  25 19:39 ../
-rwxrwxrwx  1 root     root     170997 nov.  25 15:17 zm-1.25.0.dump*
srwxr-xr-x  1 www-data www-data      0 nov.  25 19:33 zmdc.sock=
root@LDLCLinux:/tmp/zm# 


Any suggestion to solve this ?
Linux satellite receivers, and Home automation hobbies
Locked