Page 1 of 1
Not displaying images
Posted: Mon Nov 29, 2010 9:24 pm
by matt91
Hi,
I've just installed zoneminder again after a while when i re-installed my os. The interface and everything is now up and running however I cannot get it to show my camera. I have increased the shared memory in shmall and shmmax to 1000 times the default so that should no longer be the problem.
When i view the cam (Edimax IC-3010 using snapshot.jpg) i just get the broken image. It's a very vague description of the problem however you can see with guest access at
http://entr.co.uk/zoneminder with guest/guest
Would appreciate any help
Thanks, Matt.
Posted: Mon Nov 29, 2010 10:27 pm
by DREMA
What's on your logs?
Posted: Mon Nov 29, 2010 11:16 pm
by matt91
Code: Select all
==> zmpkg.log <==
11/29/10 23:13:05.251060 zmpkg[811].INF [Command: stop]
==> zmdc.log <==
11/29/10 23:13:05.494733 zmdc[30245].INF ['zmaudit.pl -c' stopping at 10/11/29 23:13:05]
11/29/10 23:13:05.496802 zmdc[30245].INF ['zmaudit.pl -c' exited, signal 14]
11/29/10 23:13:05.497406 zmdc[30245].INF ['zmupdate.pl -c' stopping at 10/11/29 23:13:05]
11/29/10 23:13:05.499401 zmdc[30245].INF ['zmupdate.pl -c' exited, signal 14]
11/29/10 23:13:05.499947 zmdc[30245].INF ['zmfilter.pl ' stopping at 10/11/29 23:13:05]
11/29/10 23:13:05.502480 zmdc[30245].INF ['zmfilter.pl ' exited, signal 14]
11/29/10 23:13:05.503061 zmdc[30245].INF ['zma -m 1' stopping at 10/11/29 23:13:05]
11/29/10 23:13:05.520157 zmdc[30245].INF ['zma -m 1' exited normally]
11/29/10 23:13:05.520740 zmdc[30245].INF ['zmwatch.pl ' stopping at 10/11/29 23:13:05]
11/29/10 23:13:05.523237 zmdc[30245].INF ['zmwatch.pl ' exited, signal 14]
11/29/10 23:13:15.775725 zmdc[30245].INF [Server shutdown at 10/11/29 23:13:15]
==> zmpkg.log <==
11/29/10 23:13:22.969339 zmpkg[871].INF [Command: start]
==> zmdc.log <==
11/29/10 23:13:23.238576 zmdc[878].INF [Server starting at 10/11/29 23:13:23]
11/29/10 23:13:26.365074 zmdc[878].INF ['zmc -m 1' starting at 10/11/29 23:13:26, pid = 903]
11/29/10 23:13:26.488508 zmdc[878].INF ['zma -m 1' starting at 10/11/29 23:13:26, pid = 905]
11/29/10 23:13:26.604319 zmdc[878].INF ['zmfilter.pl' starting at 10/11/29 23:13:26, pid = 908]
11/29/10 23:13:26.733004 zmdc[878].INF ['zmaudit.pl -c' starting at 10/11/29 23:13:26, pid = 910]
==> zmfilter.log <==
11/29/10 23:13:26.821734 zmfilter[908].INF [Scanning for events]
==> zmdc.log <==
11/29/10 23:13:26.852509 zmdc[878].INF ['zmwatch.pl' starting at 10/11/29 23:13:26, pid = 912]
==> zmwatch.log <==
11/29/10 23:13:26.967702 zmwatch[912].INF [Watchdog starting]
11/29/10 23:13:26.967978 zmwatch[912].INF [Watchdog pausing for 30 seconds]
==> zmdc.log <==
11/29/10 23:13:26.975960 zmdc[878].INF ['zmupdate.pl -c' starting at 10/11/29 23:13:26, pid = 915]
11/29/10 23:14:07.737689 zmdc[878].ERR ['zmc -m 1' exited abnormally, exit status 255]
11/29/10 23:14:07.738531 zmdc[878].INF [Starting pending process, zmc -m 1]
11/29/10 23:14:07.740300 zmdc[878].INF ['zmc -m 1' starting at 10/11/29 23:14:07, pid = 936]
11/29/10 23:14:33.896311 zmdc[878].ERR ['zmc -m 1' exited abnormally, exit status 255]
Last line in zmdc.log seems like it's wrong.
Posted: Mon Nov 29, 2010 11:51 pm
by lyallp
I am also having difficulty with streaming my camera.
See
this post
zmdc.log
Code: Select all
30/11/10 10:07:42.954210 zmdc[19190].INF [Server starting at 10/11/30 10:07:42]
30/11/10 10:07:46.078288 zmdc[19190].INF ['zmc -d /dev/video0' starting at 10/11/30 10:07:46, pid = 19215]
30/11/10 10:07:46.208584 zmdc[19190].INF ['zma -m 3' starting at 10/11/30 10:07:46, pid = 19220]
30/11/10 10:07:46.341229 zmdc[19190].INF ['zmfilter.pl' starting at 10/11/30 10:07:46, pid = 19225]
30/11/10 10:07:46.530053 zmdc[19190].INF ['zmaudit.pl -c' starting at 10/11/30 10:07:46, pid = 19230]
30/11/10 10:07:46.717801 zmdc[19190].INF ['zmwatch.pl' starting at 10/11/30 10:07:46, pid = 19238]
30/11/10 10:07:46.878294 zmdc[19190].INF ['zmupdate.pl -c' starting at 10/11/30 10:07:46, pid = 19243]
zmfilter.log
Code: Select all
30/11/10 09:58:12.189554 zmfilter[18532].INF [Scanning for events]
30/11/10 10:03:02.070981 zmfilter[18913].INF [Scanning for events]
30/11/10 10:07:46.642330 zmfilter[19225].INF [Scanning for events]
Nothing exceptional in the other logs.
Posted: Tue Nov 30, 2010 8:51 am
by matt91
Silly me, didn't have the cgi-bin set up correctly and so was not being executed.
Thanks, Matt