 |
 |
 |
 |
| Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum. |

27th March 2007, 09:05 PM
|
|
Registered User
|
|
Join Date: Oct 2006
Posts: 201

|
|
Help!!! Need to fix yum or reinstall.
Whenever I try to use yum everything downloads ok but then freeezes up during the update process. Not just for any particular package but all of them. Anyways if someone could tell me how to fix this that would be great. If not how do I go about uninstalling then reinstalling yum. (I think that this might help but I am not quite sure)
__________________
- Intel Core 2 duo - 2.13 ghz
- Asus P5B Deluxe Wifi/AP Edition
- 2048 MB Kingston HyperX ddr2 800
- nVidia 7600gt fatality professional edition
- 160 gb SATA 80 gig and 40 gig IDE drives.
- Lite On SATA DVD RW
|

27th March 2007, 09:17 PM
|
 |
Registered User
|
|
Join Date: Feb 2005
Location: Sweden - Scandinavia
Age: 44
Posts: 113

|
|
In console:
Code:
[root@localhost ~]# yum clean all
After that do:
Code:
[root@localhost ~]# yum update
__________________
Debian
Unix is user friendly. However, it isn't idiot friendly.
Last edited by Mr Tux; 27th March 2007 at 09:44 PM.
|

27th March 2007, 09:31 PM
|
 |
Registered User
|
|
Join Date: Jul 2005
Location: Wine Country, California
Posts: 2,862

|
|
|
If that doesn't work try yum -d 5 update and see if yum provides any info on the problem. -d for debug, 1-10 for level of debug ... 10 giving the most info (I believe)
__________________
Mark N.
Perpetual Newbie
--
I wanted to proclaim myself "The Typo King" but there's way too much competion. :p
411874 Get Counted
|

27th March 2007, 09:42 PM
|
 |
Registered User
|
|
Join Date: Feb 2005
Location: Sweden - Scandinavia
Age: 44
Posts: 113

|
|
Quote:
|
Originally Posted by u-noneinc-s
If that doesn't work try yum -d 5 update and see if yum provides any info on the problem. -d for debug, 1-10 for level of debug ... 10 giving the most info (I believe)
|
Yes, and paste the info you get here in the forumthread so we can analyze it ...If you don't understand it.
__________________
Debian
Unix is user friendly. However, it isn't idiot friendly.
Last edited by Mr Tux; 27th March 2007 at 09:48 PM.
|

27th March 2007, 09:52 PM
|
 |
Registered User
|
|
Join Date: Jul 2005
Location: Wine Country, California
Posts: 2,862

|
|
Quote:
|
Originally Posted by Mr Tux
Yes, and paste the info you get here in the forumthread so we can analyze it ...If you don't understand it.
|
That goes without saying  That said, I should have said it  D'oh, I guess I just space out from time to time. Flash backs or brain damage or just old age.
__________________
Mark N.
Perpetual Newbie
--
I wanted to proclaim myself "The Typo King" but there's way too much competion. :p
411874 Get Counted
|

27th March 2007, 10:33 PM
|
|
Registered User
|
|
Join Date: Mar 2007
Posts: 12

|
|
Quote:
|
Originally Posted by Mr Tux
In console:
Code:
[root@localhost ~]# yum clean all
After that do:
Code:
[root@localhost ~]# yum update
|
Thanks, had a simular issues and it worked.
|

27th March 2007, 10:48 PM
|
|
Registered User
|
|
Join Date: Mar 2007
Posts: 12

|
|
|
spoken to soon, updated about another 6 files and stoped
tried
[root@localhost ~]# yum -d 5 update
Loading "installonlyn" plugin
Running "config" handler for "installonlyn" plugin
Yum Version: 3.0
COMMAND: yum -d 5
Installroot: /
Setting up Update Process
Setting up repositories
Reading repository metadata in from local files
Setting up Package Sacks
Reading Local RPMDB
<---- it stopped here, also trying -d 10 stops at same point.
the software updater from within applications also stops before giving a list of updates.
If there is no solution to fix this is there another update program that easy ;-) to use
|

27th March 2007, 11:16 PM
|
 |
Registered User
|
|
Join Date: Jul 2005
Location: Wine Country, California
Posts: 2,862

|
|
|
Could be a corrupted rpmdb since that is where it's stopping, but that usually is pretty good about spitting out a rpmdb error (without needing the -d).
It could be the autoupdates (yumupdatesd or yum-updatesd). check system-config-services. Stop the updatesd thing and disable it then try yum again. This is just a guess since that usually gives an error that another instance of yum is already running, but if the updatesd just happens to be starting after you start to run yum (I don't know how often it runs) it could cause problems.
__________________
Mark N.
Perpetual Newbie
--
I wanted to proclaim myself "The Typo King" but there's way too much competion. :p
411874 Get Counted
|

28th March 2007, 04:55 AM
|
|
Registered User
|
|
Join Date: Oct 2006
Posts: 201

|
|
After I have used the clean all command i try to update. And I get these errors when it is trying to read the primary.xml.gz file from the fedora extras repo.
Code:
extras : ################################################## 4661/4661
error: rpmdbNextIterator: skipping h# 2264 blob size(43100): BAD, 8 + 16 * il(69) + dl(67472)
error: rpmdbNextIterator: skipping h# 2264 blob size(43100): BAD, 8 + 16 * il(69) + dl(67472)
error: rpmdbNextIterator: skipping h# 2264 blob size(43100): BAD, 8 + 16 * il(69) + dl(67472)
Is the problem with this. Some of the updates that I need to install are from the extras repo. Will these errors cause yum to screw up when trying to install them even after it has let me download them.
__________________
- Intel Core 2 duo - 2.13 ghz
- Asus P5B Deluxe Wifi/AP Edition
- 2048 MB Kingston HyperX ddr2 800
- nVidia 7600gt fatality professional edition
- 160 gb SATA 80 gig and 40 gig IDE drives.
- Lite On SATA DVD RW
|

28th March 2007, 05:46 AM
|
 |
Registered User
|
|
Join Date: Jul 2005
Location: Wine Country, California
Posts: 2,862

|
|
I have not seen this message before. You can google it and you will find some info but I don't know if it will help. I just did, and there was mention of rebuilding the db wwhich in the 2 threads I read, didn't help. but I'm stuck in a mental loop.  I kept screwing up and killing the window so I gave up looking.
google for error: rpmdbNextIterator: skipping and you will find some links. Hope they help.
__________________
Mark N.
Perpetual Newbie
--
I wanted to proclaim myself "The Typo King" but there's way too much competion. :p
411874 Get Counted
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Similar Threads
|
| Thread |
Thread Starter |
Forum |
Replies |
Last Post |
|
help on reinstall
|
FSE |
Installation and Live Media |
12 |
23rd August 2007 06:45 PM |
|
how to reinstall yum
|
u04f061 |
Using Fedora |
3 |
12th March 2007 10:56 PM |
|
Need to reinstall?
|
kegr |
Hardware & Laptops |
1 |
12th February 2007 07:40 PM |
|
ssh reinstall
|
gregora |
Installation and Live Media |
2 |
28th July 2006 07:36 PM |
|
KDE reinstall
|
reddwarf2956 |
Using Fedora |
11 |
23rd March 2004 05:27 AM |
Current GMT-time: 20:01 (Saturday, 25-05-2013)
|
|
 |
 |
 |
 |
|
|