在RHEL 7 VM上,特定目录中的wget超时,但是当我从另一个目录中执行相同的完全相同的wget命令时,它运行良好。
Wget在/ var / tmp中工作
-bash-4.2 $ cd / var / tmp /
-bash-4.2 $ wget http:///automation/mongodb-releases/linux/mongodb-linux-x86_64-enterprise-rhel70-3.6.7.tgz
-2018-10-10 22:48:30-- http://opsmgr.phx.aexp.com/automation/mongodb-releases/linux/mongodb-linux-x86_64-enterprise-rhel70-3.6.7.tgz
正在解析opsmgr.phx.aexp.com(opsmgr.phx.aexp.com)... 148.173.148.36
连接到opsmgr.phx.aexp.com
(opsmgr.phx.aexp.com)| 148.173.148.36 |:80 ...已连接。 HTTP请求
已发送,正在等待响应... 200 OK长度:未指定
[应用程序/八位字节流]保存至:
“ mongodb-linux-x86_64-enterprise-rhel70-3.6.7.tgz.1”
[ <=>
] 113,450,895 52.s中的2.34MB / s
2018-10-10 22:49:22(2.07 MB / s)- ‘mongodb-linux-x86_64-enterprise-rhel70-3.6.7.tgz.1’已保存[113450895]
但是当我CD到另一个目录并从那里执行相同的确切wget时,它就会超时
-bash-4.2 $ cd-/ var / lib / mongodb-mms-automation
-bash-4.2 $ rm -f mongodb-linux-x86_64-enterprise-rhel70-3.6.7.tgz
-bash-4.2 $ wget http://opsmgr.phx.aexp.com/automation/mongodb-releases/linux/mongodb-linux-x86_64-enterprise-rhel70-3.6.7.tgz
-2018-10-10 22:49:41-- http://opsmgr.phx.aexp.com/automation/mongodb-releases/linux/mongodb-linux-x86_64-enterprise-rhel70-3.6.7.tgz
正在解析opsmgr.phx.aexp.com(opsmgr.phx.aexp.com)... 148.173.148.36
连接到opsmgr.phx.aexp.com
(opsmgr.phx.aexp.com)| 148.173.148.36 |:80 ...已连接。 HTTP请求
已发送,正在等待响应... 200 OK长度:未指定
[应用程序/八位字节流]保存至:
“ mongodb-linux-x86_64-enterprise-rhel70-3.6.7.tgz”
[ <=> ] 12,313,416
--.- K / s ^ C -bash-4.2 $
关于为什么会发生这种情况的任何想法?这太奇怪了。