jimjawn on 23 Jun 2006 01:48:43 -0000 |
I'm using this page as a reference and its been a while since I've used yum, but I'd suggest: 1. ) upgrading the fedora release package to 5 # rpm -Uvh http://download.fedora.redhat.com/pub/fedora/linux/core/5/i386/os/Fedora/RPMS/fedora-release-5-5.noarch.rpm 2.) disabling all external repos ( fedora.us, dries, dag, freshrpms, etc..) in your yum.conf or in /etc/yum.repos.d/* 3.) disable SE Linux (if its not already disabled, you'll have to reboot after modifying this...) # vi /etc/sysconfig/selinux Change: SELINUX=enforcing -- or -- SELINUX=permissive 4.) running # yum -y update kernel 5.) THEN removing the fedora core 3 kernels # yum remove kernel-2.6.\*FC3\* 6.) Then upgrading # yum -y upgrade Actually, if you read that link in the first line, it pretty much covers everything. Even the hiccups that will more than likely occur. Good luck. Hope that helps. Jim On 6/22/06, jazzman@exdomain.org <jazzman@exdomain.org> wrote: Ok, so this has me confused. I'm attempting to use yum to upgrade my ___________________________________________________________________________ Philadelphia Linux Users Group -- http://www.phillylinux.org Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce General Discussion -- http://lists.phillylinux.org/mailman/listinfo/plug
|
|