I upgraded one of my two RedHat servers to 8.0 without incident. When attempting to upgrade the second server, I got an unhandled exception error. Can anyone decipher this?
At the top of the long anaconda dump file is the following message:
Traceback (most recent call last):
File "/usr/lib/anaconda/gui.py", line 632, in nextClicked
self.dispatch.gotoNext()
File "/usr/lib/anaconda/dispatch.py", line 150, in gotoNext
self.moveStep()
File "/usr/lib/anaconda/dispatch.py", line 215, in moveStep
rc = apply(func, self.bindArgs(args))
File "/usr/lib/anaconda/upgrade.py", line 349, in upgradeFindPackages
id.hdList[package[rpm.RPMTAG_NAME]].select()
File "/usr/lib/anaconda/comps.py", line 171, in __getitem__
return self.packages[item]
KeyError: kernel-smp
Local variables in innermost frame:
item: kernel-smp
self: <comps.HeaderListFromFile instance at 0x86f2824>
At the top of the long anaconda dump file is the following message:
Traceback (most recent call last):
File "/usr/lib/anaconda/gui.py", line 632, in nextClicked
self.dispatch.gotoNext()
File "/usr/lib/anaconda/dispatch.py", line 150, in gotoNext
self.moveStep()
File "/usr/lib/anaconda/dispatch.py", line 215, in moveStep
rc = apply(func, self.bindArgs(args))
File "/usr/lib/anaconda/upgrade.py", line 349, in upgradeFindPackages
id.hdList[package[rpm.RPMTAG_NAME]].select()
File "/usr/lib/anaconda/comps.py", line 171, in __getitem__
return self.packages[item]
KeyError: kernel-smp
Local variables in innermost frame:
item: kernel-smp
self: <comps.HeaderListFromFile instance at 0x86f2824>