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
null/null for frames on new events and 0/0 scores
-
- Posts: 16
- Joined: Fri Jan 29, 2010 7:21 pm
-
- Posts: 16
- Joined: Fri Jan 29, 2010 7:21 pm
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.
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.