Koozali.org: home of the SME Server
Obsolete Releases => SME 7.x Contribs => Topic started by: dazza76 on February 07, 2007, 08:07:55 AM
-
Hello ,
did anyone get a copy of the latest zone minder before the ftp went down
on ftp://ftp.chaapai.homelinux.net
hope he comes back up
Thanks
Dazza76.
-
Posting to an existing zoneminder topic would be more useful. When you post to a topic all the other people that had posted get an email - try that...
I had saved the rpms that were there a while ago, not sure if it they were the latest versions that he made available, and some src rpms were missing...
http://mirror.contribs.org/smeserver/contribs/gswallow/sme7/addons-testing/zoneminder/RPMS/
The kernel modules there aren't built for the 7.0 or 7.1 kernel - they are older versions.
-
dazza76
> ftp://ftp.chaapai.homelinux.net
> hope he comes back up
Try emailing infos AT chaapai.fr
-
Hallo,
I think i have all the latest rpm´s, i can upload it if you want (link ???) ...
fpausp
-
Why don't you post to one of the threads that chaapai has started or commented on and see if he's still around first...
http://forums.contribs.org/index.php?action=search2&search=zoneminder
-
Thanks to fpausp who shared with us your zm files from chaapai.
These are the last version from chaapai build (1.22.2).
You can download from:
http://www.unixlan.com.ar/sme7
Anyone can make the last version for ZM and kernel modules?
Last ZM version is 1.22.3
Normando
-
Thanks to fpausp who shared with us your zm files from chaapai.
These are the last version from chaapai build (1.22.2).
You can download from:
http://www.unixlan.com.ar/sme7
Anyone can make the last version for ZM and kernel modules?
Last ZM version is 1.22.3
Normando
I can't get to your site either.
-
I can't get to your site either.
Can't you access my site? The site is run ok.
-
it is ok
-
Anybody had success installing this on SME7.1.1 or higher?
I am stuck on missing dependencies
Any help is appeciated
Lourens
-
Knowing what dependencies are missing would be great.
-
I downloaded all files from:
http://mirror.contribs.org/smeserver/contribs/gswallow/sme7/addons-testing/zoneminder/RPMS/
Did a yum localinstall:
yum localinstall zm-1.22.0-01.sme7.i386.rpm
--> Processing Dependency: perl-Device-SerialPort for package: zm
--> Processing Dependency: perl(X10::ActiveHome) for package: zm
--> Processing Dependency: lame >= 3.96.1 for package: zm
--> Processing Dependency: ffmpeg >= 0.4.9 for package: zm
--> Processing Dependency: perl(Device::SerialPort) for package: zm
--> Processing Dependency: perl-Archive-Zip for package: zm
--> Processing Dependency: zm-lat_ibay = 1.22.0 for package: zm
--> Processing Dependency: perl-MIME-Lite >= 3.01-2.2 for package: zm
--> Processing Dependency: libavcodec.so for package: zm
--> Processing Dependency: libavformat.so for package: zm
--> Processing Dependency: perl-Astro-SunTime for package: zm
--> Processing Dependency: perl-Time-modules for package: zm
--> Processing Dependency: perl-X10 for package: zm
--> Processing Dependency: libavutil.so for package: zm
--> Finished Dependency Resolution
Error: Missing Dependency: perl-Device-SerialPort is needed by package zm
Error: Missing Dependency: perl(X10::ActiveHome) is needed by package zm
Error: Missing Dependency: lame >= 3.96.1 is needed by package zm
Error: Missing Dependency: ffmpeg >= 0.4.9 is needed by package zm
Error: Missing Dependency: perl(Device::SerialPort) is needed by package zm
Error: Missing Dependency: perl-Archive-Zip is needed by package zm
Error: Missing Dependency: zm-lat_ibay = 1.22.0 is needed by package zm
Error: Missing Dependency: perl-MIME-Lite >= 3.01-2.2 is needed by package zm
Error: Missing Dependency: libavcodec.so is needed by package zm
Error: Missing Dependency: libavformat.so is needed by package zm
Error: Missing Dependency: perl-Astro-SunTime is needed by package zm
Error: Missing Dependency: perl-Time-modules is needed by package zm
Error: Missing Dependency: perl-X10 is needed by package zm
Error: Missing Dependency: libavutil.so is needed by package zm
-
is anobody has the source rpm for ZM from Chaapai to allow update ?
JPP
-
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
-
I tell you after my update from 7.1 in few days :s
JP
-
installation sur sme 7.1.3
mysql 5.0.27
php 5.1.6
mkdir -p /usr/src/redhat/SOURCES/ZM
cd /usr/src/redhat/SOURCES/ZM
db yum_repositories set gswallow repository \
BaseURL http://mirror.contribs.org/smeserver/contribs/gswallow/sme7/addons-testing/zoneminder/ \
EnableGroups no \
GPGCheck no \
Name 'gswallow' \
Visible no \
status disabled
/sbin/e-smith/expand-template /etc/yum.conf
yum -y --enablerepo=gswallow install ffmpeg ffmpeg-devel
yum -y install mysql-devel libjpeg-devel perl-Archive-Tar gcc gcc-c++ pcre-devel perl-MIME-tools subversion \
--disablerepo=* \
--enablerepo=base \
--enablerepo=updates \
--enablerepo=centosplus \
--enablerepo=smeos \
--enablerepo=smeupdates \
--enablerepo=smeaddons
wget http://public.planetmirror.com/pub/zoneminder/downloads/ZoneMinder-1.22.3.tar.gz
gzip -d ZoneMinder-1.22.3.tar.gz && tar -xvf ZoneMinder-1.22.3.tar
cd /usr/src/redhat/SOURCES/ZM/ZoneMinder-1.22.3
rpm -ivh http://mirror.contribs.org/smeserver/contribs//jbennett/sme7/lat/smeserver-lazy_admin_tools-0.9.1-2.noarch.rpm
lat-ibays -a -c "zoneminder|zoneminder|admin|wr-group-rd-everyone|global||enabled|"
rm -rf /home/e-smith/files/ibays/zoneminder/html/index.html
./configure \
--with-webdir=/home/e-smith/files/ibays/zoneminder/html \
--with-cgidir=/home/e-smith/files/ibays/zoneminder/cgi-bin \
--with-ffmpeg=/usr/bin \
--with-webuser=www \
--with-webgroup=www \
ZM_DB_HOST=localhost \
ZM_DB_NAME=zm \
ZM_DB_USER=zmadminbase \
ZM_DB_PASS=zmpassbase
make && make install
mysql
CREATE DATABASE `zm` DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci;
GRANT SELECT, UPDATE, INSERT, DELETE ON zm.* TO 'zmadminbase'@'localhost' IDENTIFIED BY 'zmpassbase';
FLUSH PRIVILEGES;
quit;
mysql zm < /usr/src/redhat/SOURCES/ZM/ZoneMinder-1.22.3/db/zm_create.sql
mysql
UPDATE `zm`.`Config` SET `Value` = '/zoneminder/cgi-bin/nph-zms' WHERE CONVERT( `Config`.`Name` USING utf8 ) = 'ZM_PATH_ZMS' LIMIT 1 ;
quit;
cp /usr/src/redhat/SOURCES/ZM/ZoneMinder-1.22.3/scripts/zm /etc/init.d
ln -s /etc/rc.d/init.d/zm /etc/rc.d/rc7.d/S99zm
chmod 775 /etc/rc.d/init.d/zm
chmod 775 /etc/rc.d/rc7.d/S99zm
db accounts setprop zoneminder PHPBaseDir /home/e-smith/files/ibays/zoneminder/:/tmp:/usr
signal-event ibay-modify zoneminder
cd /usr/src/redhat/SOURCES/ZM
wget http://www.charliemouse.com/code/cambozola/cambozola-latest.tar.gz
tar xvfz cambozola-latest.tar.gz
cp /usr/src/redhat/SOURCES/ZM/cambozola-0.68/dist/cambozola.jar /home/e-smith/files/ibays/zoneminder/html
chown -R www:www /home/e-smith/files/ibays/zoneminder/html/cambozola.jar
chmod 775 /home/e-smith/files/ibays/zoneminder/html/cambozola.jar
/etc/init.d/zm start
yum -y remove *-devel cpp
cela fonctionne pour pour moi
-
I can't install, repo doesn't work
Can you help me?
-
Has anybody worked on a replacement to gswallow? The repo is gone again. Anybody have instruction on how to load ZoneMinder from scratch?
Thanks
Texasboy
8)
-
Has anybody worked on a replacement to gswallow? The repo is gone again.
Use the dag repository for the ffmpeg stuff.
Trevor B
-
I'll put back the src rpms that were there, but the kernel modules were not up to date and if no one is going to build new ones for each new kernel, then it's pointless. I don't want to contriubute to people being stuck at SME 7.1 and not able to upgrade. This is a contrib that must be in CVS and have the kernel module rpms built with each new kernel for SME Server.
-
I'll put back the src rpms that were there, but the kernel modules were not up to date and if no one is going to build new ones for each new kernel, then it's pointless. I don't want to contriubute to people being stuck at SME 7.1 and not able to upgrade. This is a contrib that must be in CVS and have the kernel module rpms built with each new kernel for SME Server.
Greg, my reading of the howto had only ffmpeg & ffmpeg-devel coming from your repositories.
The DAG repository has up-to-date versions of these for RHEL/Centos/etc., so I don't think you need to maintain them at all. I'd leave it to DAG.
Trevor B
PS. for those having trouble reading the wiki => Yum Repository (http://wiki.contribs.org/Category:Yum_Repository)
-
Present for you guys.... I rebuilt the Fedora 7 zoneminder rpm and made a smeserver-zoneminder rpm to replace all the hacks and howto above. The rpms needed are in the same place as the old ones. I don't use this, so can't really test if it works or not, or what cameras or capture cards are supported without adding kernel modules, but this is a much cleaner way to install zoneminder. Let me know if it works - All I've tested is that I can access the zoneminder application.
-
Thank you Greg for doing this, especially since you don't even use zoneminder yourself! Am I right guys?
( http://mirror.contribs.org/smeserver/contribs/gswallow/sme7/addons-testing/zoneminder/ )
Works like a charm on 7.2 following the readme.
guest
-
Ditto! Thanks Greg for the excellent platform to build on.
I’ve made some changes to zoneminder and smeserver-zoneminder rpms.
Many corrected zoneminder paths, directory locations and set-up zm database. For more details, see rpms.
how to
http://ftp.nluug.nl/os/Linux/distr/smeserver/contribs/sognenovski/Howto/
rpms
http://ftp.nluug.nl/os/Linux/distr/smeserver/contribs/sognenovski/RPMS/
Also, I’ve built bttv driver, - same location as above. I use an el cheapo 4 channel
card from ebay (Conexant Fusion chip) Working with 3 fps.
kernel-module-bttv-2.6.9-55.0.2.EL-0.9.15-1.sme.i686.rpm
smeserver-modprobe-bttv-1.0-01.noarch.rpm
The smeserver-modprobe-bttv rpm should modprobe bttv on reboot.
The default setting is card=77 tuner=1 (most common). You can edit this at
pico /etc/e-smith/events/local/90modprobe-bttv
Worth noting: removing smeserver-zoneminder rpm WILL drop the zm database. (Maybe I should change this…?)
Fairly green with all of this, please…use...test…server.
Enjoy
Steve
PS: its ffmpeg friendly to ;)
-
Hi,
I got a Problem after a yum update, my kernel now is 2.6.9-55.0.6.EL, the Source dev´s in zm /dev/video(0) - /dev/video(3) are red now.
I think it is the kernel-module-bttv..., how much work is that to bring them to 2.6.9-55.0.6.EL ?
I use an Brooktree Corporation Bt878 Video Capture (Hauppauge Impact VCB) Card.
I like to do that work but i don´t know how much and hard that is, can you explain that ?
regards
fpausp
-
Yes, the problem points to kernel-module-bttv (I think).
Are you able to revert back to your previous kernel from start-up (grub screen)?
Running yum update now …I’ll have a closer look and rebuild the driver if needed.
This time I’ll take notes and post back.
Regards
Steve
-
fpausp, after the update same problem :(
Present 1
As soon as the mirrors sync, I've rebuilt the bttv driver kernel-module-bttv-2.6.9-55.0.6.EL-0.9.15-2.sme.i686.rpm.
http://ftp.nluug.nl/os/Linux/distr/smeserver/contribs/sognenovski/RPMS/
Present 2 - without gift wrap ;)
bttv rebuild - howto
Never do this on a gateway box!
Login to your box with putty and update SME
# yum update
Set up your RPM development environment
http://smemirror.fullnet.co.uk/contribs/gordonr/devguide/html/x1435.htm
Set up 'yum' repositories and install gcc & gcc-c++
# db yum_repositories show centosplus
# db yum_repositories show base
# db yum_repositories setprop base status enabled
# db yum_repositories setprop base Visible yes
# db yum_repositories setprop centosplus Visible yes
# db yum_repositories setprop centosplus status enabled
# /sbin/e-smith/expand-template /etc/yum.conf
# yum install gcc gcc-c++
wget the source rpm to a preferred directory
# wget http://ftp.nluug.nl/os/Linux/distr/smeserver/contribs/sognenovski/SRPMS/bttv-0.9.15-2.sme.src.rpm
Install the source rpm
# rpm –Uvh bttv-0.9.15-2.sme.src.rpm
wget kernel-devel to a preferred directory
# wget http://mirror.anl.gov/pub/scientific-linux/40rolling/i386/apt/RPMS.updates/kernel-devel-2.6.9-55.0.6.EL.i686.rpm
Install kernel-devel
# yum localinstall kernel-devel-2.6.9-55.0.6.EL.i686.rpm
Do signal-event and log back in after reboot
# signal-event post-upgrade; signal-event reboot
Move to the rpm development environment SPECS directory
# cd ~/rpms/SPECS
Edit the spec, change the release number (ie: +1) and add the change log details. Save and exit
# pico bttv.spec
Build the rpm. A clean build should display 'exit 0' when finished
# rpmbuild -ba bttv.spec --target "$(uname -m)"
Move to rpm built directory
# cd ~/rpms/RPMS/i686
The fun part – install the new rpm
# yum localinstall *.rpm
and reboot for the changes
# reboot
Don’t forget to save the source, located @
# cd ~/rpms/SOURCE
Cheers
Steve
-
Hi Steve,
Thank you very much for the files and the howto !!!
regards
fpausp
-
:-( news, there was a yum kernel update 2.6.9-55.0.9.EL
:-) news, kernel-module-bttv-2.6.9-55.0.9.EL-0.9.15-3.sme.i686.rpm
soon as the mirrors sync (use above link)
enjoy
Steve
-
... slightly off the topic, ZoneMinder and SMS.
ZoneMinder sends a SMS and email notification when its in alarm state.
Heres an example of a SMS recieved
-----------------------------------------------------------
ZM alarm detected. Monitor kitchen, Event Id 43, Length 3.68, URL http://yoursite/zm?view=event&mode=stream&mid=1&eid=43
-----------------------------------------------------------
And the email for the same event with the image attached
-----------------------------------------------------------
An alarm has been detected on your installation of the ZoneMinder.
The details are as follows :-
Filter: frames
Monitor: kitchen
Event Id: 43
Duration: Motion: All
Length: 3.68
Frames: 68 (40)
Total Score: 281
Maximum Score: 9
Average Score: 7
Date Time: 2007-09-30 06:46:04
Attached first alarmed event image.
Attached (first) event image with the highest score.
This alarm was matched by the frames filter and can be viewed at http://yoursite/zm?view=event&mode=stream&mid=1&eid=43
-----------------------------------------------------------
I've made code changes in ZM rpm to support SMS. If there is interest, I'll kick off with a new topic.
Thx
Steve
-
Hi sognenovski,
Great news from you, i would like to test the sms-rpm-version please, what device for sending do you use ?
regards
fpausp
-
fpausp
This will get you started (SMS Tools) http://forums.contribs.org/index.php?topic=38504.msg174450#msg174450
yep...thats a self plug.
use the lastest version I just uploaded smstools-3.3.0.10-3.i386.rpm (no time to accounce)
Adding the finishing touches to zm (sms support) rpm... should be ready 2morrow.
Grand Final fever in Sydney today.
Steve
-
fpausp, here you go...
http://forums.contribs.org/index.php?topic=38708.msg175683#msg175683
-
Hi,
No time at the moment to test it but thanks very much for your work and help here.
regards
fpausp
-
Thank you Greg for doing this, especially since you don't even use zoneminder yourself! Am I right guys?
( http://mirror.contribs.org/smeserver/contribs/gswallow/sme7/addons-testing/zoneminder/ )
Works like a charm on 7.2 following the readme.
guest
I installed on a new 7.2, added a Creative webcam.# lsusb
Bus 005 Device 002: ID 05a9:a511 OmniVision Technologies, Inc. OV511+ WebCam
which is correct as far as I know.
Set up the camera in zm but I get a broken image when I try to view.
# tail /var/log/httpd/error_log
[error] [client 192.168.100.91] script not found or unable to stat: /home/e-smith/files/ibays/Primary/cgi-bin/zm, referer: https://phumper/zm/index.php?view=watchfeed&mode=&mid=3&scale=100&control=
I can't figure out how the paths are all setup in the installation. Can anyone help?
Thanks
Noz.
Update:
I tried modifying the path in ZM_PATH_ZMS but that didn't work. However, copying /usr/libexec/zoneminder/cgi-bin/nph-zms to /home/e-smith/files/ibays/Primary/cgi-bin/zm/nph-zms does.
So, should I report this as a bug?
Thanks
N
-
Had the same result with the initial release of smeserver-zoneminder.
The problem was addressed with the new rpm release.
%changelog smeserver-zoneminder
* Sat Sep 01 2007
- added 23zoneminder
- expand templates on %post and %postun
- start zoneminder daemon
- removed ScriptAlias from 86zoneminder
- added to %post mysql mysql < /usr/share/zoneminder/db/zm_create.sql
- added to %postun mysqladmin -f drop zm
try updated rpms
smeserver-zoneminder-0.1-4.el4.sme.noarch.rpm
zoneminder-1.22.3-9.el4.sme.i386.rpm
found here
http://ftp.nluug.nl/os/Linux/distr/smeserver/contribs/sognenovski/
-
Thanks, that worked.
N :-)
-
Hi All,
I followed the howto from sognenovski and made a new kernel-module-bttv (2.6.9-55.0.12).
If somebody like it, you can download it from:
http://www.netztechnik.at/download/sme72/zoneminder/
That is my first try, use it at your own risk !!!
regards
fpausp
-
I followed the howto from sognenovski and made a new kernel-module-bttv (2.6.9-55.0.12).
Thanks for that. I didn’t have the opportunity to give it a go because I bit the bullet and rebuilt the ZM server on 7.3.
…and yes the bttv for SME 7.3 :)
kernel-module-bttv-2.6.9-67.0.1.EL-0.9.15-5.sme.i686.rpm
also, I cooked one up for SMP kernel :-P
kernel-module-bttv-2.6.9-67.0.1.ELsmp-0.9.15-4.sme.i686.rpm
Only limited testing done (about 2 weeks) from myself for both rpms.
They seem to be stable for release. Let me know of any probs - did i type that?
http://distro.ibiblio.org/pub/linux/distributions/smeserver/contribs/sognenovski/RPMS/
Regards
Steve
-
Hey Steve,
What board are you using with zoneminder?
I would like to try but the board I have (Geovision) is only compatable with Windows.
So before I buy a new one I would like to know what works.
Thanks,
-
I would like to try but the board I have (Geovision) is only compatable with Windows.
Add Swan cards/gear to that list! :mad:
So before I buy a new one I would like to know what works.
As far as I know anything with Conexant Fusion 878A chip is supported. There are many on ebay that come out of Hong Kong.
From memory, besides the card and 4 cameras the kit comes with Pico 2000 software CD, use it as a coaster.
Heres a pic of one of my test cards that does about 3 frames per second on all 4 channels.
http://ftp.nluug.nl/os/Linux/distr/smeserver/contribs/sognenovski/Howto/Conexant_Fusion_878A.jpg
Having said that, I recently purchased the Kodicom 4400R (16 Channels).
It still has the Conexant chip but it also has a master control PLX chip, sadly it’s only supported by the bttv driver from kernel version 2.6.13 onwards. :hammer:
For now it lives in the cupboard till I start playing with SME 8.0.
http://www.linuxtv.org/v4lwiki/index.php/Kodicom_4400R
From what I read over at the ZM site, Bluecherry have the bees knees when comes to cards, cameras and support for ZoneMinder.
Again, check the minimum kernel version required.
http://store.bluecherry.net/SearchResults.asp?Cat=63&Click=51
Perhaps others could share their experiences…
Hope this helps
Steve
-
http://ftp.nluug.nl/os/Linux/distr/smeserver/contribs/sognenovski/Howto/Conexant_Fusion_878A.jpg
Slow mirrors.... :???:
-
Slow mirrors.... :???:
yep...good on my end.
-
yep...good on my end.
Here now...
http://distro.ibiblio.org/pub/linux/distributions/smeserver/contribs/sognenovski/Howto/Conexant_Fusion_878A.jpg
-
Hi sognenovski,
Thank you for the new kernel-module, it works like a charm.
regards
fpausp
-
Hi there
Is there anyone who have a working link to a zoneminder install rpm???
Best regards
CTM-11
-
Zoneminder (http://mirror.contribs.org/smeserver/contribs/rmitchell/smeserver/contribs/zoneminder/)
-
Watch the kernel version! You may have to recompile for the newest kernel