本帖最后由 n7then 于 2017-7-25 07:36 编辑
- Loading mirror speeds from cached hostfile
- * base: mirrors.usc.edu
- * extras: mirror.scalabledns.com
- * updates: centos.mirror.ndchost.com
- Resolving Dependencies
- --> Running transaction check
- ---> Package epel-release.noarch 0:6-8 will be installed
- --> Finished Dependency Resolution
- Dependencies Resolved
- ==========================================================================================================
- Package Arch Version Repository Size
- ==========================================================================================================
- Installing:
- epel-release noarch 6-8 extras 14 k
- Transaction Summary
- ==========================================================================================================
- Install 1 Package(s)
- Total download size: 14 k
- Installed size: 22 k
- Downloading Packages:
- http://mirror.scalabledns.com/centos/6.9/extras/x86_64/Packages/epel-release-6-8.noarch.rpm: [Errno 14] PYCURL ERROR 7 - "Failed to connect to 2605:f700:40::c662:6392: Network is unreachable"
- Trying other mirror.
- http://centos.mirror.ndchost.com/6.9/extras/x86_64/Packages/epel-release-6-8.noarch.rpm: [Errno 12] Timeout on http://centos.mirror.ndchost.com/6.9/extras/x86_64/Packages/epel-release-6-8.noarch.rpm: (28, 'connect() timed out!')
- Trying other mirror.
- http://centos.unixheads.org/6.9/extras/x86_64/Packages/epel-release-6-8.noarch.rpm: [Errno 12] Timeout on http://centos.unixheads.org/6.9/extras/x86_64/Packages/epel-release-6-8.noarch.rpm: (28, 'connect() timed out!')
- Trying other mirror.
- http://ftp.linux.ncsu.edu/pub/CentOS/6.9/extras/x86_64/Packages/epel-release-6-8.noarch.rpm: [Errno 12] Timeout on http://ftp.linux.ncsu.edu/pub/CentOS/6.9/extras/x86_64/Packages/epel-release-6-8.noarch.rpm: (28, 'connect() timed out!')
- Trying other mirror.
- http://mirror.linux.duke.edu/pub/centos/6.9/extras/x86_64/Packages/epel-release-6-8.noarch.rpm: [Errno 12] Timeout on http://mirror.linux.duke.edu/pub/centos/6.9/extras/x86_64/Packages/epel-release-6-8.noarch.rpm: (28, 'connect() timed out!')
- Trying other mirror.
- http://mirrors.lga7.us.voxel.net/centos/6.9/extras/x86_64/Packages/epel-release-6-8.noarch.rpm: [Errno 12] Timeout on http://mirrors.lga7.us.voxel.net/centos/6.9/extras/x86_64/Packages/epel-release-6-8.noarch.rpm: (28, 'connect() timed out!')
- Trying other mirror.
- http://mirror.team-cymru.org/CentOS/6.9/extras/x86_64/Packages/epel-release-6-8.noarch.rpm: [Errno 14] PYCURL ERROR 7 - "Failed to connect to 2620:0:6b0::26e5:424a: Network is unreachable"
- Trying other mirror.
- http://mirrors.tripadvisor.com/centos/6.9/extras/x86_64/Packages/epel-release-6-8.noarch.rpm: [Errno 12] Timeout on http://mirrors.tripadvisor.com/centos/6.9/extras/x86_64/Packages/epel-release-6-8.noarch.rpm: (28, 'connect() timed out!')
- Trying other mirror.
- http://chicago.gaminghost.co/6.9/extras/x86_64/Packages/epel-release-6-8.noarch.rpm: [Errno 12] Timeout on http://chicago.gaminghost.co/6.9/extras/x86_64/Packages/epel-release-6-8.noarch.rpm: (28, 'connect() timed out!')
- Trying other mirror.
- http://mirror.us.leaseweb.net/centos/6.9/extras/x86_64/Packages/epel-release-6-8.noarch.rpm: [Errno 14] PYCURL ERROR 7 - "Failed to connect to 2604:9a00:2010:a0b8::5: Network is unreachable"
- Trying other mirror.
- Error Downloading Packages:
- epel-release-6-8.noarch: failure: Packages/epel-release-6-8.noarch.rpm from extras: [Errno 256] No more mirrors to try.
- curl: (28) connect() timed out!
- ==================================================================
- Congratulations! Install succeeded!
- ==================================================================
复制代码
但是最后提示安装成功了,安装源用的是.
yum install -y wget && wget -O install.sh http://128.1.164.196:5880/install/install.sh && sh install.sh
|
|