Find the answer to your Linux question:
Results 1 to 7 of 7
when I run the yum to update my server. I am getting this error. Can anyone help me. Please, any help is appreciated. i was not getting it before. How ...
  1. #1
    Just Joined! asif2k's Avatar
    Join Date
    Feb 2006
    Location
    TEXAS
    Posts
    59

    [SOLVED] yum update error

    when I run the yum to update my server. I am getting this error. Can anyone help me. Please, any help is appreciated. i was not getting it before. How do I fix this? thank you!



    Code:
    # yum -y update
    Loaded plugins: refresh-packagekit
    Could not retrieve mirrorlist http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-10&arch=i386 error was
    [Errno 4] IOError: <urlopen error (-3, 'Temporary failure in name resolution')>
    Error: Cannot retrieve repository metadata (repomd.xml) for repository: fedora. Please verify its path and try again

  2. #2
    Linux User glennzo's Avatar
    Join Date
    Sep 2004
    Location
    Salem, Mass
    Posts
    434
    Try yum clean all and then yum update.
    Glenn
    Powered by Fedora 16 and Arch Linux

  3. #3
    Super Moderator MikeTbob's Avatar
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    7,144
    And make sure you are connected to the Internets too.
    I do not respond to private messages asking for Linux help, Please keep it on the forums only.
    All new users please read this.** Forum FAQS. ** Adopt an unanswered post.

  4. #4
    Just Joined! asif2k's Avatar
    Join Date
    Feb 2006
    Location
    TEXAS
    Posts
    59
    Quote Originally Posted by MikeTbob View Post
    And make sure you are connected to the Internets too.
    You are correct. I am not connected to the internet. I am unable to browse the net. Can you tell me how I can fix this issue. Some steps would be good. I am a newbie linux user.

    thanks in advance

  5. #5
    Linux Newbie
    Join Date
    Jul 2005
    Location
    Australia (Down Under)
    Posts
    141
    first check that you have a lan cable etc..... then check athat you have an IP

    also try and ping Google , your router IP and a public IP

    to check if you have an IP enter the following command into a terminal (as root user)
    Code:
    ifconfig
    this is like ipconfig in windows this will tell you if you have an IP
    if you dont have an ip type the following command
    Code:
    dhclient
    same as ipconfig /release - renew

    if this dosent work you can try restart your networking service
    (i think this is correct for fedora)
    Code:
    /etc/init.d/network restart

    Hope this helps

  6. #6
    Just Joined! asif2k's Avatar
    Join Date
    Feb 2006
    Location
    TEXAS
    Posts
    59
    thanks that worked!

  7. #7
    Linux Newbie
    Join Date
    Jul 2005
    Location
    Australia (Down Under)
    Posts
    141
    Glad to hear it

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...