Search found 162 matches

by monex
Wed Nov 26, 2008 6:35 pm
Forum: Non-ZoneMinder Chat
Topic: International/German Forum posts
Replies: 47
Views: 64542

Hallo, die Daten der Kamera müssen exakt mit den Einstellungen übereinstimmen, d.h. man muss dafür sorge tragen, dass die Bilder von der Kamera exakt die eingestellte Auflösung liefern, soweit ich mich erinnere. Also sollte beim cgi Pfad sowas wie image.cgi?resolution=320x240 stehen (die Auflös...
by monex
Tue Nov 11, 2008 4:41 pm
Forum: ZoneMinder 1.24.x
Topic: Which Distro best to Run New 1.24 With?
Replies: 5
Views: 6998

Hi,

I would suggest to use the stable version instead because there will be definitely the possibility to update zoneminder 1.23.x to 1.24.x but it is not sure that there will be an update path from 1.24.0_rc_xxx to final version. So better use the stable one.

hope this helps
by monex
Mon Nov 10, 2008 2:06 pm
Forum: Non-ZoneMinder Chat
Topic: Stuff Recognition
Replies: 1
Views: 1892

Hi,

you can have a look at opencv (entry on wikipedia) maybe this fits for your project.

hope this helps
by monex
Fri Oct 31, 2008 2:13 pm
Forum: ZoneMinder Previous Versions
Topic: Viewing all events causes "open file" dialog.
Replies: 4
Views: 2623

Hi,

I guess that the php memory limit is reached. Look into /etc/php/apache2/php.ini (maybe this depends on your linux distribution) and search for memory_limit. But to get sure what is going wrong, look into apache2 error log before it could also be that the runtime is too long.

Hope this helps
by monex
Wed Oct 15, 2008 4:25 pm
Forum: User Contributions
Topic: Logwatch with zoneminder
Replies: 3
Views: 2618

Hi,

I've added mysql error listing for zma daemons.

Curious that no one earlier had the idea of extending logwatch for zoneminder (it isn't difficult) ;)

I'll add a link in the wiki soon.

Have a lot of fun

Dirk
by monex
Tue Oct 14, 2008 2:23 pm
Forum: User Contributions
Topic: Logwatch with zoneminder
Replies: 3
Views: 2618

Logwatch with zoneminder

Hi, I've written a little extension for logwatch. Maybe you are interested in it to get notified if something goes wrong on your ZoneMinder box ;) Currently the errors related to mysql (broken database etc.) are not displayed (didn't found any related log entries in my logfile) this will be added la...
by monex
Wed Oct 01, 2008 3:55 pm
Forum: ZoneMinder 1.24.x
Topic: Make error
Replies: 10
Views: 9356

Hi, I have a similar problem but I have disabled ffmpeg because I wanted to build a version without: ./configure --with-mysql=/usr/include/mysql --with-webdir=/srv/www/htdocs/zm --with-cgidir=/srv/www/cgi-bin --sysconfdir=/etc --bindir=/usr/bin --without-ffmpeg --without-lame --with-libarch=lib64 --...
by monex
Wed Oct 01, 2008 3:52 pm
Forum: ZoneMinder 1.24.x
Topic: compile error with 2643
Replies: 8
Views: 9933

Hi, to compile zm with gcc 4.3 you have to apply the following patch: diff -U 3 -H -d -r -N -- ZoneMinder-1.24.0_rc1_rev2643/src/zm_event.cpp ZoneMinder-1.24.0_rc1_rev2643-patch/src/zm_event.cpp --- ZoneMinder-1.24.0_rc1_rev2643/src/zm_event.cpp 2008-09-30 16:39:02.000000000 +0200 +++ ZoneMinder-1.2...
by monex
Mon Sep 22, 2008 11:19 am
Forum: ZoneMinder Previous Versions
Topic: MySQL n00b problem
Replies: 10
Views: 4417

Re: MySQL n00b problem

Hi,

I have updated the wiki page, so that it is documented how to get prompted for the password again or how to set up the correct mysql root password. Hope this avoids future confusions ;)
by monex
Fri Sep 19, 2008 1:30 pm
Forum: ZoneMinder Previous Versions
Topic: MySQL n00b problem
Replies: 10
Views: 4417

Hi, look at the following thread: http://www.zoneminder.com/forums/viewtopic.php?t=12280 if you entered the wrong mysql root password before edit .my.cnf and enter the correct password and run zm_database_init again (you can also remove this file it then will be recreated during execution of zm_data...
by monex
Thu Sep 18, 2008 1:47 pm
Forum: ZoneMinder Previous Versions
Topic: zm_database_init does not work - permission error
Replies: 5
Views: 4457

did you set up the mysql database correctly? before you can use zm_database_init you have to start mysql and set up the mysql root password: /usr/bin/mysqladmin -u root -h <hostname> password <password> edit .my.cnf in ~/root and enter the correct mysql root password or remove that file (it will be ...
by monex
Wed Sep 17, 2008 12:06 pm
Forum: ZoneMinder Previous Versions
Topic: zm_database_init does not work - permission error
Replies: 5
Views: 4457

Hello,

it is required to run zm_database_init as root.

Code: Select all

su -
<get propmted for root password>

zm_database_init
hope this helps
by monex
Sun Aug 10, 2008 10:48 am
Forum: Non-ZoneMinder Chat
Topic: Can anyone lend a hand w/ my apache config?
Replies: 2
Views: 1875

Hi,

follow the advice in the following topic http://www.zoneminder.com/forums/viewtopic.php?t=10542

this should solve your problem.

hope this helps
by monex
Wed Jul 16, 2008 6:21 pm
Forum: User Contributions
Topic: ZoneMinder 1.23.3 RPMs for SuSE released
Replies: 9
Views: 8065

Hi,

yes it looks like this can happen. The symptoms are described in this thread. The reason was that v4l was broken in the initial opensuse 11.0 kernel.

hope that all problems are gone now ;)
by monex
Mon Jul 14, 2008 6:37 pm
Forum: User Contributions
Topic: ZoneMinder 1.23.3 RPMs for SuSE released
Replies: 9
Views: 8065

There might be a bug in the kernel (as mentioned here ) which may prevents the use of v4l. I don't know if it is already fixed. Maybe someone who use a capture card can test it and report back. The latest Kernel update (provided through yast) fixed that issue so there should be no more problems :) ...