another socket_sendto issue
Posted: Tue Jan 12, 2016 10:31 pm
Basically I added a new camera and did a dist-upgrade somewhere in between on my Ubuntu 14.04 system.
I'm using the PPA from Isaac Connor and there was also an upgrade from zoneminder:amd64 (1.28.1-trusty-1, 1.28.1-trusty-2).
Now Im getting my logs filled with 'socket_sendto( /var/run/zm/zms-xxxxxxs.sock ) failed: No such file or directory'.
I can't swear that they didn't appear before though.
Am AM able to view both my saved and live captures except everything is very slow.
System
I'm using the PPA from Isaac Connor and there was also an upgrade from zoneminder:amd64 (1.28.1-trusty-1, 1.28.1-trusty-2).
Now Im getting my logs filled with 'socket_sendto( /var/run/zm/zms-xxxxxxs.sock ) failed: No such file or directory'.
I can't swear that they didn't appear before though.
Am AM able to view both my saved and live captures except everything is very slow.
System
Code: Select all
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=14.04
DISTRIB_CODENAME=trusty
DISTRIB_DESCRIPTION="Ubuntu 14.04.3 LTS"
Code: Select all
PATH_ZMS /cgi-bin/nph-zms
Code: Select all
$ cat /etc/zm/apache.conf
Alias /cctv /usr/share/zoneminder
php_flag register_globals off
Options Indexes FollowSymLinks
DirectoryIndex index.php
Code: Select all
$ cat /etc/zm/zm.conf
# Path to installed data directory, used mostly for finding DB upgrade scripts
ZM_PATH_DATA=/usr/share/zoneminder
# Path to ZoneMinder binaries
ZM_PATH_BIN=/usr/bin
# Path to ZoneMinder libraries (none at present, for future use)
ZM_PATH_LIB=/usr/lib/x86_64-linux-gnu
# Path to ZoneMinder configuration (this file only at present)
ZM_PATH_CONF=/etc/zm
# Path to ZoneMinder web files
ZM_PATH_WEB=/usr/share/zoneminder
# Path to ZoneMinder cgi files
ZM_PATH_CGI=/usr/lib/cgi-bin
# Username and group that web daemon (httpd/apache) runs as
ZM_WEB_USER=www-data
ZM_WEB_GROUP=www-data
# ZoneMinder database type: so far only mysql is supported
ZM_DB_TYPE=mysql
# ZoneMinder database hostname or ip address
ZM_DB_HOST=localhost
# ZoneMinder database name
ZM_DB_NAME=zm
# ZoneMinder database user
ZM_DB_USER=zmuser
# ZoneMinder database password
ZM_DB_PASS=
# Host of this machine
ZM_SERVER_HOST=