Search found 9 matches

by Fill
Sun Aug 09, 2009 9:03 am
Forum: ZoneMinder 1.24.x
Topic: Exiting status 255
Replies: 0
Views: 986

Exiting status 255

Hi again, I noticed an error in the logfile when I start zoneminder. I don't want to use it with webcams, I just wanted to add some IP cams, so I don't need v4l, right? This is my logfile's output: 09-08-2009 09:49:36.336895 zmdc[3188].INF [Server starting at 09/08/09 09:49:36] 09-08-2009 09:49:39 ...
by Fill
Wed Aug 05, 2009 12:03 pm
Forum: ZoneMinder 1.24.x
Topic: Unable to connect to network cameras
Replies: 0
Views: 3105

Unable to connect to network cameras

Hi, I'm having a hard time connecting to network IP cameras.... I added a new monitor. All the IP cams are on the local network, so I can use the local ip addresses. On remote host name , I put Username:Password@Local-Ip ... I set the port to 5543 (which is the port that the cam listens to) and ...
by Fill
Tue Aug 04, 2009 10:26 pm
Forum: ZoneMinder 1.24.x
Topic: Permission denied while trying to open logfile\
Replies: 2
Views: 2019

bump
by Fill
Mon Aug 03, 2009 7:35 pm
Forum: ZoneMinder 1.24.x
Topic: Adding Password protection
Replies: 3
Views: 3100

Why don't you go to Options (placed on index.php of ZM homepage) and activate user authentication?
by Fill
Mon Aug 03, 2009 6:31 pm
Forum: ZoneMinder 1.24.x
Topic: Permission denied while trying to open logfile\
Replies: 2
Views: 2019

Permission denied while trying to open logfile\

I have a problem starting ZoneMinder. I installed it in my home-made Debian Linux 5.0 server: BOX4:/home/filipe/ZoneMinder-1.24.2# zmpkg.pl start Warning, overriding installed ./zm.conf file with local copy Can't open log file '/tmp/zmdc.log': Permission denied at /usr/local/share/perl/5.10.0 ...
by Fill
Mon Aug 03, 2009 5:39 pm
Forum: ZoneMinder 1.24.x
Topic: SOLVED: Errors when trying to run ZM for the first time
Replies: 5
Views: 6373

hmm, seems like the password I chose was incompatible with ZM files (it had some weird symbols like #, $, etc) .. maybe the # made the conf file read it as a comment or something like that. The password started with # so probably it was screwing up something. I logged into mysql and changed zmadmin ...
by Fill
Mon Aug 03, 2009 3:44 pm
Forum: ZoneMinder 1.24.x
Topic: SOLVED: Errors when trying to run ZM for the first time
Replies: 5
Views: 6373

user zmadmin is registered on MySQL and is able to connect to the database... filipe@BOX4:~$ mysql -u zmadmin -p Enter password: Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 63 Server version: 5.0.51a-24+lenny1 (Debian) Type 'help;' or '\h' for help. Type '\c ...
by Fill
Mon Aug 03, 2009 7:51 am
Forum: ZoneMinder 1.24.x
Topic: SOLVED: Errors when trying to run ZM for the first time
Replies: 5
Views: 6373

OK, I'll check what you said. But tell me: all these error messages are related to the fact of ZM not being able to connect to the database?

And should ZM be run as a root or as normal user?
by Fill
Sun Aug 02, 2009 7:18 pm
Forum: ZoneMinder 1.24.x
Topic: SOLVED: Errors when trying to run ZM for the first time
Replies: 5
Views: 6373

SOLVED: Errors when trying to run ZM for the first time

Hi guys, I just installed ZM on my debian 5.0 box. Everything seemed to be fine on ./configure and on make install. I created a proper database name, user and password to connect to the MySQL Server (which is in the same machine - localhost ) and yes, I *did* set the username, database name ...