View Full Version : uprading to Fedora 10 using YUM - no packages
mlehman
3rd December 2008, 07:43 PM
I'm upgrading from Fedora 8 to 10 using YUM. I followed the wiki at fedora.org and everything seems to be working fine. However when I go to upgrade my system, I get the following:
# yum upgrade
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* fedora: less.cogeco.net
* updates: less.cogeco.net
Setting up Upgrade Process
No Packages marked for Update
I believe my repos are set properly.
[root@trinity ~]# rpm -q fedora-release
fedora-release-10-1
Any ideas?
Mike
bulava
3rd December 2008, 07:50 PM
I'm upgrading from Fedora 8 to 10 using YUM
Am not discouraging you but that method is not a good idea :)
> No Packages marked for Update
That means I believe because FC10 is the brand new release no packages are updated yet.
SlowJet
3rd December 2008, 08:20 PM
yum repolist enabled
yum repolist disabled
#make sure they point to F10
setenforce 0
yum clean all --enablerepo=update-testing
yum update --enablerepo=updates-testing
touch /.autorelabel
reboot
SJ
# yum repolist enabled
Loaded plugins: refresh-packagekit
updates | 2.3 kB 00:00
fedora | 2.8 kB 00:00
repo id repo name status
fedora Fedora 10 - i386 enabled: 11,416
updates Fedora 10 - i386 - Updates enabled: 912
repolist: 12,328
[root@Ruthie-07 ~]# yum repolist disabled
Loaded plugins: refresh-packagekit
repo id repo name status
fedora-debuginfo Fedora 10 - i386 - Debug disabled
fedora-source Fedora 10 - Source disabled
rawhide Fedora - Rawhide - Developmental packages for disabled
rawhide-debuginfo Fedora - Rawhide - Debug disabled
rawhide-source Fedora - Rawhide - Source disabled
updates-debuginfo Fedora 10 - i386 - Updates - Debug disabled
updates-source Fedora 10 - Updates Source disabled
updates-testing Fedora 10 - i386 - Test Updates disabled
updates-testing-debuginfo Fedora 10 - i386 - Test Updates Debug disabled
updates-testing-source Fedora 10 - Test Updates Source disabled
repolist: 12,328
mlehman
3rd December 2008, 10:20 PM
Thanks for the info.
[root@trinity ~]# yum repolist enabled
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* fedora: less.cogeco.net
* updates: less.cogeco.net
fedora | 2.1 kB 00:00
updates | 2.6 kB 00:00
repo id repo name status
fedora Fedora 10 - i386 enabled : 8,439
updates Fedora 10 - i386 - Updates enabled : 1
So, as per the previous message, there must not be packages in the fedora and updates repos yet. I'll wait.
SlowJet
3rd December 2008, 10:44 PM
you need to do a
yum clean all #(to reset fastmirror and get the correct package info.
It would also help to do a yum update yum
first. to get a deplist bug fix)
then
yum update
But, without doing this initial set of updates from updates testing the system will be a bit buggy until those move to updates. That will be about a week. This couldn't be done before because most of the updates in updates-testing are only about a 7-10 days old. There are 912 so far. After the initial use of updates-testing then one can go back to being paranoid and only do updates (w/wo yum security plugins.) In the past these post G/A updates were called zero day updates. They fix the release problems for booting, startup, xorg, and such.
However you can wait also.
SJ
vBulletin® v3.8.7, Copyright ©2000-2013, vBulletin Solutions, Inc.