Search found 2906 matches

by iconnor
Wed May 28, 2014 1:47 am
Forum: ZoneMinder 1.27.x
Topic: zoneminder consultants
Replies: 2
Views: 2033

Re: zoneminder consultants

I'm willing to be paid to help. Depends what's needed of course. I generally charge $50/Hr USD for remote support, can be paid in bitcoin or other altcoins In order for me to help, you will have to do the linux install, then I can help with zm setup. Would need to hear more about what we are dealing...
by iconnor
Tue May 20, 2014 2:34 am
Forum: ZoneMinder 1.27.x
Topic: function drop down missing after upgrade to 1.27
Replies: 2
Views: 1652

Re: function drop down missing after upgrade to 1.27

Sounds like maybe failed db upgrade... check the logs, are there db errors?

Looking at the code, if there was an error loading the Monitor db record, not much else would work.
by iconnor
Tue May 20, 2014 2:31 am
Forum: ZoneMinder 1.27.x
Topic: High Load, IOWait, and SSD offloading?
Replies: 4
Views: 2823

Re: High Load, IOWait, and SSD offloading?

HD camera make for a lot of data... hopefully this will be helped by the video storage code which might be in 1.28. Storing individual jpgs the way we do makes for a ton of small writes. I wonder if you can tune the IO subsystem to heavily cache writes. Might help. FS's that do well with tons of sma...
by iconnor
Tue May 20, 2014 2:25 am
Forum: ZoneMinder 1.27.x
Topic: Shared data size conflict in shared_data using libvlc
Replies: 2
Views: 2056

Re: Shared data size conflict in shared_data using libvlc

This tells mem that there is something seriously wrong like an integer overflow or something. So 336 is 336 bytes.. and 913846363 is almost a Gig... the first might be the size of the initial Monitor data struct, the second might include all the buffer space used... but they really need to agree. Th...
by iconnor
Tue May 20, 2014 2:19 am
Forum: ZoneMinder 1.27.x
Topic: security contact
Replies: 3
Views: 2322

Re: security contact

Yeah, irc is good, github pull is better. I know I only check here when I am really bored on a sunday night. I am very grateful to the few who do hang out here and help out, looking at you TheKorn and of course the excellent knnniggett and anyone else I havn't mentioned. I think the contact page her...
by iconnor
Wed Apr 30, 2014 2:48 pm
Forum: ZoneMinder 1.27.x
Topic: missing zmcamtool.pl
Replies: 5
Views: 2941

Re: missing zmcamtool.pl

Apparently the fix to include it happened after the package was built. I'm looking into it.

I've also just put a new master snapshot package up which should include it, as well as some other stuff...
by iconnor
Mon Jan 06, 2014 2:40 pm
Forum: ZoneMinder 1.26.x
Topic: zmfilter.pl exited abnormally, exit status 9
Replies: 11
Views: 6469

Re: zmfilter.pl exited abnormally, exit status 9

Hey everyone, we will hopefully get .6 out soon.

We have been fixing these problems and some other ones that have been around for years.

For anyone using my PPA, you might want to also add my master snapshot ppa at ppa:iconnor/zoneminder-master
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: 2511

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: 7903

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: 2881

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: 2604

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: 2604

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: 2601

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: 40192

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: 2908

Re: Control scripts

I was under the impression that we had already added them all. Please point out any that we have missed.