zmdc log error

Support and queries relating to all previous versions of ZoneMinder
Locked
User avatar
robi
Posts: 477
Joined: Sat Mar 17, 2007 10:48 am

zmdc log error

Post by robi »

Hi!

I'm trying to get close to a stable running state, configured the server for my other needs too, etc, cameras installed, zm running fine, etc.

To be clean, stopped zm, moved the old logfiles, restarted.
I have this in the brand new zmdc.log:
03/24/07 08:34:24.623819 zmdc[5436].INF [Server starting at 07/03/24 08:34:24]
03/24/07 08:34:28.038505 zmdc[5436].INF ['zmc -d /dev/video0' starting at 07/03/24 08:34:28, pid = 5459]
03/24/07 08:34:28.837917 zmdc[5436].INF ['zmc -d /dev/video1' starting at 07/03/24 08:34:28, pid = 5463]
03/24/07 08:34:29.429795 zmdc[5436].INF ['zmfilter.pl' starting at 07/03/24 08:34:29, pid = 5467]
03/24/07 08:34:30.198950 zmdc[5436].ERR ['zmfilter.pl ' exited abnormally, exit status 9]
03/24/07 08:34:30.200091 zmdc[5436].INF [Starting pending process, zmfilter.pl]
03/24/07 08:34:30.217372 zmdc[5436].INF ['zmfilter.pl' starting at 07/03/24 08:34:30, pid = 5469]
03/24/07 08:34:31.102453 zmdc[5436].ERR ['zmfilter.pl ' exited abnormally, exit status 9]
03/24/07 08:34:31.457391 zmdc[5436].INF ['zmaudit.pl -c' starting at 07/03/24 08:34:31, pid = 5473]
03/24/07 08:34:32.428943 zmdc[5436].INF ['zmwatch.pl' starting at 07/03/24 08:34:32, pid = 5478]
03/24/07 08:34:33.358010 zmdc[5436].INF ['zmupdate.pl -c' starting at 07/03/24 08:34:33, pid = 5482]
03/24/07 08:34:36.029162 zmdc[5436].INF [Starting pending process, zmfilter.pl]
03/24/07 08:34:36.032442 zmdc[5436].INF ['zmfilter.pl' starting at 07/03/24 08:34:36, pid = 5498]
03/24/07 08:34:36.798307 zmdc[5436].ERR ['zmfilter.pl ' exited abnormally, exit status 9]
03/24/07 08:34:46.033905 zmdc[5436].INF [Starting pending process, zmfilter.pl]
03/24/07 08:34:46.038389 zmdc[5436].INF ['zmfilter.pl' starting at 07/03/24 08:34:46, pid = 5512]
03/24/07 08:34:46.827857 zmdc[5436].ERR ['zmfilter.pl ' exited abnormally, exit status 9]
03/24/07 08:35:06.005800 zmdc[5436].INF [Starting pending process, zmfilter.pl]
03/24/07 08:35:06.010270 zmdc[5436].INF ['zmfilter.pl' starting at 07/03/24 08:35:06, pid = 5540]
03/24/07 08:35:06.792592 zmdc[5436].ERR ['zmfilter.pl ' exited abnormally, exit status 9]
03/24/07 08:35:46.101533 zmdc[5436].INF [Starting pending process, zmfilter.pl]
03/24/07 08:35:46.113173 zmdc[5436].INF ['zmfilter.pl' starting at 07/03/24 08:35:46, pid = 5591]
03/24/07 08:35:46.973473 zmdc[5436].ERR ['zmfilter.pl ' exited abnormally, exit status 9]
03/24/07 08:37:06.060984 zmdc[5436].INF [Starting pending process, zmfilter.pl]
03/24/07 08:37:06.065422 zmdc[5436].INF ['zmfilter.pl' starting at 07/03/24 08:37:06, pid = 5768]
03/24/07 08:37:07.111660 zmdc[5436].ERR ['zmfilter.pl ' exited abnormally, exit status 9]
I have 2 cameras in monitoring mode.
User avatar
robi
Posts: 477
Joined: Sat Mar 17, 2007 10:48 am

