<?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 for Cristian Bradiceanu</title>
	<atom:link href="http://blog.bradiceanu.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.bradiceanu.net</link>
	<description>just another (technical) blog</description>
	<lastBuildDate>Thu, 27 Oct 2011 07:44:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on How to convert CentOS 6.0 to Scientific Linux 6.x by Cristian Bradiceanu</title>
		<link>http://blog.bradiceanu.net/2011/09/02/how-to-convert-centos-6-0-to-scientific-linux-6-x/comment-page-1/#comment-714</link>
		<dc:creator>Cristian Bradiceanu</dc:creator>
		<pubDate>Thu, 27 Oct 2011 07:44:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bradiceanu.net/?p=385#comment-714</guid>
		<description>You&#039;re welcome Jay.

I think it does not make much sense to reinstall all packages. Both CentOS and Scientific Linux aim to be binary compatible with RHEL. Anyway, all update packages come from the Scientific Linux repository after the &quot;conversion&quot;.

You can see the list of changed packages compared to upstream:

Scientific Linux 6.0 &lt;a href=&quot;http://www.scientificlinux.org/distributions/6x/rnotes/sl-release-notes-6.0.html&quot; target=&quot;_new&quot; rel=&quot;nofollow&quot;&gt;Release Notes&lt;/a&gt;
Scientific Linux 6.1 &lt;a href=&quot;http://www.scientificlinux.org/distributions/6x/rnotes/sl-release-notes-6.1.html&quot; target=&quot;_new&quot; rel=&quot;nofollow&quot;&gt;Release Notes&lt;/a&gt;
CentOS 6.0 &lt;a href=&quot;http://wiki.centos.org/Manuals/ReleaseNotes/CentOS6.0#head-feba6cc1fa1e8712c064ea258a286508a42b6de1&quot; target=&quot;_new&quot; rel=&quot;nofollow&quot;&gt;Release Notes&lt;/a&gt;

