It gets as far as telling me:
Total download size: 207 M
It doesn't ask if its ok. But if I type y<enter> it reports: Is this ok [y/N]: Downloading Packages:
Then it does nothing. I can't kill it with CRTL-C, but I killed the yum process with kill -9 from another window. I retried it several times; same result.
Thanks for your help.
Mike.
On Mon, 2009-01-12 at 19:46 +0000, Mike -- EMAIL IGNORED wrote:
It gets as far as telling me:
Total download size: 207 M
It doesn't ask if its ok. But if I type y<enter> it reports: Is this ok [y/N]: Downloading Packages:
Then it does nothing. I can't kill it with CRTL-C, but I killed the yum process with kill -9 from another window. I retried it several times; same result.
Thanks for your help.
I just did an update to get the bind stuff, NP. Maybe running yum with incrreased verbosity (I can't recall the parameters) will give you a starting point?
Mike.
<snip sig stuff>
HTH
It doesn't ask if its ok. But if I type y<enter> it reports: Is this ok [y/N]: Downloading Packages:
Then it does nothing. I can't kill it with CRTL-C, but I killed the yum process with kill -9 from another window. I retried it several times; same result.
tried deleting /var/lib/rpm/__* after killing all yum processes?
t
tried deleting /var/lib/rpm/__* after killing all yum processes?
Yum has command line options to do its housecleaning which I would try first.
yum help clean
What does deleting the __db files do that the yum clean all doesn't? (which I notice doesn't delete those specific files)
on 1-12-2009 12:24 PM Spiro Harvey spake the following:
tried deleting /var/lib/rpm/__* after killing all yum processes?
Yum has command line options to do its housecleaning which I would try first.
yum help clean
What does deleting the __db files do that the yum clean all doesn't? (which I notice doesn't delete those specific files)
Yum clean all only does housekeeping on yum's files. It does not fix any problems in the underlying rpm database. Deleting the __db files will usually clean up after improperly closed rpm sessions. You usually have to follow the deletion with "rpm --updatedb" for it to do anything.