Search found 8 matches
- Wed Dec 12, 2007 10:29 am
- Forum: ZoneMinder Previous Versions
- Topic: Zmfilter.pl error erasing filesystem events
- Replies: 0
- Views: 1435
Zmfilter.pl error erasing filesystem events
Hello, When you disable ZM_OPT_FAST_DELETE and execute a filter with AutoDelete option, zmfilter.pl failed when tries to run external rm -rf, lines 614 and 615 from zmfilter.pl: my $command = "rm -rf ".ZM_DIR_EVENTS."/*/".sprintf( "%d", $event->{Id} ); my $output = qx($command); If ZM_DIR_EVENTS is ...
- Wed Dec 12, 2007 6:53 am
- Forum: Website Issues
- Topic: Post lost
- Replies: 3
- Views: 5592
- Tue Dec 11, 2007 10:51 pm
- Forum: Website Issues
- Topic: Post lost
- Replies: 3
- Views: 5592
Post lost
Hello, In "User contribution" forum i have posted today a message which has disappeared. I would like to know if: - I have break any rule - Post question was wrong - "User contribution" forum was not proper place - My English is horrible - All of this In any case, i only are thankful to Zoneminder ...
- Tue Dec 11, 2007 10:23 am
- Forum: ZoneMinder Previous Versions
- Topic: Mysql connection timeout
- Replies: 0
- Views: 2201
Mysql connection timeout
Hello, To administrator: Sorry if this is not proper forum, feel free to move this post. A little history: I was getting many "WAR [buffer overrun at . . .", after investigate a bit, found that always and only happens when zmaudit.pl was working. My Zoneminder was using "fast delete events" and ran ...
- Fri Dec 07, 2007 11:14 am
- Forum: ZoneMinder Previous Versions
- Topic: Installation Problem
- Replies: 12
- Views: 11117
Hello Oscarliu, Same errors ? What errors are you getting ? If you are talking about line 280 error, please review your steps, it is impossible that after line change you get same error. If you are taliking about "undefined reference" errors, ensure you are linking with correct ffmpeg library, look ...
- Tue Dec 04, 2007 12:18 pm
- Forum: ZoneMinder Previous Versions
- Topic: Installation Problem
- Replies: 12
- Views: 11117
Hello, Yesterday nigth i had same problem compiling zoneminder. It seems that newest version of ffmpeg has changed some things. I changed in zm_mpeg.cpp line 280: -url_fclose(&ofc->pb); +url_fclose(ofc->pb); After this i compiled suscesfully and it seems like all is working well. If this solution is ...
- Wed Sep 06, 2006 7:12 pm
- Forum: ZoneMinder Previous Versions
- Topic: DBI statement still active
- Replies: 2
- Views: 2306
- Tue Sep 05, 2006 7:03 pm
- Forum: ZoneMinder Previous Versions
- Topic: DBI statement still active
- Replies: 2
- Views: 2306
DBI statement still active
Hello, I am getting this message in zmdc.log: prepare_cached(select distinct EventId from Frames left join Events on Frames.EventId = Events.Id where isnull(Events.Id) group by EventId) statement handle DBI::st=HASH(0x8453fc0) still Active at /usr/local/bin/zmaudit.pl line 279 prepare_cached(select ...