No image in shown when trying to define a zone area

Forum for questions and support relating to the 1.24.x releases only.
Locked
chaoticmachinery
Posts: 8
Joined: Sat Apr 20, 2013 9:59 pm

No image in shown when trying to define a zone area

Post by chaoticmachinery »

Hello,

There is no image displayed when I am trying to define a zone area. All I get is the 4 green dots under the Zone image title.

I do get an image when I click on the name of the camera from the Console screen.

I am guessing it is related to the shared memory error. But I am not sure.
2013-11-01 14:40:20.846550 zmwatch 12859 ERR Can't get shared memory id '7a6d0001', 1: No such file or directory zmwatch.pl
2013-11-01 14:40:10.737430 zmwatch 12859 ERR Can't get shared memory id '7a6d0001', 1: No such file or directory zmwatch.pl
2013-11-01 14:40:10.621310 zmwatch 12859 ERR Can't get shared memory id '7a6d0001', 1: No such file or directory zmwatch.pl
2013-11-01 14:40:05.793184 zma_m1 12834 INF Garage: 7000 - Processing at 11.24 fps /appl/ZoneMinder-1.26.4.src/src/zm_monitor.cpp 1145
2013-11-01 14:40:03.622603 zmc_m1 12820 INF Garage: 7000 - Capturing at 11.11 fps /appl/ZoneMinder-1.26.4.src/src/zm_monitor.cpp

I did try changing the 7a6d to different numbers several times and neither the error or the zone image will show up. I did change the shared memory settings to what's below (and rebooted so they take effect):
kernel.shmall = 167772160
kernel.shmmax = 167772160

Thanks,
CM
chaoticmachinery
Posts: 8
Joined: Sat Apr 20, 2013 9:59 pm

Re: No image in shown when trying to define a zone area

Post by chaoticmachinery »

Nevermind, I figured it out.

If it helps anyone, I originally compiled ZM with cmake. I switched back to the ./configure with options and compiled it again.

After that everything is working correctly.

Plus it helped that I created the following directories:
/var/lib/zoneminder/events
/var/lib/zoneminder/images
/var/lib/zoneminder/sock
/var/lib/zoneminder/swap
/var/lib/zoneminder/temp
Locked