<?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: Upgrading from FC6 to Fedora 7 with yum</title>
	<atom:link href="http://www.ioncannon.net/linux/68/upgrading-from-fc6-to-fedora7-with-yum/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ioncannon.net/linux/68/upgrading-from-fc6-to-fedora7-with-yum/</link>
	<description>Thoughts on Software Development and Engineering</description>
	<lastBuildDate>Wed, 10 Mar 2010 02:57:29 +0000</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jamie Beck</title>
		<link>http://www.ioncannon.net/linux/68/upgrading-from-fc6-to-fedora7-with-yum/comment-page-2/#comment-142307</link>
		<dc:creator>Jamie Beck</dc:creator>
		<pubDate>Sun, 21 Jun 2009 22:25:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.ioncannon.net/linux/68/upgrading-from-fc6-to-fc7-with-yum/#comment-142307</guid>
		<description>The rpm&#039;s listed about have moved. The new command should be:

&lt;code&gt;
rpm -Uhv http://archives.fedoraproject.org/pub/archive/fedora/linux/releases/7/Fedora/i386/os/Fedora/fedora-release-7-3.noarch.rpm http://archives.fedoraproject.org/pub/archive/fedora/linux/releases/7/Fedora/i386/os/Fedora/fedora-release-notes-7.0.0-1.noarch.rpm
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>The rpm&#039;s listed about have moved. The new command should be:</p>
<div class="codesnip-container" >rpm -Uhv <a href="http://archives.fedoraproject.org/pub/archive/fedora/linux/releases/7/Fedora/i386/os/Fedora/fedora-release-7-3.noarch.rpm" rel="nofollow">http://archives.fedoraproject.org/pub/archive/fedora/linux/releases/7/Fedora/i386/os/Fedora/fedora-release-7-3.noarch.rpm</a> <a href="http://archives.fedoraproject.org/pub/archive/fedora/linux/releases/7/Fedora/i386/os/Fedora/fedora-release-notes-7.0.0-1.noarch.rpm" rel="nofollow">http://archives.fedoraproject.org/pub/archive/fedora/linux/releases/7/Fedora/i386/os/Fedora/fedora-release-notes-7.0.0-1.noarch.rpm</a></div>
]]></content:encoded>
	</item>
	<item>
		<title>By: doc</title>
		<link>http://www.ioncannon.net/linux/68/upgrading-from-fc6-to-fedora7-with-yum/comment-page-2/#comment-122760</link>
		<dc:creator>doc</dc:creator>
		<pubDate>Wed, 11 Feb 2009 08:55:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.ioncannon.net/linux/68/upgrading-from-fc6-to-fc7-with-yum/#comment-122760</guid>
		<description>for those on 64-bit machines having problems saying &quot;nash&quot; is required, etc., and in case you (i) forgot the extremely forgettable syntax for querying package architectures (i have run into this many times, and each time i come back here to remember, and re-figure this out):

1. run this 

rpm -q --queryformat=&#039;%{N}-%{V}-%{R}.%{arch}\n&#039; mkinitrd
rpm -q --queryformat=&#039;%{N}-%{V}-%{R}.%{arch}\n&#039; parted
rpm -q --queryformat=&#039;%{N}-%{V}-%{R}.%{arch}\n&#039; nash

2. then remove the x86 ones (may vary):

rpm -e parted-1.8.2-2.fc6.i386
rpm -e mkinitrd-5.1.19.0.3-1.i386

