Page 1 of 1

Zoneminder on Lubuntu 14.04.02

Posted: Fri Apr 24, 2015 4:35 pm
by lsmr
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.

Re: Zoneminder on Lubuntu 14.04.02

Posted: Fri Apr 24, 2015 4:41 pm
by lsmr
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

Re: Zoneminder on Lubuntu 14.04.02

Posted: Fri Apr 24, 2015 5:08 pm
by bbunge
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

Re: Zoneminder on Lubuntu 14.04.02

Posted: Sat Apr 25, 2015 2:36 pm
by lsmr
It's working now, thank you so much. I love zoneminder!