You may want to reinstall only the modified packages. This may be (partially) achieved using yum distro-sync.</description>
		<content:encoded><![CDATA[<p>You&#8217;re welcome Jay.</p>
<p>I think it does not make much sense to reinstall all packages. Both CentOS and Scientific Linux aim to be binary compatible with RHEL. Anyway, all update packages come from the Scientific Linux repository after the &#8220;conversion&#8221;.</p>
<p>You can see the list of changed packages compared to upstream:</p>
<p>Scientific Linux 6.0 <a href="http://www.scientificlinux.org/distributions/6x/rnotes/sl-release-notes-6.0.html" target="_new" rel="nofollow">Release Notes</a><br />
Scientific Linux 6.1 <a href="http://www.scientificlinux.org/distributions/6x/rnotes/sl-release-notes-6.1.html" target="_new" rel="nofollow">Release Notes</a><br />
CentOS 6.0 <a href="http://wiki.centos.org/Manuals/ReleaseNotes/CentOS6.0#head-feba6cc1fa1e8712c064ea258a286508a42b6de1" target="_new" rel="nofollow">Release Notes</a></p>
<p>You may want to reinstall only the modified packages. This may be (partially) achieved using yum distro-sync.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to convert CentOS 6.0 to Scientific Linux 6.x by Jay</title>
		<link>http://blog.bradiceanu.net/2011/09/02/how-to-convert-centos-6-0-to-scientific-linux-6-x/comment-page-1/#comment-713</link>
		<dc:creator>Jay</dc:creator>
		<pubDate>Wed, 26 Oct 2011 12:07:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bradiceanu.net/?p=385#comment-713</guid>
		<description>Thanks for the heads up that this was possible Cristian!

Quick and dirty for loop to reinstall all of the CentOS packages if people are that way inclined ;)

for i in `rpm -qa --qf &quot;%{NAME} %{VENDOR}\n&quot; &#124;\
 grep -i centos &#124; awk &#039;{ print $1 }&#039;`
 do yum -y reinstall $i
done</description>
		<content:encoded><![CDATA[<p>Thanks for the heads up that this was possible Cristian!</p>
<p>Quick and dirty for loop to reinstall all of the CentOS packages if people are that way inclined <img src='http://blog.bradiceanu.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>for i in `rpm -qa &#8211;qf &#8220;%{NAME} %{VENDOR}\n&#8221; |\<br />
 grep -i centos | awk &#8216;{ print $1 }&#8217;`<br />
 do yum -y reinstall $i<br />
done</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to convert CentOS 6.0 to Scientific Linux 6.x by Rene</title>
		<link>http://blog.bradiceanu.net/2011/09/02/how-to-convert-centos-6-0-to-scientific-linux-6-x/comment-page-1/#comment-701</link>
		<dc:creator>Rene</dc:creator>
		<pubDate>Fri, 30 Sep 2011 08:09:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bradiceanu.net/?p=385#comment-701</guid>
		<description>Thank you so much, you&#039;re a lifesaver!</description>
		<content:encoded><![CDATA[<p>Thank you so much, you&#8217;re a lifesaver!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to convert CentOS 6.0 to Scientific Linux 6.x by Cristian Bradiceanu</title>
		<link>http://blog.bradiceanu.net/2011/09/02/how-to-convert-centos-6-0-to-scientific-linux-6-x/comment-page-1/#comment-693</link>
		<dc:creator>Cristian Bradiceanu</dc:creator>
		<pubDate>Fri, 16 Sep 2011 22:09:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bradiceanu.net/?p=385#comment-693</guid>
		<description>The boot screens and logos are in the redhat-logos package. Running &lt;code&gt;yum distro-sync&lt;/code&gt; should replace the CentOS redhat-logos package with the SL one.

The list of packages modified by CentOS is &lt;a href=&quot;http://wiki.centos.org/Manuals/ReleaseNotes/CentOS5.6#head-0366dcce38973bc1c297b613c9ad1771f3e84d8e&quot; target=&quot;_new&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;. To replace the CentOS package with the SL one please run &lt;code&gt;yum reinstall package&lt;/code&gt;.

Run &lt;code&gt;rpm -qa --qf &quot;%{NAME} %{VENDOR}\n&quot;&#124;grep CentOS&lt;/code&gt; to see the packages created by CentOS. It is not necessary to reinstall all of these packages, CentOS and Scientific Linux&#039;s aim is to be binary compatible with RHEL.</description>
		<content:encoded><![CDATA[<p>The boot screens and logos are in the redhat-logos package. Running <code>yum distro-sync</code> should replace the CentOS redhat-logos package with the SL one.</p>
<p>The list of packages modified by CentOS is <a href="http://wiki.centos.org/Manuals/ReleaseNotes/CentOS5.6#head-0366dcce38973bc1c297b613c9ad1771f3e84d8e" target="_new" rel="nofollow">here</a>. To replace the CentOS package with the SL one please run <code>yum reinstall package</code>.</p>
<p>Run <code>rpm -qa --qf "%{NAME} %{VENDOR}\n"|grep CentOS</code> to see the packages created by CentOS. It is not necessary to reinstall all of these packages, CentOS and Scientific Linux&#8217;s aim is to be binary compatible with RHEL.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to convert CentOS 6.0 to Scientific Linux 6.x by senecca</title>
		<link>http://blog.bradiceanu.net/2011/09/02/how-to-convert-centos-6-0-to-scientific-linux-6-x/comment-page-1/#comment-692</link>
		<dc:creator>senecca</dc:creator>
		<pubDate>Fri, 16 Sep 2011 19:39:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bradiceanu.net/?p=385#comment-692</guid>
		<description>How do you get the themes to change. All of my boot screens and logos still reflect Centos.</description>
		<content:encoded><![CDATA[<p>How do you get the themes to change. All of my boot screens and logos still reflect Centos.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on iPad iOS 4.3 App Store Updates date bug by Fred</title>
		<link>http://blog.bradiceanu.net/2011/03/17/ipad-ios-4-3-app-store-updates-date-bug/comment-page-1/#comment-664</link>
		<dc:creator>Fred</dc:creator>
		<pubDate>Tue, 07 Jun 2011 11:00:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bradiceanu.net/?p=358#comment-664</guid>
		<description>And still present on 4.3.3</description>
		<content:encoded><![CDATA[<p>And still present on 4.3.3</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fedora 13 pptpd RPMs by Fedora 14 pptpd RPMs &#124; Cristian Bradiceanu</title>
		<link>http://blog.bradiceanu.net/2010/11/01/fedora-13-pptpd-rpms/comment-page-1/#comment-431</link>
		<dc:creator>Fedora 14 pptpd RPMs &#124; Cristian Bradiceanu</dc:creator>
		<pubDate>Sun, 14 Nov 2010 12:51:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bradiceanu.net/?p=235#comment-431</guid>
		<description>[...] Cristian Bradiceanu   just another (technical) blog    Skip to content HomeLinksys WRT54G ReplacementsLinux on Linksys WRT54GMe on distributed.netMy FirstsVoIP/SIP devices tested with Asterisk PBX        &#8592; Fedora 13 pptpd RPMs [...]</description>
		<content:encoded><![CDATA[<p>[...] Cristian Bradiceanu   just another (technical) blog    Skip to content HomeLinksys WRT54G ReplacementsLinux on Linksys WRT54GMe on distributed.netMy FirstsVoIP/SIP devices tested with Asterisk PBX        &larr; Fedora 13 pptpd RPMs [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fedora 12 PPTP server by Fedora 13 pptpd RPMs &#124; Cristian Bradiceanu</title>
		<link>http://blog.bradiceanu.net/2009/11/20/fedora-12-pptp-server/comment-page-1/#comment-430</link>
		<dc:creator>Fedora 13 pptpd RPMs &#124; Cristian Bradiceanu</dc:creator>
		<pubDate>Mon, 01 Nov 2010 15:31:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bradiceanu.net/?p=154#comment-430</guid>
		<description>[...] I have commented out logwtmp in pptpd.conf, please see my previous post. [...]</description>
		<content:encoded><![CDATA[<p>[...] I have commented out logwtmp in pptpd.conf, please see my previous post. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Linux /proc/cpuinfo flags by cpuflags: What are they in /proc/cpuinfo? &#171; Teh Knowledge</title>
		<link>http://blog.bradiceanu.net/2009/07/20/linux-proccpuinfo-flags/comment-page-1/#comment-403</link>
		<dc:creator>cpuflags: What are they in /proc/cpuinfo? &#171; Teh Knowledge</dc:creator>
		<pubDate>Fri, 23 Apr 2010 17:34:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bradiceanu.net/?p=81#comment-403</guid>
		<description>[...] What are they in&#160;/proc/cpuinfo?  Obtained from HERE but simply sorted.. 3dnow . 3DNow! 3dnowext . AMD 3DNow! extensions abm . Advanced bit manipulation [...]</description>
		<content:encoded><![CDATA[<p>[...] What are they in&nbsp;/proc/cpuinfo?  Obtained from HERE but simply sorted.. 3dnow . 3DNow! 3dnowext . AMD 3DNow! extensions abm . Advanced bit manipulation [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

