Page 1 of 1

Problem with too many ZMC processes

Posted: Wed Aug 18, 2004 5:51 pm
by pchan
I can't figure out why at least 2x a day, I have to manually go into my system and kill off all my ZMC processes.

I'm only capturing 1 camera, but I seem to always end up with multiple ZMCs hanging around. What would cause them to constantly respawn without killing off the previous one?

Posted: Wed Aug 18, 2004 10:19 pm
by victor_diago
hi pchan.

run myisamchk in your zm database files (*.MYI)

but FIRST, SHUTDOWN ZONEMINDER AND MYSQL

then, see the result of myisamchk (myisamchk *.MYI)

if you see something like "should be fixed" then, run
myisamchk -rf *.MYI.

this should fix that.

victor diago