I'm using the LiveCD installed to hard drive, updated to .3, delightfully. Athlon 1GHz with 1G RAM, a quad-BT878 card. CPU usage seems to sit at 50% with one camera. Haven't tried camera two yet, but will be doing so shortly, I would like to see how many cameras I can pack into one 1GHz box. Thought I would attempt CPU optimization of the C/C++ code first (kernel already done). So I got the source, unpacked, set CFLAGS and CXXFLAGS at "-march=athlon -O2" as part of the configure, did it, no errors, then 'make'; no errors. Found the ELF binaries (zma, zmu, etcetera). Shut down the zoneminder service. Copied my Athlon-optimized binaries to the working locations manually, in order to not mess things up beyond my ability to repair!

Started the zoneminder service. The web service worked fine, but my video device was listed as "Idle", even though it was still "Enabled". I also could not "Disable" the device in order to "Enable" it again. Also could not figure out why this was happening. Anyone have an answer?
I ended up shutting the service down again, running rpm -U --force on the .3 RPM file, and doing a reboot, which got everything up again, albeit non-optimized.