Hi all,
Just upgraded my server over SSH from FC4 to FC5 and wanted to share a bit the experience. The upgrade itself went quite smooth once I got it to upgrade. Here are 2 things I learned the hard way:
1) Old kernels can be a b#tch! Before you begin, do the following:
This will return a list of what is installed on your system. E.g. I still had some old 2.6.9 & 2.6.10 kernels installed I completely forget about. A simple
Code:
yum remove kernel-2.6.9*
yum remove kernel-2.6.10*
...
did the trick. Be careful with the wildcards though, don't uninstall your current kernel ;-).
2) When you install the base noarch package for Fedora 5, it is so kind to not overwrite your existing repositories. This is a good thing but you need to make some modifications to them as well. I did two things: disable all custom repo's (dag, jpackage, etc...) & added my own fast mirrors to fedora-core.repo. It seems the fedora mirrorlist does not always select the fastest mirror near you ;-).