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.
Search found 11 matches
- 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
- 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 ...
- 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 

- 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 ...
- 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 ...
- 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 ...
- 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!
).

- 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 ...
- 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 ...
- Sun Dec 10, 2006 4:32 am
- Forum: ZoneMinder Previous Versions
- Topic: problems with https
- Replies: 11
- Views: 6275
- 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.