Search found 3 matches

by elp99jcm
Fri Aug 07, 2009 10:19 am
Forum: ZoneMinder Previous Versions
Topic: zmdc exited abnormally, exit status 255]
Replies: 8
Views: 15453

Have you followed other posts and edited the zmdc.pl script?

I have this error and added the following line:

$ENV{LD_PRELOAD} = '/usr/lib/libv4l/v4l1compat.so';

To the /usr/bin/zmdc.pl file (just before the my @daemons line).

Restarted zoneminder and problem solved.
by elp99jcm
Fri Aug 07, 2009 10:17 am
Forum: ZoneMinder Previous Versions
Topic: Exit status 255, I cant view my webcam
Replies: 5
Views: 11441

I had this message come up as well. I solved it by following a post on this forum and adding the following:


$ENV{LD_PRELOAD} = '/usr/lib/libv4l/v4l1compat.so';

To /usr/bin/zmdc.pl, just before the my @daemons line.

Then restarted zoneminder.
by elp99jcm
Thu Aug 06, 2009 7:34 pm
Forum: ZoneMinder Previous Versions
Topic: No shared memory listed for zm user (www-data)
Replies: 2
Views: 2368

No shared memory listed for zm user (www-data)

I have zoneminder 1.23.3 installed from the ubuntu repo with the following setup: Kernel: 2.6.28 Distro: Ubuntu 9.04 WebCam: Logitech Communicator STX I can access the web interface, setup a monitor and the webcam flashes (so I've picked the correct /dev/video device). I cannot view the monitor and ...