<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.3" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments for fixlinux.com</title>
	<link>http://fixlinux.com</link>
	<description>security + stability = sanity</description>
	<pubDate>Sun, 07 Sep 2008 21:51:09 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.3</generator>

	<item>
		<title>Comment on Migrate RHEL to CentOS by rambo88</title>
		<link>http://fixlinux.com/2006/04/11/migrate-rhel-to-centos/#comment-11</link>
		<pubDate>Tue, 15 Jan 2008 10:10:00 +0000</pubDate>
		<guid>http://fixlinux.com/2006/04/11/migrate-rhel-to-centos/#comment-11</guid>
					<description>centos-yumconf is still in the ia64 tree</description>
		<content:encoded><![CDATA[<p>centos-yumconf is still in the ia64 tree
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Migrate RHEL to CentOS by rambo88</title>
		<link>http://fixlinux.com/2006/04/11/migrate-rhel-to-centos/#comment-10</link>
		<pubDate>Tue, 15 Jan 2008 10:09:24 +0000</pubDate>
		<guid>http://fixlinux.com/2006/04/11/migrate-rhel-to-centos/#comment-10</guid>
					<description>I ran it yesterday as well, I used 
centos-release-4-4.4.x86_64.rpm
yum-2.4.3-3.el4.centos.noarch.rpm
python-elementtree-1.2.6-5.el4.centos.x86_64.rpm
python-sqlite-1.1.7-1.2.1.x86_64.rpm
python-urlgrabber-2.9.8-2.noarch.rpm
sqlite-3.3.6-2.x86_64.rpm

and I used
centos-yumconf-4-4.5.noarch.rpm

I didn't find this package in the i386 or x86_64 branches of the CentOS tree, but in the ia64 branch. For some reason it was still there even though this package is obsolete, probably the ia64 portion isn't that up to date.

I imported the GPG key while using &quot;yum upgrade&quot; - I was asked when it installed the first RPM.

Everything still works well (RHEL4 ES Update 2 -&amp;#62; CentOS 4.5) - I even fixed the bugs I hoped (SCSI driver related).</description>
		<content:encoded><![CDATA[<p>I ran it yesterday as well, I used<br />
centos-release-4-4.4.x86_64.rpm<br />
yum-2.4.3-3.el4.centos.noarch.rpm<br />
python-elementtree-1.2.6-5.el4.centos.x86_64.rpm<br />
python-sqlite-1.1.7-1.2.1.x86_64.rpm<br />
python-urlgrabber-2.9.8-2.noarch.rpm<br />
sqlite-3.3.6-2.x86_64.rpm</p>
<p>and I used<br />
centos-yumconf-4-4.5.noarch.rpm</p>
<p>I didn&#8217;t find this package in the i386 or x86_64 branches of the CentOS tree, but in the ia64 branch. For some reason it was still there even though this package is obsolete, probably the ia64 portion isn&#8217;t that up to date.</p>
<p>I imported the GPG key while using &#8220;yum upgrade&#8221; - I was asked when it installed the first RPM.</p>
<p>Everything still works well (RHEL4 ES Update 2 -&gt; CentOS 4.5) - I even fixed the bugs I hoped (SCSI driver related).
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Migrate RHEL to CentOS by derek</title>
		<link>http://fixlinux.com/2006/04/11/migrate-rhel-to-centos/#comment-9</link>
		<pubDate>Fri, 21 Dec 2007 00:27:11 +0000</pubDate>
		<guid>http://fixlinux.com/2006/04/11/migrate-rhel-to-centos/#comment-9</guid>
					<description>I just ran this again recently.  Using CentOS 4.6 as the source of the RPMS I needed the following files:

centos-release-4-4.4.i386.rpm
python-elementtree-1.2.6-5.el4.centos.i386.rpm
python-sqlite-1.1.7-1.2.1.i386.rpm
python-urlgrabber-2.9.8-2.noarch.rpm
RPM-GPG-KEY-CentOS-4
sqlite-3.3.6-2.i386.rpm
yum-2.4.3-4.el4.centos.noarch.rpm
yum-metadata-parser-1.0-8.el4.centos.i386.rpm</description>
		<content:encoded><![CDATA[<p>I just ran this again recently.  Using CentOS 4.6 as the source of the RPMS I needed the following files:</p>
<p>centos-release-4-4.4.i386.rpm<br />
python-elementtree-1.2.6-5.el4.centos.i386.rpm<br />
python-sqlite-1.1.7-1.2.1.i386.rpm<br />
python-urlgrabber-2.9.8-2.noarch.rpm<br />
RPM-GPG-KEY-CentOS-4<br />
sqlite-3.3.6-2.i386.rpm<br />
yum-2.4.3-4.el4.centos.noarch.rpm<br />
yum-metadata-parser-1.0-8.el4.centos.i386.rpm
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Subversion and keyword substitution by rcharney</title>
		<link>http://fixlinux.com/2006/07/24/subversion-and-keyword-substitution/#comment-8</link>
		<pubDate>Sun, 02 Sep 2007 23:31:16 +0000</pubDate>
		<guid>http://fixlinux.com/2006/07/24/subversion-and-keyword-substitution/#comment-8</guid>
					<description>For the sample command to work properly, the double quotes need to be replaced by single quotes. So:

  svn propset svn:keywords “Author Date Id Revision HeadURL”

should be:

  svn propset svn:keywords 'Author Date Id Revision HeadURL'

otherwise, the shell will treat the keywords as file names.</description>
		<content:encoded><![CDATA[<p>For the sample command to work properly, the double quotes need to be replaced by single quotes. So:</p>
<p>  svn propset svn:keywords “Author Date Id Revision HeadURL”</p>
<p>should be:</p>
<p>  svn propset svn:keywords &#8216;Author Date Id Revision HeadURL&#8217;</p>
<p>otherwise, the shell will treat the keywords as file names.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Migrate RHEL to CentOS by derek</title>
		<link>http://fixlinux.com/2006/04/11/migrate-rhel-to-centos/#comment-3</link>
		<pubDate>Tue, 28 Nov 2006 23:51:36 +0000</pubDate>
		<guid>http://fixlinux.com/2006/04/11/migrate-rhel-to-centos/#comment-3</guid>
					<description>I've had the same experience recently.  It seems they have deprecated the centos-yumconf package.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve had the same experience recently.  It seems they have deprecated the centos-yumconf package.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Migrate RHEL to CentOS by andreas1234567</title>
		<link>http://fixlinux.com/2006/04/11/migrate-rhel-to-centos/#comment-2</link>
		<pubDate>Mon, 20 Nov 2006 20:50:15 +0000</pubDate>
		<guid>http://fixlinux.com/2006/04/11/migrate-rhel-to-centos/#comment-2</guid>
					<description>I followed the procedure above and successfully converted my RHEL 4 system to CentOS. I skipped the centos-yumconf package, however, since I was unable to find it on the CentOS mirrors (is it obsolete?).  Nevertheless, the system seems to work well. 

No more &quot;your system needs to be entitled for updates blah-blah&quot; from RHN up2date.

Thanks for sharing.

Andreas

--</description>
		<content:encoded><![CDATA[<p>I followed the procedure above and successfully converted my RHEL 4 system to CentOS. I skipped the centos-yumconf package, however, since I was unable to find it on the CentOS mirrors (is it obsolete?).  Nevertheless, the system seems to work well. </p>
<p>No more &#8220;your system needs to be entitled for updates blah-blah&#8221; from RHN up2date.</p>
<p>Thanks for sharing.</p>
<p>Andreas</p>
<p>&#8211;
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
