On Wed, 2005-01-12 at 15:37 +0100, Christof Damian wrote: > On Wed, 12 Jan 2005, Jack Howarth wrote: > > Could you describe the steps you used to do a successful FC2-FC3 > > yum upgrade. In particular what glitches were left by such an > > upgrade that you had to correct by hand? Jack > > I just followed these steps: > http://www.linux.duke.edu/~skvidal/misc/fc2-fc3-update-with-yum.txt > > for some reason i had to uninstall "ed" before it worked. after the > upgrade i checked /etc for .rpmsave and .rpmnew files Another good thing to try (thanks to Seth Vidal for this tip as well as for yum) is # rpm -qa --last Look for packages older than when the install was done. They are left- over 3rd party or other packages missed by the upgrade. If you've been using 3rd party repositories, add FC3 versions to yum config and upgrade again. Anything still left may be suspect. Have also found that apt sometimes fixes things yum has trouble with, and vice versa, but apt can't handle (x86a_64) multi-lib well. Phil