<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.staging.zoneminder.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Gri6507</id>
	<title>ZoneMinder Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.staging.zoneminder.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Gri6507"/>
	<link rel="alternate" type="text/html" href="http://wiki.staging.zoneminder.com/Special:Contributions/Gri6507"/>
	<updated>2026-04-20T00:09:47Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.37.1</generator>
	<entry>
		<id>http://wiki.staging.zoneminder.com/index.php?title=PCLinuxOS_and_1.23.1&amp;diff=2725</id>
		<title>PCLinuxOS and 1.23.1</title>
		<link rel="alternate" type="text/html" href="http://wiki.staging.zoneminder.com/index.php?title=PCLinuxOS_and_1.23.1&amp;diff=2725"/>
		<updated>2008-11-19T12:53:44Z</updated>

		<summary type="html">&lt;p&gt;Gri6507: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Encouraged Method ==&lt;br /&gt;
Due to [http://www.pclinuxos.com/index.php?option=com_smf&amp;amp;Itemid=58&amp;amp;topic=37068.0 a package request] in the [http://www.pclinuxos.com PCLinuxOS] forums, ZoneMinder has been added to the standard PCLinuxOS repositories.&lt;br /&gt;
&lt;br /&gt;
To install, simply use Synaptic to fetch &amp;#039;&amp;#039;&amp;#039;zoneminder&amp;#039;&amp;#039;&amp;#039; and all of its required dependencies. Then, once you have installed zone minder on your system, you still need to do several things before running it. So, open up a root terminal session and run&lt;br /&gt;
 service mysqld start&lt;br /&gt;
 service httpd start&lt;br /&gt;
then, &amp;#039;&amp;#039;&amp;#039;if you haven&amp;#039;t already done so&amp;#039;&amp;#039;&amp;#039;, setup a root account for MySQL by typing&lt;br /&gt;
 mysqladmin -u root password BLAHBLAH&lt;br /&gt;
where &amp;#039;&amp;#039;BLAHBLAH&amp;#039;&amp;#039; is, of course, the new root password for MySQL. Next modify &amp;#039;&amp;#039;/etc/zm.conf&amp;#039;&amp;#039; to specify the MySQL username (root) and password (BLAHBLAH) in the empty fields towards the bottom of the file. Next run&lt;br /&gt;
 /usr/lib/zm/bin/zminit&lt;br /&gt;
and specify the MySQL root username (root) and password (BLAHBLAH). Finally, start the ZM service by typing&lt;br /&gt;
 service zm start&lt;br /&gt;
and when that finishes, run&lt;br /&gt;
 mv /etc/rc.d/rc0.d/K00zm /etc/rc.d/rc0.d/K000zm&lt;br /&gt;
 mv /etc/rc.d/rc1.d/K00zm /etc/rc.d/rc1.d/K000zm&lt;br /&gt;
 mv /etc/rc.d/rc6.d/K00zm /etc/rc.d/rc6.d/K000zm&lt;br /&gt;
Finally point your browser to http://localhost/zm and log in with username (admin) and password (admin).&lt;br /&gt;
&lt;br /&gt;
== Discouraged Method ==&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;NOTE&amp;#039;&amp;#039;&amp;#039;: Installing software from outside of the standard PCLinuxOS repositories is highly discouraged by the distribution. So, use this method at your own risk and understand that if anything won&amp;#039;t work, you will likely not get any support on the PCLinuxOS forums.&lt;br /&gt;
&lt;br /&gt;
Here is a set of instructions that has worked for me to install ZoneMinder 1.23.1 on a fresh install of PCLinuxOS 2008 &amp;#039;MiniMe&amp;#039; using RPMs by rdmelin. &lt;br /&gt;
&lt;br /&gt;
See http://www.zoneminder.com/wiki/index.php/ZMliveCD and http://www.zoneminder.com/wiki/index.php/ZMliveCD_Update_RPM_notes&lt;br /&gt;
&lt;br /&gt;
This wicki assumes you can install from the PCLinuxOS MiniMe CD and your hardware is compliant.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Use at your own risk, your mileage may vary, may cause drowsiness, keep out of reach of children, do not operate heavy machinery ... &lt;br /&gt;
&lt;br /&gt;
Start by downloading and installing the &amp;#039;MiniMe&amp;#039; (livecd) version of PCLinuxOS. I was not able to get LVM or Linux Raid configured from the installer, so if you&amp;#039;re going to use those leave adequate space on the drives and create a minimal &amp;#039;/&amp;#039; partition and add your other volumes later.&lt;br /&gt;
 &lt;br /&gt;
The first thing I do is setup the network&lt;br /&gt;
 Taskbar -&amp;gt; Configure your Computer -&amp;gt; Network -&amp;gt; Set Up a New Network&lt;br /&gt;
&lt;br /&gt;
I usually restart x as I manually set the hostname.&lt;br /&gt;
&lt;br /&gt;
I do everything in a konsole (as root!) from this point on.&lt;br /&gt;
&lt;br /&gt;
setup repository&lt;br /&gt;
&lt;br /&gt;
Get the required files&lt;br /&gt;
 wget http://sentrix.homeip.net/rpms/noarch/perl-Astro-SunTime-0.01-1.noarch.rpm &lt;br /&gt;
 wget http://sentrix.homeip.net/rpms/noarch/perl-PHP-Serialization-0.27-1.noarch.rpm  &lt;br /&gt;
 wget http://sentrix.homeip.net/rpms/noarch/perl-X10-0.03-1.noarch.rpm&lt;br /&gt;
 wget http://sentrix.homeip.net/rpms/pclos2007/zm-1.23.1-4pclos2007.i586.rpm&lt;br /&gt;
&lt;br /&gt;
Install using apt&lt;br /&gt;
 apt-get install perl-Astro-SunTime-0.01-1.noarch.rpm&lt;br /&gt;
 apt-get install perl-PHP-Serialization-0.27-1.noarch.rpm&lt;br /&gt;
 apt-get install perl-X10-0.03-1.noarch.rpm&lt;br /&gt;
 apt-get install zm-1.23.1-4pclos2007.i586.rpm&lt;br /&gt;
&lt;br /&gt;
Set the db username and password&lt;br /&gt;
 kwrite /etc/zm.conf&lt;br /&gt;
&lt;br /&gt;
start the mysql and apache services&lt;br /&gt;
 service mysqld start&lt;br /&gt;
 service httpd start&lt;br /&gt;
&lt;br /&gt;
Initialize the ZM databases&lt;br /&gt;
 /usr/lib/zm/bin/zminit&lt;br /&gt;
&lt;br /&gt;
And finally, start ZoneMinder&lt;br /&gt;
 service zm start&lt;br /&gt;
&lt;br /&gt;
Rename the rc.d processes so that ZM quits before MySQL&lt;br /&gt;
 rename /etc/rc.d/rc0.d/k00zm /etc/rc.d/rc0.d/k000zm&lt;br /&gt;
 rename /etc/rc.d/rc1.d/k00zm /etc/rc.d/rc1.d/k000zm&lt;br /&gt;
 rename /etc/rc.d/rc6.d/k00zm /etc/rc.d/rc6.d/k000zm&lt;br /&gt;
&lt;br /&gt;
Start a browser, go to http://localhost/zm &amp;lt;br&amp;gt;&lt;br /&gt;
log in as admin / admin&lt;br /&gt;
&lt;br /&gt;
Now go play with your system ;)&lt;/div&gt;</summary>
		<author><name>Gri6507</name></author>
	</entry>
	<entry>
		<id>http://wiki.staging.zoneminder.com/index.php?title=PCLinuxOS_and_1.23.1&amp;diff=2464</id>
		<title>PCLinuxOS and 1.23.1</title>
		<link rel="alternate" type="text/html" href="http://wiki.staging.zoneminder.com/index.php?title=PCLinuxOS_and_1.23.1&amp;diff=2464"/>
		<updated>2008-04-14T18:36:10Z</updated>

		<summary type="html">&lt;p&gt;Gri6507: /* Update */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Here is a set of instructions that has worked for me to install ZoneMinder 1.23.1 on a fresh install of PCLinuxOS 2008 &amp;#039;MiniMe&amp;#039; using RPMs by rdmelin. &lt;br /&gt;
