Issues with Yum update [Errno 12]

Issues related to applications and software problems
Post Reply
bhoss
Posts: 2
Joined: 2017/07/31 17:20:43

Issues with Yum update [Errno 12]

Post by bhoss » 2017/07/31 17:30:19

Been attempting to install some software with yum, but have run into errors using the yum update command:

Code: Select all

[root@bert Desktop]# yum update
Loaded plugins: fastestmirror, refresh-packagekit, security
Setting up Update Process
Loading mirror speeds from cached hostfile
epel/metalink                                            |  13 kB     00:00     
 * base: chicago.gaminghost.co
 * epel: mirror.us-midwest-1.nexcess.net
 * extras: mirror.genesisadaptive.com
 * nux-dextop: mirror.li.nux.ro
 * rpmforge: mirror.team-cymru.org
 * updates: centos.chi.host-engine.com
http://raidsrv02.nmr.mgh.harvard.edu/centos/6/nmr/extras/x86_64/repodata/repomd.xml: [Errno 12] Timeout on http://raidsrv02.nmr.mgh.harvard.edu/centos/6/nmr/extras/x86_64/repodata/repomd.xml: (28, 'connect() timed out!')
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: centos6-x86_64-nmr. Please verify its path and try again
I've looked in all of the /etc/yum.repos.d files but can't seem to find any calls to the harvard server from above. Any help would be wonderful...rather new to this. Thanks

User avatar
avij
Retired Moderator
Posts: 3046
Joined: 2010/12/01 19:25:52
Location: Helsinki, Finland
Contact:

Re: Issues with Yum update [Errno 12]

Post by avij » 2017/07/31 17:32:49

Try this: grep -i -e nmr -e harvard /etc/yum.repos.d/*

User avatar
TrevorH
Site Admin
Posts: 33216
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: Issues with Yum update [Errno 12]

Post by TrevorH » 2017/07/31 19:35:27

It should also be noted that rpmforge is outdated and postively dangerous and should not be used. It's had next to no updates for about 4 years now so it contains many packages that are not secure. Find alternative sources for any packages you use from rpmforge if possible and remove it.
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

Whoever
Posts: 1361
Joined: 2013/09/06 03:12:10

Re: Issues with Yum update [Errno 12]

Post by Whoever » 2017/08/01 01:51:49

start with:

Code: Select all

yum clean all

Post Reply