Search found 32 matches

by aaronl
Sun Aug 05, 2018 9:38 pm
Forum: ZoneMinder 1.31.x
Topic: upgrade from 1.31.1 to 1.31.45 fails
Replies: 1
Views: 2310

Re: upgrade from 1.31.1 to 1.31.45 fails

I changed line 53 to use double quotes:

Code: Select all

ZM_PATH_ARP="/sbin/ip neigh"
and that gets me past that hurdle.

UPDATE: Confirmed, this fixed the issue and I'm up and running again.
by aaronl
Sun Aug 05, 2018 9:18 pm
Forum: ZoneMinder 1.31.x
Topic: upgrade from 1.31.1 to 1.31.45 fails
Replies: 1
Views: 2310

upgrade from 1.31.1 to 1.31.45 fails

Do you want to continue? [Y/n] Setting up zoneminder (1.31.45~20180731105318-trusty) ... /var/lib/dpkg/info/zoneminder.postinst: 53: /etc/zm/conf.d/01-system-paths.conf: neigh: not found dpkg: error processing package zoneminder (--configure): subprocess installed post-installation script returned ...
by aaronl
Thu Nov 19, 2015 5:28 pm
Forum: ZoneMinder 1.28.x
Topic: No Video (all else is fine) new install
Replies: 43
Views: 62355

Re: No Video (all else is fine) new install

404 is a standard http response code for "not found". It sounds like the url to your camera's video feed is incorrect.
by aaronl
Tue Nov 17, 2015 12:10 am
Forum: ZoneMinder 1.28.x
Topic: Motion Detect Issues
Replies: 3
Views: 2465

Re: Motion Detect Issues

yeah, I think it can. The stats should help you get it dialed in. I had one camera that took a good week of tweaking the settings and looking at the stats before I was happy with it and it always triggered on the persons tiny little head. But then I had to change the zone polygon, because the lighti...
by aaronl
Mon Nov 16, 2015 5:55 pm
Forum: ZoneMinder 1.28.x
Topic: Motion Detect Issues
Replies: 3
Views: 2465

Re: Motion Detect Issues

Sounds to me like both issues are related, in that it is motion "tuning" related. When looking at an event playback, if you click on "stills" at the top, you then can see each frame. If you then click on a frame that is outlined in red, then on the bottom left of the image there ...
by aaronl
Fri Nov 06, 2015 6:56 pm
Forum: ZoneMinder Hints & Tips
Topic: What are the real limitations for hardware
Replies: 6
Views: 12101

Re: What are the real limitations for hardware

Looks to be an older thread, but if you've over come the limit, what was your solution? And if not, what version of ZM are you running? 1.28.107 had a DB index issue that caused poor performance. Also, is options->Config->CPU_EXTENSIONS checked? It should be for any non-celeron type cpu. I'm running...
by aaronl
Fri Oct 23, 2015 8:30 pm
Forum: ZoneMinder 1.28.x
Topic: Service not starting on Boot
Replies: 10
Views: 4507

Re: Service not starting on Boot

open a terminal and do

Code: Select all

tail -f /var/log/syslog
while you try to start it. What does it tell you is happening?
by aaronl
Fri Oct 23, 2015 6:49 pm
Forum: ZoneMinder 1.28.x
Topic: Modect + Record
Replies: 7
Views: 4246

Re: Modect + Record

3. Are your outdoor cameras have night mode? Usually, I receive a lot of false positives in the nights for motion detection. How motion detection works for you in this case? For this, you can tune the motion detection to ignore overloads...ie. if nearly 100% of zone is triggered, it's not likely to...
by aaronl
Fri Oct 23, 2015 6:43 pm
Forum: ZoneMinder 1.28.x
Topic: Service not starting on Boot
Replies: 10
Views: 4507

Re: Service not starting on Boot

What does syslog say?
by aaronl
Wed Oct 21, 2015 12:44 am
Forum: Feature Requests
Topic: REQ: Choose default view for events ( timeline or events )
Replies: 0
Views: 3321

REQ: Choose default view for events ( timeline or events )

I find the timeline view much more intuitive for navigating events, vs the text view. Currently the path to get to the timeline from the dashboard is: click event count -> click timeline from event pop up. My request is to bring up the timeline directly after clicking on the event count. The user co...
by aaronl
Tue Oct 20, 2015 11:47 pm
Forum: ZoneMinder 1.28.x
Topic: {SOLVED} HOOTOO PTZ HD and HOSAFE 1MB1W HD IP Cam and ZM
Replies: 6
Views: 9509

Re: HOSAFE 1MB1W HD IP Camera and ZM

I used this tool to figure out the exact URL of my cameras:
http://sourceforge.net/projects/onvifdm/
It made it a lot easier.

Aaron
by aaronl
Wed Oct 14, 2015 12:16 am
Forum: Mobile Apps and Event Server
Topic: Real time event notification with zmNinja (0.81+)
Replies: 9
Views: 19952

Re: Real time event notification with zmNinja (0.81+)

Just found it, mine has JSON::XS, which is some accelerated version of it. http://packages.ubuntu.com/trusty/amd64/libjson-xs-perl/filelist For now I modified the script to use JSON::XS; and it launches by hand, no errors. I also put the -T option back in, that was my bad, I was running it on the co...
by aaronl
Tue Oct 13, 2015 11:59 pm
Forum: Mobile Apps and Event Server
Topic: Real time event notification with zmNinja (0.81+)
Replies: 9
Views: 19952

Re: Real time event notification with zmNinja (0.81+)

running it on command line gives:

Code: Select all

Can't locate JSON.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.18.2 /usr/local/share/perl/5.18.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.18 /usr/share/perl/5.18 /usr/local/lib/site_perl .) at ./zmeventnotification.pl line 48
by aaronl
Tue Oct 13, 2015 11:52 pm
Forum: Mobile Apps and Event Server
Topic: Real time event notification with zmNinja (0.81+)
Replies: 9
Views: 19952

Re: Real time event notification with zmNinja (0.81+)

Notes on getting this to run on ubuntu 14.04 1) The CPAN install of Crypt::MySQL failed wanting a SHA1 Digest package. So installed via apt instead: sudo apt-get install libcrypt-mysql-perl 2) The CPAN install of WebSockets failed with "make not ok". sudo apt-get install libyaml-perl sudo ...