ZoneMinder seems to work OK except for the background filter functionality. I can see the images and videos. Motion detection events are being saved and can be replayed.
In zmdc.log I get "'zmfilter.pl ' exited abnormally, exit status 9" error every time motion is detected and I have a filter running in the background:
Code: Select all
10/08/11 17:29:04.033586 zmdc[6538].INF [Starting pending process, zmfilter.pl]
10/08/11 17:29:04.037209 zmdc[6538].INF ['zmfilter.pl' starting at 11/10/08 17:29:04, pid = 6670]
10/08/11 17:29:04.037217 zmdc[6670].INF ['zmfilter.pl' started at 11/10/08 17:29:04]
10/08/11 17:29:04.219942 zmdc[6538].ERR ['zmfilter.pl ' exited abnormally, exit status 9]
10/08/11 17:29:44.082763 zmdc[6538].INF [Starting pending process, zmfilter.pl]
10/08/11 17:29:44.086392 zmdc[6714].INF ['zmfilter.pl' started at 11/10/08 17:29:44]
10/08/11 17:29:44.086383 zmdc[6538].INF ['zmfilter.pl' starting at 11/10/08 17:29:44, pid = 6714]
10/08/11 17:29:44.259561 zmdc[6538].ERR ['zmfilter.pl ' exited abnormally, exit status 9]
10/08/11 17:31:04.089721 zmdc[6538].INF [Starting pending process, zmfilter.pl]
10/08/11 17:31:04.093339 zmdc[6538].INF ['zmfilter.pl' starting at 11/10/08 17:31:04, pid = 6727]
10/08/11 17:31:04.093348 zmdc[6727].INF ['zmfilter.pl' started at 11/10/08 17:31:04]
10/08/11 17:31:04.270506 zmdc[6538].ERR ['zmfilter.pl ' exited abnormally, exit status 9]
I've previously had ZM working fine (with a fair bit of tinkering) from the Ubuntu Software Center, though had to completely rebuild my machine since then.
When I restart ZM, I get the following sequence (this happens when I'm not running filters in the background):
Code: Select all
10/08/11 17:40:46.958773 zmdc[6538].INF [Server shutdown at 11/10/08 17:40:46]
10/08/11 17:40:47.307443 zmdc[6941].INF [Server starting at 11/10/08 17:40:47]
10/08/11 17:40:50.408991 zmdc[6941].INF ['zmc -m 1' starting at 11/10/08 17:40:50, pid = 6963]
10/08/11 17:40:50.411083 zmdc[6963].INF ['zmc -m 1' started at 11/10/08 17:40:50]
10/08/11 17:40:50.543402 zmdc[6941].INF ['zma -m 1' starting at 11/10/08 17:40:50, pid = 6965]
10/08/11 17:40:50.543407 zmdc[6965].INF ['zma -m 1' started at 11/10/08 17:40:50]
10/08/11 17:40:50.641145 zmdc[6967].INF ['zmc -m 2' started at 11/10/08 17:40:50]
10/08/11 17:40:50.641139 zmdc[6941].INF ['zmc -m 2' starting at 11/10/08 17:40:50, pid = 6967]
10/08/11 17:40:50.751563 zmdc[6969].INF ['zma -m 2' started at 11/10/08 17:40:50]
10/08/11 17:40:50.751558 zmdc[6941].INF ['zma -m 2' starting at 11/10/08 17:40:50, pid = 6969]
10/08/11 17:40:50.852985 zmdc[6973].INF ['zmfilter.pl' started at 11/10/08 17:40:50]
10/08/11 17:40:50.852981 zmdc[6941].INF ['zmfilter.pl' starting at 11/10/08 17:40:50, pid = 6973]
10/08/11 17:40:50.962319 zmdc[6976].INF ['zmaudit.pl -c' started at 11/10/08 17:40:50]
10/08/11 17:40:50.962314 zmdc[6941].INF ['zmaudit.pl -c' starting at 11/10/08 17:40:50, pid = 6976]
10/08/11 17:40:51.072254 zmdc[6941].INF ['zmwatch.pl' starting at 11/10/08 17:40:51, pid = 6978]
10/08/11 17:40:51.079637 zmdc[6978].INF ['zmwatch.pl' started at 11/10/08 17:40:51]
10/08/11 17:40:51.128329 zmdc[6941].ERR ['zmfilter.pl ' exited abnormally, exit status 9]
10/08/11 17:40:51.129366 zmdc[6941].INF [Starting pending process, zmfilter.pl]
10/08/11 17:40:51.132064 zmdc[6941].INF ['zmfilter.pl' starting at 11/10/08 17:40:51, pid = 6980]
10/08/11 17:40:51.139205 zmdc[6980].INF ['zmfilter.pl' started at 11/10/08 17:40:51]
10/08/11 17:40:51.335372 zmdc[6982].INF ['zmupdate.pl -c' started at 11/10/08 17:40:51]
10/08/11 17:40:51.335367 zmdc[6941].INF ['zmupdate.pl -c' starting at 11/10/08 17:40:51, pid = 6982]
10/08/11 17:40:51.499569 zmdc[6941].ERR ['zmfilter.pl ' exited abnormally, exit status 9]
10/08/11 17:40:56.028171 zmdc[6941].INF [Starting pending process, zmfilter.pl]
10/08/11 17:40:56.030926 zmdc[6941].INF ['zmfilter.pl' starting at 11/10/08 17:40:56, pid = 6998]
10/08/11 17:40:56.032982 zmdc[6998].INF ['zmfilter.pl' started at 11/10/08 17:40:56]
10/08/11 17:40:56.212072 zmdc[6941].ERR ['zmfilter.pl ' exited abnormally, exit status 9]
10/08/11 17:41:06.027807 zmdc[6941].INF [Starting pending process, zmfilter.pl]
10/08/11 17:41:06.031638 zmdc[7000].INF ['zmfilter.pl' started at 11/10/08 17:41:06]
10/08/11 17:41:06.031629 zmdc[6941].INF ['zmfilter.pl' starting at 11/10/08 17:41:06, pid = 7000]
10/08/11 17:41:06.209210 zmdc[6941].ERR ['zmfilter.pl ' exited abnormally, exit status 9]
Code: Select all
[Sat Oct 08 17:27:51 2011] [error] [client 127.0.0.1] File does not exist: /var/www/css, referer: <I've removed the HTTP because message board wouldn't allow it>localhost/zm/index.php?view=log
[Sat Oct 08 17:42:57 2011] [error] [client 127.0.0.1] File does not exist: /var/www/css, referer: <removed>/zm/index.php?view=log
[Sat Oct 08 17:46:16 2011] [error] [client 127.0.0.1] File does not exist: /var/www/css, referer: <removed>/zm/index.php?view=log
Many thanks.