LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 10-14-2004, 05:45 PM   #1
Dreamcatcher
LQ Newbie
 
Registered: Aug 2004
Location: Holland
Distribution: FreeBSD 5.3
Posts: 21

Rep: Reputation: 15
Problems with yum


Hello,

every time i try to use yum to install something ( in this case fluxbox but the same happens with any software ) i get several errors wich i dont udnerstand so i was hoping you guys could help me fix this.

Quote:
[root@dreambox root]# yum install fluxbox
Gathering header information file(s) from server(s)
Server: Fedora Core 2 - x86_64 - Base
retrygrab() failed for:
http://mirrors.usc.edu/pub/linux/fed...rs/header.info
Executing failover method
Server: Fedora.us Extras (Stable)
retrygrab() failed for:
http://mirrors.kernel.org/fedora.us/...rs/header.info
Executing failover method
retrygrab() failed for:
http://fedora.quicknet.nl/fedora/fed...rs/header.info
Executing failover method
retrygrab() failed for:
http://mirrors.usc.edu/pub/linux/fed...rs/header.info
Executing failover method
retrygrab() failed for:
http://fedora.mirror.sdv.fr/fedora/f...rs/header.info
Executing failover method
retrygrab() failed for:
http://download.fedora.us/fedora/fed...rs/header.info
Executing failover method
failover: out of servers to try
Error getting file http://mirrors.kernel.org/fedora.us/...rs/header.info
[Errno 4] IOError: HTTP Error 404: Not Found
[root@dreambox root]#
 
Old 10-14-2004, 05:56 PM   #2
UsualTuxpect
Member
 
Registered: Aug 2004
Location: New York
Distribution: --------- Gentoo-2004.2 [2.6.8] Redhat-9 [2.6.6]
Posts: 545

Rep: Reputation: 31
the url's which yum is trying to access are not there... thats what its reporting...

change ur configuration file... to access the working mirrors....
 
Old 10-16-2004, 04:48 AM   #3
Janneman
Member
 
Registered: May 2004
Distribution: Fedora Core 6
Posts: 36

Rep: Reputation: 15
I screwed up rpm and yum. How to fix this?

I ran 'yum update' on RedHat 7.1, but it took too long and I killed it.
Now rpm won't run anymore, giving the error message:

rpm: error while loading shared libraries: librpm-4.2.so: cannot load shared object file: No such file or directory

yum doesn't work either: 'yum update rpm' results in:

Traceback (innermost last):
File "/usr/bin/yum", line 22, in ?
import yummain
File "yummain.py", line 21, in ?
File "clientStuff.py", line 22, in ?
ImportError: librpm.so.0: cannot load shared object file: No such file or directory

I also cannot login anymore on my KDE desktop (GNOME still functions).
How can I install rpm or yum without using rpm or yum?

Janneman.

Last edited by Janneman; 10-16-2004 at 04:58 AM.
 
Old 10-16-2004, 06:22 AM   #4
Dreamcatcher
LQ Newbie
 
Registered: Aug 2004
Location: Holland
Distribution: FreeBSD 5.3
Posts: 21

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by UsualTuxpect
the url's which yum is trying to access are not there... thats what its reporting...

change ur configuration file... to access the working mirrors....
to be honest i dont know how to do that and dont know working mirrors either, im not very experieneced with linux, can someone tell me what to do?
 
Old 10-16-2004, 09:29 AM   #5
UsualTuxpect
Member
 
Registered: Aug 2004
Location: New York
Distribution: --------- Gentoo-2004.2 [2.6.8] Redhat-9 [2.6.6]
Posts: 545

Rep: Reputation: 31
Janneman --> what do you mean by saying "but it took too long and I killed it." , was it not responding??? or u just killed it out of impatience ???.

Anyway .. i think by killing it u just didn't allow it to update all the req packages as a result u system has a lot of inconsistencies...

check this link out -->http://www.linuxdocs.org/HOWTOs/RPM-...x-HOWTO-4.html

that should give u an idea .. try compiling the rpm from source....


DreamCatcher -->

"Fedora Core 2 - x86_64 - Base" r u using the 64 bit version ????????

what is ur microprocessor ???? amd 64 ??


check ur yum.conf file

#locate yum.conf

#cat path_to_yum.conf [to see whats in ur yum.conf]

the following will tell u more about yum.conf


http://linux.com.hk/PenguinWeb/manpa...&name=yum.conf

http://www.brandonhutchinson.com/Upg..._with_yum.html


just google to get the list of fedora/redhat mirrors............

Last edited by UsualTuxpect; 10-16-2004 at 09:40 AM.
 
Old 10-18-2004, 05:23 AM   #6
Janneman
Member
 
Registered: May 2004
Distribution: Fedora Core 6
Posts: 36

Rep: Reputation: 15
I killed it out of impatience. Stupid, but I expected it to continue where it left, or maybe start all over again.
Where can I find the rpm-source files (rpm-x.tar.gz) for RedHat 7.1?

Janneman
 
Old 10-18-2004, 07:00 AM   #7
UsualTuxpect
Member
 
Registered: Aug 2004
Location: New York
Distribution: --------- Gentoo-2004.2 [2.6.8] Redhat-9 [2.6.6]
Posts: 545

Rep: Reputation: 31
i have no clue as to what version of rpm manager is used in redhat 7.1

u can find that out urself by googling a bit... or check the docs on ur companion cd's

browse this site to get the rpm[tar.gz]
------>ftp://ftp.rpm.org/pub/rpm/dist/


http://www.redhat.com/docs/manuals/l...HL-7.1-Manual/
http://www.redhat.com/about/presscen..._sevenone.html
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Problems with yum monkiidansu Fedora 8 01-14-2006 07:48 PM
problems with yum realcr Linux - Software 3 09-01-2005 04:31 PM
yum problems canyon289 Linux - Software 4 12-02-2004 11:11 AM
more yum problems canyon289 Linux - Software 1 11-13-2004 02:59 PM
problems with yum maybbach Linux - Software 5 10-19-2004 06:27 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 07:56 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration