Hi,
I have installed zoneminder before and it works very well on ubuntu desktop 12 and ubuntu server 14.
I'm planning to use a old computer that uses Lubuntu, I followed the tutorial instalation at:
http://www.zoneminder.com/wiki/index.ph ... e_easy_way
The problem is that I can't see the stream images. I configure the cameras like I did before, and I just see the buttons play/pause etc...
I read your faq and I think I'm understanding the problem but I still need your help with that. So I attach the zm log if you can check and help me to fix that.
Thank you in advance.
Zoneminder on Lubuntu 14.04.02
Re: Zoneminder on Lubuntu 14.04.02
2015-04-24 17:41:57.676228
web_php
2287
ERR
socket_sendto( /var/run/zm/zms-078011s.sock ) failed: No such file or directory
/usr/share/zoneminder/includes/functions.php
2330
2015-04-24 17:41:42.981277
web_js
2839
ERR
getStreamCmdResponse stream error: socket_sendto( /var/run/zm/zms-078011s.sock ) failed: No such file or directory - checkStreamForErrors()
?view=watch
I can't attach the log file, so I post here the errors:
2015-04-24 17:41:42.530278
web_php
2839
ERR
socket_sendto( /var/run/zm/zms-078011s.sock ) failed: No such file or directory
/usr/share/zoneminder/includes/functions.php
2330
web_php
2287
ERR
socket_sendto( /var/run/zm/zms-078011s.sock ) failed: No such file or directory
/usr/share/zoneminder/includes/functions.php
2330
2015-04-24 17:41:42.981277
web_js
2839
ERR
getStreamCmdResponse stream error: socket_sendto( /var/run/zm/zms-078011s.sock ) failed: No such file or directory - checkStreamForErrors()
?view=watch
I can't attach the log file, so I post here the errors:
2015-04-24 17:41:42.530278
web_php
2839
ERR
socket_sendto( /var/run/zm/zms-078011s.sock ) failed: No such file or directory
/usr/share/zoneminder/includes/functions.php
2330
Re: Zoneminder on Lubuntu 14.04.02
Use : http://www.zoneminder.com/wiki/index.ph ... e_easy_way if you are using ZM 1.26.5
or: http://www.zoneminder.com/wiki/index.ph ... e_easy_way
if you want to use ZM from the PPA.
In either case you will need these steps to get it to work:
Create a directory in apache2
mkdir /etc/apache2/conf.d
Create two symbolic links
ln -s /etc/zm/apache.conf /etc/apache2/conf.d/zoneminder.conf
ln -s /etc/zm/apache.conf /etc/apache2/conf-enabled/zoneminder.conf
or: http://www.zoneminder.com/wiki/index.ph ... e_easy_way
if you want to use ZM from the PPA.
In either case you will need these steps to get it to work:
Create a directory in apache2
mkdir /etc/apache2/conf.d
Create two symbolic links
ln -s /etc/zm/apache.conf /etc/apache2/conf.d/zoneminder.conf
ln -s /etc/zm/apache.conf /etc/apache2/conf-enabled/zoneminder.conf
Re: Zoneminder on Lubuntu 14.04.02
It's working now, thank you so much. I love zoneminder!