Search found 11 matches

by juju_bean
Tue May 01, 2007 10:28 pm
Forum: ZoneMinder Previous Versions
Topic: zm will not not load after debian upgrade to etch
Replies: 14
Views: 9281

even more info

i get this while running zmu through gdb:

(gdb) run
Starting program: /usr/local/bin/zmu
Failed to read a valid object file image from memory.
[Thread debugging using libthread_db enabled]
[New Thread -1219622048 (LWP 22487)]

Program exited with code 0343.
by juju_bean
Tue May 01, 2007 9:17 pm
Forum: ZoneMinder Previous Versions
Topic: zm will not not load after debian upgrade to etch
Replies: 14
Views: 9281

more info

when i run zmfix via gdb i get: (gdb) run Starting program: /usr/local/bin/zmfix Failed to read a valid object file image from memory. [Thread debugging using libthread_db enabled] [New Thread -1219536096 (LWP 20320)] Program exited with code 0343. what is code 0343? why is it giving a "Failed to ...
by juju_bean
Tue May 01, 2007 7:58 pm
Forum: ZoneMinder Previous Versions
Topic: zm will not not load after debian upgrade to etch
Replies: 14
Views: 9281

still stuck

So, anyone have any ideas on why zmfix stopped working with the debian 4 etch upgrade :?:
by juju_bean
Fri Apr 27, 2007 11:31 pm
Forum: ZoneMinder Previous Versions
Topic: zm will not not load after debian upgrade to etch
Replies: 14
Views: 9281

need the libmysqlclient15-dev?

Can you try running the zmfix line from the command line and see if there's any more useful messages? i.e. "sudo -u www-data /usr/local/bin/zmfix" hm - strange - when I enter above command into the terminal window - it returns: /usr/local/bin/zmfix: error while loading shared libraries ...
by juju_bean
Fri Apr 27, 2007 11:27 pm
Forum: ZoneMinder Previous Versions
Topic: zm will not not load after debian upgrade to etch
Replies: 14
Views: 9281

no output

Much like most of the posts I've seen, when I run sudo -u www-data /usr/local/bin/zmfix I get no output. As in: xxxxxxxxxx:~# sudo -u www-data /usr/local/bin/zmfix xxxxxxxxxx:~# I've read that zmfix runs setuid which WAS deleted by the debain 4 upgrade. I re-installed the <super> package. I still ...
by juju_bean
Fri Apr 27, 2007 12:33 am
Forum: ZoneMinder Previous Versions
Topic: zm will not not load after debian upgrade to etch
Replies: 14
Views: 9281

zm will not not load after debian upgrade to etch

Zoneminder has been running great on a server for quite a while. I did an aptitude upgrade which took my debian version to etch. Now when I try to start zm i get this in the zmpkg.log 04/26/2007 20:18:30.664862 zmpkg[17162].INF [Command: start] 04/26/2007 20:18:31.490567 zmpkg[17162].ERR [Unable to ...
by juju_bean
Wed Apr 25, 2007 10:31 pm
Forum: ZoneMinder Previous Versions
Topic: Login broken
Replies: 9
Views: 9009

this fixed login after debian etch upgrade foobarred it

The mysql password change fixed my login after a debian upgrade. It was returning to login screen after entering password and username. I think mysql gets upgraded from version 4 to version 5 in th etch upgrade (etch makes me itch! :? ).
by juju_bean
Sat Jan 20, 2007 1:21 am
Forum: ZoneMinder Previous Versions
Topic: problems with https
Replies: 11
Views: 6275

solved

Answering my on post to assist those that may need it. I found the solution on http://www.debian-administration.org/articles/349. I had to add ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/ <Directory "/usr/lib/cgi-bin"> AllowOverride None Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch Order allow,deny ...
by juju_bean
Thu Jan 04, 2007 2:09 am
Forum: ZoneMinder Previous Versions
Topic: problems with https
Replies: 11
Views: 6275

logs

I checked syslog and apache2/error_log while trying to access monitor via https. There were no new lines in the logs (I watched them with tail) while the monitor page loaded. It's like zms is not being loaded? I also watched ,with tail, zmdc.log and zmwatch.log while the monitor page was loading. No ...
by juju_bean
Sun Dec 10, 2006 4:32 am
Forum: ZoneMinder Previous Versions
Topic: problems with https
Replies: 11
Views: 6275

thanks for the reply. i can view an https page from this server, and you can see in the access log line below that i'm getting to the zms streamer (ip and user have been changed). *.*.*.* - - [09/Dec/2006:23:29:06 -0500] "GET /cgi-bin/zms?mode=jpeg&monitor=2&scale=100&maxfps=5&user=user&rand ...
by juju_bean
Tue Nov 21, 2006 2:01 am
Forum: ZoneMinder Previous Versions
Topic: problems with https
Replies: 11
Views: 6275

problems with https

I have ZoneMinder 1.2.22 installed and working on the latest version of Debian (stable). I'm using Apache2. ZoneMinder is working very well using http on my local network, but I cannot access the monitors using https over the internet. I'm using the jpeg streaming method.