Yum + temporary failure in name resolution
Monday, May 31st, 2010Hoy me tope con un error a nivel de resolución de nombres en un servidor RHEL 5.5 que administro, en particular al tratar de correr yum update saltaba este error:
[Errno 4] IOError: ‘Temporary failure in name resolution’
Loaded plugins: dellsysid, rhnplugin, security There was an error communicating with RHN. RHN support will be disabled. Error communicating with server. The message was: Temporary failure in name resolution http://linux.dell.com/repo/hardware/latest/platform_independent/rh50_64/repodata/repomd.xml: [Errno 4] IOError: 'Temporary failure in name resolution' Trying other mirror. http://linux.dell.com/repo/hardware/latest/system.ven_0x1028.dev_0x02a5/rh50_64/repodata/repomd.xml: [Errno 4] IOError: 'Temporary failure in name resolution' Trying other mirror. http://www.jasonlitka.com/media/EL5Server/x86_64/repodata/repomd.xml: [Errno 4] IOError: Trying other mirror.
El problema era que el puerto 53 UDP de salida necesita estar abierto para resolver el nombre del repo.
Solución: abrir el puerto en nuestro firewall, o bajar el firewall momentáneamente
