<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Saiweb &#187; CentOS</title>
	<atom:link href="http://www.saiweb.co.uk/tag/centos/feed" rel="self" type="application/rss+xml" />
	<link>http://www.saiweb.co.uk</link>
	<description>Ramblings of a Sys admin</description>
	<lastBuildDate>Mon, 06 Feb 2012 14:57:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>RedHat mock your SCM</title>
		<link>http://www.saiweb.co.uk/linux/redhat-mock-your-scm</link>
		<comments>http://www.saiweb.co.uk/linux/redhat-mock-your-scm#comments</comments>
		<pubDate>Fri, 03 Feb 2012 16:33:19 +0000</pubDate>
		<dc:creator>Buzz</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[build]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[enable-scm]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[mock]]></category>
		<category><![CDATA[redhat]]></category>
		<category><![CDATA[scientific linux]]></category>
		<category><![CDATA[scm-option]]></category>

		<guid isPermaLink="false">http://www.saiweb.co.uk/?p=1169</guid>
		<description><![CDATA[The mock tool can be a wonderful thing, allowing you to produce rpm packages for any rpm based system (assuming your have the written .cfg for it). What I did find a little lacking on the documentation side was the SCM integration (read: Source Control Management), git/svn etc &#8230; In short so long as your [...]]]></description>
			<content:encoded><![CDATA[<p>The mock tool can be a wonderful thing, allowing you to produce rpm packages for any rpm based system (assuming your have the written .cfg for it).</p>
<p>What I did find a little lacking on the documentation side was the SCM integration (read: Source Control Management), git/svn etc &#8230;</p>
<p>In short so long as your rpm spec file is in your SCM (and it should be), moc will build your rpm from your sources in scm, which can be used for.</p>
<p>1. bleeding edge builds for testing<br />
2. builds from &#8220;stable tags&#8221;</p>
<p>Yes yes yes &#8230; obvious I know &#8230;</p>
<p>So with no futher ado here is the syntax:</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">mock -r your_target --scm-enable --scm-option method=git --scm-option package=git_project --scm-option git_get='git clone git@git_ip_address:SCM_PKG.git SCM_PKG' --scm-option spec='SCM_PKG.spec' --scm-option branch=1-2 --scm-option write_tar=True -v</div></td></tr></tbody></table></div>
<ol>
<li>scm-enable &#8211; turns on the use of scm</li>
<li>scm-option &#8211; set an option for the scm in use</li>
</ol>
<p>The above worked for me, you will need to adjust it acordingly, i.e. if your spec file is not named identically to that of your git project: &#8211;scm-option spec=&#8217;specfile_name.spec&#8217;</p>
<p>This will tie me over untill I get chance to play with my <a href="https://github.com/rackspace/monkeyfarm">monkey farm</a><span style="float: left;" ><a class="twitter-share-button"  data-via="Saiweb" data-count="horizontal" data-related="Saiweb:David Busby" data-lang="en" data-url="http://www.saiweb.co.uk/linux/redhat-mock-your-scm" data-text="RedHat mock your SCM" href="http://twitter.com/share?via=Saiweb&#038;count=horizontal&#038;related=Saiweb%3ADavid%20Busby&#038;lang=en&#038;url=http%3A%2F%2Fwww.saiweb.co.uk%2Flinux%2Fredhat-mock-your-scm&#038;text=RedHat%20mock%20your%20SCM" >Tweet</a></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.saiweb.co.uk/linux/redhat-mock-your-scm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Boxgrinder &#8211; setting up a simple CentOS LAMP stack, and deploying it to KVM</title>
		<link>http://www.saiweb.co.uk/linux/boxgrinder-setting-up-a-simple-centos-lamp-stack-and-deploying-it-to-kvm</link>
		<comments>http://www.saiweb.co.uk/linux/boxgrinder-setting-up-a-simple-centos-lamp-stack-and-deploying-it-to-kvm#comments</comments>
		<pubDate>Tue, 16 Aug 2011 11:35:54 +0000</pubDate>
		<dc:creator>Buzz</dc:creator>
				<category><![CDATA[boxgrinder]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[KVM]]></category>
		<category><![CDATA[qemu]]></category>
		<category><![CDATA[SaaS]]></category>

		<guid isPermaLink="false">http://www.saiweb.co.uk/?p=1054</guid>
		<description><![CDATA[If you haven&#8217;t tried boxgrinder then you are missing out, it makes it extremely easy to script the generation of a virtual machine for output to Rackspace (Well not yet), ec2, vmware, virtualbox, KVM etc. In this post I will cover the basic generation of a LAMP (Linux Apache MySQL PHP) stack CentOS appliance, nothing [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://cdn.saiweb.co.uk/wp-content/uploads/2011/08/boxgrinder_logo_450px.gif"><img class="aligncenter size-full wp-image-1093" title="boxgrinder_logo_450px" src="http://cdn.saiweb.co.uk/wp-content/uploads/2011/08/boxgrinder_logo_450px.gif" alt="" width="450" height="110" /></a> If you haven&#8217;t tried <a href="http://boxgrinder.org">boxgrinder</a> then you are missing out, it makes it extremely easy to script the generation of a virtual machine for output to Rackspace (<a href="http://www.saiweb.co.uk/linux/boxgrinder-setting-up-a-simple-centos-lamp-stack-and-deploying-it-to-kvm/comment-page-1#comment-49065">Well not yet</a>), ec2, vmware, virtualbox, KVM etc.</p>
<p>In this post I will cover the basic generation of a LAMP (Linux Apache MySQL PHP) stack CentOS appliance, nothing to complicated I assure you, and no magic like auto deployment spin up etc &#8230; that&#8217;s for later &#8230; no skipping ahead!</p>
<p>First of all you&#8217;re going to need <a href="http://boxgrinder.org">boxgrinder</a> I recommend downloading the <a href="http://boxgrinder.org/download/boxgrinder-build-meta-appliance/">Meta appliance</a>, as it has all the tools you need already.</p>
<p>Now I am covering the following.</p>
<ol>
<li>basic use of boxgrinder-build on the meta appliance</li>
<li>creation of centos lampstack basic</li>
<li>deploying the image to KVM</li>
</ol>
<p>I&#8217;m going to have to assume that you are capable of downloading and starting up the meta appliance yourself, and focus more on the stack setup.</p>
<p><strong>Grinding your VM</strong></p>
<p>Ok so you are going to need a YAML file defining the CentOS lamp stack, save this on your meta appliance as <a href="https://github.com/Oneiroi/boxgrinder-appliances/blob/master/CentOS/CentOS-lamp.appl">CentOS-lamp.yaml</a></p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br />4<br />5<br />6<br />7<br />8<br />9<br />10<br />11<br />12<br />13<br />14<br />15<br />16<br /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">name: CentOS-lamp<br />
summary: Generic CentOS 5.6 LAMP stack, with some apache &amp;amp; php tuning<br />
version: 1<br />
release: 0<br />
hardware:<br />
cpus: 2<br />
memory: 1024<br />
partitions:<br />
&quot;/&quot;:<br />
size: 5<br />
&quot;/var/www&quot;:<br />
size: 15<br />
os:<br />
name: centos<br />
version: 5<br />
password: changeme</div></td></tr></tbody></table></div>
<p>On your <a href="http://boxgrinder.org/download/boxgrinder-build-meta-appliance/">Meta appliance</a> run.</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">boxgrinder-build -d CentOS-lamp.appl</div></td></tr></tbody></table></div>
<p>This process will take a while, so go and get a coffee, this will produce ./build/appliances/x86_64/centos/5/CentOS-lamp/CentOS-lamp-sda.raw once complete, if you run into issues the -d flag is &#8220;debug&#8221; paste your log output int the comments and I will do my best to diagnose and fix your issue.</p>
<p><strong>Deploying to KVM</strong></p>
<p>boxgrinder has SFTP support for pushing to remote servers, you can use this if you like to automate the &#8220;push&#8221; of the image to your KVM server, at the moment automated deployment to KVM is not support but may be <a href="https://issues.jboss.org/browse/BGBUILD-211">coming soon</a>.</p>
<p>Assuming you have placed you image in /var/lib/libvirt/images/</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">virt-install -n &quot;Saiweb - CentOS-lamp Demo&quot; -r 1024 --arch=x86_64 --vcpus=1 --os-type=linux --os-variant=rhel5.4 --disk path=/var/lib/libvirt/images/CentOS-lamp.raw,size=20,cache=none,device=disk --accelerate --network=bridge:br0 --vnc --import</div></td></tr></tbody></table></div>
<p><strong>Post startup</strong></p>
<p>this is a VERY basic setup I have not covered any of the post install options in this post (but I will in future posts), so.</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">chkconfig httpd on &amp;amp;&amp;amp; service httpd start<br />
chkconfig mysqld on &amp;amp;&amp;amp; service mysqld start</div></td></tr></tbody></table></div>
<p>This will set your services to automatically start at startup, and start them.<span style="float: left;" ><a class="twitter-share-button"  data-via="Saiweb" data-count="horizontal" data-related="Saiweb:David Busby" data-lang="en" data-url="http://www.saiweb.co.uk/linux/boxgrinder-setting-up-a-simple-centos-lamp-stack-and-deploying-it-to-kvm" data-text="Boxgrinder &#8211; setting up a simple CentOS LAMP stack, and deploying it to KVM" href="http://twitter.com/share?via=Saiweb&#038;count=horizontal&#038;related=Saiweb%3ADavid%20Busby&#038;lang=en&#038;url=http%3A%2F%2Fwww.saiweb.co.uk%2Flinux%2Fboxgrinder-setting-up-a-simple-centos-lamp-stack-and-deploying-it-to-kvm&#038;text=Boxgrinder%20%26%238211%3B%20setting%20up%20a%20simple%20CentOS%20LAMP%20stack%2C%20and%20deploying%20it%20to%20KVM" >Tweet</a></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.saiweb.co.uk/linux/boxgrinder-setting-up-a-simple-centos-lamp-stack-and-deploying-it-to-kvm/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Fixing OSX Lion AFP the version of the server you are trying to connect to is not supported</title>
		<link>http://www.saiweb.co.uk/mac/fixing-osx-lion-afp-the-version-of-the-server-you-are-trying-to-connect-to-is-not-supported</link>
		<comments>http://www.saiweb.co.uk/mac/fixing-osx-lion-afp-the-version-of-the-server-you-are-trying-to-connect-to-is-not-supported#comments</comments>
		<pubDate>Thu, 21 Jul 2011 13:58:01 +0000</pubDate>
		<dc:creator>Buzz</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[5]]></category>
		<category><![CDATA[5.6]]></category>
		<category><![CDATA[5.x]]></category>
		<category><![CDATA[afp]]></category>
		<category><![CDATA[atalk]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[EL5]]></category>
		<category><![CDATA[EPEL]]></category>
		<category><![CDATA[lion]]></category>
		<category><![CDATA[netatalk]]></category>
		<category><![CDATA[osx]]></category>

		<guid isPermaLink="false">http://www.saiweb.co.uk/?p=1060</guid>
		<description><![CDATA[For those using netatalk for AFP shares in this case I am using CentOS, the EL5 compiles are missing the configure lines for the dhx2 extension, which is required by OSX Lion, if you are running x86_64 you can grab this file: netatalk-2.0.5-2.x86_64.rpm I have also emailed the Package maintainer @ EPEL with the changes [...]]]></description>
			<content:encoded><![CDATA[<p>For those using netatalk for AFP shares in this case I am using CentOS, the EL5 compiles are missing the configure lines for the dhx2 extension, which is required by OSX Lion, if you are running x86_64 you can grab this file: <a href='http://cdn.saiweb.co.uk/wp-content/uploads/2011/07/netatalk-2.0.5-2.x86_64.rpm_.zip'>netatalk-2.0.5-2.x86_64.rpm</a> I have also emailed the Package maintainer @ EPEL with the changes I have made for this RPM so I would like to think that -2 will be available from EPEL soon.</p>
<p>Let me know if you have any issues with my RPM.</p>
<p><strong>UPDATE: <a href="http://koji.fedoraproject.org/koji/buildinfo?buildID=255047">Official Rebuild in testing</a></strong></p>
<p><span style="float: left;" ><a class="twitter-share-button"  data-via="Saiweb" data-count="horizontal" data-related="Saiweb:David Busby" data-lang="en" data-url="http://www.saiweb.co.uk/mac/fixing-osx-lion-afp-the-version-of-the-server-you-are-trying-to-connect-to-is-not-supported" data-text="Fixing OSX Lion AFP the version of the server you are trying to connect to is not supported" href="http://twitter.com/share?via=Saiweb&#038;count=horizontal&#038;related=Saiweb%3ADavid%20Busby&#038;lang=en&#038;url=http%3A%2F%2Fwww.saiweb.co.uk%2Fmac%2Ffixing-osx-lion-afp-the-version-of-the-server-you-are-trying-to-connect-to-is-not-supported&#038;text=Fixing%20OSX%20Lion%20AFP%20the%20version%20of%20the%20server%20you%20are%20trying%20to%20connect%20to%20is%20not%20supported" >Tweet</a></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.saiweb.co.uk/mac/fixing-osx-lion-afp-the-version-of-the-server-you-are-trying-to-connect-to-is-not-supported/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Syntax highlighting vi for rhel/centos</title>
		<link>http://www.saiweb.co.uk/linux/syntax-highlighting-vi-for-rhelcentos</link>
		<comments>http://www.saiweb.co.uk/linux/syntax-highlighting-vi-for-rhelcentos#comments</comments>
		<pubDate>Tue, 06 Apr 2010 15:52:56 +0000</pubDate>
		<dc:creator>Buzz</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[highlight]]></category>
		<category><![CDATA[rhel]]></category>
		<category><![CDATA[syntax]]></category>
		<category><![CDATA[vi]]></category>
		<category><![CDATA[vim-enhanced]]></category>

		<guid isPermaLink="false">http://www.saiweb.co.uk/?p=848</guid>
		<description><![CDATA[The default install of VI is very basic, and being as I spend a lot of my time in there I find syntax highlighting invaluable, to get this however you will need the vim-enhanced package. So run the following to install this package and setup an alias for vi. 1234yum install vim-enhanced echo &#34;alias vi='/usr/bin/vim'&#34; [...]]]></description>
			<content:encoded><![CDATA[<p>The default install of VI is very basic, and being as I spend a lot of my time in there I find syntax highlighting invaluable, to get this however you will need the vim-enhanced package.</p>
<p>So run the following to install this package and setup an alias for vi.</p>
<div class="codecolorer-container bash default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br />4<br /></div></td><td><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #c20cb9; font-weight: bold;">yum install</span> vim-enhanced<br />
<span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #ff0000;">&quot;alias vi='/usr/bin/vim'&quot;</span> <span style="color: #000000; font-weight: bold;">&gt;&gt;</span> ~<span style="color: #000000; font-weight: bold;">/</span>.bashrc<br />
<span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #ff0000;">&quot;syntax on&quot;</span> <span style="color: #000000; font-weight: bold;">&gt;&gt;</span> ~<span style="color: #000000; font-weight: bold;">/</span>.vimrc<br />
<span style="color: #7a0874; font-weight: bold;">alias</span> <span style="color: #007800;">vi</span>=<span style="color: #ff0000;">'/usr/bin/vim'</span></div></td></tr></tbody></table></div>
<p>And you&#8217;re done:</p>
<p><a href="http://cdn.saiweb.co.uk/wp-content/uploads/2010/04/2010-04-06_1649.png"><img class="alignnone size-full wp-image-849" title="vi-syntaxt-highlight" src="http://cdn.saiweb.co.uk/wp-content/uploads/2010/04/2010-04-06_1649.png" alt="" width="201" height="92" /></a><span style="float: left;" ><a class="twitter-share-button"  data-via="Saiweb" data-count="horizontal" data-related="Saiweb:David Busby" data-lang="en" data-url="http://www.saiweb.co.uk/linux/syntax-highlighting-vi-for-rhelcentos" data-text="Syntax highlighting vi for rhel/centos" href="http://twitter.com/share?via=Saiweb&#038;count=horizontal&#038;related=Saiweb%3ADavid%20Busby&#038;lang=en&#038;url=http%3A%2F%2Fwww.saiweb.co.uk%2Flinux%2Fsyntax-highlighting-vi-for-rhelcentos&#038;text=Syntax%20highlighting%20vi%20for%20rhel%2Fcentos" >Tweet</a></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.saiweb.co.uk/linux/syntax-highlighting-vi-for-rhelcentos/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding pyinotify to CentOS 5 x64</title>
		<link>http://www.saiweb.co.uk/python/adding-pyinotify-to-centos-5-x64</link>
		<comments>http://www.saiweb.co.uk/python/adding-pyinotify-to-centos-5-x64#comments</comments>
		<pubDate>Tue, 16 Jun 2009 15:45:44 +0000</pubDate>
		<dc:creator>Buzz</dc:creator>
				<category><![CDATA[python]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[pyinotify]]></category>

		<guid isPermaLink="false">http://www.saiweb.co.uk/?p=671</guid>
		<description><![CDATA[In order to get pyinotify working on CentOS 5 x64 a few workarounds need to take place. (Thanks to Matthew Ife at ukFast for help with this) First off you are going to need the python-ctypes RPM, available from DAG here: python-ctypes-1.0.0-2.el5.rf.x86_64.rpm Once installed you are going to need the Fedora 8 python-inotify SOURCE rpm [...]]]></description>
			<content:encoded><![CDATA[<p>In order to get pyinotify working on CentOS 5 x64 a few workarounds need to take place.</p>
<p>(Thanks to Matthew Ife at ukFast for help with this)</p>
<p>First off you are going to need the python-ctypes RPM, available from DAG here: <a href="http://dag.wieers.com/rpm/packages/python-ctypes/python-ctypes-1.0.0-2.el5.rf.x86_64.rpm">python-ctypes-1.0.0-2.el5.rf.x86_64.rpm</a></p>
<p>Once installed you are going to need the Fedora 8 python-inotify SOURCE rpm available from here: <a href="ftp://ftp.pbone.net/mirror/archive.fedoraproject.org/fedora/linux/updates/8/SRPMS.newkey/python-inotify-0.8.0-3.r.fc8.src.rpm">python-inotify-0.8.0-3.r.fc8.src.rpm</a></p>
<p>The easiest way I found to extract the required packages was using the following:</p>
<div class="codecolorer-container bash default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br />4<br />5<br />6<br />7<br /></div></td><td><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #c20cb9; font-weight: bold;">mkdir</span> .<span style="color: #000000; font-weight: bold;">/</span>python-inotify<br />
<span style="color: #7a0874; font-weight: bold;">cd</span> .<span style="color: #000000; font-weight: bold;">/</span>python-inotify<br />
<span style="color: #c20cb9; font-weight: bold;">wget</span> ftp:<span style="color: #000000; font-weight: bold;">//</span>ftp.pbone.net<span style="color: #000000; font-weight: bold;">/</span>mirror<span style="color: #000000; font-weight: bold;">/</span>archive.fedoraproject.org<span style="color: #000000; font-weight: bold;">/</span>fedora<span style="color: #000000; font-weight: bold;">/</span>linux<span style="color: #000000; font-weight: bold;">/</span>updates<span style="color: #000000; font-weight: bold;">/</span><span style="color: #000000;">8</span><span style="color: #000000; font-weight: bold;">/</span>SRPMS.newkey<span style="color: #000000; font-weight: bold;">/</span>python-inotify-0.8.0-<span style="color: #000000;">3</span>.r.fc8.src.rpm<br />
rpm2cpio .<span style="color: #000000; font-weight: bold;">/</span>python-inotify-0.8.0-<span style="color: #000000;">3</span>.r.fc8.src.rpm <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">cpio</span> <span style="color: #660033;">-idv</span><br />
<span style="color: #c20cb9; font-weight: bold;">tar</span> <span style="color: #660033;">-zxvf</span> .<span style="color: #000000; font-weight: bold;">/</span>pyinotify-0.8.0r.tar.gz<br />
<span style="color: #7a0874; font-weight: bold;">cd</span> .<span style="color: #000000; font-weight: bold;">/</span>pyinotify<br />
.<span style="color: #000000; font-weight: bold;">/</span>setup.py <span style="color: #c20cb9; font-weight: bold;">install</span></div></td></tr></tbody></table></div>
<p><span style="float: left;" ><a class="twitter-share-button"  data-via="Saiweb" data-count="horizontal" data-related="Saiweb:David Busby" data-lang="en" data-url="http://www.saiweb.co.uk/python/adding-pyinotify-to-centos-5-x64" data-text="Adding pyinotify to CentOS 5 x64" href="http://twitter.com/share?via=Saiweb&#038;count=horizontal&#038;related=Saiweb%3ADavid%20Busby&#038;lang=en&#038;url=http%3A%2F%2Fwww.saiweb.co.uk%2Fpython%2Fadding-pyinotify-to-centos-5-x64&#038;text=Adding%20pyinotify%20to%20CentOS%205%20x64" >Tweet</a></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.saiweb.co.uk/python/adding-pyinotify-to-centos-5-x64/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using apc
Database Caching 10/31 queries in 0.076 seconds using apc
Object Caching 1080/1141 objects using apc
Content Delivery Network via Rackspace Cloud Files: cdn.saiweb.co.uk

Served from: www.saiweb.co.uk @ 2012-02-08 13:49:46 -->
