Search found 9 matches

by AngryButler
Tue Aug 10, 2004 3:49 pm
Forum: ZoneMinder Previous Versions
Topic: No picture, synch errors, mysqld errors...
Replies: 18
Views: 27012

Hello

Thanks for asking Phil, hope your holiday was a good one, I've gotten things to somewhat work (as of yesterday). I read in the apache logs (which I didn't previously know to check) that zms could not be found in /usr/lib/cgi-bin (I think that's where it was looking.) The zms file was actually in ...
by AngryButler
Fri Aug 06, 2004 3:01 am
Forum: ZoneMinder Previous Versions
Topic: No picture, synch errors, mysqld errors...
Replies: 18
Views: 27012

Ah crap.

Thanks for your help ya'll. I truly do appreciate the help, I'm not giving up, but am tabling this problem. I simply don't know what else to try. If anyone comes up with any ideas, let me know and I'll give 'em a try.

Thanks again.
by AngryButler
Thu Jul 29, 2004 9:53 pm
Forum: ZoneMinder Previous Versions
Topic: No picture, synch errors, mysqld errors...
Replies: 18
Views: 27012

OK, here's what I did... 1) I did an apt-get -t testing mysql-server to upgrade to the testing version. Same Problem. 2) I did an apt-get remove mysql-server, then a apt-get -t stable mysql-server resulting in the installation of a 3.xxx version. This rendered the my.cnf file incompatible, and ...
by AngryButler
Thu Jul 29, 2004 2:40 am
Forum: ZoneMinder Previous Versions
Topic: No picture, synch errors, mysqld errors...
Replies: 18
Views: 27012

BTW when I run the query above manually, it returns what appears to be one good record from zm.Monitors. No mysqld errors are generated, so things still point to at ZM issue of some type. On another note, is there a way to *completely* wipe out the existing ZM install? I've already reinstalled a ...
by AngryButler
Thu Jul 29, 2004 12:39 am
Forum: ZoneMinder Previous Versions
Topic: No picture, synch errors, mysqld errors...
Replies: 18
Views: 27012

More info...

There is such a thing as a mysql.log! Funny, I didn't think of that before. It appears that the timing from mysqld output correspond to the timing of a particular query listed in /var/log/mysql/mysql.log. From the query it looks like it's trying to poll the monitor I have defined (which, remember ...
by AngryButler
Wed Jul 28, 2004 6:07 pm
Forum: ZoneMinder Previous Versions
Topic: No picture, synch errors, mysqld errors...
Replies: 18
Views: 27012

localhost resolves to 127.0.0.1 as it should. Is there a way to simulate the SQL queries/updates that ZM makes to mysql? That might be useful. I have a snort database that appears to work properly. I'll do some googling later on... Here are the mysql packages install (BTW, is there a better way to ...
by AngryButler
Tue Jul 27, 2004 6:25 pm
Forum: ZoneMinder Previous Versions
Topic: No picture, synch errors, mysqld errors...
Replies: 18
Views: 27012

Thanks again. Davide, Here's the exact syntax I'm using to create the database and set the perms: root@AngryButler:~/whoohoo/zm-1.19.4/db# mysql mysql < zmschema.sql -p Enter password: root@AngryButler:~/whoohoo/zm-1.19.4/db# mysql mysql root@AngryButler:~/whoohoo/zm-1.19.4/db# mysql mysql -p Enter ...
by AngryButler
Tue Jul 27, 2004 5:12 am
Forum: ZoneMinder Previous Versions
Topic: No picture, synch errors, mysqld errors...
Replies: 18
Views: 27012

Thanks for the help....

Thanks for the reply... Your assumption is correct - this is a new install. The queries seem to return OK, but "admin" is the only record in the "users" table. I must admit, I'm not really sure how the permissions should be set - I've been using mysqlcc to look further into the tables and perms. I ...
by AngryButler
Mon Jul 26, 2004 2:44 pm
Forum: ZoneMinder Previous Versions
Topic: No picture, synch errors, mysqld errors...
Replies: 18
Views: 27012

No picture, synch errors, mysqld errors...

Hello, I'm having terrible problems with getting Zoneminder installed and running on my laptop. Everything compiles and makes just fine, the php appears to run well enough, but I get a bunch of errors from mysqld and syslog, and get no picture. I'm sure it's some type of permissions issue, but I ...