Search found 9 matches

by rug
Thu Feb 03, 2005 9:27 pm
Forum: ZoneMinder Previous Versions
Topic: Couple of startup problems
Replies: 18
Views: 13815

Whohoo!!! :D It starts, I haven't tried anything with yet, but I can login and I get the splash page. I can't remember if I mentioned this before but you have run zmconfig.pl and loaded your config into the DB haven't you? Phil Um, er... well I uh did the first time, after re-reading that part of ...
by rug
Thu Feb 03, 2005 4:50 pm
Forum: ZoneMinder Previous Versions
Topic: Couple of startup problems
Replies: 18
Views: 13815

Ok, I believe we are getting much, much closer here!!! service zm start Starting ZoneMinder: [ZM_DB_SERVER=localhost ] [ZM_DB_SERVER] [localhost] [ZM_DB_NAME=zm ] [ZM_DB_NAME] [zm] [ZM_DB_USER=zm ] [ZM_DB_USER] [zm] [ZM_DB_PASS=SumPassw0rd ] [ZM_DB_PASS] [Z0neMaster] Bareword "ZM_PATH_LOGS" not ...
by rug
Wed Feb 02, 2005 11:36 pm
Forum: ZoneMinder Previous Versions
Topic: Couple of startup problems
Replies: 18
Views: 13815

Can I just easily edit those .pl files and hard code the db info, or does the problem run more deeply than that?

Did I pick the wrong version of ZoneMinder to start on? :D
by rug
Wed Feb 02, 2005 10:15 pm
Forum: ZoneMinder Previous Versions
Topic: Couple of startup problems
Replies: 18
Views: 13815

Well, I'm not sure those additions changed anything... All my .pl files are like this one: no strict 'refs'; open( CONFIG, "<".ZM_CONFIG ) or die( "Can't open config file: $!" ); foreach my $str ( <CONFIG> ) { next if ( $str =~ /^\s*$/ ); next if ( $str =~ /^\s*#/ ); print STDERR "[".$str."]\n ...
by rug
Wed Feb 02, 2005 3:16 pm
Forum: ZoneMinder Previous Versions
Topic: Couple of startup problems
Replies: 18
Views: 13815

Changed the pw! :oops: Here's the result: head -n 3 zm.conf | od -c 0000000 # Z o n e M i n d e r c o n 0000020 f i g \n Z M _ D B _ S E R V E R 0000040 = l o c a l h o s t \n Z M _ D B 0000060 _ N A M E = z m \n 0000071
by rug
Tue Feb 01, 2005 11:28 pm
Forum: ZoneMinder Previous Versions
Topic: Couple of startup problems
Replies: 18
Views: 13815

Ok, it's a bit different than the previous error... service zm start Starting ZoneMinder: [ZM_DB_SERVER=localhost ] Use of uninitialized value in concatenation (.) or string at /usr/local/bin/zmpkg.pl line 53, <CONFIG> line 5. Use of uninitialized value in concatenation (.) or string at /usr/local ...
by rug
Tue Feb 01, 2005 9:15 pm
Forum: ZoneMinder Previous Versions
Topic: Couple of startup problems
Replies: 18
Views: 13815

Ok...

Code: Select all

patch /usr/local/bin/zmpkg.pl ./zmpkg.pl.patch
patching file /usr/local/bin/zmpkg.pl
Hunk #1 succeeded at 48 with fuzz 1.
I should probably add that I didn't notice any difference, but I didn't know if I should do something else first.
by rug
Tue Feb 01, 2005 8:01 pm
Forum: ZoneMinder Previous Versions
Topic: Couple of startup problems
Replies: 18
Views: 13815

oskin wrote:Check your installed file zm.conf.
See section 8.1 of README for more info.
Here's the contents:

Code: Select all

# ZoneMinder config
ZM_DB_SERVER=localhost
ZM_DB_NAME=zm
ZM_DB_USER=zm
ZM_DB_PASS=SumPassword
I verified that I can logon to that db through MySQL as that user as well.
by rug
Tue Feb 01, 2005 6:15 pm
Forum: ZoneMinder Previous Versions
Topic: Couple of startup problems
Replies: 18
Views: 13815

Couple of startup problems

Trying to use 1.20.0 Everything seemed to compile, install and go fine. I am having 2 problems and I don't know if they're related. I chose during the installation to not use authentication, yet when I go to the ZoneMinder page, I get prompted. I try admin/admin and I just get the same prompt over ...