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 ~]# ...
- 03-17-2010 #1Linux 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
- 03-17-2010 #2Linux Guru
- Join Date
- Nov 2007
- Posts
- 1,695
Temporary failure in name resolutionMaybe nslookup or dig would be better.Code:ping apt.sw.be
Name ResolutionCode:nslookup apt.sw.be
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.
- 03-17-2010 #3Linux 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.
- 03-17-2010 #4
set a dns server inside of /etc/resolv.conf
linux user # 503963
- 03-18-2010 #5Linux Newbie
- Join Date
- Aug 2008
- Posts
- 119
Dear scathefire
It works fine now..tnx a lot


