Search found 5 matches

by mrLitter
Mon Nov 06, 2017 11:07 pm
Forum: ZoneMinder Hints & Tips
Topic: Wake Display on Alarm (and launch montage view)
Replies: 2
Views: 7500

Re: Wake Display on Alarm (and launch montage view)

Hi, I have a similar scenario working on raspberrypi (Raspbian Jessie) using midori as a browser. For that it was sufficient to - sudo chmod u+s /bin/fgconsole and sudo chmod u+s /bin/chvt to make both files always to be executed as root - modify /home/pi/.config/lxsession/LXDE-pi/autostart with a ...
by mrLitter
Mon May 16, 2016 9:47 pm
Forum: ZoneMinder 1.29.x
Topic: Zoneminder 1.29 on Docker and Raspberry Pi 3
Replies: 2
Views: 5412

Re: Zoneminder 1.29 on Docker and Raspberry Pi 3

Thank you bbunge! I changed the PATH_ZMS Setting to /cgi-bin/nph-zms and it's working now.
by mrLitter
Sun May 15, 2016 1:10 pm
Forum: ZoneMinder 1.29.x
Topic: API Commands Not Found - Ubuntu 16.04
Replies: 7
Views: 4882

Re: API Commands Not Found - Ubuntu 16.04

I got API working by picking out the following steps from https://wiki.zoneminder.com/Ubuntu_Server_16.04_64-bit_with_Zoneminder_1.29.0_the_easy_way a2enmod rewrite Fix Permissions chown -R www-data:www-data /usr/share/zoneminder/ Fix to allow API to work nano /etc/apache2/apache2.conf Change None ...
by mrLitter
Sat May 14, 2016 8:49 pm
Forum: ZoneMinder 1.29.x
Topic: Install on Pi3 Issues
Replies: 4
Views: 3379

Re: Install on Pi3 Issues

I did successfully install it on raspbian jessie with these instructions https://wiki.zoneminder.com/Raspbian; I just learned that they are based on ZM 1.28... I skipped the first part and started right away with this step: Update Raspbian Sources apt-get update I did the SQL stuff with these two ...
by mrLitter
Sat May 14, 2016 8:39 pm
Forum: ZoneMinder 1.29.x
Topic: Zoneminder 1.29 on Docker and Raspberry Pi 3
Replies: 2
Views: 5412

Zoneminder 1.29 on Docker and Raspberry Pi 3

Hi, I'm trying to run Zoneminder inside a docker container on a raspberry pi. On the host I run a raspbian (jessie) and installed docker with the tutorial here: http://blog.hypriot.com/post/your-number-one-source-for-docker-on-arm I already created a Docker image with help from the aptalca docker ...