Cordel - Great job
James - Thanks for the assist
I tried various searches over and over, but basically this is the install in its entirety:
Using FC3 ISO, image system with ZM, add KDE / GUI interface
Perform the following in the terminal screen:
yum update
chkconfig --levels 345 httpd on
chkconfig --levels 345 mysqld on
service mysqld start
service httpd start
vi /etc/zm.conf (So you can add the username and password you want for the database)
/usr/lib/zm/bin/zminit (To create and populate the database, default user->root and leave the password blank)
service zm start
*** Can't find the exact line I used ***
yum update -x10-* (Something like that, mod please fix)
Ran latest 1.22 rpm
Rebooted...
goto
http://xxx.xxx.xxx.xxx/zm
admin / admin
configured cameras
- If one 4 port video-camera card ensure the device = /dev/video0 and channel 0,1,2,3
- If another card, that one is /dev/video1 and channel 0,1,2,3
Hope this helps anyone else venturing into the ZoneMinder realm with no clue. I apologize about the yum update -x10-*... It's in the forums but I can't find the exact line to install it command line. Hopefully a mod can just update my post for that string.
Cordel, My only question is this. In the 1.21.4 the camera stopped recording once it reached 32000 events. Is this still a limitation? It will take me a month to find out. I was looking to auto-delete last 5000 records once events reach 32000 event, but there is not a delete by event count in the filter system.
Nonetheless, great work and management system for cameras!
[Edit:Cordel] The package is perl-X10 and you also need to download and install ffmpeg and ffmpeg-libpostproc versions 0.4.9-3 If you are upgrading you must manualy remove the zm-X10 package (Sorry I haven't figured how to deal with this
yet) before upgrading if you have it installed.