Search found 2914 matches

by iconnor
Fri Jan 03, 2014 11:34 pm
Forum: ZoneMinder 1.26.x
Topic: Bug affecting remote_auth still present in 1.26.x
Replies: 4
Views: 2521

Re: Bug affecting remote_auth still present in 1.26.x

I've reviewed the fix... looks ok to me.

I have applied it to master and it will be included in 1.26.6

Generally either here or on github is the place to report bugs... github is better generally.
by iconnor
Fri Jan 03, 2014 10:17 pm
Forum: ZoneMinder 1.25.x
Topic: zmtrigger.pl configuration
Replies: 8
Views: 7921

Re: zmtrigger.pl configuration

For those who are using my zoneminder ppa, and update to libsys-mmap-perl is there which should fix the problem. All others should reference upstream

https://rt.cpan.org/Public/Bug/Display.html?id=91483
by iconnor
Wed Dec 25, 2013 4:59 pm
Forum: ZoneMinder 1.26.x
Topic: Nullmailer
Replies: 3
Views: 2889

Re: Nullmailer

Have you tried telling ZM to use the newer method?
by iconnor
Wed Nov 13, 2013 1:05 pm
Forum: ZoneMinder 1.26.x
Topic: zmtrigger Can't get shared memory
Replies: 3
Views: 2616

Re: zmtrigger Can't get shared memory

What dist are you on? We have a bug report/patch for centos 6 that may be related here.
by iconnor
Wed Nov 13, 2013 1:04 pm
Forum: ZoneMinder 1.26.x
Topic: zmtrigger Can't get shared memory
Replies: 3
Views: 2616

Re: zmtrigger Can't get shared memory

Try larger, like 4GB or whatever your amount of memory is.

Remember there may be other programs using shm, so if zm needs 512MB, then shmall needs to be larger.
by iconnor
Wed Nov 13, 2013 2:36 am
Forum: ZoneMinder 1.26.x
Topic: web_php Error
Replies: 2
Views: 2608

Re: web_php Error

Your camera is 320xsomething isn't it.

The event popup tries to be image width + 108px, but with a minimum of 496 pixels. 320px + 108px < 496px.

You could somehow increase your image size... or just ignore the warning, or comment out the warning in /usr/share/zoneminder/skins/classic/js/skin.js
by iconnor
Fri Oct 18, 2013 12:27 am
Forum: Feature Requests
Topic: audio recording support
Replies: 27
Views: 40241

Re: audio recording support

Who did you donate to? On here? That goes to the original developer, who is no longer active. Doesn't go to anyone actually working on the code.

For donations, please contact the developers at github, or use bountysource.com
by iconnor
Fri Oct 18, 2013 12:25 am
Forum: Feature Requests
Topic: Control scripts
Replies: 1
Views: 2918

Re: Control scripts

I was under the impression that we had already added them all. Please point out any that we have missed.
by iconnor
Fri Oct 18, 2013 12:23 am
Forum: Feature Requests
Topic: Ability to remotely reboot camera on serious signal loss
Replies: 1
Views: 3551

Re: Ability to remotely reboot camera on serious signal loss

Yes, I have some code for this, specific to the cameras that I have. I will add it someday. If you'd like it faster, feel free to post a bounty at bountysource.com.
by iconnor
Fri Oct 18, 2013 12:22 am
Forum: Feature Requests
Topic: Convert database to TRADITIONAL sql
Replies: 2
Views: 4055

Re: Convert database to TRADITIONAL sql

We would be happy to receive a patch.
by iconnor
Fri Oct 18, 2013 12:19 am
Forum: Feature Requests
Topic: Memory or RamDrive Buffer?
Replies: 5
Views: 6711

Re: Memory or RamDrive Buffer?

I don't think writing small files 24/7 will wreck your drives. If you want the drives to spin down... well then the spinup/down puts more wear and tear on your drives. Currently ZM deals only in jpgs. Future versions will write videos streams. How this affects the qty of writes remains to be seen. Y...
by iconnor
Mon Sep 16, 2013 5:56 pm
Forum: ZoneMinder 1.26.x
Topic: Well done to the creators of 1.26
Replies: 1
Views: 3221

Re: Well done to the creators of 1.26

No one is working on it as far as I know. Please feel free to take it on.

For that matter, at some point I'd like to be DB agnostic, so keep that in mind.
by iconnor
Wed Jan 18, 2012 3:56 pm
Forum: User Contributions
Topic: More Fixes + XML API for ZM 1.24.2
Replies: 18
Views: 22251

Re: More Fixes + XML API for ZM 1.24.2

Hey mitch,

where are you guys doing most of your work? Maybe I should be tracking your repos.

I'm currently trying to get onboard with github. I wanted to follow the eyezm/zoneminder tree, but it doesn't seem to be up to date.

git@github.com:connortechnology/ZoneMinder.git
by iconnor
Tue Jan 17, 2012 3:28 pm
Forum: User Contributions
Topic: More Fixes + XML API for ZM 1.24.2
Replies: 18
Views: 22251

Re: More Fixes + XML API for ZM 1.24.2

Hi mitch, Just wanted to let you know that I am including your patch in my tree. I'm making a git repository of the latest zoneminder code + all the useful patches. So far, yours, mastertheknife's performance improvements, the readline stuff, and my work on supporting multiple zone minder servers on...
by iconnor
Tue Jul 19, 2011 3:19 pm
Forum: ZoneMinder 1.24.x
Topic: zm 1.24.4 ppa for ubuntu natty
Replies: 13
Views: 23792

Re: zm 1.24.4 ppa for ubuntu natty

Something to be aware of: the stuff that sets up the database has been removed (it needs to go in it's own package). So you need to create the db yourself wherever it should go. You might find it easiest to first install zoneminder-1.24.2 from the standard ubuntu, and then add my ppa and upgrade to ...