Followed all instructions for getting ZoneMinder 1.29 installed.
Added the first two cameras in monitor mode and can see their video through ZM.
The third and fourth camera however will not load. the logs show the zmc processes for the extra two cameras repeatedly exiting with error 6.
All four cameras are hardware identical. The only difference is their ip address.
I have no trouble accessing each camera via its own web interface.
Anyone have a clue what could be going on here?
TOP currently shows two zmc processes, running near cpu max. Is this because the cameras are in monitor mode? I had previously asked what the cpu utilization was for zoneminder and what I got back was a top showing that barely registered any cpu usage. I thought the problem I'm experiencing is due to cpu time starvation for the extra two cameras, but when I disable one of the working ones, none of the others "come alive."
Here's the output of strace when I attempt to run zmc myself on one of the non-working cameras:
Code: Select all
mmap(NULL, 2076672, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f35a038b000
mmap(NULL, 6221824, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f359b422000
open("/dev/shm/zm.mmap.3", O_RDWR|O_CREAT, 0600) = 8
fstat(8, {st_mode=S_IFREG|0600, st_size=311041760, ...}) = 0
mmap(NULL, 311041760, PROT_READ|PROT_WRITE, MAP_SHARED|MAP_LOCKED, 8, 0) = 0x7f3588b80000
--- SIGBUS {si_signo=SIGBUS, si_code=BUS_ADRERR, si_addr=0x7f35961b7000} ---
+++ killed by SIGBUS +++
Bus error