LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 06-02-2011, 03:33 PM   #1
swastikphulera
LQ Newbie
 
Registered: Jun 2011
Posts: 3

Rep: Reputation: Disabled
yum problems


whenever I do a yum , it tries all the mirrors but fails in all of them
some thing like

Setting up and reading Presto delta metadata
Processing delta metadata
Package(s) data still to download: 6.0 M
http://download.fedoraproject.org/pu...fc14.i686.rpm: [Errno 14] PYCURL ERROR 6 - ""
Trying other mirror.

and finally
Error Downloading Packages
 
Old 06-02-2011, 03:44 PM   #2
T3RM1NVT0R
Senior Member
 
Registered: Dec 2010
Location: Internet
Distribution: Linux Mint, SLES, CentOS, Red Hat
Posts: 2,385

Rep: Reputation: 477Reputation: 477Reputation: 477Reputation: 477Reputation: 477
@ Reply

Hi there,

I have seen this error before. I found that I have configured a wrong route in my linux system and that is the reason I was getting this error. Check routing table on your system. You can check it using the following command:

route

If you think that there is a route which is not correct, just delete that route. If you don't know how to do that then paste your routing table here or type "man route" without quotes at console to get information on how to delete a route

Also check if you have got your system's host name configured in /etc/hosts.

Last edited by T3RM1NVT0R; 06-02-2011 at 03:54 PM.
 
Old 06-03-2011, 05:55 AM   #3
swastikphulera
LQ Newbie
 
Registered: Jun 2011
Posts: 3

Original Poster
Rep: Reputation: Disabled
i think my route is ok
this is route output
[root@localhost ~]# route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
10.117.172.0 * 255.255.255.0 U 1 0 0 eth0
default 10.117.172.3 0.0.0.0 UG 0 0 0 eth0

problem is
Error Downloading Packages:
libstdc++-devel-4.5.1-4.fc14.i686: failure: Packages/libstdc++-devel-4.5.1-4.fc14.i686.rpm from fedora: [Errno 256] No more mirrors to try.
gcc-c++-4.5.1-4.fc14.i686: failure: Packages/gcc-c++-4.5.1-4.fc14.i686.rpm from fedora: [Errno 256] No more mirrors to try.
 
Old 06-03-2011, 01:25 PM   #4
T3RM1NVT0R
Senior Member
 
Registered: Dec 2010
Location: Internet
Distribution: Linux Mint, SLES, CentOS, Red Hat
Posts: 2,385

Rep: Reputation: 477Reputation: 477Reputation: 477Reputation: 477Reputation: 477
@ Reply

Have a look at my posting in this thread: http://www.linuxquestions.org/questi...ration-881907/

If this does not work let us know how you are setting up repository are you using online repo or you have created your own repo. Paste the repo configuration files here.
 
Old 06-03-2011, 04:54 PM   #5
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
well that mirror works
h??p://download.fedoraproject.org/pub/fedora/linux/releases/14/Everything/i386/os/Packages

and you start with a python error
Question
Did you by chance install a DIFFERENT version of python ,than the one fedora has in the fedora repo ?
if yes that is the cause
if not then


are you behind a router
ff can auto setup for it but sometimes not yum


but the very first thing i do for any ( almost any) um error is to clear the cache
Code:
su -
yum clean all
rpm --rebuilddb
yum update
 
Old 06-04-2011, 11:33 AM   #6
swastikphulera
LQ Newbie
 
Registered: Jun 2011
Posts: 3

Original Poster
Rep: Reputation: Disabled
I did what John suggested
now yum does not work at all
example from the last command


yum update
Loaded plugins: langpacks, presto, refresh-packagekit
Adding en_US to language list
http://linuxdownload.adobe.com/linux...ta/repomd.xml: [Errno 14] PYCURL ERROR 6 - ""
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: adobe-linux-i386. Please verify its path and try again
 
Old 06-04-2011, 11:42 AM   #7
andrewthomas
Senior Member
 
Registered: May 2010
Location: Chicago Metro
Distribution: Arch, Gentoo, Slackware
Posts: 1,690

Rep: Reputation: 312Reputation: 312Reputation: 312Reputation: 312
disable the adobe repo and try again
 
Old 06-04-2011, 01:36 PM   #8
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
?????
Quote:
I did what John suggested
?????
then please answer the two questions i posted BEFORE cleaning yumn's cache !

to quote-------
Quote:
well that mirror works
h??p://download.fedoraproject.org/pub/fedora/linux/releases/14/Everything/i386/os/Packages

and you start with a python error
Question
Did you by chance install a DIFFERENT version of python ,than the one fedora has in the fedora repo ?
if yes that is the cause
if not then


are you behind a router
ff can auto setup for it but sometimes not yum
well did you install a different version of python ?

and are you behind a router ?

also this
Quote:
Error: Cannot retrieve repository metadata (repomd.xml) for repository: adobe-linux-i386. Please verify its path and try again
that is a VERY VERY well known issue with ADOBE
there servers go offline ALL the time
just turn that one off
 
  


Reply



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
yum install flash ... yum: command not found ... which yum ... /usr/bin/yum tg0000 Fedora 8 04-13-2011 11:25 AM
Yum Problems conormacaoidh Linux - Software 3 03-12-2009 01:53 PM
Yum problems linuxdummy Fedora 11 01-24-2008 02:36 AM
Yum problems ace01000 Linux - Newbie 3 03-24-2007 07:25 PM
more yum problems canyon289 Linux - Software 1 11-13-2004 01:59 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 12:19 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