epel-release and LSYNCD install connection time out

General support questions
Post Reply
akhitak
Posts: 2
Joined: 2022/01/27 09:16:26

epel-release and LSYNCD install connection time out

Post by akhitak » 2022/01/27 09:44:59

I am trying to install epel-release and LSYNCD in the ec2 but appears i am facing the connection time out error. I see the same error when trying to install both individually.

Code: Select all

https://armv7.dev.centos.org/repodir/epel-pass-1/repodata/repomd.xml: [Errno 12] Timeout on https://armv7.dev.centos.org/repodir/epel-pass-1/repodata/repomd.xml: (28, 'Connection timed out after 30000 milliseconds')
Trying other mirror.
https://armv7.dev.centos.org/repodir/epel-pass-1/repodata/repomd.xml: [Errno 12] Timeout on https://armv7.dev.centos.org/repodir/epel-pass-1/repodata/repomd.xml: (28, 'Connection timed out after 30000 milliseconds')
Trying other mirror.
^[[25~https://armv7.dev.centos.org/repodir/epel-pass-1/repodata/repomd.xml: [Errno 12] Timeout on https://armv7.dev.centos.org/repodir/epel-pass-1/repodata/repomd.xml: (28, 'Connection timed out after 30000 milliseconds')

after aborted with CTRL C, it continues to download and install with this below error

Code: Select all

Install  1 Package

Total download size: 15 k
Installed size: 25 k
Downloading packages:
epel/prestodelta               FAILED
https://armv7.dev.centos.org/repodir/epel-pass-1/repodata/914ea61f9675b38e022b320cbcc06c7b010502c47e3629afbc503e9b1b1abcdb-prestodelta.xml.gz: [Errno 12] Timeout on https://armv7.dev.centos.org/repodir/epel-pass-1/repodata/914ea61f9675b38e022b320cbcc06c7b010502c47e3629afbc503e9b1b1abcdb-prestodelta.xml.gz: (28, 'Connection timed out after 30001 milliseconds')

and goes on failing...

We also have proxy to add in our servers. after adding the proxy.. i get the below without me aborting anywhere

Code: Select all

root@10-##-##-##:/root # yum install epel-release -y
Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
 * base: centosrepo-np-sb.company.com
 * extras: centosrepo-np-sb.company.com
 * updates: centosrepo-np-sb.company.com
https://armv7.dev.centos.org/repodir/epel-pass-1/repodata/repomd.xml: [Errno 14] curl#56 - "Proxy CONNECT aborted"
Trying other mirror.
Resolving Dependencies
--> Running transaction check
---> Package epel-release.noarch 0:7-14 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

=============================================================================================================================================================
 Package                                    Arch                                 Version                            Repository                          Size
=============================================================================================================================================================
Installing:
 epel-release                               noarch                               7-14                               epel                                15 k

Transaction Summary
=============================================================================================================================================================
Install  1 Package

Total download size: 15 k
Installed size: 25 k
Downloading packages:
epel/prestodelta               FAILED
https://armv7.dev.centos.org/repodir/epel-pass-1/repodata/914ea61f9675b38e022b320cbcc06c7b010502c47e3629afbc503e9b1b1abcdb-prestodelta.xml.gz: [Errno 14] curl#56 - "Proxy CONNECT aborted"
Trying other mirror.
Failed to download prestodelta for repository epel: [Errno 256] No more mirrors to try.
epel-release-7-14.noarch.rpm   FAILED
https://armv7.dev.centos.org/repodir/epel-pass-1/Packages/e/epel-release-7-14.noarch.rpm: [Errno 14] curl#56 - "Proxy CONNECT aborted"|    0 B  --:--:-- ETA
Trying other mirror.


Error downloading packages:
  epel-release-7-14.noarch: [Errno 256] No more mirrors to try.

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

Re: epel-release and LSYNCD install connection time out

Post by TrevorH » 2022/01/27 10:33:00

I checked from here and can access https://armv7.dev.centos.org/repodir/ep ... repomd.xml with no problems so I think you have network/proxy problems.

This appears to be for CentOS 7 based on the version of the epel-release package that you are installing. Should I move this post to the CentOS 7 section?
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

akhitak
Posts: 2
Joined: 2022/01/27 09:16:26

Re: epel-release and LSYNCD install connection time out

Post by akhitak » 2022/01/27 11:42:59

Thanks for your reply. I will check the network side. And yes you can move this post to CentoOS 7 section.

Post Reply