events stopped being recorded!
events stopped being recorded!
I didn't change any settings, but suddenly events stopped being
recognized and recorded!
On both cameras!
Please help.
Alex
recognized and recorded!
On both cameras!
Please help.
Alex
- lazyleopard
- Posts: 403
- Joined: Tue Mar 02, 2004 6:12 pm
- Location: Gloucestershire, UK
- lazyleopard
- Posts: 403
- Joined: Tue Mar 02, 2004 6:12 pm
- Location: Gloucestershire, UK
They're both possibilities, but it's hard to guess from the information you've given. I suspect the overrun suggests that your (shared-memory) buffers aren't quite large enough.
Presumably you've tried stopping and re-starting the zoneminder daemons?
Which zoneminder processes are running? (Try "ps auxw | grep zm" as a quick check. Also, using the "top" command might tell you something.) What's your memory usage like? ("top" will tell you). You have checked that there's space in your file systems (use "df -k" or similar).
I think there should be one zmc process for each video device, one zma process for each monitor, and one each of zmfilter.pl, zmaudit.pl, zmwatch.pl, zmtrigger.pl, and a perl process running zmdc.pl.
Presumably you've tried stopping and re-starting the zoneminder daemons?
Which zoneminder processes are running? (Try "ps auxw | grep zm" as a quick check. Also, using the "top" command might tell you something.) What's your memory usage like? ("top" will tell you). You have checked that there's space in your file systems (use "df -k" or similar).
I think there should be one zmc process for each video device, one zma process for each monitor, and one each of zmfilter.pl, zmaudit.pl, zmwatch.pl, zmtrigger.pl, and a perl process running zmdc.pl.
Rick Hewett
Buy more RAM
Buy more memory! I am doing B/W 358x288 pixels at 20 fps and I can barely manage with a 1 GHz Athlon and 512 Mb of RAM.alexl wrote:Can it be the memory issue?
Currently I have 128 Meg running Fedora core3.
Alex
I dhecked processes for Zm.
This is what comes up:
apache 4733 0.0 1.0 9500 1304? s 10:36 0:00 /usr/bin/perl -wT
/usr/lib/zm/bin/zmdc.pl status
apache 4755 6.9 44.4 132728 56128? s 10:36 0:24 /usr/lib/zm/bin/z
mc -d 0
apache 4760 0.7 5.3 99996 6792? s 10:36 0:02 /usr/lib/zm/bin/z
ma -m 1
apache 4768 3.2 9.6 105526 12180? s 10:36 0:10 /usr/lib/zm/bin/z
ma m 2
apache 4776 3.1 9.3 104636 11868? s 10:36 0:10 /usr/lib/zm/bin/z
ma -m 3
apache 4784 3.1 9.3 104568 11868? s 10:36 0:10 /usr/lib/zm/bin/z
ma -m 4
apache 4789 0.5 1.7 17080 2224? s 10:36 0:01 /usr/bin/perl -wT
apache 4794 0.1 0.8 9204 1096? s 10:36 0:00 /usr/bin/perl -wT
apache 4811 0.1 1.4 9540 1780? s 10:37 0:00 /usr/bin/perl -wT
This is what comes up:
apache 4733 0.0 1.0 9500 1304? s 10:36 0:00 /usr/bin/perl -wT
/usr/lib/zm/bin/zmdc.pl status
apache 4755 6.9 44.4 132728 56128? s 10:36 0:24 /usr/lib/zm/bin/z
mc -d 0
apache 4760 0.7 5.3 99996 6792? s 10:36 0:02 /usr/lib/zm/bin/z
ma -m 1
apache 4768 3.2 9.6 105526 12180? s 10:36 0:10 /usr/lib/zm/bin/z
ma m 2
apache 4776 3.1 9.3 104636 11868? s 10:36 0:10 /usr/lib/zm/bin/z
ma -m 3
apache 4784 3.1 9.3 104568 11868? s 10:36 0:10 /usr/lib/zm/bin/z
ma -m 4
apache 4789 0.5 1.7 17080 2224? s 10:36 0:01 /usr/bin/perl -wT
apache 4794 0.1 0.8 9204 1096? s 10:36 0:00 /usr/bin/perl -wT
apache 4811 0.1 1.4 9540 1780? s 10:37 0:00 /usr/bin/perl -wT
Hi Alex,
Sounds like you may need to repair your database. The database might get corrupted if the machine loses power or anything that would not allow services to properly shutdown or disconnect from the database.
try running this.
mysqlcheck --all-databases --auto-repair -u root -p
Regards,
Cordel
Sounds like you may need to repair your database. The database might get corrupted if the machine loses power or anything that would not allow services to properly shutdown or disconnect from the database.
try running this.
mysqlcheck --all-databases --auto-repair -u root -p
Regards,
Cordel