<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: latest rsync incompatible with EC2 kernel</title>
	<atom:link href="http://www.liucougar.net/blog/archives/83/feed" rel="self" type="application/rss+xml" />
	<link>http://www.liucougar.net/blog/archives/83</link>
	<description></description>
	<lastBuildDate>Thu, 03 Nov 2011 09:49:34 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9-rare</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Anonymous</title>
		<link>http://www.liucougar.net/blog/archives/83/comment-page-1#comment-181776</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Wed, 02 Feb 2011 06:53:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.liucougar.net/blog/archives/83#comment-181776</guid>
		<description>For anyone else needing more instructions:
* get source from http://rsync.samba.org/ftp/rsync/ - currently rsync-3.0.7.tar.gz
* sftp or scp this file to your amazon instance and extract it (gunzip, tar -xvf)
* you&#039;ll need root access at some point
* go into the extracted folder rsync-3.0.7 and do
configure --prefix=/mydir
mydir being wherever you want to install rsync.
* edit the file config.h and comment the line mentioned by the OP, ie. comment
#define HAVE_LUTIMES 1
* do &#039;make&#039;
* do &#039;make install&#039;
* look in /mydir/bin : you should see the executable &#039;rsync&#039; here.
* save a copy of the rsync that came with your instance, just in case :
cp  /usr/bin/rsync /usr/bin/rsync.original
(use &#039;which rsync&#039; if your old rsync is not in /usr/bin)
* now copy your new rsync :
cp /mydir/rsync /usr/bin
or
ln -s /mydir/rsync /usr/bin/rsync
* done!  Time to bundle your image.  The instance (Fedora 8 small linux in my case) now bundles without any errors.


(And by the way : EBS backed instances are much easier to save!)</description>
		<content:encoded><![CDATA[<p>For anyone else needing more instructions:<br />
* get source from <a href="http://rsync.samba.org/ftp/rsync/" rel="nofollow">http://rsync.samba.org/ftp/rsync/</a> &#8211; currently rsync-3.0.7.tar.gz<br />
* sftp or scp this file to your amazon instance and extract it (gunzip, tar -xvf)<br />
* you&#8217;ll need root access at some point<br />
* go into the extracted folder rsync-3.0.7 and do<br />
configure &#8211;prefix=/mydir<br />
mydir being wherever you want to install rsync.<br />
* edit the file config.h and comment the line mentioned by the OP, ie. comment<br />
#define HAVE_LUTIMES 1<br />
* do &#8216;make&#8217;<br />
* do &#8216;make install&#8217;<br />
* look in /mydir/bin : you should see the executable &#8216;rsync&#8217; here.<br />
* save a copy of the rsync that came with your instance, just in case :<br />
cp  /usr/bin/rsync /usr/bin/rsync.original<br />
(use &#8216;which rsync&#8217; if your old rsync is not in /usr/bin)<br />
* now copy your new rsync :<br />
cp /mydir/rsync /usr/bin<br />
or<br />
ln -s /mydir/rsync /usr/bin/rsync<br />
* done!  Time to bundle your image.  The instance (Fedora 8 small linux in my case) now bundles without any errors.</p>
<p>(And by the way : EBS backed instances are much easier to save!)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jack richardson</title>
		<link>http://www.liucougar.net/blog/archives/83/comment-page-1#comment-180550</link>
		<dc:creator>jack richardson</dc:creator>
		<pubDate>Mon, 02 Feb 2009 10:30:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.liucougar.net/blog/archives/83#comment-180550</guid>
		<description>Hi there,
I wonder if you would be able to post a little more detail as regards this fix as I have not been able to replicate your success. When I re-installed rysnc, I did not / was not prompted to run a config script and I cannot find where/how to run it, so I cannot find the config.h file to comment out the lutimes line!!

Many thanks in advance,
Jack</description>
		<content:encoded><![CDATA[<p>Hi there,<br />
I wonder if you would be able to post a little more detail as regards this fix as I have not been able to replicate your success. When I re-installed rysnc, I did not / was not prompted to run a config script and I cannot find where/how to run it, so I cannot find the config.h file to comment out the lutimes line!!</p>
<p>Many thanks in advance,<br />
Jack</p>
]]></content:encoded>
	</item>
</channel>
</rss>

