Hi Jim;<br><br>  The sequence:<br>    1> delete the rpm db<br>    2> rebuild rpm db<br>    3> yum update<br>  took almost ten hours, but it worked!<br><br>  The key was to use -y on yum so it wouldn't time out on me when I gave up watching it take forever...
<br><br>Thanks folks,<br>Ken<br><br><div><span class="gmail_quote">On 1/22/07, <b class="gmail_sendername">Jim Cornette</b> <<a href="mailto:fc-cornette@insight.rr.com">fc-cornette@insight.rr.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
> Kenneth Wolcott wrote:<br>>> Hi;<br>>><br>>>   I deleted the rpm db files.<br>>><br>>>   I then ran yum update again.<br>>><br>>>   Seems to go fine for quite awhile and then...
<br>><br>><br><br>It sounds like you probably have entries within your rpm database that<br>are leftovers from the yum blunt exit. You probably need to remove the<br>/var/lib/rpm/__db* files and run rpm --rebuilddb to get the database in
<br>a usable state. Afterwards, you will have to find the packages which are<br>multi-versions on your system and clean up the messed up entries for the<br>files. Hopefully the botched update did not include a lot of packages so
<br>the mess would not be extreme.<br>The easiest way is to run rpm -qa and sort the output to locate packages<br>which might show two or more entries. Next you would want to verify the<br>two packages and find out which one verifies and which one shows
<br>problems. Then you would want to remove only the database entry for the<br>version that does not come back clean with the --justdb option to rpm.<br><br>After the mess is cleaned up you might be able to update the system
<br>successfully again with yum. As you mentioned your system speed and<br>other options, you might be pressing the edge too much with trying to<br>use resource hungry programs like yum. I think 333 MHz would work but it<br>
would be extremely slow.<br><br>Jim<br><br>--<br>The amount of weight an evangelist carries with the almighty is measured<br>in billigrahams.<br><br>--<br>fedora-list mailing list<br><a href="mailto:fedora-list@redhat.com">
fedora-list@redhat.com</a><br>To unsubscribe: <a href="https://www.redhat.com/mailman/listinfo/fedora-list">https://www.redhat.com/mailman/listinfo/fedora-list</a><br></blockquote></div><br>