error

Forum for questions and support relating to the 1.25.x releases only.
Locked
mael
Posts: 14
Joined: Sun Nov 06, 2011 10:03 pm

error

Post by mael »

i have this error in log
2011-11-15 21:24:21.962690 zmwatch 10259 ERR Shared data size conflict in shared_data for monitor PMU, expected 328, got 316 zmwatch.pl

maël
PacoLM
Posts: 971
Joined: Wed Dec 02, 2009 9:55 pm
Location: Spain

Re: error

Post by PacoLM »

Hi,

To fix this error, edit the file /usr/local/share/perl/5.12.4/ZoneMinder/Memory.pm (or search it for another location), then replace

Code: Select all

$arch = int(3.2*length(~0)); 
with

Code: Select all

$arch = 32;
Hope it helps,
PacoLM

After more than 15 years, no longer using ZM as surveillance system.
Now in the dark side, using a commercial system...
mael
Posts: 14
Joined: Sun Nov 06, 2011 10:03 pm

Re: error

Post by mael »

ok thank you
Locked