<?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: Setting up your own Ubuntu repository on Dreamhost</title>
	<atom:link href="http://www.drelmo.net/2007/09/17/setting-up-your-own-ubuntu-repository-on-dreamhost/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.drelmo.net/2007/09/17/setting-up-your-own-ubuntu-repository-on-dreamhost/#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=setting-up-your-own-ubuntu-repository-on-dreamhost</link>
	<description>Hacking away with Linux, Ruby, Rails, and so on and so forth</description>
	<lastBuildDate>Sat, 21 Aug 2010 04:12:24 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: luis</title>
		<link>http://www.drelmo.net/2007/09/17/setting-up-your-own-ubuntu-repository-on-dreamhost/comment-page-1/#comment-271</link>
		<dc:creator>luis</dc:creator>
		<pubDate>Sat, 21 Aug 2010 04:12:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.drelmo.net/2007/09/17/setting-up-your-own-ubuntu-repository-on-dreamhost/#comment-271</guid>
		<description>Very useful. Thanks :)</description>
		<content:encoded><![CDATA[<p>Very useful. Thanks <img src='http://www.drelmo.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Darrellgd</title>
		<link>http://www.drelmo.net/2007/09/17/setting-up-your-own-ubuntu-repository-on-dreamhost/comment-page-1/#comment-43</link>
		<dc:creator>Darrellgd</dc:creator>
		<pubDate>Mon, 24 Mar 2008 12:58:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.drelmo.net/2007/09/17/setting-up-your-own-ubuntu-repository-on-dreamhost/#comment-43</guid>
		<description>thats for sure, man</description>
		<content:encoded><![CDATA[<p>thats for sure, man</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marc</title>
		<link>http://www.drelmo.net/2007/09/17/setting-up-your-own-ubuntu-repository-on-dreamhost/comment-page-1/#comment-5</link>
		<dc:creator>Marc</dc:creator>
		<pubDate>Mon, 24 Sep 2007 16:55:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.drelmo.net/2007/09/17/setting-up-your-own-ubuntu-repository-on-dreamhost/#comment-5</guid>
		<description>Thanks for pointing out that problem, Darsha!  I hadn&#039;t noticed that Wordpress reformatted them.  I&#039;ve updated the guide with that info.</description>
		<content:encoded><![CDATA[<p>Thanks for pointing out that problem, Darsha!  I hadn&#8217;t noticed that Wordpress reformatted them.  I&#8217;ve updated the guide with that info.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Darsha</title>
		<link>http://www.drelmo.net/2007/09/17/setting-up-your-own-ubuntu-repository-on-dreamhost/comment-page-1/#comment-4</link>
		<dc:creator>Darsha</dc:creator>
		<pubDate>Mon, 24 Sep 2007 15:27:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.drelmo.net/2007/09/17/setting-up-your-own-ubuntu-repository-on-dreamhost/#comment-4</guid>
		<description>Very nice! And not one day to early as I am looking for something like this the whole summer!

It should be noted that if you copy and paste the &lt;i&gt;rsync&lt;/i&gt; command the &quot;-&quot;-char are not recognized as &quot;normal&quot; &quot;-&quot; (because of different UTF8 encoding i believe).

Actually there should be two &quot;--&quot; in front of &quot;stats&quot; &quot;progress&quot; and &quot;exclude&quot;.

If not, these error-messages will be shown:

&lt;code&gt;
rsync: link_stat stats failed: /-stats failed: No such file or directory (2)
rsync: link_stat progress failed: /-progress failed: No such file or directory (2)
rsync: link_stat exclude failed: /-exclude=mini-dinstall: No such file or directory (2)
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Very nice! And not one day to early as I am looking for something like this the whole summer!</p>
<p>It should be noted that if you copy and paste the <i>rsync</i> command the &#8220;-&#8221;-char are not recognized as &#8220;normal&#8221; &#8220;-&#8221; (because of different UTF8 encoding i believe).</p>
<p>Actually there should be two &#8220;&#8211;&#8221; in front of &#8220;stats&#8221; &#8220;progress&#8221; and &#8220;exclude&#8221;.</p>
<p>If not, these error-messages will be shown:</p>
<p><code><br />
rsync: link_stat stats failed: /-stats failed: No such file or directory (2)<br />
rsync: link_stat progress failed: /-progress failed: No such file or directory (2)<br />
rsync: link_stat exclude failed: /-exclude=mini-dinstall: No such file or directory (2)<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marc</title>
		<link>http://www.drelmo.net/2007/09/17/setting-up-your-own-ubuntu-repository-on-dreamhost/comment-page-1/#comment-2</link>
		<dc:creator>Marc</dc:creator>
		<pubDate>Tue, 18 Sep 2007 06:01:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.drelmo.net/2007/09/17/setting-up-your-own-ubuntu-repository-on-dreamhost/#comment-2</guid>
		<description>Just a note that Wordpress isn&#039;t nice to my &lt;code&gt;pre&lt;/code&gt; formatting, so in the shell script in Step 6, the three lines, starting with the&lt;code&gt;rsync&lt;/code&gt; one, should all be on one line.</description>
		<content:encoded><![CDATA[<p>Just a note that Wordpress isn&#8217;t nice to my <code>pre</code> formatting, so in the shell script in Step 6, the three lines, starting with the<code>rsync</code> one, should all be on one line.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