&lt;br /&gt;
See http://www.zoneminder.com/wiki/index.php/ZMliveCD and http://www.zoneminder.com/wiki/index.php/ZMliveCD_Update_RPM_notes&lt;br /&gt;
&lt;br /&gt;
This wicki assumes you can install from the PCLinuxOS MiniMe CD and your hardware is compliant.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Use at your own risk, your mileage may vary, may cause drowsiness, keep out of reach of children, do not operate heavy machinery ... &lt;br /&gt;
&lt;br /&gt;
Start by downloading and installing the &amp;#039;MiniMe&amp;#039; (livecd) version of PCLinuxOS. I was not able to get LVM or Linux Raid configured from the installer, so if you&amp;#039;re going to use those leave adequate space on the drives and create a minimal &amp;#039;/&amp;#039; partition and add your other volumes later.&lt;br /&gt;
 &lt;br /&gt;
The first thing I do is setup the network&lt;br /&gt;
 Taskbar -&amp;gt; Configure your Computer -&amp;gt; Network -&amp;gt; Set Up a New Network&lt;br /&gt;
&lt;br /&gt;
I usually restart x as I manually set the hostname.&lt;br /&gt;
&lt;br /&gt;
I do everything in a konsole (as root!) from this point on.&lt;br /&gt;
&lt;br /&gt;
setup repository&lt;br /&gt;
&lt;br /&gt;
Get the required files&lt;br /&gt;
 wget http://sentrix.homeip.net/rpms/noarch/perl-Astro-SunTime-0.01-1.noarch.rpm &lt;br /&gt;
 wget http://sentrix.homeip.net/rpms/noarch/perl-PHP-Serialization-0.27-1.noarch.rpm  &lt;br /&gt;
 wget http://sentrix.homeip.net/rpms/noarch/perl-X10-0.03-1.noarch.rpm&lt;br /&gt;
 wget http://sentrix.homeip.net/rpms/pclos2007/zm-1.23.1-4pclos2007.i586.rpm&lt;br /&gt;
