I'm running ZM v 1.28.0 on an Ubuntu 12.04 server. I have been receiving the following errors for some time now, and I was hoping to figure what is causing them. I recently added an additional camera to my setup and now these three monitors have been experiencing freezes (i.e recording stops) with no additional errors about once every 24 hours, with a working solution of restarting zoneminder. Additionally, the cameras are all the same, and I have no errors for the other three cameras that are different makes/models. The cameras are Huacam HCV724's using the libvlc source type. I've tried playinhg with the buffers in the monitor settings but nothing seems to stop the errors. So, does anybody have any idea of what might be the problem or suggestions as to what to check? Thanks in advance.
The buffers I have setup for the three cameras are:
Image Buffer Size (frames): 80
Warmup Frames: 25
Pre Event Image Count: 40
Post Event Image Count: 80
Stream Replay Image Buffer: 1000
Alarm Frame Count: 2
The Error messages are below and they are repeated every 10 seconds:
Code: Select all
2014-11-22 08:45:57.530740 zmwatch 30802 ERR Shared data size conflict in shared_data for monitor Front_Door, expected 336, got 930623579 zmwatch.pl
2014-11-22 08:45:57.480860 zmwatch 30802 ERR Shared data size conflict in shared_data for monitor Front_Door, expected 336, got 930623579 zmwatch.pl
2014-11-22 08:45:57.438850 zmwatch 30802 ERR Shared data size conflict in shared_data for monitor Driveway, expected 336, got 897069147 zmwatch.pl
2014-11-22 08:45:57.358890 zmwatch 30802 ERR Shared data size conflict in shared_data for monitor Driveway, expected 336, got 897069147 zmwatch.pl
2014-11-22 08:45:57.063440 zmwatch 30802 ERR Shared data size conflict in shared_data for monitor Backyard, expected 336, got 897069147 zmwatch.pl
2014-11-22 08:45:56.857460 zmwatch 30802 ERR Shared data size conflict in shared_data for monitor Backyard, expected 336, got 897069147 zmwatch.pl
Code: Select all
Value of length test: 20
Value of our arch: 64
Config value of selectminbits: 64
Code: Select all
$ uname -a
Linux 3.13.0-39-generic #66~precise1-Ubuntu SMP Wed Oct 29 09:56:49 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
Code: Select all
$ ipcs -l
------ Shared Memory Limits --------
max number of segments = 4096
max seg size (kbytes) = 976562
max total shared memory (kbytes) = 2048000
min seg size (bytes) = 1
------ Semaphore Limits --------
max number of arrays = 128
max semaphores per array = 250
max semaphores system wide = 32000
max ops per semop call = 32
semaphore max value = 32767
------ Messages Limits --------
max queues system wide = 14751
max size of message (bytes) = 8192
default max size of queue (bytes) = 16384
Code: Select all
$ cat /etc/sysctl.conf
net.ipv4.ip_forward=0
kernel.shmmax=1000000000
kernel.shmall=512000