Find the answer to your Linux question:
Results 1 to 5 of 5
Hi Frndz, I am on RHEL 5.4 and i installed rpmforge for dag repository but failed with error my redhat box get's internet through ccproxy and error is [root@pendora ~]# ...
  1. #1
    Linux Newbie
    Join Date
    Aug 2008
    Posts
    119

    [SOLVED] Yum repository error..?

    Hi Frndz,

    I am on RHEL 5.4 and i installed rpmforge for dag repository but failed with error my redhat box get's internet through ccproxy and error is

    [root@pendora ~]# yum update
    Loaded plugins: rhnplugin, security
    This system is not registered with RHN.
    RHN support will be disabled.
    Could not retrieve mirrorlist http://apt.sw.be/redhat/el5/en/mirrors-rpmforge error was
    [Errno 4] IOError: <urlopen error (-3, 'Temporary failure in name resolution')>
    Error: Cannot retrieve repository metadata (repomd.xml) for repository: rpmforge. Please verify its path and try again

    what should i do regarding that.


    Thanks in Advance

  2. #2
    Linux Guru
    Join Date
    Nov 2007
    Posts
    1,695
    Temporary failure in name resolution
    Code:
    ping apt.sw.be
    Maybe nslookup or dig would be better.
    Code:
    nslookup apt.sw.be
    Name Resolution

    Name resolution in computer networks

    In computer networks, name resolution is used to find a lower level address (such as an IP address) that corresponds to a given higher level address (such as a hostname). Commands that allow name resolution are: nslookup and host. See Domain Name System, OSI Model.

  3. #3
    Linux Newbie
    Join Date
    Aug 2008
    Posts
    119
    Dear HROAdmin26,

    As you said I tried ur commands,

    [root@pendora /]# ping apt.sw.be
    ping: unknown host apt.sw.be

    [root@pendora /]# nslookup apt.sw.be
    ;; connection timed out; no servers could be reached

    Nothing happened my friend what next.

  4. #4
    Linux Enthusiast scathefire's Avatar
    Join Date
    Jan 2010
    Location
    Western Kentucky
    Posts
    616
    set a dns server inside of /etc/resolv.conf
    linux user # 503963

  5. #5
    Linux Newbie
    Join Date
    Aug 2008
    Posts
    119
    Dear scathefire

    It works fine now..tnx a lot

Posting Permissions

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