&lt;br /&gt;
Install using apt&lt;br /&gt;
 apt-get install perl-Astro-SunTime-0.01-1.noarch.rpm&lt;br /&gt;
 apt-get install perl-PHP-Serialization-0.27-1.noarch.rpm&lt;br /&gt;
 apt-get install perl-X10-0.03-1.noarch.rpm&lt;br /&gt;
 apt-get install zm-1.23.1-4pclos2007.i586.rpm&lt;br /&gt;
&lt;br /&gt;
Set the db username and password&lt;br /&gt;
 kwrite /etc/zm.conf&lt;br /&gt;
&lt;br /&gt;
start the mysql and apache services&lt;br /&gt;
 service mysqld start&lt;br /&gt;
 service httpd start&lt;br /&gt;
&lt;br /&gt;
Initialize the ZM databases&lt;br /&gt;
 /usr/lib/zm/bin/zminit&lt;br /&gt;
&lt;br /&gt;
And finally, start ZoneMinder&lt;br /&gt;
 service zm start&lt;br /&gt;
&lt;br /&gt;
Rename the rc.d processes so that ZM quits before MySQL&lt;br /&gt;
 rename /etc/rc.d/rc0.d/k00zm /etc/rc.d/rc0.d/k000zm&lt;br /&gt;
 rename /etc/rc.d/rc1.d/k00zm /etc/rc.d/rc1.d/k000zm&lt;br /&gt;
 rename /etc/rc.d/rc6.d/k00zm /etc/rc.d/rc6.d/k000zm&lt;br /&gt;
