Page 1 of 1

zoneminder_1.22.3-6_i386.deb released

Posted: Sun Apr 15, 2007 12:38 am
by PeterHoward
This fixes the "bad fd number" problem on systems where /bin/sh resolves to dash, not bash.

There's also now a .deb built for Ubunty edgy as well as dapper.

The Debian unstable package should appear "Real Soon Now"; I don't have direct commit access and have to rely on a freind who is a Debian Developer to do the upload.

Problems, new bugs, to usual locations.

And the ftp site is . . .

Posted: Sun Apr 15, 2007 12:38 am
by PeterHoward

patch

Posted: Tue May 29, 2007 8:11 pm
by nadir
Hi!
is there a howto for the patch 1.22.3 ;I tried with patch -p0 but no succes

Posted: Wed May 30, 2007 12:00 am
by PeterHoward
I'll work it out a bit later today (posting at 10 am my time)

Posted: Wed May 30, 2007 11:54 pm
by PeterHoward
Sorry, got distracted yesterday :-(

Anyway, from in ZoneMinder-1.22.3/ the invocation is

Code: Select all

patch -p1 < {whatever you called the patch file}
And you don't need to modify the patch (even to take out the @DPATCH@ line)

Northern-Ridge.com.au down?

Posted: Fri Jun 29, 2007 10:32 pm
by nakedfarmanimals
Is ftp://www.northern-ridge.com.au/zoneminder down, or is just everyone and their brother downloading the update/patch?

Trying my first system, and I can't get the ubuntu distro...

Yes, it was

Posted: Sat Jun 30, 2007 11:35 pm
by PeterHoward
Yes, the site was down for about 12 hours. . . it should have been upo for nearly a day again now. Let me know if you have any more problems.

Posted: Sat Jun 30, 2007 11:44 pm
by jameswilson
Peter id like to extend my thanks for what you do, even though i dont use your stuff im sure plenty do, and id like to ansure you know we appriciate it. I as you know, know naff all about ubuntu etc

Thank you

Posted: Sun Jul 22, 2007 10:00 pm
by ampp
Thanks for the package. I thought i would do some testing, so i did install in vmware using a Debian etch, amd64 kernel, however i didn't want to go to the unstable package list.

First step was to wget zoneminder_1.22.3-6_amd64.deb , then tried dpkg -i and got a few dependencies unresolved. Went through the dependencies and added them manually to a list.

apt-get -f install libmysqlclient15off apache2-mpm-prefork libapache2-mod-php5 ffmpeg php5 php5-mysql libdate-manip-perl libmime-perl mysql-server mysql-client libwww-perl libapr1 libexpat1 libaprutil1 libpq4 apache2.2-common libavcodec0d libavformat0d php5-common libmailtools-perl libio-stringy-perl libconvert-binhex-perl mysql-common liburi-perl libhtml-parser-perl libhtml-tree-perl mysql-client-5.0 mysql-server-5.0 liba52-0.7.4 libgsm1 libvorbis0a libvorbisenc2 libdc1394-13 libogg0 libhtml-tagset-perl libtimedate-perl libdbi-perl libdbd-mysql-perl libdbi-perl psmisc libraw1394-8 libplrpc-perl apache2-utils libnet-daemon-perl

Tried to install zone minder again.

zoneminder depends on libc6 (>= 2.5); however:
Version of libc6 on system is 2.3.6.ds1-13.

dpkg -i --force-all zoneminder_1.22.3-6_amd64.deb

Starting ZoneMinder: success

Then link /etc/zm/apache.conf to apache, using one of the many methods.

I have not seen any weird issues. Although i assume this method is not recommended. apt is trying to remove zone minder, but ill probably not be doing it this way on a real box.