Hello, up2date-gnome-4.1.16-1 up2date-4.1.16-1 yum-2.0.4-2 I just upgraded a RH9 box to Fedora Core 1. Was checking the operation of 'up2date' and worked through the "RPM-GPG-KEY" bit by choosing the RPM-GPG-KEY-fedora key. I'm using up2date RPM's as shown above. After the upgrade yum was not installed. I understand that up2date may be working with yum so I installed yum manually just in case that would have any impact and the RPM I'm using is shown above. When I run the up2date GUI I see that two channels are listed: sources:yum fedora-core-1 http://fedora.redhat.com/releases/fedora-core-1 sources:yum updates-released http://fedora.redhat.com/updates/released/fedora-core-1 When running up2date I get an error as shown below. Any hints on where to look for the problem? ============= Start ====================== 22:21:09 # up2date --nox -u Fetching package list for channel: fedora-core-1... Fetching http://fedora.redhat.com/releases/fedora-core-1/headers/header.info... ######################################## Fetching package list for channel: updates-released... Fetching http://fedora.redhat.com/updates/released/fedora-core-1/headers/header.info... ######################################## Fetching Obsoletes list for channel: fedora-core-1... Fetching Obsoletes list for channel: updates-released... Fetching obsoletes list for http://fedora.redhat.com/updates/released/fedora-core-1... Fetching http://fedora.redhat.com/updates/released/fedora-core-1/headers/header.info... ######################################## Traceback (most recent call last): File "/usr/sbin/up2date", line 1188, in ? sys.exit(main() or 0) File "/usr/sbin/up2date", line 766, in main fullUpdate, dryRun=options.dry_run)) File "/usr/sbin/up2date", line 1051, in batchRun batch.run() File "up2dateBatch.py", line 58, in run File "up2dateBatch.py", line 96, in __findPackagesToUpdate File "packageList.py", line 123, in run File "rhnPackageInfo.py", line 404, in obsoletesList File "rpcServer.py", line 110, in doCall File "repoDirector.py", line 27, in getObsoletes File "rpmSource.py", line 249, in getObsoletes File "/usr/share/rhn/up2date_client/repoBackends/yumRepo.py", line 311, in getObsoletes baseFileName = "%s-%s-%s.%s.hdr" % (pkg[0], pkg[1], pkg[2], pkg[4]) IndexError: list index out of range ================== End ========================