&lt;br /&gt;
Start a browser, go to http://localhost/zm &amp;lt;br&amp;gt;&lt;br /&gt;
log in as admin / admin&lt;br /&gt;
&lt;br /&gt;
Now go play with your system ;)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Update ==&lt;br /&gt;
Due to [http://www.pclinuxos.com/index.php?option=com_smf&amp;amp;Itemid=58&amp;amp;topic=37068.0 a package request] in the [http://www.pclinuxos.com PCLinuxOS] forums, ZoneMinder has been added to the standard PCLinuxOS repositories.&lt;br /&gt;
&lt;br /&gt;
To install, simply use Synaptic to fetch &amp;#039;&amp;#039;&amp;#039;zoneminder&amp;#039;&amp;#039;&amp;#039; and all of its required dependencies. Then, once you have installed zone minder on your system, you still need to do several things before running it. So, open up a root terminal session and run&lt;br /&gt;
 service mysqld start&lt;br /&gt;
 service httpd start&lt;br /&gt;
then, &amp;#039;&amp;#039;&amp;#039;if you haven&amp;#039;t already done so&amp;#039;&amp;#039;&amp;#039;, setup a root account for MySQL by typing&lt;br /&gt;
 mysqladmin -u root password BLAHBLAH&lt;br /&gt;
where &amp;#039;&amp;#039;BLAHBLAH&amp;#039;&amp;#039; is, of course, the new root password for MySQL. Next modify &amp;#039;&amp;#039;/etc/zm.conf&amp;#039;&amp;#039; to specify the MySQL username (root) and password (BLAHBLAH) in the empty fields towards the bottom of the file. Next run&lt;br /&gt;
 /usr/lib/zm/bin/zminit&lt;br /&gt;
and specify the MySQL root username (root) and password (BLAHBLAH). Finally, start the ZM service by typing&lt;br /&gt;
 service zm start&lt;br /&gt;
and when that finishes, run&lt;br /&gt;
 mv /etc/rc.d/rc0.d/K00zm /etc/rc.d/rc0.d/K000zm&lt;br /&gt;
 mv /etc/rc.d/rc1.d/K00zm /etc/rc.d/rc1.d/K000zm&lt;br /&gt;
 mv /etc/rc.d/rc6.d/K00zm /etc/rc.d/rc6.d/K000zm&lt;br /&gt;
Finally point your browser to http://localhost/zm and log in with username (admin) and password (admin).&lt;/div&gt;</summary>
		<author><name>Gri6507</name></author>
	</entry>
	<entry>
		<id>http://wiki.staging.zoneminder.com/index.php?title=PCLinuxOS_and_1.23.1&amp;diff=2452</id>
		<title>PCLinuxOS and 1.23.1</title>
		<link rel="alternate" type="text/html" href="http://wiki.staging.zoneminder.com/index.php?title=PCLinuxOS_and_1.23.1&amp;diff=2452"/>
		<updated>2008-03-27T00:02:37Z</updated>

		<summary type="html">&lt;p&gt;Gri6507: /* Update */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Here is a set of instructions that has worked for me to install ZoneMinder 1.23.1 on a fresh install of PCLinuxOS 2008 &amp;#039;MiniMe&amp;#039; using RPMs by rdmelin. &lt;br /&gt;
&lt;br /&gt;
See http://www.zoneminder.com/wiki/index.php/ZMliveCD and http://www.zoneminder.com/wiki/index.php/ZMliveCD_Update_RPM_notes&lt;br /&gt;
&lt;br /&gt;
This wicki assumes you can install from the PCLinuxOS MiniMe CD and your hardware is compliant.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Use at your own risk, your mileage may vary, may cause drowsiness, keep out of reach of children, do not operate heavy machinery ... &lt;br /&gt;
&lt;br /&gt;
Start by downloading and installing the &amp;#039;MiniMe&amp;#039; (livecd) version of PCLinuxOS. I was not able to get LVM or Linux Raid configured from the installer, so if you&amp;#039;re going to use those leave adequate space on the drives and create a minimal &amp;#039;/&amp;#039; partition and add your other volumes later.&lt;br /&gt;
 &lt;br /&gt;
The first thing I do is setup the network&lt;br /&gt;
 Taskbar -&amp;gt; Configure your Computer -&amp;gt; Network -&amp;gt; Set Up a New Network&lt;br /&gt;
&lt;br /&gt;
I usually restart x as I manually set the hostname.&lt;br /&gt;
&lt;br /&gt;
I do everything in a konsole (as root!) from this point on.&lt;br /&gt;
&lt;br /&gt;
setup repository&lt;br /&gt;
&lt;br /&gt;
Get the required files&lt;br /&gt;
 wget http://sentrix.homeip.net/rpms/noarch/perl-Astro-SunTime-0.01-1.noarch.rpm &lt;br /&gt;
 wget http://sentrix.homeip.net/rpms/noarch/perl-PHP-Serialization-0.27-1.noarch.rpm  &lt;br /&gt;
 wget http://sentrix.homeip.net/rpms/noarch/perl-X10-0.03-1.noarch.rpm&lt;br /&gt;
 wget http://sentrix.homeip.net/rpms/pclos2007/zm-1.23.1-4pclos2007.i586.rpm&lt;br /&gt;
&lt;br /&gt;
Install using apt&lt;br /&gt;
 apt-get install perl-Astro-SunTime-0.01-1.noarch.rpm&lt;br /&gt;
 apt-get install perl-PHP-Serialization-0.27-1.noarch.rpm&lt;br /&gt;
 apt-get install perl-X10-0.03-1.noarch.rpm&lt;br /&gt;
 apt-get install zm-1.23.1-4pclos2007.i586.rpm&lt;br /&gt;
&lt;br /&gt;
Set the db username and password&lt;br /&gt;
 kwrite /etc/zm.conf&lt;br /&gt;
&lt;br /&gt;
start the mysql and apache services&lt;br /&gt;
 service mysqld start&lt;br /&gt;
 service httpd start&lt;br /&gt;
&lt;br /&gt;
Initialize the ZM databases&lt;br /&gt;
 /usr/lib/zm/bin/zminit&lt;br /&gt;
&lt;br /&gt;
And finally, start ZoneMinder&lt;br /&gt;
 service zm start&lt;br /&gt;
&lt;br /&gt;
Rename the rc.d processes so that ZM quits before MySQL&lt;br /&gt;
 rename /etc/rc.d/rc0.d/k00zm /etc/rc.d/rc0.d/k000zm&lt;br /&gt;
 rename /etc/rc.d/rc1.d/k00zm /etc/rc.d/rc1.d/k000zm&lt;br /&gt;
 rename /etc/rc.d/rc6.d/k00zm /etc/rc.d/rc6.d/k000zm&lt;br /&gt;
&lt;br /&gt;
Start a browser, go to http://localhost/zm &amp;lt;br&amp;gt;&lt;br /&gt;
log in as admin / admin&lt;br /&gt;
&lt;br /&gt;
Now go play with your system ;)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Update ==&lt;br /&gt;
Due to [http://www.pclinuxos.com/index.php?option=com_smf&amp;amp;Itemid=58&amp;amp;topic=37068.0 a package request] in the [http://www.pclinuxos.com PCLinuxOS] forums, work is currently under way to add ZoneMinder to the standard PCLOS repos. The three supporting Perl modules are already available in the standard repos. The main ZoneMinder v 1.23.2 RPM is on the PCLinuxOS contrib server and will soon be available in the regular repos.&lt;/div&gt;</summary>
		<author><name>Gri6507</name></author>
	</entry>
	<entry>
		<id>http://wiki.staging.zoneminder.com/index.php?title=PCLinuxOS_and_1.23.1&amp;diff=2360</id>
		<title>PCLinuxOS and 1.23.1</title>
		<link rel="alternate" type="text/html" href="http://wiki.staging.zoneminder.com/index.php?title=PCLinuxOS_and_1.23.1&amp;diff=2360"/>
		<updated>2008-02-07T19:30:30Z</updated>

		<summary type="html">&lt;p&gt;Gri6507: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Here is a set of instructions that has worked for me to install ZoneMinder 1.23.1 on a fresh install of PCLinuxOS 2008 &amp;#039;MiniMe&amp;#039; using RPMs by rdmelin. &lt;br /&gt;
&lt;br /&gt;
See http://www.zoneminder.com/wiki/index.php/ZMliveCD and http://www.zoneminder.com/wiki/index.php/ZMliveCD_Update_RPM_notes&lt;br /&gt;
&lt;br /&gt;
This wicki assumes you can install from the PCLinuxOS MiniMe CD and your hardware is compliant.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Use at your own risk, your mileage may vary, may cause drowsiness, keep out of reach of children, do not operate heavy machinery ... &lt;br /&gt;
&lt;br /&gt;
Start by downloading and installing the &amp;#039;MiniMe&amp;#039; (livecd) version of PCLinuxOS. I was not able to get LVM or Linux Raid configured from the installer, so if you&amp;#039;re going to use those leave adequate space on the drives and create a minimal &amp;#039;/&amp;#039; partition and add your other volumes later.&lt;br /&gt;
 &lt;br /&gt;
The first thing I do is setup the network&lt;br /&gt;
 Taskbar -&amp;gt; Configure your Computer -&amp;gt; Network -&amp;gt; Set Up a New Network&lt;br /&gt;
&lt;br /&gt;
I usually restart x as I manually set the hostname.&lt;br /&gt;
&lt;br /&gt;
I do everything in a konsole (as root!) from this point on.&lt;br /&gt;
&lt;br /&gt;
setup repository&lt;br /&gt;
&lt;br /&gt;
Get the required files&lt;br /&gt;
 wget http://sentrix.homeip.net/rpms/noarch/perl-Astro-SunTime-0.01-1.noarch.rpm &lt;br /&gt;
 wget http://sentrix.homeip.net/rpms/noarch/perl-PHP-Serialization-0.27-1.noarch.rpm  &lt;br /&gt;
 wget http://sentrix.homeip.net/rpms/noarch/perl-X10-0.03-1.noarch.rpm&lt;br /&gt;
 wget http://sentrix.homeip.net/rpms/pclos2007/zm-1.23.1-3pclos2007.i586.rpm&lt;br /&gt;
&lt;br /&gt;
Install using apt&lt;br /&gt;
 apt-get install perl-Astro-SunTime-0.01-1.noarch.rpm&lt;br /&gt;
 apt-get install perl-PHP-Serialization-0.27-1.noarch.rpm&lt;br /&gt;
 apt-get install perl-X10-0.03-1.noarch.rpm&lt;br /&gt;
 apt-get install zm-1.23.1-3pclos2007.i586.rpm&lt;br /&gt;
&lt;br /&gt;
Set the db username and password&lt;br /&gt;
 kwrite /etc/zm.conf&lt;br /&gt;
&lt;br /&gt;
start the mysql and apache services&lt;br /&gt;
 service mysqld start&lt;br /&gt;
 service httpd start&lt;br /&gt;
&lt;br /&gt;
Initialize the ZM databases&lt;br /&gt;
 /usr/lib/zm/bin/zminit&lt;br /&gt;
&lt;br /&gt;
And finally, start ZoneMinder&lt;br /&gt;
 service zm start&lt;br /&gt;
&lt;br /&gt;
Rename the rc.d processes so that ZM quits before MySQL&lt;br /&gt;
 rename /etc/rc.d/rc0.d/k00zm /etc/rc.d/rc0.d/k000zm&lt;br /&gt;
 rename /etc/rc.d/rc1.d/k00zm /etc/rc.d/rc1.d/k000zm&lt;br /&gt;
 rename /etc/rc.d/rc6.d/k00zm /etc/rc.d/rc6.d/k000zm&lt;br /&gt;
&lt;br /&gt;
Start a browser, go to http://localhost/zm &amp;lt;br&amp;gt;&lt;br /&gt;
log in as admin / admin&lt;br /&gt;
&lt;br /&gt;
Now go play with your system ;)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Update ==&lt;br /&gt;
Due to [http://www.pclinuxos.com/index.php?option=com_smf&amp;amp;Itemid=58&amp;amp;topic=37068.0 a package request] in the [http://www.pclinuxos.com PCLinuxOS] forums, work is currently under way to add ZoneMinder to the standard PCLOS repos. Please stay tuned for updates.&lt;/div&gt;</summary>
		<author><name>Gri6507</name></author>
	</entry>
</feed>