Post by robi »

Any hints? It keeps appearing.
User avatar
zoneminder
Site Admin
Posts: 5215
Joined: Wed Jul 09, 2003 2:07 pm
Location: Bristol, UK
Contact:

Post by zoneminder »

Look in zmfilter.log (which is probably in tmp) and see what that says. Or try running zmfilter.pl directly from the command line. I suspect it will be missing perl modules but it may be something else.
Phil
User avatar
robi
Posts: 477
Joined: Sat Mar 17, 2007 10:48 am

Post by robi »

/var/log/zm/zmfilter.log is zero bytes - empty. Hm...

Ran zmfilter.pl from command line and got :shock: :
# ./zmfilter.pl
Can't locate MIME/Entity.pm in @INC (@INC contains: /usr/lib/perl5/5.8.8/i386-linux /usr/lib/perl5/5.8.8 /usr/lib/perl5/site_perl/5.8.8/i386-linux /usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl/5.8.7 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.8/i386-linux /usr/lib/perl5/vendor_perl/5.8.8 /usr/lib/perl5/vendor_perl/5.8.7 /usr/lib/perl5/vendor_perl/5.8.7/i386-linux /usr/lib/perl5/vendor_perl/5.8.6 /usr/lib/perl5/vendor_perl/5.8.4 /usr/lib/perl5/vendor_perl) at ./zmfilter.pl line 86.


