So I've installed Zone Minder and I set up a camera to play around with. I've been having fun trying to define the zones and trying to set how sensitive they are. One thing I have noticed is that I can't get a few errors to go away. The whole system appears to work, I get video feed, alerts are saved and events are created.
The errors I get are:
"Shared data not initialised by capture daemon, some query functions may not be available or produce invalid results"
and
"Got unexpected memory map file size 36865524, expected 92162484"
I don't know much about shared memory but reading through the docs for the error I have found that I can use ipcs and ipcrm to take a peek at what is currently shared.
Looking through the ZoneMinder "options" I see that SHM_KEY is set to 0x7a6d0000 but polling the ipcs -m at a command line makes it seem like that key is not getting set (0x00000000 is though).
SHM_KEY | Shared memory root key to use | 0x7a6d0000
Code:
> ipcs -m
------ Shared Memory Segments --------
key shmid owner perms bytes nattch status
0x00000000 1376256 user 777 8294400 2 dest
>
How do I fix this? Am I missing something? Maybe it isn't a concern?
Thanks,
-Greg