Alcuni giorni fa stavo aggiornando uno dei miei server dedicati personali e ho ricevuto questo strano errore:Yum Error:Timeout su repomd.xml. Operazione troppo lenta. Meno di 1 byte/sec trasferiti negli ultimi 30 secondi. L'output completo era qualcosa del genere:
[example@unixlinux.online:~]yum update Loaded plugins: fastestmirror Setting up Update Process Determining fastest mirrors epel/metalink | 24 kB 00:00 * base: centos.hyve.com * elrepo: mirrors.coreix.net * epel: mirrors.coreix.net * extras: mirror.sov.uk.goscomb.net * updates: centos.hyve.com http://centos.hyve.com/6.8/os/x86_64/repodata/repomd.xml: [Errno 12] Timeout on http://centos.hyve.com/6.8/os/x86_64/repodata/repomd.xml: (28, 'Operation too slow. Less than 1 bytes/sec transfered the last 30 seconds')
Sembra che il mirror fosse davvero lento e continui a provare a connetterti di nuovo:
Trying other mirror. base | 3.7 kB 00:00 base/primary_db | 4.7 MB 00:00 elrepo | 2.9 kB 00:00 elrepo/primary_db | 730 kB 00:00 epel | 4.3 kB 00:00 epel/primary_db | 5.9 MB 00:00 extras | 3.4 kB 00:00 extras/primary_db | 37 kB 00:00 http://centos.hyve.com/6.8/updates/x86_64/repodata/repomd.xml: [Errno 12] Timeout on http://centos.hyve.com/6.8/updates/x86_64/repodata/repomd.xml: (28, 'Operation too slow. Less than 1 bytes/sec transfered the last 30 seconds') Trying other mirror. updates | 3.4 kB 00:00 updates/primary_db | 3.1 MB 00:00 No Packages marked for Update
Per risolvere questo problema, ho dovuto modificare il repository di base di CentOS:
nano -w /etc/yum.repos.d/CentOS-Base.repo
E commenta le righe speculari, in questo modo:
#mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=os&infra=$infra
Quindi ripulito il repository yum ed eseguito di nuovo l'aggiornamento:
yum clean all yum update
Gli aggiornamenti di CentOS ora funzionano di nuovo 🙂
Errore Yum:timeout su repomd.xml. L'operazione troppo lenta è stata modificata l'ultima volta:26 gennaio 2017 da Esteban Borges