Have 8 gig ram and 4 gig swap.
Each individual camera can be viewed from zoneminders main console.
Under montage all cameras are viewable except for the last camera of which there is a rectangle displayed but no image.
While montage is still open, I go to the log from the console. A browser window pops up for the log but there is no display - it blocks!
I close montage and the log fills.
Similarly, in montage I click on that last rectangle (which has no image). A browser window pops up for the camera but there is no display - it blocks!
I close montage and the browser wiindow fills with the images.
Log shows "Shared data not initialised by capture daemon, some query functions may not be available or produce invalid results"
My presumption is that I have a shared memory issue triggered from opening montage.
Code: Select all
ipcs -lm
------ Shared Memory Limits --------
max number of segments = 8192
max seg size (kbytes) = 8192000
max total shared memory (kbytes) = 33554432000
min seg size (bytes) = 1
on the system.
Code: Select all
ipcs -m
------ Shared Memory Segments --------
key shmid owner perms bytes nattch status
0x00000000 1179648 zone 600 524288 2 dest
0x00000000 393217 zone 600 524288 2 dest
0x00000000 425986 zone 600 524288 2 dest
0x00000000 688131 zone 600 524288 2 dest
0x00000000 786436 zone 600 524288 2 dest
0x00000000 1245189 zone 600 393216 2 dest
0x00000000 917510 zone 600 67108864 2 dest
0x00000000 1015815 zone 600 524288 2 dest
0x00000000 1507336 zone 600 1048576 2 dest
0x00000000 1343497 zone 600 524288 2 dest
0x00000000 1474571 zone 600 2097152 2 dest
Suggestions?