Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

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

Reply
 
Thread Tools Search this Thread Display Modes
  #16  
Old 16th November 2010, 09:57 AM
glennzo's Avatar
glennzo Online
Un-Retired Administrator
 
Join Date: Mar 2004
Location: Salem, Mass USA
Posts: 13,934
linuxredhatfirefox
Re: Fix Software Repositories Fedora14

Widgwt, what's in /etc/resolv.conf?
Code:
cat /etc/resolv.conf
__________________
Glenn
The Bassinator © ®


Laptop: Toshiba Satellite / Intel Core 2 Duo 1.73 GHz / 2GB / 160GB / Intel Mobile 945GM/GMS/GME/943/940GML Integrated Graphics
Desktop: BioStar MCP6PB M2+ / AMD Phenom 9750 Quad Core / 4GB / 1TB SATA / 500GB SATA / EVGA GeForce 8400 GS 1GB
Reply With Quote
  #17  
Old 16th November 2010, 10:56 AM
year4e's Avatar
year4e Offline
Registered User
 
Join Date: Apr 2010
Location: VIZAG, ANDHRA PRADESH, INDIA
Age: 26
Posts: 168
windows_xp_2003firefox
Re: Fix Software Repositories Fedora14

Quote:
Originally Posted by Widgwt View Post
i have a proxy set but i get internet though, i have put it off and ran the update again with no luck.

the time on my pc is right. set to the right day etc. so that isn't causing any problem.
Dear Widgwt,
Mostly the PC you are talking about is not your home PC right?It is your office PC i guess.
In the case are behind a firewall which is preventing you updating yum.
In this case changing configuration of your system's repository information will also you.
Contact your system administrator who will allow you to get through your firewall.
__________________
LAPTOP HCL ME B3863 @Intel(R) Core(TM)2 Duo CPU T6600 @ 2.20 GHz, 4GB RAM, 320 HDD,GeForce 8200M G (GPU 0),GRAPHICS BY NVIDIA
Fedora Release 14 ,Kernel Linux 2.6.35.6-48.fc14.x86_64,GNOME 2.32.0 NVIDIA DRIVER VERSION: 260.19.12
Reply With Quote
  #18  
Old 16th November 2010, 10:58 AM
Widgwt Offline
Registered User
 
Join Date: Nov 2010
Posts: 10
windows_7opera
Re: Fix Software Repositories Fedora14

It has worked in the last 2 days. and nothing has been changed on the configuration.
Reply With Quote
  #19  
Old 16th November 2010, 11:00 AM
year4e's Avatar
year4e Offline
Registered User
 
Join Date: Apr 2010
Location: VIZAG, ANDHRA PRADESH, INDIA
Age: 26
Posts: 168
windows_xp_2003firefox
Re: Fix Software Repositories Fedora14

Then please mark your thread as solved
__________________
LAPTOP HCL ME B3863 @Intel(R) Core(TM)2 Duo CPU T6600 @ 2.20 GHz, 4GB RAM, 320 HDD,GeForce 8200M G (GPU 0),GRAPHICS BY NVIDIA
Fedora Release 14 ,Kernel Linux 2.6.35.6-48.fc14.x86_64,GNOME 2.32.0 NVIDIA DRIVER VERSION: 260.19.12
Reply With Quote
  #20  
Old 16th November 2010, 11:02 AM
Widgwt Offline
Registered User
 
Join Date: Nov 2010
Posts: 10
windows_7opera
Re: Fix Software Repositories Fedora14

It isnt solved. what i meant to say is that the firewall is not blocking my connection out from the server. nothing has been changed on the firewall or other hardware. but i still get the same error.
Reply With Quote
  #21  
Old 16th November 2010, 11:12 AM
year4e's Avatar
year4e Offline
Registered User
 
Join Date: Apr 2010
Location: VIZAG, ANDHRA PRADESH, INDIA
Age: 26
Posts: 168
windows_xp_2003firefox
Re: Fix Software Repositories Fedora14

Quote:
Originally Posted by Widgwt View Post
It isnt solved. what i meant to say is that the firewall is not blocking my connection out from the server. nothing has been changed on the firewall or other hardware. but i still get the same error.
Dear Widgwt,
Nothing has to be changed in your firewall for not to work yum update.
By default no firewall allows you to update using yum(as far i know)
Your firewall configurations need to be changed so that it allow yum to update your system.
__________________
LAPTOP HCL ME B3863 @Intel(R) Core(TM)2 Duo CPU T6600 @ 2.20 GHz, 4GB RAM, 320 HDD,GeForce 8200M G (GPU 0),GRAPHICS BY NVIDIA
Fedora Release 14 ,Kernel Linux 2.6.35.6-48.fc14.x86_64,GNOME 2.32.0 NVIDIA DRIVER VERSION: 260.19.12
Reply With Quote
  #22  
Old 16th November 2010, 11:23 AM
glennzo's Avatar
glennzo Online
Un-Retired Administrator
 
Join Date: Mar 2004
Location: Salem, Mass USA
Posts: 13,934
linuxredhatfirefox
Re: Fix Software Repositories Fedora14

Please post
Code:
cat /etc/resolv.conf
cat /etc/yum.conf
If possible, as much as you get (probably not a lot) with
Code:
yum repolist
Try running yum with plugins disabled. For example.
Code:
yum --noplugins repolist
yum --noplugins check-update
See if that changes anything. Try commenting out the mirrorlist line in /etc/yum.repos.d/fedora.repo and remove the comment from the baseurl line so your file looks like this. See if that changes anything.
Quote:
[fedora]
name=Fedora $releasever - $basearch
failovermethod=priority
baseurl=http://download.fedoraproject.org/pub/fedora/linux/releases/$releasever/Everything/$basearch/os/
#mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=fedora-$releasever&arch=$basearch
enabled=1
metadata_expire=7d
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$basearch
As an experiment, turn the firewall off completely and test yum functionality.
__________________
Glenn
The Bassinator © ®


Laptop: Toshiba Satellite / Intel Core 2 Duo 1.73 GHz / 2GB / 160GB / Intel Mobile 945GM/GMS/GME/943/940GML Integrated Graphics
Desktop: BioStar MCP6PB M2+ / AMD Phenom 9750 Quad Core / 4GB / 1TB SATA / 500GB SATA / EVGA GeForce 8400 GS 1GB
Reply With Quote
  #23  
Old 16th November 2010, 11:32 AM
Widgwt Offline
Registered User
 
Join Date: Nov 2010
Posts: 10
windows_7opera
Re: Fix Software Repositories Fedora14

Thank you

I will give that a try.
Reply With Quote
Reply

Tags
fedora 14, metalink

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
When to know when new versions of software hit the repositories DaFoot Using Fedora 3 15th July 2009 07:14 PM
repositories disappeared in software source Penguins007 Using Fedora 2 7th December 2008 07:29 PM
Software repositories focode Using Fedora 2 1st November 2008 05:17 AM
Software Repositories with Fedora 7 matt12 Using Fedora 23 31st August 2007 01:14 AM


Current GMT-time: 21:33 (Saturday, 25-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat