I'm also seeing a common trend in nearly every other scenario I read about -- the users cannot view the live stream. I have no issue viewing the live stream. Those feeds work. The system overall seems to function fine. It's just considering the errors that has me digging.
My PATH_ZMS is: /zm/cgi-bin/nph-zms
My /etc/apache2/conf-available/zoneminder.conf is:
Code: Select all
administrator@vault:/etc/apache2/conf-available$ cat zoneminder.conf
# Remember to enable cgi mod (i.e. "a2enmod cgi").
ScriptAlias /zm/cgi-bin "/usr/lib/zoneminder/cgi-bin"
#ScriptAlias /zoneminder/cgi-bin "/usr/lib/zoneminder/cgi-bin"
<Directory "/usr/lib/zoneminder/cgi-bin">
Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
AllowOverride All
Require all granted
</Directory>
Alias /zm /usr/share/zoneminder/www
<Directory /usr/share/zoneminder/www>
php_flag register_globals off
Options Indexes FollowSymLinks
<IfModule mod_dir.c>
DirectoryIndex index.php
</IfModule>
</Directory>
<Directory /usr/share/zoneminder/www/api>
AllowOverride All
</Directory>
Code: Select all
2016-03-29 00:05:20.113434 web_php 2135 ERR socket_sendto( /var/run/zm/zms-542257s.sock ) failed: No such file or directory /usr/share/zoneminder/www/includes/functions.php 2371
Worthy notes:
1) Ubuntu Server 14.04
2) It seems to largely take place when I have montage live view open on one of my systems.
3) The only configuration I changed lately was switching the mocord functionality to record for all cameras. It's possible that I was getting the error before and did not notice it, but nonetheless, here I am.
4) A reminder that live does DOES work.
Any ideas?