I am trying to upgrade a Linux 6.0 system to 7.0. After booting and telling the system where to look for the RPMS and base files, The computer starts Anaconda then it gives me a file report of what went wrong. Here is the file: Traceback (innermost last): File "/usr/bin/anaconda.real", line 438, in ? intf.run(todo, test = test) File "/var/tmp/anaconda-7.0.1//usr/lib/anaconda/text.py", line 1028, in run File "/var/tmp/anaconda-7.0.1//usr/lib/anaconda/text.py", line 279, in __call__ File "/var/tmp/anaconda-7.0.1//usr/lib/anaconda/todo.py", line 941, in upgradeFindPackages File "/var/tmp/anaconda-7.0.1//usr/lib/anaconda/todo.py", line 539, in getCompsList File "/var/tmp/anaconda-7.0.1//usr/lib/anaconda/harddrive.py", line 43, in readComps File "/var/tmp/anaconda-7.0.1//usr/lib/anaconda/comps.py", line 459, in __init__ File "/var/tmp/anaconda-7.0.1//usr/lib/anaconda/comps.py", line 428, in readCompsFile File "/var/tmp/anaconda-7.0.1//usr/lib/anaconda/comps.py", line 101, in __getitem__ KeyError: cyrus-sasl Local variables in innermost frame: self: <comps.HeaderList instance at 8230900> item: cyrus-sasl ToDo object: (itodo ToDo p1 (dp2 S'method' p3 (iharddrive HardDriveInstallMethod p4 (dp5 S'fstype' p6 S'ext2' p7 sS'isMounted' p8 I0 sS'fnames' p9 (dp10 <failed> This happenes when I try to install or upgrade.
Since I posted earlier I found three different RPMS that were the wrong size. Indexhtml was one of them. The ftp server reports that the file size is 16967 after being downloaded the filesize was 17031. The only way I could fix this was to switch to binary mode on my ftp program. Now I get a totally different dump from anaconda Traceback (innermost last): File "/usr/bin/anaconda.real", line 438, in ? intf.run(todo, test = test) File "/var/tmp/anaconda-7.0.1//usr/lib/anaconda/text.py", line 1028, in run File "/var/tmp/anaconda-7.0.1//usr/lib/anaconda/text.py", line 279, in __call__ File "/var/tmp/anaconda-7.0.1//usr/lib/anaconda/todo.py", line 941, in upgradeFindPackages File "/var/tmp/anaconda-7.0.1//usr/lib/anaconda/todo.py", line 539, in getCompsList File "/var/tmp/anaconda-7.0.1//usr/lib/anaconda/harddrive.py", line 43, in readComps File "/var/tmp/anaconda-7.0.1//usr/lib/anaconda/comps.py", line 459, in __init__ File "/var/tmp/anaconda-7.0.1//usr/lib/anaconda/comps.py", line 425, in readCompsFile File "/var/tmp/anaconda-7.0.1//usr/lib/anaconda/comps.py", line 101, in __getitem__ KeyError: compat-glibc Local variables in innermost frame: self: <comps.HeaderList instance at 8230900> item: compat-glibc ToDo object: (itodo ToDo p1 (dp2 S'method' p3 (iharddrive HardDriveInstallMethod p4 (dp5 S'fstype' p6 S'ext2' p7 sS'isMounted' p8 I0 sS'fnames' p9 (dp10 <failed> compat-glibc is the right size
Please do an md5sum of the file and I'll see if its not currupted.
*** This bug has been marked as a duplicate of 18019 ***