Search found 31 matches

by donatmote
Tue Nov 15, 2005 3:00 pm
Forum: ZoneMinder Previous Versions
Topic: Can not log in web interface
Replies: 36
Views: 44232

FYI, I'm running Debian/Testing amd64. Recently php4.4 moved from unstable to testing and I upgraded. I lost the ability to login. I upgraded zm to 1.21.4, but it didn't help. I noticed that the "official fix" was in 1.21.4. Merced's fix (moving session_start) got my login back. Also I had to ...
by donatmote
Thu Aug 25, 2005 2:31 pm
Forum: ZoneMinder Previous Versions
Topic: Login broken
Replies: 9
Views: 8625

I'm not having any trouble with the options popup --
How do the other values in the user table look?

Don
by donatmote
Tue Aug 23, 2005 12:44 pm
Forum: ZoneMinder Previous Versions
Topic: Login broken
Replies: 9
Views: 8625

# mysql zm
mysql> update Users set Password = password('apassword') where Username = 'admin';
...
etc.
mysql> \q

I found a place in userLogin in zm_funcs.php where user authentication is done, and
the mysql password() function is used there.

Regards.

Don
by donatmote
Mon Aug 22, 2005 7:06 pm
Forum: ZoneMinder Previous Versions
Topic: Login broken
Replies: 9
Views: 8625

Hi all, It seems that somehow my database had been corrunpted. All the passwords were 16 character "hashed" strings that did not match to output of the current mysql password function, which is more like 32 characters with a leading '*'. I used mysql monitor to update my Password entries and things ...
by donatmote
Fri Aug 19, 2005 7:59 pm
Forum: ZoneMinder Previous Versions
Topic: Login broken
Replies: 9
Views: 8625

Login broken

System: Debian Etch AMD64 Whe I try to login with any of the username/passwords in my database, I just get the login screen redisplayed. I can get a console by turning off authentication in the database, but that's unacceptable. Trying to find where the failure occurs, I turned on debugging in zm ...
by donatmote
Fri Aug 19, 2005 4:33 pm
Forum: ZoneMinder Previous Versions
Topic: Broken image in monitor watch & events via index
Replies: 8
Views: 4784

Hi All again, This is what I found: zmconfig.pl will not accept a path beginning with '/' (it asks for a relative path). I had entered ' /cgi-bin/zm/zms' (note the leading space). So the zms url was being built with an included space. Now the $_SERVER['HTTP_HOST'] token was being returned with no ...
by donatmote
Fri Aug 19, 2005 3:53 pm
Forum: ZoneMinder Previous Versions
Topic: Broken image in monitor watch & events via index
Replies: 8
Views: 4784

Hi All,

So the placement of an echo statement showed that the token:

$_SERVER['HTTP_HOST'] has a linefeed at the end of it that's breaking up the URL for the zms call. Now I'm looking for where this is generated. Hints are welcome.

Don
by donatmote
Fri Aug 19, 2005 2:36 pm
Forum: ZoneMinder Previous Versions
Topic: Broken image in monitor watch & events via index
Replies: 8
Views: 4784

Hi Cordel, Thanks -- you were right -- that had nothing to do with my primary problem. In that regard, I found this url in an old apache access log and tried it: http://zoneminder.mote.org/cgi-bin/zm/zms?mode=jpeg&monitor=2&scale=100&maxfps=15 It worked -- I have updating images on my browser. So ...
by donatmote
Thu Aug 18, 2005 6:21 pm
Forum: ZoneMinder Previous Versions
Topic: Broken image in monitor watch & events via index
Replies: 8
Views: 4784

Still trying to nail this. Found the following in zmvideo.log and wondered if it might shed some light. Note particularly: [mpeg1video @ 0x733970]MPEG1/2 doesnt support 5/1 fps Any ideas? Creating video file Event-20900.mpg for event 20900 /usr/bin/ffmpeg -y -hq -intra -r 1.99 -s 352x240 -i %03d ...
by donatmote
Fri Aug 05, 2005 5:04 pm
Forum: ZoneMinder Previous Versions
Topic: Broken image in monitor watch & events via index
Replies: 8
Views: 4784

Thanks Cordel.

Yes, I tried that -- I get no response -- no properties window, nothing.
Puzzling.

Don
by donatmote
Thu Aug 04, 2005 8:11 pm
Forum: ZoneMinder Previous Versions
Topic: Broken image in monitor watch & events via index
Replies: 8
Views: 4784

Broken image in monitor watch & events via index

I still can't get an image when I click on the monitor name since I upgraded from 1.21.0 -> 1.21.2 and now -> 1.21.3. I do invert the image, so I thought the 1.21.3 release might fix the problem, but no luck. I also tried not inverting the image, but that just gave me upsidedown images. Images are ...
by donatmote
Fri Jul 08, 2005 3:47 pm
Forum: ZoneMinder Previous Versions
Topic: Upgraded1.21.0->1.21.2 thennvalid JPEG file structure:
Replies: 9
Views: 5037

OK -- I don't find zms in /var/log/messages at all. I find this: pegtopnm: WRITING PPM FILE in apache/error.log And when I start the watch window I see this in apache/acess.log: 12.174.211.101 - - [08/Jul/2005:11:24:50 -0400] "GET /zm/zm.php?view=watchstatus&mid=2&last_status=4 HTTP/1.1" 200 740 ...
by donatmote
Fri Jul 08, 2005 2:41 pm
Forum: ZoneMinder Previous Versions
Topic: Upgraded1.21.0->1.21.2 thennvalid JPEG file structure:
Replies: 9
Views: 5037

In the monitor watch -- I'm seeing neither the stream nor the stills. When I open an event, the image is broken there as well. On the main console, if I click on -- say the Hour event number -- then click on an event in the event table, the image is broken. If I click on a thumbnail, the image is ...
by donatmote
Thu Jul 07, 2005 5:57 pm
Forum: ZoneMinder Previous Versions
Topic: Upgraded1.21.0->1.21.2 thennvalid JPEG file structure:
Replies: 9
Views: 5037

Hi Phil, Here are some other observations. Whe I click on the event total in one of the console columns, the relevant table of events comes up. Then when I click on the event name, a window comes up with a broken image, as in the monitor window. But the thumbnails are there and if I click on a ...
by donatmote
Wed Jul 06, 2005 8:16 pm
Forum: ZoneMinder Previous Versions
Topic: Upgraded1.21.0->1.21.2 thennvalid JPEG file structure:
Replies: 9
Views: 5037

It's for security -- and nothing public, I'm afraid.