On Tue, 2004-11-23 at 20:22, Matthew Miller wrote: > On Tue, Nov 23, 2004 at 08:19:02PM -0500, John Mellor wrote: > > Here's the output from yum: > [snip] > > Running test transaction: > > Test transaction complete, Success! > > Segmentation fault > > What happens if you download the RPMs and try to install them with "rpm > -ivh"? Just for grins, I did a yum update from the already-downloaded cache, and what do you know, it worked: # rpm -q yum yum-2.0.7-1.1 # yum -d1 -y -C update Installed: kernel 2.6.9-1.6_FC2.i686 Updated: kernel-sourcecode 2.6.9-1.6_FC2.noarch kernel-doc 2.6.9-1.6_FC2.noarch # So, what's the difference? Why does install-from-cache work, and install-from-mirror-site not work for both up2date and yum?