LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
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 07-24-2007, 01:58 PM   #16
linexnal
LQ Newbie
 
Registered: Jul 2007
Posts: 29

Rep: Reputation: 15

The last thing I did was yum update and I get problems.. removing the # gave me a different one... This is on a fedora 7 system

[root@localhost user01]# yum check-update
Loading "installonlyn" plugin
Loading "fastestmirror" plugin
Loading mirror speeds from cached hostfile
Could not retrieve mirrorlist http://rpm.livna.org/mirrorlist-7 error was
[Errno 14] HTTP Error 404: Date: Tue, 24 Jul 2007 18:51:48 GMT
Server: Apache/2.2.3 (CentOS)
Content-Length: 288
Connection: close
Content-Type: text/html; charset=iso-8859-1

Could not retrieve mirrorlist http://mirrors.fedoraproject.org/mir...ra-7&arch=i386 error was
[Errno 12] Timeout: <urlopen error timed out>
Could not retrieve mirrorlist http://mirrors.fedoraproject.org/mir...d-f7&arch=i386 error was
[Errno 12] Timeout: <urlopen error timed out>
[root@localhost user01]#

Also, after the yum update, I also can't connect to the public time server. Internet is fine obviously.

Anyone know anything?

....
...
.

Last edited by linexnal; 07-24-2007 at 02:01 PM.
 
Old 07-27-2007, 12:06 AM   #17
linexnal
LQ Newbie
 
Registered: Jul 2007
Posts: 29

Rep: Reputation: 15
Anyone?....
.....
..
Mb Please?
 
Old 07-29-2007, 04:13 AM   #18
akilenc
LQ Newbie
 
Registered: May 2007
Posts: 4

Rep: Reputation: 0
Try diable IPV6 in the network config and diable ivp6 completely by adding

alias net-pf-10 off
alias ipv6 off

to /etc/modprobe.conf
 
Old 07-30-2007, 03:12 PM   #19
linexnal
LQ Newbie
 
Registered: Jul 2007
Posts: 29

Rep: Reputation: 15
Oh thanks but solved it a while ago by removing the livna repo, and now everything is fine!
 
Old 08-08-2007, 09:56 PM   #20
bluenectar
LQ Newbie
 
Registered: Jul 2005
Distribution: CentOS 5.0
Posts: 18

Rep: Reputation: 0
I also facing this problem under CentOS but then I type this syntax in terminal, my office ran a proxy server :

export HTTP_PROXY=http://192.168.x.x:8080

and voila..it works
hope can help...


Best Regards,

Hery

Last edited by bluenectar; 08-08-2007 at 09:59 PM.
 
Old 07-29-2008, 06:29 AM   #21
jgonzalez2605
LQ Newbie
 
Registered: Jul 2008
Posts: 2

Rep: Reputation: 0
Thumbs up static IP <-> dhcp fixed.

I had the same problem and swtiching from static IP to DHCP worked..

Thanks!

Julio
 
Old 04-13-2009, 06:47 AM   #22
ramg203
LQ Newbie
 
Registered: Nov 2008
Posts: 1

Rep: Reputation: 0
Quote:
Originally Posted by demirsha View Post
Hello. I had the same problem.
To resolv it I proceded like this:
- I changed all "enabled" parameters from 1 to 0 in all files from /etc/yum.repos.d (when needed)

Obs: No more internet usage
I didn't delete any #

Don't ask me why, I did it and it worked.

It picks up from the local system instead of getting it from internet, if you change "enabled" option to "0"
 
Old 04-16-2009, 04:43 PM   #23
dvpqew
LQ Newbie
 
Registered: Nov 2006
Posts: 5

Rep: Reputation: 0
I got the same problem but resolved by following the [demirsha] instruction below.
The only two files I changed are:

fedora-core.repo
fedora-updates.repo



Quote:
Originally Posted by demirsha View Post
Hello. I had the same problem.
To resolv it I proceded like this:
- I changed all "enabled" parameters from 1 to 0 in all files from /etc/yum.repos.d (when needed)

Obs: No more internet usage
I didn't delete any #

Don't ask me why, I did it and it worked.
 
Old 07-27-2009, 11:27 PM   #24
bennose
LQ Newbie
 
Registered: May 2007
Posts: 1

Rep: Reputation: 0
Very simple,
All this comenting out won't help you.

Redhat has disabled support for FC1 thru FC7

Check out the parent directory that yum is trying to access - NO FC6

(h t t p colon slash slash ) download.fedora.redhat.com/pub/fedora/linux/updates/


in the words of Curtis Mayfield I think you have to move on up.

Bennose
 
Old 08-14-2009, 02:31 AM   #25
josedias
LQ Newbie
 
Registered: Sep 2006
Posts: 6

Rep: Reputation: 0
Smile Replace baseurl

Hi,
I have the same problem. I found solution to replace baseurl on repos files at /etc/yum.repos.d/ ... with the line follow

baseurl=http://archives.fedoraproject.org/pub/archive/fedora/linux/core/$releasever/$basearch/os/

my yum works smoothlly after do the change.

it's better you upgrade your fedora version to the latest.

Last edited by josedias; 08-14-2009 at 02:33 AM.
 
Old 09-10-2010, 09:18 AM   #26
lullajd
LQ Newbie
 
Registered: Jun 2004
Location: Hyderabad, India
Distribution: Red Hat
Posts: 3

Rep: Reputation: 0
replace http://download.fedora.redhat.com/pu...ata/repomd.xml with the following:

http://archives.fedoraproject.org/pu...ata/repomd.xml
 
Old 09-18-2010, 01:35 PM   #27
hlopezv
LQ Newbie
 
Registered: Nov 2004
Posts: 3

Rep: Reputation: 0
Quote:
Originally Posted by UMTopSpinC7 View Post
Just delete the # in front of the line that has base-url in it. I just had the same problem too and uncommenting fixes it. You might have to uncomment the line in multiple .repo files... i know i did.
Thanks UMTopSpinC7

Works perfect for me.
 
Old 01-23-2013, 04:06 PM   #28
pemmaraju5
LQ Newbie
 
Registered: Jan 2013
Posts: 2

Rep: Reputation: Disabled
I just had this issue. I resolved it by just changing my IP from static to DHCP. So probably some small glitch in network configurations??

Thanks,
Pemmaraju
 
  


Reply

Tags
dns



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 error: Cannot find a valid baseurl for repo: core WOP1337 Linux - Software 10 09-04-2010 08:06 PM
Cannot find a valid baseurl for repo: core navy319510 Linux - Software 2 08-03-2006 05:33 AM
yumex-"Cannot find a valid baseurl for repo: base" corelover Fedora 1 04-08-2005 03:10 AM

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

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