Koozali.org: home of the SME Server
Obsolete Releases => SME 7.x Contribs => Topic started by: bradleyj00 on November 22, 2006, 09:14:27 PM
-
Just wondering if anyone has any recent installation documentation for zoneminder. I've noticed a couple of posts in older forums, however I'm thinking they may no longer be relevant.
Any advice would be appreciated.
Thanks,
Jim
-
I have it installed on SuSE myself as ZoneMinder needs alot of tweaking and additional packages including gcc.
It can be done on SME but I haven't attempted myself. Maybe you could update one of those how tos ?
-
Moving this topic to the SME 7.x contribs forum, it is more appropriate there. Thanks!
-
Thanks to chaapai contrib. (love your work) this works for me, though it does need updating.
Install SME Server 7 Pre1(hope the iso is still out there) and Zoneminder 1.21.4 contrib
[root@yourserver]# wget http://www.goulburnmobilesolutions.com/contrib/Zoneminder/zoneminder-sme7-pre1.tar [root@yourserver]# tar -xvf zoneminder-sme7-pre1.tar
[root@yourserver]# cd zoneminder
[root@yourserver zoneminder]# ./install.sh
[root@yourserver zoneminder]# pico /etc/modprobe.conf
You might have to play around with card number option. Be sure to reboot each time.
insert line 'options bttv card=77'
alias char-major-81 snd-bt87x
options bttv card=77
alias block-major-3 off
save and exit
Run yum update and have your coffee
Reboot, and at the grub splash screen select kernel 2.6.9-22.0.1
configue your cameras http://your_server_ip/zoneminder
username admin
password admin
http://www.goulburnmobilesolutions.com/contrib/Zoneminder/cam-setup.pdf
Firefox settings
Open browser
type about:config in the text area and hit enter.
search for and change :
network.http.max-connections-per-server put a value of 100
network.http.max-persistent-connections-per-proxy put a value 100
network.http.max-persistent-connections-per-server put a value 100
browser.cache.check_doc_frequency change to 1
Close the browser and open it again.
The video capture card we use http://www.goulburnmobilesolutions.com/contrib/Zoneminder/BT878a.pdf
Try ebay
To uninstall
[root@yourserver]# cd zoneminder
[root@yourserver zoneminder]# ./uninstall.sh
Recommend installing on a test box first although mine has been up since Jan flawlessly.
Steve
-
Thanks to chaapai contrib. (love your work) this works for me, though it does need updating.
Install SME Server 7 Pre1(hope the iso is still out there) and Zoneminder 1.21.4 contrib
I installed this on an SME 7 (Im sure it was!) as a test and it worked fine. only had one USB webcam connected tho'
-
Thanks to chaapai contrib. (love your work) this works for me, though it does need updating.
Install SME Server 7 Pre1(hope the iso is still out there) and Zoneminder 1.21.4 contrib
I installed this on an SME 7 (Im sure it was!) as a test and it worked fine. only had one USB webcam connected tho'
Or why not use his latest contribs for the latest version of SME Server...
ftp://ftp.chaapai.homelinux.net/yum-smeserver/7.0/smechaapai/i386/RPMS
-
Thanks to chaapai contrib. (love your work) this works for me, though it does need updating.
Install SME Server 7 Pre1(hope the iso is still out there) and Zoneminder 1.21.4 contrib
I installed this on an SME 7 (Im sure it was!) as a test and it worked fine. only had one USB webcam connected tho'
Or why not use his latest contribs for the latest version of SME Server...
ftp://ftp.chaapai.homelinux.net/yum-smeserver/7.0/smechaapai/i386/RPMS
Yes.. might be achievable with yum.
/sbin/e-smith/db yum_repositories set smechaapai repository \
BaseURL ftp://ftp.chaapai.fr/yum-smeserver/7.0/smechaapai/i386 \
EnableGroups 1 \
GPGCheck 1 \
Name smechaapai \
status disabled
/sbin/e-smith/db yum_repositories set dag repository \
BaseURL http://apt.sw.be/redhat/el4/en/i386/dag \
EnableGroups 1 \
GPGCheck 1 \
Name Dag-repository \
status disabled
/sbin/e-smith/db yum_repositories set atrpms repository \
BaseURL http://dl.atrpms.net/el4-i386/atrpms/stable \
EnableGroups 1 \
GPGCheck 1 \
Name Atrpms-repository \
status disabled
/sbin/e-smith/db yum_repositories set dries repository \
BaseURL http://ftp.belnet.be/packages/dries.ulyssis.org/redhat/el4/en/i386/dries/RPMS \
EnableGroups 1 \
GPGCheck 1 \
Name Extra-Fedora-rpms-dries-$releasever-$basearch \
status disabled
rpm --import http://dries.ulyssis.org/rpm/RPM-GPG-KEY.dries.txt
rpm --import http://dag.wieers.com/packages/RPM-GPG-KEY.dag.txt
rpm --import http://ATrpms.net/RPM-GPG-KEY.atrpms
yum install ZoneMinder \
--enablerepo=base \
--enablerepo=smechaapai \
--enablerepo=dag \
--enablerepo=dries \
--enablerepo=atrpms
-
Hi. I've try to install ZoneMinder on a test server with these command but I get a
Error getting repository data for smechaapai, repository not found
I think the problem comes from the declaration of the repository in the db but I cant see where. Does anyone try this?
-
Hi. I've try to install ZoneMinder on a test server with these command but I get a Error getting repository data for smechaapai, repository not found
I think the problem comes from the declaration of the repository in the db but I cant see where. Does anyone try this?
I may of left out
expand-template /etc/yum.conf
The db entry should look like..
[root@c3 ~]# db yum_repositories show smechaapai
smechaapai=repository
BaseURL=ftp://ftp.chaapai.fr/yum-smeserver/7.0/smechaapai/i386
EnableGroups=1
GPGCheck=1
Name=smechaapai
status=disabled
[root@c3 ~]#
-
I can't believe I'm stupid enaugh to forget this command. Many thanks!!
-
Can anyone tell me if someone has got ZM working on SME v7.1.3 ?
All posts for ZM seem to be quite old, Both on this forum and the ZM Forums
Any help/pointers would be cool...
Thanks
-
Maybe thats a way:
http://www.wains.be/index.php/2007/04/24/installing-zoneminder-1223-under-centos-44/