<?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/"
	xmlns:series="http://unfoldingneurons.com/"
		>
<channel>
	<title>Comments on: Challenges of Upgrading Linux</title>
	<atom:link href="http://www.pcmech.com/article/challenges-of-upgrading-linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pcmech.com/article/challenges-of-upgrading-linux/</link>
	<description>Helping Normal People Get Their Geek On</description>
	<lastBuildDate>Sun, 21 Mar 2010 16:50:37 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Michael</title>
		<link>http://www.pcmech.com/article/challenges-of-upgrading-linux/comment-page-1/#comment-1783</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Fri, 05 Oct 2007 11:25:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.pcmech.com/article/challenges-of-upgrading-linux/#comment-1783</guid>
		<description>Have you thought of trying FreeBSD? The upgrades are quite easy, especially upgrading minor versions.</description>
		<content:encoded><![CDATA[<p>Have you thought of trying FreeBSD? The upgrades are quite easy, especially upgrading minor versions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tyler Thompson</title>
		<link>http://www.pcmech.com/article/challenges-of-upgrading-linux/comment-page-1/#comment-1756</link>
		<dc:creator>Tyler Thompson</dc:creator>
		<pubDate>Thu, 04 Oct 2007 22:42:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.pcmech.com/article/challenges-of-upgrading-linux/#comment-1756</guid>
		<description>Let&#039;s not flame my author without reason here - we are here to do you a service by putting content online that will help you at some point.  Its a blog, folks - its informational.  He had a hell of a time upgrading... that&#039;s it.

The fact that he didn&#039;t mention backups has nothing to do with the article itself.  The purpose was to talk about the &quot;Challenges of Upgrading Linux&quot; that our author ran into.  Someone who types that into Google will get this site as the second hit, so it may be useful to them if they are curious about it.

As far as upgrades are concerned, why wouldn&#039;t you try an upgrade?  Sure, Windows upgrades suck and should never be done because of significant changes to the kernal, but Linux?  Even with a change in kernal versions, the operating system has not changed how it functions significantly for years.  I would consider an upgrade compared to setting everything up all over again, personally.

Our author is by NO means dumb or incompetent - and if you think so, perhaps you should look in a mirror.  They don&#039;t hand out MCP/CCNA/CCSP out to just anyone.</description>
		<content:encoded><![CDATA[<p>Let&#8217;s not flame my author without reason here &#8211; we are here to do you a service by putting content online that will help you at some point.  Its a blog, folks &#8211; its informational.  He had a hell of a time upgrading&#8230; that&#8217;s it.</p>
<p>The fact that he didn&#8217;t mention backups has nothing to do with the article itself.  The purpose was to talk about the &#8220;Challenges of Upgrading Linux&#8221; that our author ran into.  Someone who types that into Google will get this site as the second hit, so it may be useful to them if they are curious about it.</p>
<p>As far as upgrades are concerned, why wouldn&#8217;t you try an upgrade?  Sure, Windows upgrades suck and should never be done because of significant changes to the kernal, but Linux?  Even with a change in kernal versions, the operating system has not changed how it functions significantly for years.  I would consider an upgrade compared to setting everything up all over again, personally.</p>
<p>Our author is by NO means dumb or incompetent &#8211; and if you think so, perhaps you should look in a mirror.  They don&#8217;t hand out MCP/CCNA/CCSP out to just anyone.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MercerR</title>
		<link>http://www.pcmech.com/article/challenges-of-upgrading-linux/comment-page-1/#comment-1751</link>
		<dc:creator>MercerR</dc:creator>
		<pubDate>Thu, 04 Oct 2007 21:43:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.pcmech.com/article/challenges-of-upgrading-linux/#comment-1751</guid>
		<description>Back in 1999 I built a Red Hat 7.0 machine for email and web services. I have since upgraded it remotely from 7.0 to 7.3 to 8.0 to 9.0 to Fedora Core 1 to FC2 to FC3 to FC4 to FC5. Every upgrade was done remotely. 

For the first few upgrades, I used apt-get and for the last few I used yum. The only time that I had to visit the machine was when I switched from the lilo bootloader to the grub bootloader. I had made a mistake in my grub.conf file. I created a grub boot disk and used it to boot and correct my mistake.

I&#039;ve had various other issues that I was always able to correct remotely. 

Backups are always a good idea if you care about your data. 

To upgrade from Fedora Core 5 to Fedora Core 6 with yum. Go find a mirror that contains the FC6 distribution and find the fedora-release package for FC6.  Download it and install it with the &quot;rpm -Uvh fedora-release*.rpm&quot; command. It may require another package, download the required package and install them together &quot;rpm -Uvh *.rpm&quot;

Then use &quot;yum update&quot; to upgrade the OS. You might have some dependency problems, I usually remove packages that complain about dependency issues and then install the new version after the upgrade.

yum install packagename

Good luck, google and patience are required.

No, I don&#039;t guarantee that this will work for anyone. You have to be a bit of a geek. If you screw up your box and can&#039;t find a way out of it, you will have to rebuild.</description>
		<content:encoded><![CDATA[<p>Back in 1999 I built a Red Hat 7.0 machine for email and web services. I have since upgraded it remotely from 7.0 to 7.3 to 8.0 to 9.0 to Fedora Core 1 to FC2 to FC3 to FC4 to FC5. Every upgrade was done remotely. </p>
<p>For the first few upgrades, I used apt-get and for the last few I used yum. The only time that I had to visit the machine was when I switched from the lilo bootloader to the grub bootloader. I had made a mistake in my grub.conf file. I created a grub boot disk and used it to boot and correct my mistake.</p>
<p>I&#8217;ve had various other issues that I was always able to correct remotely. </p>
<p>Backups are always a good idea if you care about your data. </p>
<p>To upgrade from Fedora Core 5 to Fedora Core 6 with yum. Go find a mirror that contains the FC6 distribution and find the fedora-release package for FC6.  Download it and install it with the &#8220;rpm -Uvh fedora-release*.rpm&#8221; command. It may require another package, download the required package and install them together &#8220;rpm -Uvh *.rpm&#8221;</p>
<p>Then use &#8220;yum update&#8221; to upgrade the OS. You might have some dependency problems, I usually remove packages that complain about dependency issues and then install the new version after the upgrade.</p>
<p>yum install packagename</p>
<p>Good luck, google and patience are required.</p>
<p>No, I don&#8217;t guarantee that this will work for anyone. You have to be a bit of a geek. If you screw up your box and can&#8217;t find a way out of it, you will have to rebuild.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kyle Gordon</title>
		<link>http://www.pcmech.com/article/challenges-of-upgrading-linux/comment-page-1/#comment-1736</link>
		<dc:creator>Kyle Gordon</dc:creator>
		<pubDate>Thu, 04 Oct 2007 15:21:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.pcmech.com/article/challenges-of-upgrading-linux/#comment-1736</guid>
		<description>It&#039;s a tricky position to be in. A lot of RPM distributions seem to recommend the &#039;format and reinstall&#039; variety of upgrading. I&#039;ve been a Debian and Ubuntu user of many years, and quite often track the Debian Testing branch. This ensures that all packages are always up to date, and I don&#039;t really encounter any of the large release updates that plague other distributions. Even tracking Debian Stable avoids this. Although it will have a major release every few years, you can selectively upgrade the system a section at a time. Apache first, Exim second, kernel last, or whatever you choose. It will also save all your config files and data :-)

Enjoy - it&#039;s a learning experience every day</description>
		<content:encoded><![CDATA[<p>It&#8217;s a tricky position to be in. A lot of RPM distributions seem to recommend the &#8216;format and reinstall&#8217; variety of upgrading. I&#8217;ve been a Debian and Ubuntu user of many years, and quite often track the Debian Testing branch. This ensures that all packages are always up to date, and I don&#8217;t really encounter any of the large release updates that plague other distributions. Even tracking Debian Stable avoids this. Although it will have a major release every few years, you can selectively upgrade the system a section at a time. Apache first, Exim second, kernel last, or whatever you choose. It will also save all your config files and data <img src='http://www.pcmech.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Enjoy &#8211; it&#8217;s a learning experience every day</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BranhamS</title>
		<link>http://www.pcmech.com/article/challenges-of-upgrading-linux/comment-page-1/#comment-1735</link>
		<dc:creator>BranhamS</dc:creator>
		<pubDate>Thu, 04 Oct 2007 14:55:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.pcmech.com/article/challenges-of-upgrading-linux/#comment-1735</guid>
		<description>Good posts Everyone. I appreciate the feedback.

As many of you said I didn&#039;t stress the importance of backups as I should have in this article (didn&#039;t mention them at all actually). Before you make any serious changes to a system make sure you have a good backup you can restore from.

In all my production environments I use a product that NetStandard resells called DataSafe. It allows me to perform all my backups over the web and its so intuitive I almost forget about it sometimes.

Thanks again for the comments!</description>
		<content:encoded><![CDATA[<p>Good posts Everyone. I appreciate the feedback.</p>
<p>As many of you said I didn&#8217;t stress the importance of backups as I should have in this article (didn&#8217;t mention them at all actually). Before you make any serious changes to a system make sure you have a good backup you can restore from.</p>
<p>In all my production environments I use a product that NetStandard resells called DataSafe. It allows me to perform all my backups over the web and its so intuitive I almost forget about it sometimes.</p>
<p>Thanks again for the comments!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lachild</title>
		<link>http://www.pcmech.com/article/challenges-of-upgrading-linux/comment-page-1/#comment-1734</link>
		<dc:creator>lachild</dc:creator>
		<pubDate>Thu, 04 Oct 2007 14:17:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.pcmech.com/article/challenges-of-upgrading-linux/#comment-1734</guid>
		<description>Hike,

&quot;If you do something STUPID, don’t tell EVERYBODY!!! Learn from it and go on!!!&quot;

No DO tell everyone!  It&#039;s inevitable that someone else is going to do the same thing.  If you&#039;ve found a solution post it!  Saves everyone else from struggling like you did for hours.

For instance, as the author says &quot;inevitable answer on each forum I found is “format and install FC 5 clean.”&quot; but now for someone going from FC2 to FC5or6 we now have a possible work around no matter how sloppy a work around it is.

Lachild</description>
		<content:encoded><![CDATA[<p>Hike,</p>
<p>&#8220;If you do something STUPID, don’t tell EVERYBODY!!! Learn from it and go on!!!&#8221;</p>
<p>No DO tell everyone!  It&#8217;s inevitable that someone else is going to do the same thing.  If you&#8217;ve found a solution post it!  Saves everyone else from struggling like you did for hours.</p>
<p>For instance, as the author says &#8220;inevitable answer on each forum I found is “format and install FC 5 clean.”&#8221; but now for someone going from FC2 to FC5or6 we now have a possible work around no matter how sloppy a work around it is.</p>
<p>Lachild</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: NoSway</title>
		<link>http://www.pcmech.com/article/challenges-of-upgrading-linux/comment-page-1/#comment-1733</link>
		<dc:creator>NoSway</dc:creator>
		<pubDate>Thu, 04 Oct 2007 12:43:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.pcmech.com/article/challenges-of-upgrading-linux/#comment-1733</guid>
		<description>hike,

He says as a follow up note that he&#039;s got his data on a second partition. Learn to read before you insult people.</description>
		<content:encoded><![CDATA[<p>hike,</p>
<p>He says as a follow up note that he&#8217;s got his data on a second partition. Learn to read before you insult people.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hike</title>
		<link>http://www.pcmech.com/article/challenges-of-upgrading-linux/comment-page-1/#comment-1732</link>
		<dc:creator>hike</dc:creator>
		<pubDate>Thu, 04 Oct 2007 12:28:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.pcmech.com/article/challenges-of-upgrading-linux/#comment-1732</guid>
		<description>Dude, you&#039;re dumb!

Backup your data &amp; do a clean install!
**Microsoft suggests this--the experts tell you this.
**Sun Microsystems/Solaris tells you this--their OS &quot;update&quot; is to a new partition according to their system engineers
**From FC2 to FC6?  Nobody suggest a jump of 4 version levels!  That&#039;s like  going from Windows ME to Vista on the same disk!  Microsoft doesn&#039;t even approve of that!
**Red Hat suggests backuping your data and configuration files before attempting an on-disk upgrade.

If you do something STUPID, don&#039;t tell EVERYBODY!!!  Learn from it and go on!!!
**You blew-up a working system.
**You didn&#039;t research before the upgrade.  (DECENT system administrators research BEFORE--it&#039;s in the rule book--don&#039;t you have one?)  For instance, Apache 1.x is different than Apache 2.x in configuration syntax.
**You didn&#039;t make backups--it&#039;s in the rule book, too!
**You insult &quot;people&quot;; names are important:  RED Hat, not Redhat.
**You have no way to restore to you older configuration!  Hard drive are cheap--no need for you to be also!
**You think you are better than you are: (dumb != decent)!</description>
		<content:encoded><![CDATA[<p>Dude, you&#8217;re dumb!</p>
<p>Backup your data &amp; do a clean install!<br />
**Microsoft suggests this&#8211;the experts tell you this.<br />
**Sun Microsystems/Solaris tells you this&#8211;their OS &#8220;update&#8221; is to a new partition according to their system engineers<br />
**From FC2 to FC6?  Nobody suggest a jump of 4 version levels!  That&#8217;s like  going from Windows ME to Vista on the same disk!  Microsoft doesn&#8217;t even approve of that!<br />
**Red Hat suggests backuping your data and configuration files before attempting an on-disk upgrade.</p>
<p>If you do something STUPID, don&#8217;t tell EVERYBODY!!!  Learn from it and go on!!!<br />
**You blew-up a working system.<br />
**You didn&#8217;t research before the upgrade.  (DECENT system administrators research BEFORE&#8211;it&#8217;s in the rule book&#8211;don&#8217;t you have one?)  For instance, Apache 1.x is different than Apache 2.x in configuration syntax.<br />
**You didn&#8217;t make backups&#8211;it&#8217;s in the rule book, too!<br />
**You insult &#8220;people&#8221;; names are important:  RED Hat, not Redhat.<br />
**You have no way to restore to you older configuration!  Hard drive are cheap&#8211;no need for you to be also!<br />
**You think you are better than you are: (dumb != decent)!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: werner</title>
		<link>http://www.pcmech.com/article/challenges-of-upgrading-linux/comment-page-1/#comment-1731</link>
		<dc:creator>werner</dc:creator>
		<pubDate>Thu, 04 Oct 2007 12:23:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.pcmech.com/article/challenges-of-upgrading-linux/#comment-1731</guid>
		<description>I had the same problem, repairing a RedHat server of another person.  

The solution is just, to type #tune2fs -L /  /dev/hda1 .   For coming in, use any live CD, mount the installed partition, and chroot.

The reason for this is the stupidness that in the last time more and more distros mount the partition by the LABEL option.</description>
		<content:encoded><![CDATA[<p>I had the same problem, repairing a RedHat server of another person.  </p>
<p>The solution is just, to type #tune2fs -L /  /dev/hda1 .   For coming in, use any live CD, mount the installed partition, and chroot.</p>
<p>The reason for this is the stupidness that in the last time more and more distros mount the partition by the LABEL option.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sid Boyce</title>
		<link>http://www.pcmech.com/article/challenges-of-upgrading-linux/comment-page-1/#comment-1729</link>
		<dc:creator>Sid Boyce</dc:creator>
		<pubDate>Thu, 04 Oct 2007 10:33:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.pcmech.com/article/challenges-of-upgrading-linux/#comment-1729</guid>
		<description>I always back up my critical stuff and anything else I deem useful, either to another hard drive - internal or usb attached - or to another box. 
When upgrade problems have reared their ugly heads on occasions, I&#039;ve gone ahead and done a fresh install without reformatting the partitions. On the SuSE&#039;s, this has left my /home totally intact on drives that have only / and swap partitions.
One to remember, there has always been some way for me to get out of trouble with Linux. Solaris is another matter, change to new hardware and move your disks over and there is no way it will work on the new platform, a colleague and I spent a day trying to do that on a customer&#039;s site and in the end we had to do a fresh install and NFS copy his data across from the old box overnight.</description>
		<content:encoded><![CDATA[<p>I always back up my critical stuff and anything else I deem useful, either to another hard drive &#8211; internal or usb attached &#8211; or to another box.<br />
When upgrade problems have reared their ugly heads on occasions, I&#8217;ve gone ahead and done a fresh install without reformatting the partitions. On the SuSE&#8217;s, this has left my /home totally intact on drives that have only / and swap partitions.<br />
One to remember, there has always been some way for me to get out of trouble with Linux. Solaris is another matter, change to new hardware and move your disks over and there is no way it will work on the new platform, a colleague and I spent a day trying to do that on a customer&#8217;s site and in the end we had to do a fresh install and NFS copy his data across from the old box overnight.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
