LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Fedora (https://www.linuxquestions.org/questions/fedora-35/)
-   -   Error at the end of a yum upgrade to FC2 (https://www.linuxquestions.org/questions/fedora-35/error-at-the-end-of-a-yum-upgrade-to-fc2-346741/)

stefaandk 07-25-2005 08:24 PM

Error at the end of a yum upgrade to FC2
 
Started an upgrade from RH9 to FC2

Did the upgrade to FC1 first, all worked OK, then changed my yum.conf to upgrade to FC2 and at the end it ends up with the error below

When I run a yum upgrade again I get:

No Upgrades available.
No actions to take

Just a bit worried about yum dropping out with this at the end of the upgrade process.


Completing update for ash - 840/845
Completing update for php-imap - 841/845
Completing update for mutt - 842/845
Erasing: XFree86-libs-data 843/845
Completing update for ed - 844/845
Kernel Updated/Installed, checking for bootloader
Grub found - making this kernel the default
Traceback (most recent call last):
File "/usr/bin/yum", line 30, in ?
yummain.main(sys.argv[1:])
File "/usr/share/yum/yummain.py", line 356, in main
tsfin.setProbFilter(rpm.RPMPROB_FILTER_DISKSPACE)
File "/usr/share/yum/pkgaction.py", line 540, in kernelupdate
else:
File "/usr/share/yum/up2datetheft.py", line 13, in install_grub
import grubcfg
File "/usr/share/yum/grubcfg.py", line 12, in ?
import iutil
File "/usr/share/yum/iutil.py", line 2, in ?
import types, os, sys, select, string, stat, signal
ImportError: No module named select
Reply With Quote

Simon Bridge 07-26-2005 02:43 AM

Huh - well FC2 uses Xorg and RH9 uses Xfree ... there are lots of other things. In general, I've found the upgrade process dodgy unless everything is absolutely RedHat standard. - Each time you upgrade there will be some variation from the rock-solid version. Repeated upgrades will gradually worsen this until the system breaks. That said:

It looks like the upgrade was successful ... the last stuff is the last command run by yum. It didn't find a module called "select". Only the Goddess of the Penguin (and, possibly, an uber-acolyte or three) knows why it looked for one. Some simple things to check:

Does the installation boot/run OK as it is? What is the output of uname -r ?
(Have you read the faq?)

Read through the release notes for FC1 and FC2 and compare the packages installed with what is expected in the distro. If everything is present and everything works - you may not have anything to worry about... much.

If you have the time to yum update multiple times to raise through the releases - why not just download the FC4 iso and have done with it? You get a clean install and a rescue disk this way. And you get to share.


All times are GMT -5. The time now is 11:27 AM.