Search found 9 matches

by thazard
Mon Dec 13, 2004 2:57 pm
Forum: ZoneMinder Previous Versions
Topic: stats and diagnostics questions
Replies: 0
Views: 1019

stats and diagnostics questions

I'm having a little problem setting the threshold values to get the desired alarm results. I'm looking at cars passing on a narrow street, so we aren't talking about subtile effects. In many cases, the alarm won't go off until the moving object is well into the frame. In addition, alarms seem to be ...
by thazard
Thu Nov 18, 2004 3:41 pm
Forum: ZoneMinder Previous Versions
Topic: Basic Setup
Replies: 20
Views: 12961

Since this starting to smell like a mysql rat, For more information, I launch mysql with: /usrllocal/bin/mysql/bin/mysqld_safe --user-mysql & ps -ax | grep sql produces: 1236 ? S 0:00 /bin/sh /usr/local/mysql/bin/mysqld_safe --user=mysql 1268 ? S 0:41 /usr/local/mysql/bin/mysqld --basedir=/usr/local ...
by thazard
Thu Nov 18, 2004 3:22 pm
Forum: ZoneMinder Previous Versions
Topic: Basic Setup
Replies: 20
Views: 12961

To Zoneminder; Adding the line 'temp Image();' in zmc produces a segmentation fault. The problem is definitly in the Config::Load() call in the Image creator as seen in the previous debug dump. For the other posters, mysqld seems to be running just fine with no errors. I can make the same query that ...
by thazard
Thu Nov 18, 2004 4:36 am
Forum: ZoneMinder Previous Versions
Topic: Basic Setup
Replies: 20
Views: 12961

The last entries in the /var/log/mysqld.log file are: 041116 17:58:55 mysqld started 041116 17:58:58 InnoDB: Started; log sequence number 0 43634 /usr/local/mysql/bin/mysqld: ready for connections. Version: '4.1.7-max' socket: '/var/lib/mysql/mysql.sock' port: 3306 Official MySQL-max binary i.e. no ...
by thazard
Wed Nov 17, 2004 4:15 pm
Forum: ZoneMinder Previous Versions
Topic: Basic Setup
Replies: 20
Views: 12961

Just the right incantation! Who said it couldn't be said in 30 words. It looks like I was getting close. Seems to be in the Monitor creator function creating an Image object. The database was working up to this point to get the parameters to create the Monitor! GNU gdb Red Hat Linux (5.2.1-4 ...
by thazard
Wed Nov 17, 2004 3:07 pm
Forum: ZoneMinder Previous Versions
Topic: Basic Setup
Replies: 20
Views: 12961

My current problem is zmc throwing a segmentation fault. i.e. when running 'zmc -d0'. My C++ debugging days have long gone but it seems to blowing up when it's calling the Monitor::Monitor creator function within Monitor::Load. I've tried stubbing off all the parameters coming from the database but ...
by thazard
Tue Nov 16, 2004 5:48 pm
Forum: ZoneMinder Previous Versions
Topic: Basic Setup
Replies: 20
Views: 12961

Hacked in a link from /tmp/mysql.sock to /var/lib/mysql/mysql.sock so those errors are gone.

Still no video
zmc --device 0 produces a segmentation fault with
Nov 16 09:44:36 localhost zmc-d0[25822]: INF [Debug Level = 0, Debug Log = ]
in /var/log/messages
by thazard
Tue Nov 16, 2004 5:27 pm
Forum: ZoneMinder Previous Versions
Topic: Basic Setup
Replies: 20
Views: 12961

Ok.... fixed the short-tags=On problem. Now the console is up and looks normal. I created a monitor, but I get /var/log/messages errors that "cant connect to /tmp/mysql.sock when I try and view the monitor. This is obvious as there is no /tmp/mysql.sock! What process is supposed to set this up? as ...
by thazard
Tue Nov 16, 2004 4:16 pm
Forum: ZoneMinder Previous Versions
Topic: Basic Setup
Replies: 20
Views: 12961

Basic Setup

I'm missing something obvious because this is the most difficult thing I have ever attempted to install!!! Redhat 8 ZM 1.19.5 MySQL 4.1.7 PHP 5.0.2 Apache 2.0.40 Perl5 5.8.0 When I bring up the console, all I get is: ZoneMinder -- :/:% <?= $zmSlangRefresh ?> <?= $zmSlangAddNewMonitor ...