:( Any ideas?
User avatar
cordel
Posts: 5210
Joined: Fri Mar 05, 2004 4:47 pm
Location: /USA/Washington/Seattle

Post by cordel »

[quote="robi./zmfilter.pl
Can't locate MIME/Entity.pm[/quote]
Install the perl module MIME::Entity
Should get you going.
User avatar
robi
Posts: 477
Joined: Sat Mar 17, 2007 10:48 am

Post by robi »

OK. Trying the perl-MIME-tools-5.420 - Perl modules for parsing (and creating!) MIME entities.

Strange that the LiveCD didn't have this by default. It's dependecies require me to install about another 15 under X.
User avatar
robi
Posts: 477
Joined: Sat Mar 17, 2007 10:48 am

Post by robi »

Cool! Looks like it cured...
Thanks.
User avatar
robi
Posts: 477
Joined: Sat Mar 17, 2007 10:48 am

Post by robi »

Okay guys, here's another one:
zmdc.log wrote:04/22/07 12:44:06.816248 zmdc[3068].INF [Server starting at 07/04/22 12:44:06]
04/22/07 12:44:10.265188 zmdc[3068].INF ['zmc -d /dev/video0' starting at 07/04/22 12:44:10, pid = 3091]
04/22/07 12:44:11.176628 zmdc[3068].INF ['zmc -d /dev/video1' starting at 07/04/22 12:44:11, pid = 3095]
04/22/07 12:44:11.918849 zmdc[3068].INF ['zmf -m 6' starting at 07/04/22 12:44:11, pid = 3099]
04/22/07 12:44:12.484660 zmdc[3068].INF ['zma -m 6' starting at 07/04/22 12:44:12, pid = 3103]
04/22/07 12:44:13.019384 zmdc[3068].INF ['zmc -d /dev/video1' already running at 07/04/22 12:44:11, pid = 3095]
04/22/07 12:44:13.524620 zmdc[3068].INF ['zmf -m 4' starting at 07/04/22 12:44:13, pid = 3109]
04/22/07 12:44:14.072640 zmdc[3068].INF ['zma -m 4' starting at 07/04/22 12:44:14, pid = 3113]
04/22/07 12:44:14.648713 zmdc[3068].INF ['zmfilter.pl' starting at 07/04/22 12:44:14, pid = 3117]
04/22/07 12:44:16.359874 zmdc[3068].INF ['zmaudit.pl -c' starting at 07/04/22 12:44:16, pid = 3123]
04/22/07 12:44:17.740442 zmdc[3068].INF ['zmwatch.pl' starting at 07/04/22 12:44:17, pid = 3128]
04/22/07 12:44:18.270908 zmdc[3068].ERR ['zma -m 4' exited abnormally, exit status 11]
04/22/07 12:44:18.271931 zmdc[3068].INF [Starting pending process, zma -m 4]
04/22/07 12:44:18.276600 zmdc[3068].INF ['zma -m 4' starting at 07/04/22 12:44:18, pid = 3131]
04/22/07 12:44:19.834827 zmdc[3068].INF ['zmupdate.pl -c' starting at 07/04/22 12:44:19, pid = 3134]
04/22/07 12:44:24.481386 zmdc[3068].ERR ['zma -m 4' exited abnormally, exit status 11]
04/22/07 12:44:29.006283 zmdc[3068].INF [Starting pending process, zma -m 4]
04/22/07 12:44:29.008568 zmdc[3068].INF ['zma -m 4' starting at 07/04/22 12:44:29, pid = 3195]
04/22/07 12:44:32.170370 zmdc[3068].ERR ['zma -m 4' exited abnormally, exit status 11]
04/22/07 12:44:42.048105 zmdc[3068].INF [Starting pending process, zma -m 4]
04/22/07 12:44:42.052528 zmdc[3068].INF ['zma -m 4' starting at 07/04/22 12:44:42, pid = 3198]
04/22/07 12:44:42.970384 zmdc[3068].ERR ['zma -m 4' exited abnormally, exit status 11]
04/22/07 12:45:02.078345 zmdc[3068].INF [Starting pending process, zma -m 4]
04/22/07 12:45:02.080486 zmdc[3068].INF ['zma -m 4' starting at 07/04/22 12:45:02, pid = 3202]
04/22/07 12:45:02.193655 zmdc[3068].ERR ['zma -m 4' exited abnormally, exit status 11]
04/22/07 12:45:42.013031 zmdc[3068].INF [Starting pending process, zma -m 4]
04/22/07 12:45:42.016406 zmdc[3068].INF ['zma -m 4' starting at 07/04/22 12:45:42, pid = 3207]
04/22/07 12:45:43.710140 zmdc[3068].ERR ['zma -m 4' exited abnormally, exit status 11]
04/22/07 12:47:03.008078 zmdc[3068].INF [Starting pending process, zma -m 4]
04/22/07 12:47:03.016023 zmdc[3068].INF ['zma -m 4' starting at 07/04/22 12:47:03, pid = 3262]
04/22/07 12:47:03.128250 zmdc[3068].ERR ['zma -m 4' exited abnormally, exit status 11]
04/22/07 12:49:43.094298 zmdc[3068].INF [Starting pending process, zma -m 4]
04/22/07 12:49:43.099745 zmdc[3068].INF ['zma -m 4' starting at 07/04/22 12:49:43, pid = 3275]
04/22/07 12:49:43.217904 zmdc[3068].ERR ['zma -m 4' exited abnormally, exit status 11]
Any ideas what's this thing? I can see that one of the channels in modect (green) on my card goes orange on the ZM console's source column, and in the monitor window the "Force alarm" is gone.

Is there a place where to look for the exit status codes?

Thanks alot. :wink:
v1.25.0 + Ubuntu Linux 12.04 Server
User avatar
robi
Posts: 477
Joined: Sat Mar 17, 2007 10:48 am

Post by robi »

robi wrote:Any ideas what's this thing?
Could it be that I linked to a monitor that's in "Monitor" mode?
v1.25.0 + Ubuntu Linux 12.04 Server
bkortleven
Posts: 15
Joined: Sun May 14, 2006 10:33 pm

hi

Post by bkortleven »

I have the exact same error: 'exit code 11' on a modect monitor...
The monitor goes orange after 2-3 seconds, and the messages keep appearing in the logs.
Also, as you said, the 'force alarm' is gone...

Did you find the cur'e for your issue?
I tried everything that could have been causing problems: database repair/checks, pci-checks for irq and other issues, version issues, ... but no cure yet...

Thanks for letting me know how you cured your 'ill' zoneminder ;)

Bram
Locked