Search found 3 matches

by luke_mac
Wed May 19, 2004 6:30 am
Forum: ZoneMinder Previous Versions
Topic: ZoneMinder init script fails to start
Replies: 0
Views: 990

ZoneMinder init script fails to start

The /etc/init.d/zm script runs $ZM_PATH_BIN/zmpkg.pl start, which in turn runs zmdc.pl check, which is run via the execute() function. This runs the given command using the ZM_WEB_USER user (in my case, apache). The output of the command is returned as text. The problem is that it is checking for ...
by luke_mac
Sat Apr 03, 2004 3:21 pm
Forum: ZoneMinder Previous Versions
Topic: ov511 based camera + buffer overrun
Replies: 1
Views: 1524

Re: ov511 based camera + buffer overrun

Correction - zmc would exit with status 255 (not seg. fault), however zma is the one that seg. faults: Program received signal SIGSEGV, Segmentation fault. 0x08050259 in Zone::CheckAlarms(Image const*) (this=0xc8ab2b0, delta_image=0xc8ab1b8) at zm_zone.cpp:111 111 if ( (*pdiff > min_pixel_threshold ...
by luke_mac
Sat Apr 03, 2004 3:12 pm
Forum: ZoneMinder Previous Versions
Topic: ov511 based camera + buffer overrun
Replies: 1
Views: 1524

ov511 based camera + buffer overrun

Hi I get the following in /var/log/messages: Apr 5 00:49:10 shark zmc-d0[21195]: INF [Study: 86000 - Capturing at 2.99 fps] Apr 5 00:49:10 shark zmc-d0[21195]: WAR [Buffer overrun at index 0 ] Apr 5 00:49:44 shark zmc-d0[21195]: WAR [Buffer overrun at index 0 ] ... Apr 5 00:50:17 shark zmc-d0[21195 ...