2. then yum upgrade works...</description>
		<content:encoded><![CDATA[<p>for those on 64-bit machines having problems saying &#034;nash&#034; is required, etc., and in case you (i) forgot the extremely forgettable syntax for querying package architectures (i have run into this many times, and each time i come back here to remember, and re-figure this out):</p>
<p>1. run this </p>
<p>rpm -q &#8211;queryformat=&#039;%{N}-%{V}-%{R}.%{arch}\n&#039; mkinitrd<br />
rpm -q &#8211;queryformat=&#039;%{N}-%{V}-%{R}.%{arch}\n&#039; parted<br />
rpm -q &#8211;queryformat=&#039;%{N}-%{V}-%{R}.%{arch}\n&#039; nash</p>
<p>2. then remove the x86 ones (may vary):</p>
<p>rpm -e parted-1.8.2-2.fc6.i386<br />
rpm -e mkinitrd-5.1.19.0.3-1.i386</p>
<p>2. then yum upgrade works&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ron</title>
		<link>http://www.ioncannon.net/linux/68/upgrading-from-fc6-to-fedora7-with-yum/comment-page-2/#comment-91115</link>
		<dc:creator>Ron</dc:creator>
		<pubDate>Wed, 20 Aug 2008 03:55:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.ioncannon.net/linux/68/upgrading-from-fc6-to-fc7-with-yum/#comment-91115</guid>
		<description>I ran yum update and only had issues with Python like others..  I removed authconfig    vlc     4Suite (part of Python).  upgrade went great..  I then reinstalled a VLC package for fc7 and we are in business.    I&#039;ll update 4Suite tomorrow..  don&#039;t even know if I need it or not.
I also have softraid with 2 250GB drives with LVM and everything was labelled correctly.   

FC6  to  FC7 went fine..  and this is after having this server running about a year on FC6 with no problems..   

Thanks for all the good tips.</description>
		<content:encoded><![CDATA[<p>I ran yum update and only had issues with Python like others..  I removed authconfig    vlc     4Suite (part of Python).  upgrade went great..  I then reinstalled a VLC package for fc7 and we are in business.    I&#039;ll update 4Suite tomorrow..  don&#039;t even know if I need it or not.<br />
I also have softraid with 2 250GB drives with LVM and everything was labelled correctly.   </p>
<p>FC6  to  FC7 went fine..  and this is after having this server running about a year on FC6 with no problems..   </p>
<p>Thanks for all the good tips.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shaun</title>
		<link>http://www.ioncannon.net/linux/68/upgrading-from-fc6-to-fedora7-with-yum/comment-page-2/#comment-81072</link>
		<dc:creator>Shaun</dc:creator>
		<pubDate>Wed, 09 Jul 2008 19:22:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.ioncannon.net/linux/68/upgrading-from-fc6-to-fc7-with-yum/#comment-81072</guid>
		<description>python(api) errors.. just run `yum remove authconfig`</description>
		<content:encoded><![CDATA[<p>python(api) errors.. just run `yum remove authconfig`</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://www.ioncannon.net/linux/68/upgrading-from-fc6-to-fedora7-with-yum/comment-page-2/#comment-68534</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Thu, 15 May 2008 08:35:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.ioncannon.net/linux/68/upgrading-from-fc6-to-fc7-with-yum/#comment-68534</guid>
		<description>Good work Artem S. Tashkinov !!!

Your tip to re-create the initrd image fixed my problem.

Now I just need to figure out why udev is only building device nodes for 2 out of 4 drives in my RAID array... :-(</description>
		<content:encoded><![CDATA[<p>Good work Artem S. Tashkinov !!!</p>
<p>Your tip to re-create the initrd image fixed my problem.</p>
<p>Now I just need to figure out why udev is only building device nodes for 2 out of 4 drives in my RAID array&#8230; :-(</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anon</title>
		<link>http://www.ioncannon.net/linux/68/upgrading-from-fc6-to-fedora7-with-yum/comment-page-2/#comment-52393</link>
		<dc:creator>anon</dc:creator>
		<pubDate>Wed, 20 Feb 2008 10:44:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.ioncannon.net/linux/68/upgrading-from-fc6-to-fc7-with-yum/#comment-52393</guid>
		<description>I had a problem after the update on a system where LVM was on a soft RAID. The system has 2 ATA and 2 SATA drives on soft (md) RAID-1 configuration. Yes, I know, I could make raid on LVM by itself, but at the time it was built I was more familiar with md. Know, upon boot with the kernel of fedora 7, the order of drives changes, and sata drives do not come as sda/sdb but as sdbc/sdd, and the ata disks take the sda &amp; sdb labels. As i have the / partition on ata disks, the system boots, but loses completely the filesystem on LVM (it does not get recognized). Any hints will be welcomed!</description>
		<content:encoded><![CDATA[<p>I had a problem after the update on a system where LVM was on a soft RAID. The system has 2 ATA and 2 SATA drives on soft (md) RAID-1 configuration. Yes, I know, I could make raid on LVM by itself, but at the time it was built I was more familiar with md. Know, upon boot with the kernel of fedora 7, the order of drives changes, and sata drives do not come as sda/sdb but as sdbc/sdd, and the ata disks take the sda &amp; sdb labels. As i have the / partition on ata disks, the system boots, but loses completely the filesystem on LVM (it does not get recognized). Any hints will be welcomed!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dharmesh V Patel</title>
		<link>http://www.ioncannon.net/linux/68/upgrading-from-fc6-to-fedora7-with-yum/comment-page-2/#comment-51740</link>
		<dc:creator>Dharmesh V Patel</dc:creator>
		<pubDate>Mon, 18 Feb 2008 13:29:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.ioncannon.net/linux/68/upgrading-from-fc6-to-fc7-with-yum/#comment-51740</guid>
		<description>The two step upgrade went fine after I got the i386 versions of the rpms in the first command. All the dependency erros (there were hundereds of them) went away and an hour and half later I was at Fedora 7. I had the labels correctly and I followed the fedora Upgrading using yum instructions too and changed my boot drive to /dev/sda in the grub config (from /dev/hda/) before booting. Machine booted up just fine.

Thanks for the instructions. They too came in pretty handy.</description>
		<content:encoded><![CDATA[<p>The two step upgrade went fine after I got the i386 versions of the rpms in the first command. All the dependency erros (there were hundereds of them) went away and an hour and half later I was at Fedora 7. I had the labels correctly and I followed the fedora Upgrading using yum instructions too and changed my boot drive to /dev/sda in the grub config (from /dev/hda/) before booting. Machine booted up just fine.</p>
<p>Thanks for the instructions. They too came in pretty handy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dharmesh V Patel</title>
		<link>http://www.ioncannon.net/linux/68/upgrading-from-fc6-to-fedora7-with-yum/comment-page-2/#comment-51494</link>
		<dc:creator>Dharmesh V Patel</dc:creator>
		<pubDate>Sun, 17 Feb 2008 15:22:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.ioncannon.net/linux/68/upgrading-from-fc6-to-fc7-with-yum/#comment-51494</guid>
		<description>This seems to be a very good guide EXCEPT that its for x86_64 systems. I did not realize that and stupidly fired the rpm -Uhv command on my non 64 bit system. I am still trying to recover. With more and more folks now running the new hardware which is 64bit, it might not be an issue but it might help if you put it up in the title that the steps are for x64 architecture. My upgrade is running currently and I will post the changes (no renaming to rpmnew is required etc) once the upgrade finishes. I intend to do a 2 step upgrade going from FC6 to Fedora 8.</description>
		<content:encoded><![CDATA[<p>This seems to be a very good guide EXCEPT that its for x86_64 systems. I did not realize that and stupidly fired the rpm -Uhv command on my non 64 bit system. I am still trying to recover. With more and more folks now running the new hardware which is 64bit, it might not be an issue but it might help if you put it up in the title that the steps are for x64 architecture. My upgrade is running currently and I will post the changes (no renaming to rpmnew is required etc) once the upgrade finishes. I intend to do a 2 step upgrade going from FC6 to Fedora 8.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: person1873</title>
		<link>http://www.ioncannon.net/linux/68/upgrading-from-fc6-to-fedora7-with-yum/comment-page-2/#comment-51240</link>
		<dc:creator>person1873</dc:creator>
		<pubDate>Sat, 16 Feb 2008 13:52:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.ioncannon.net/linux/68/upgrading-from-fc6-to-fc7-with-yum/#comment-51240</guid>
		<description>i know people have been asking left right and center if it&#039;s possible to skip a version, and i&#039;m no different appart from that i want to go from fc6 to f8. is this possible without the whole f7 step, could i just put the f8 repo&#039;s in rather than f7?</description>
		<content:encoded><![CDATA[<p>i know people have been asking left right and center if it&#039;s possible to skip a version, and i&#039;m no different appart from that i want to go from fc6 to f8. is this possible without the whole f7 step, could i just put the f8 repo&#039;s in rather than f7?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg James</title>
		<link>http://www.ioncannon.net/linux/68/upgrading-from-fc6-to-fedora7-with-yum/comment-page-2/#comment-45739</link>
		<dc:creator>Greg James</dc:creator>
		<pubDate>Tue, 22 Jan 2008 14:05:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.ioncannon.net/linux/68/upgrading-from-fc6-to-fc7-with-yum/#comment-45739</guid>
		<description>Philip Diaz,
I had a similar problem. I just rpm -e the packages having the problem then I could do the upgrade. Then I just yum installed them back in after the upgrade.
Hope this helps.
Greg James</description>
		<content:encoded><![CDATA[<p>Philip Diaz,<br />
I had a similar problem. I just rpm -e the packages having the problem then I could do the upgrade. Then I just yum installed them back in after the upgrade.<br />
Hope this helps.<br />
Greg James</p>
]]></content:encoded>
	</item>
</channel>
</rss>
