Search found 10 matches

by vejeta
Fri May 23, 2008 3:32 pm
Forum: ZoneMinder Previous Versions
Topic: Install problems with Debian. Suspect Perl problem
Replies: 5
Views: 11748

short_open_tag = On at php.ini

I had the same problem, php of zoneminder stopped being interpreted, after upgrading my Suse 10 SP1 to SP2. I did the same that was explained here: http://www.cristalab.com/tips/27491/usar-etiqueta-corta---en-php-5 Just edited /etc/php5/apache2/php.ini And changed short_open_tag from "short_ope...
by vejeta
Mon Apr 28, 2008 2:46 pm
Forum: ZoneMinder Previous Versions
Topic: Running zoneminder
Replies: 8
Views: 4210

What are the access permissions for the video device?

Please, give the output of:

ls -l /dev/video*

What user is running the your www server?

ps -ef|grep http
by vejeta
Mon Apr 28, 2008 12:14 pm
Forum: ZoneMinder Previous Versions
Topic: Running zoneminder
Replies: 8
Views: 4210

Can you see images when you are using other applications, like tvtime, xawtv.

If not, it could be you haven't configured the driver of your card to set the right card.

Saludos Cada.

Juan (Vejeta)
by vejeta
Wed Apr 23, 2008 11:15 am
Forum: ZoneMinder Previous Versions
Topic: Running zoneminder
Replies: 8
Views: 4210

Please, give more detailed information so people can help you. * What distribution did you use? * What documentation did you follow to install it? * Is the process running? Check with: ps -ef|grep zm * Have you checked the logs to see messages? E.g.: Check the log archives: /tmp/zmdc.log /tmp/zmwatc...
by vejeta
Wed Apr 16, 2008 10:29 am
Forum: ZoneMinder Previous Versions
Topic: Typo or error in the documentation
Replies: 0
Views: 1150

Typo or error in the documentation

As this applies to ZoneMinder filters, you might want to search for events in a period of time, or maybe for example create a purge filter that removes events older than 30 days. For the later you would want at least two lines in your filter. The first line should be: [<Archive Status> <equal to> <...
by vejeta
Tue Apr 15, 2008 9:45 am
Forum: ZoneMinder Previous Versions
Topic: Can't get filter-commands to work
Replies: 1
Views: 2633

Hello, did you manage to solve this? I made an script that works. It just made it executable and did a chown so the owner of Apache (wwwrun in my case) has access. I'm interested in knowing how to send parameters to scripts when a filter has matching events. E.g. On Event Filter window Execute comma...
by vejeta
Tue Apr 15, 2008 9:34 am
Forum: ZoneMinder Previous Versions
Topic: Another PurgeWhenFull problem.
Replies: 6
Views: 4540

If it doesn't work automatically, check zmfilter.log for any error that may be happening.

I had a case that filters weren't being executed till I deleted a faulty filter (xPurgeWhenFull), after that, all my filters worked.
by vejeta
Tue Apr 15, 2008 9:27 am
Forum: ZoneMinder Previous Versions
Topic: Background filter : error with zmfilter.pl ???
Replies: 6
Views: 6257

I also had to delete the *xPurgeWhenFull filter so this errors:

['zmfilter.pl ' exited abnormally, exit status 9]

dissapear from zmfilter.log and my others filters started to work.
by vejeta
Tue Feb 05, 2008 4:33 pm
Forum: ZoneMinder Previous Versions
Topic: Problems Configuring... zm requires gnutls/openssl.h..
Replies: 7
Views: 16803

monex wrote:hi,

check that the following packages are installed: gcc-c++ mysql-devel and pcre-devel.

hope this helps
Yes, it did. It seemed it required more packages in addition of the obvious one :) Thanks
by vejeta
Tue Feb 05, 2008 2:27 pm
Forum: ZoneMinder Previous Versions
Topic: Problems Configuring... zm requires gnutls/openssl.h..
Replies: 7
Views: 16803

configure:error: zm requires gnutls/openssl.h (under suse10)

Hello people, I'm having same problem with Suse 10 SP1. ./configure --with-libarch=lib64 --with-mysql=/usr/lib/mysql --with-webdir=/srv/www/htdocs/zm --with-cgidir=/srv/www/cgi-bin --with-ffmpeg=/usr/lib --with-webuser=wwwrun --with-webgroup=www ZM_DB_PASS=XXXX checking for a BSD-compatible install....