Page 1 of 1

null/null for frames on new events and 0/0 scores

Posted: Wed Feb 03, 2010 7:58 pm
by jimmyzshack
I'm having two different problems that i can't figure out. If i have the function set to modect and a alarm starts it just shows up as an event with frames null/null with nothing there. If i change the function to mocord it records right most the time but i do still get a few null/null ones.

Also if an alarm is triggered shouldn't there be some type of score? I get 0/0 for the score.

i'm running Zoneminder install DVD 1.24.x download. which is on version 1.24.2

Posted: Thu Feb 04, 2010 1:07 am
by jimmyzshack
i did a clean install of the dvd and it's now working.

Posted: Tue Jan 25, 2011 8:30 pm
by grndamgt4
I've had a working copy of zoneminder up for months. Then last month it started doing what you've described.
I would rather not have to go through a clean install so if anyone finds a solution please still post it here.

Posted: Tue Jan 25, 2011 8:59 pm
by grndamgt4
When viewing /tmp/zmaudit.log I saw
01/25/11 15:37:11.887420 zmaudit[1588].FAT [Can't execute: Table './zm/Frames' i
s marked as crashed and last (automatic?) repair failed]

Which led to
http://www.zoneminder.com/forums/viewtopic.php?p=65224
and then
http://www.zoneminder.com/wiki/index.ph ... atabase.3F

That told me to do a
ssh>mysqlcheck --all-databases

which told me zm.frames was corrupt

ssh>/etc/init.d/zoneminder stop
ssh>mysqlcheck --all-databases --auto-repair

fixed the table for me

ssh>/etc/init.d/zoneminder start

and my installation was recording events again.

Thank you to the people who got me up and running again.