Search found 11 matches

by Syrinx
Sat Jun 13, 2009 4:15 am
Forum: ZoneMinder 1.24.x
Topic: Ubuntu 9.04 / ZM 1.24.1 - Apache Randomly Stops
Replies: 24
Views: 20183

Look at your Apache logs.

/var/log/apache2/error.log

-- edit --

Lots of people have Ubuntu/Apache2/ZoneMinder and I've never heard of this problem. Probably something specific to your setup.
by Syrinx
Mon Jun 08, 2009 4:54 pm
Forum: ZoneMinder 1.24.x
Topic: Event exists in queue with bogus data
Replies: 6
Views: 3071

You're not alone. I've noticed this on my install also. It seems like a bug, but I haven't had time to investigate it yet.
by Syrinx
Mon Jun 08, 2009 7:11 am
Forum: ZoneMinder 1.24.x
Topic: dpkg -i errors
Replies: 10
Views: 7717

Cordel, the database ZM does not exist on the system... yet. Shouldn't it be created by the install process? -G MySql access is via a separate set of users maintained independently by MySql. In other words, you may run dpkg as root, but that doesn't mean root has access to MySql. So unless dpkg ask...
by Syrinx
Mon Jun 08, 2009 7:05 am
Forum: ZoneMinder 1.24.x
Topic: Installation on OpenSuse 11.1 installs, but fails to run
Replies: 6
Views: 4212

Make sure you've set up your monitors with the function you want. They may be disabled. Look under the "Function" section: http://www.zoneminder.com/wiki/index.php/Documentation#Monitor_Tab Events (images) will be saved to the events directory if your function is modect. I don't know about...
by Syrinx
Mon Jun 08, 2009 6:56 am
Forum: Hardware Queries
Topic: After a couple of seconds images have distortion at the top
Replies: 4
Views: 2549

It seems unrelated to ZoneMinder. Might be a driver issue. I'd focus on getting it to work with xawtv, or at least something that uses the capture size you're looking to use with ZoneMinder.
by Syrinx
Sat Jun 06, 2009 10:20 pm
Forum: ZoneMinder 1.24.x
Topic: Architecture question: zmdc.pl, zmc, and devices
Replies: 1
Views: 1758

Architecture question: zmdc.pl, zmc, and devices

I'm trying to troubleshoot a problem and I'd like to make sure I understand how things should work. What's the relationship between zmdc.pl, zmc, and configured devices (image sources)? From looking at the code, it seems like for each device configured in ZoneMinder, zmdc.pl spawns a zmc process. Is...
by Syrinx
Sat Jun 06, 2009 10:01 pm
Forum: ZoneMinder 1.24.x
Topic: ZM 1.24 and Centos 5
Replies: 4
Views: 3165

Re: ZM 1.24 and Centos 5

in zm web , configure

device patch /dev/video
Capture Method Video for linux v2
Device Format undefined
Capture Palette Undefined
320 * 240
You sure those are right? Are you sure /dev/video exists?

What's the output from this:

ls -l /dev/video*
by Syrinx
Sat Jun 06, 2009 9:56 pm
Forum: Hardware Queries
Topic: After a couple of seconds images have distortion at the top
Replies: 4
Views: 2549

What happens if you view it through something other than ZoneMinder? Try xawtv.

xawtv -device /dev/video0 ---- for example
by Syrinx
Mon Jun 01, 2009 8:46 pm
Forum: ZoneMinder 1.24.x
Topic: Still can't access shared memory, and no events generating
Replies: 5
Views: 3726

neek wrote:Whenever I manually run the 'zms' or 'nph-zms' scripts from the cmd line, they just say "Abort".
Are you running with sufficient privileges? Try running it as root.

I had the same problem but sudoing to root worked fine.
by Syrinx
Sun May 31, 2009 8:58 am
Forum: ZoneMinder 1.24.x
Topic: Make error
Replies: 10
Views: 9606

I think I figured it out. If you look at the offending code, it has an ifdef: #ifdef HAVE_LIBSWSCALE if ( !img_convert_ctx ) { img_convert_ctx = sws_getContext( c->width, c->height, pf, c->width, c->height, c->pix_fmt, SWS_BICUBIC, NULL, NULL, NULL ); if ( !img_convert_ctx ) Fatal( "Unable to i...
by Syrinx
Sat May 30, 2009 8:28 pm
Forum: ZoneMinder 1.24.x
Topic: Make error
Replies: 10
Views: 9606

I'm having a problem similar to others in this thread. I'm installing ZM from code. Here's the error during the build step: g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/src/mysql/include -I/usr/lib/include -Wall -Wno-sign-compare -fno-inline -I/usr/lib/include -frepo -O2 -I/usr/src/jpeg -MT zm_mpeg.o -MD -MP...