Search found 5150 matches

by zoneminder
Wed Jun 29, 2011 9:10 pm
Forum: ZoneMinder 1.24.x
Topic: [Almost Solved] v1.24.2 on Ubuntu Server 10.10 with PV-155
Replies: 24
Views: 14422

Re: [Almost Solved] v1.24.2 on Ubuntu Server 10.10 with PV-1

If all you are getting is complaints from zmwatch that doesn't necessary mean disaster. If you type 'ipcs -m' do you see the shared memory segments listed? Do the permissions look ok?
by zoneminder
Wed Jun 29, 2011 9:08 pm
Forum: ZoneMinder 1.24.x
Topic: FC15 Startup Fails
Replies: 11
Views: 5217

Re: FC15 Startup Fails

I have seen a few reports of this error on Fedora 15, but equally all the F15 installs I have done have all worked fine. I notice you are installing from a rpm, perhaps the dependencies for that are broken. Can you confirm you have the Sys::Mmap perl module installed, the yum package is perl-Sys-Mmap.
by zoneminder
Wed Jun 29, 2011 9:00 pm
Forum: ZoneMinder 1.24.x
Topic: All but one camera feed went blue after 1.24.4 Upgrade
Replies: 27
Views: 14745

Re: All but one camera feed went blue after 1.24.4 Upgrade

You are going to need to provide a bit more detail than that. How are your monitors set up for example? I'm not familiar with those cameras so can't suggest anything in that regard. There's not really a huge different in how netcams work between 1.24.2 and 1.24.4 so it is going to be something subtl...
by zoneminder
Wed Jun 29, 2011 4:23 pm
Forum: ZoneMinder 1.24.x
Topic: Apache NOT responding
Replies: 63
Views: 66608

Re: Apache NOT responding

Yes, generating video for long events via the web GUI is not a good idea. The functionality is there for convenience. The alternative is to create video via a backgrounded filter if you have a defined set of events you want to batch create for. Any videos created this way will show up in the 'video'...
by zoneminder
Wed Jun 29, 2011 12:57 pm
Forum: ZoneMinder 1.24.x
Topic: pb with a modified perl script to trigger an alarm
Replies: 11
Views: 6207

Re: pb with a modified perl script to trigger an alarm

The monitor SQL is excuted only once, at the beginning so the results you get from that will never change. The Notes field in that context does not make any sense. You need to be querying the Events table to get Notes out, and do that in the block I identified each time there is a new alarm. Somethi...
by zoneminder
Wed Jun 29, 2011 7:31 am
Forum: ZoneMinder 1.24.x
Topic: pb with a modified perl script to trigger an alarm
Replies: 11
Views: 6207

Re: pb with a modified perl script to trigger an alarm

I'm not quite sure what you are asking. You have the script from the FAQ, you should leave all that code as it is (though you may wish to rerun the monitor selection code periodically). Do not modify the sql that is in the example as that is not to select events but only to select monitors. Basicall...
by zoneminder
Tue Jun 28, 2011 10:18 am
Forum: ZoneMinder 1.24.x
Topic: CentOS 5.6 and 1.24.4 messed up camera images and montage.
Replies: 2
Views: 1803

Re: CentOS 5.6 and 1.24.4 messed up camera images and montag

Have a look at Options->Config->V4L_MULTI_BUFFER and CAPTURES_PER_FRAME and see if that helps.
by zoneminder
Mon Jun 27, 2011 3:57 pm
Forum: ZoneMinder 1.24.x
Topic: Apache NOT responding
Replies: 63
Views: 66608

Re: Apache NOT responding

I know that's what it looks like from the docs but (a) that wouldn't make sense as you couldn't select for less than a second and (b) from testing it uses the usec value even if the sec value is zero. So 0, 500000 will wait for 0.5 seconds. I think the docs assume the whole timeout setting when they...
by zoneminder
Mon Jun 27, 2011 3:17 pm
Forum: ZoneMinder 1.24.x
Topic: Apache NOT responding
Replies: 63
Views: 66608

Re: Apache NOT responding

Yes. That's how I see it.
by zoneminder
Mon Jun 27, 2011 11:37 am
Forum: ZoneMinder 1.24.x
Topic: Apache NOT responding
Replies: 63
Views: 66608

Re: Apache NOT responding

My reading of the docs indicates that doing $numSockets = @socket_select( $rSockets, $wSockets, $eSockets, intval(MSG_TIMEOUT/1000), (MSG_TIMEOUT%1000)*1000 ); should function as intended. Unless someone can persuade me that I have misunderstood I will update the code to do that, it seems to work o...
by zoneminder
Mon Jun 27, 2011 11:17 am
Forum: ZoneMinder 1.24.x
Topic: Apache NOT responding
Replies: 63
Views: 66608

Re: Apache NOT responding

My reading of the docs indicates that doing $numSockets = @socket_select( $rSockets, $wSockets, $eSockets, intval(MSG_TIMEOUT/1000), (MSG_TIMEOUT%1000)*1000 ); should function as intended. Unless someone can persuade me that I have misunderstood I will update the code to do that, it seems to work ok...
by zoneminder
Fri Jun 24, 2011 4:07 pm
Forum: ZoneMinder 1.25.x
Topic: ZoneMinder 1.25.0 - preview
Replies: 91
Views: 63713

Re: ZoneMinder 1.25.0 - preview

Link updated with a few more tweaks and fixes.
by zoneminder
Fri Jun 24, 2011 8:44 am
Forum: ZoneMinder 1.24.x
Topic: Updated to 1.24.4; control of Axis cameras stopped working
Replies: 7
Views: 6579

Re: Updated to 1.24.4; control of Axis cameras stopped worki

Ok, I think I have made progress on this issue. It's a long story but not all versions of PHP come with json handling functions and perl might have several or none depending on what modules are installed. I think in the cases where it fails it is because perl can't find any module JSON functions are...
by zoneminder
Thu Jun 23, 2011 10:25 am
Forum: ZoneMinder 1.24.x
Topic: Updated to 1.24.4; control of Axis cameras stopped working
Replies: 7
Views: 6579

Re: Updated to 1.24.4; control of Axis cameras stopped worki

Can you tell me your o/s and version of php?
by zoneminder
Wed Jun 22, 2011 12:49 pm
Forum: ZoneMinder 1.24.x
Topic: Centos 5.6 zm startup script errors.
Replies: 11
Views: 7481

Re: Centos 5.6 zm startup script errors.

Thanks. Be aware that though you have corrected your zm file, this is actually generated from the zm.in file in the scripts directory during configuration and build. So if you are likely to rebuild at any point you might want to edit that one as well, though the file doesn't actually get installed a...