Difference between revisions of "Debian"

From ZoneMinder Wiki
Jump to navigationJump to search
(7 intermediate revisions by 2 users not shown)
Line 2: Line 2:


==Installation Guides==
==Installation Guides==
 
*[[Debian 9 64-bit with Zoneminder 1.30.4 the Easy Way]]
Zoneminder is now in Debian "unstable" (as of 2007-03-12) so you should be able to just "apt-get install zoneminder" if you include
"unstable" packages. Alternately:
 
*[[Debian 3.1 install|Debian 3.1 + Zoneminder 1.22.x]] Installation Guide (ZM from source - without ffmpeg) using ''stable'' packages
 
*[http://www.zoneminder.com/fileadmin/downloads/ZoneMinder_install.doc Debian + ZM] Installation Guide (using a [http://www.spic.net/zoneminder/ debian ZM package] requiring ''unstable'' ffmpeg/libavcodec2/liblame0)
 
*[[Debian Etch]] The above are outdated
*[[Debian Squeeze]]
 
*[http://www.csquad.org/cocoon/tags/public/zoneminder/zoneminder.html Debian Etch + ZoneMinder 1.23.x in French] Installation Guide for Debian in French.
 
You can also use the following guide to install Zoneminder from source in a Debian Lenny based machine. The guide is in spanish and the repositories used are from Chile. If you want to, just use the ones of your country in your sources.list file:
 
*[http://www.zenner.cl/Instalacion%20de%20ZONEMINDER%20en%20Debian%20Lenny.pdf Debian Lenny + Zoneminder 1.24 in spanish]
 
*[http://www.freehoster.cn/howto.txt Debian 5 Lenny + Zoneminder 1.24 mit Spectra8 Karte in deutsch]
 
*[http://www.rmacd.com/howto/zoneminder-debian-lenny-install.php Debian Lenny and ZM1.24 (all '''stable''') May 2010 (English)]
 
*[[Debian 6 Squeeze 64-bit with ZoneMinder 1.25.0 Preview, FFmpeg, libjpeg-turbo, Webmin, Cambozola(Spanish Diciembre 2011)]]
 
*[[Debian 8.1 64-bit with Zoneminder 1.28.1 the Easy Way (Obsolete Feb 2016]]


*[[Debian 8 64-bit with Zoneminder 1.29.0 the Easy Way]]
*[[Debian 8 64-bit with Zoneminder 1.29.0 the Easy Way]]


==Installation Notes==
*[[Debian 8.1 64-bit with Zoneminder 1.28.1 the Easy Way]](Obsolete Feb 2016)
[[Debian init.d|/etc/init.d/zm script]] - slightly modified from the original to correctly echo output on debian
 
 
http://www.zoneminder.com/forums/viewtopic.php?t=5391
 
http://www.zoneminder.com/forums/viewtopic.php?t=6215
 
http://www.zoneminder.com/forums/viewtopic.php?t=5892
 
:./configure --with-mysql=/usr
:--with-webdir=/var/www/zm
:--with-cgidir=/var/www/cgi-bin --sysconfdir=/etc
:--with-ffmpeg=/usr/local
:--with-webuser=www-data
:--with-webgroup=www-data CPPFLAGS="-I /usr/local/ssl/include -I /usr/local/lib"
 
== Additional Notes ==
http://www.zoneminder.com/forums/viewtopic.php?t=6261
<nowiki>Insert non-formatted text here</nowiki>
 
With a large number of cameras (or just a few HD cameras) you may also need to increase the size of /run (tmpfs). Editing /etc/sysctl.conf is no longer enough.
 
The easiest way to do this is to add the following line to /etc/fstab (where 50% is the size of /run in regards to your physical memory)
 
    tmpfs /run tmpfs nodev,nosuid,size=50%,mode=755 0 0

Revision as of 19:35, 4 June 2017

Debian GNU/Linux is a free operating system with a focus on stability. It's based on a sophisticated package management system that lets you choose from three releases of varying stability. The software packages included in the stable release have been tested thoroughly and are ideal for a server environment, whereas testing and unstable releases have more recent versions of software which usually contain some bugs. Ironically, Debian's unstable release is often more stable than many other distributions' final releases.

Installation Guides