Search found 181 matches

by McFuzz
Wed Nov 27, 2013 6:40 am
Forum: ZoneMinder 1.26.x
Topic: Email stopped working??? 1.26.4
Replies: 6
Views: 2546

Re: Email stopped working??? 1.26.4

Final edit:

Got SFTP to work. Gotta install libnet-sftp-foreign-perl package :)
by McFuzz
Wed Nov 27, 2013 5:39 am
Forum: ZoneMinder 1.26.x
Topic: Email stopped working??? 1.26.4
Replies: 6
Views: 2546

Re: Email stopped working??? 1.26.4

Annnnd I solved it! Due to an unrelated issue, I had to redo my FTP server which now uses active connection as opposed to passive. ZoneMinder was still configured to use passive and as a result, uploads failed which apparently caused sending messages to fail! Also it appears that SFTP is broken. If ...
by McFuzz
Wed Nov 27, 2013 5:08 am
Forum: ZoneMinder 1.26.x
Topic: Email stopped working??? 1.26.4
Replies: 6
Views: 2546

Re: Email stopped working??? 1.26.4

It looks like it's skipping the email sending entirely! Nov 26 21:06:54 sec zmdc[3242]: INF [Starting pending process, zmfilter.pl] Nov 26 21:06:54 sec zmdc[3242]: INF ['zmfilter.pl' starting at 13/11/26 21:06:54, pid = 3952] Nov 26 21:06:54 sec zmdc[3952]: INF ['zmfilter.pl' started at 13/11/26 21:...
by McFuzz
Wed Nov 27, 2013 4:23 am
Forum: ZoneMinder 1.26.x
Topic: Email stopped working??? 1.26.4
Replies: 6
Views: 2546

Re: Email stopped working??? 1.26.4

Is the OPT_EMAIL option enabled (under "Email" in the options)? I use OPT_MESSAGE instead of OPT_EMAIL (always have). I managed to trigger emails by executing the filter manually... But when alarms come in, while it creates a video and uploads them to the FTP site per the filter, it fails...
by McFuzz
Wed Nov 27, 2013 3:38 am
Forum: ZoneMinder 1.26.x
Topic: Email stopped working??? 1.26.4
Replies: 6
Views: 2546

Re: Email stopped working??? 1.26.4

I also noticed that zmfiter exists a lot with exit status 9 right around when it should be emailing...
by McFuzz
Wed Nov 27, 2013 3:09 am
Forum: ZoneMinder 1.26.x
Topic: Email stopped working??? 1.26.4
Replies: 6
Views: 2546

Email stopped working??? 1.26.4

Gents, I have a peculiar situation - I have a filter that does upload, creates a video and emails me all at the same time. I had to disable the upload functionality due to the FTP server going down for a bit but then I noticed it will no longer email me! Instead - I see this message appear in the lo...
by McFuzz
Thu Nov 14, 2013 5:15 pm
Forum: ZoneMinder 1.26.x
Topic: Signal 11 - segmentation fault errors - backtrace included!
Replies: 8
Views: 4649

Re: Signal 11 - segmentation fault errors - backtrace includ

mastertheknife wrote:Haven't investigated yet but i think the problem is that read() syscall returns -1 because it was interrupted and then zm tries to read -1 bytes and boom..
Any headway on this?

Thanks :)
by McFuzz
Tue Nov 12, 2013 5:18 pm
Forum: ZoneMinder 1.26.x
Topic: error: zm requires MySQL headers... but they're there!
Replies: 5
Views: 2730

Re: error: zm requires MySQL headers... but they're there!

Yes I do :)

I couldn't hold on and so I've just used regular MySQL instead of Percona though I am pretty sure that if I build a new VM using the same steps, I could replicate it...

By the way - same issue happens whether I try to pull it off github or manually compile.
by McFuzz
Tue Nov 12, 2013 1:29 am
Forum: ZoneMinder 1.26.x
Topic: Signal 11 - segmentation fault errors - backtrace included!
Replies: 8
Views: 4649

Re: Signal 11 - segmentation fault errors - backtrace includ

So looks like I can trigger it non stop if I try to change running states via scheduling a cronjob: Nov 11 17:27:02 BigBrother zmpkg[27474]: INF [Command: state] Nov 11 17:27:02 BigBrother zmpkg[27474]: INF [Updating DB: nightime] Nov 11 17:27:02 BigBrother zmdc[26919]: INF ['zmaudit.pl -c' stopping...
by McFuzz
Mon Nov 11, 2013 8:08 pm
Forum: ZoneMinder 1.26.x
Topic: Signal 11 - segmentation fault errors - backtrace included!
Replies: 8
Views: 4649

Re: Signal 11 - segmentation fault errors - backtrace includ

Ahhh! It looks like one of the triggers of the segmentation fault is when stopping zoneminder service via CLI...
by McFuzz
Mon Nov 11, 2013 8:01 pm
Forum: ZoneMinder 1.26.x
Topic: Signal 11 - segmentation fault errors - backtrace included!
Replies: 8
Views: 4649

Signal 11 - segmentation fault errors - backtrace included!

Hi all, I have a brand new install using Debian 7, MySQL 5.5, ffmpeg 1.0.8 (though I doubt any of this matters). For all intents and purposes, everything seems to work fine, but randomly I get the following errors: http://i.imgur.com/zb2xX18.png I launched the backtrace - addr2line -e /usr/local/bin...
by McFuzz
Mon Nov 11, 2013 5:24 pm
Forum: ZoneMinder 1.26.x
Topic: MySQL error in log... but MySQL works fine!
Replies: 8
Views: 3606

Re: MySQL error in log... but MySQL works fine!

Well - this has been resolved... by redoing the VM (which was due to be done anyway)...
by McFuzz
Sun Nov 10, 2013 10:02 am
Forum: ZoneMinder 1.26.x
Topic: error: zm requires MySQL headers... but they're there!
Replies: 5
Views: 2730

Re: error: zm requires MySQL headers... but they're there!

mastertheknife wrote:Is this with cmake or autotools?
cmake
by McFuzz
Sun Nov 10, 2013 7:10 am
Forum: ZoneMinder 1.26.x
Topic: MySQL error in log... but MySQL works fine!
Replies: 8
Views: 3606

Re: MySQL error in log... but MySQL works fine!

Just a thought, might be complete rubbish :>) but since there are not a lot of responses to this. Maybe its something to do with persistent connections, do you have "mysql.allow_persistent = On" set in php.ini ? Don't think it is anything specific to mariadb as I am using it without any p...