没有到主机的路由这种问题很常见,多数是由机器的防火墙没有关闭. Ubuntu 查看防火墙状态 ufw status 关闭防火墙 ufw disable centos6 查看防火墙状态 service iptables status 关闭防火墙 chkconfig iptables off centos7 查看防火墙状态 firewall-cmd --state 临时关闭防火墙 systemctl stop firewalld.service 永久关闭防火墙 systemctl disable f…
服务器环境 centos 7.4 问题描述 1.可以ping通IP ,用IP访问nginx 不能访问,在服务器上curl localhost  curl 185.239.226.111可以获得 [root@izm5e16gjdevwdl8q7q3qoz ~]# curl 185.239.226.111curl: (7) Failed connect to 185.239.226.111:80; No route to host 解决办法 iptables -F  清空防火墙配置 这时候查询ipt…
web site : https://opsx.alibaba.com/mirror 运行后出现下面的Error: base//x86_64/other_db FAILED http://mirrors.aliyun.com/centos/7/os/x86_64/repodata/4a963ccbdeb4a9246170341539b5f4816d8a55cc59b65e972ce161da4812b78a-other.sqlite.bz2: [Errno 14] HTTP Error 404…
centos7.5 远程连接数据库报错 问题: [root@db04-54 ~]# mysql -urep -p123 -h172.16.1.51 Warning: Using a password on the command line interface can be insecure. ERROR 1130 (HY000): Host '172.16.1.54' is not allowed to connect to this MySQL server 原因: 在创建远程连接的时候指定了…
[dinghuaneng@95 move_data]$ scp * dinghuaneng@172.16.103.176:/home/dinghuaneng@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@    WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!     @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@…
今天我用curl命令,无论如何都是出现: curl: (7) Failed to connect to 127.0.0.1 port 1086: Connection refused 找了很久,不知道是什么问题,后来发现curl有一个配置文件: ~/.curlrc 里面的内容是: socks5 = "127.0.0.1:1086" 注释掉就好了.…
今天我用curl命令,无论如何都是出现: curl: (7) Failed to connect to 127.0.0.1 port 1086: Connection refused 找了很久,不知道是什么问题,后来发现curl有一个配置文件: ~/.curlrc 里面的内容是: socks5 = "127.0.0.1:1086" 注释掉就好了.…
curl: (35) SSL connect error weixin_34212762 2018-02-23 20:16:23  230  收藏 文章标签: 运维 版权 阿里云的机器,昨晚github还可用,今天早上起来就不行了,一直出现"fatal: HTTP request failed"错误,以前这种错误一般都是git的https域名没有加用户名导致,但是一直都有加.一般原来思路都是先ping下域名行不行,结果发现不行,期间还以为github的dns变更,便清空了下缓存问题,清…
# curl http://169.254.169.254/latest/user-data curl: () Failed connect to ; No route to host 解决方案: cd /etc/sysconfig/network-scripts/ ls vim route-eth0 route add -host 169.254.169.254 gw 10.10.10.1 dev eth0 route -n curl http://169.254.169.254…
用ssh登录一个机器(换过ip地址)会出现如下错误 weiguohui@weiguohui1-virtual-machine:~/.ssh$ ssh 172.16.33.53The authenticity of host '172.16.33.53 (172.16.33.53)' can't be established.ECDSA key fingerprint is 28:17:f7:c3:58:54:fb:6e:dd:b9:61:61:c4:8a:45:0f.Are you sure y…
本博客已经添加"打赏"功能,"打赏"位置位于右边栏红色框中,感谢您赞助的咖啡. # curl http://169.254.169.254/latest/user-data curl: () Failed connect to ; No route to host 解决方案: 重点检查是否是metadata agent出了问题. cd /etc/sysconfig/network-scripts/ ls vim route-eth0 route add -host…
在yum insatall 安装是报错 Failed connect to mirrors.cloud.aliyuncs.com:80; Connection refused 解决方法: cd /etc/yum.repos.d/ [root@web /etc/yum.repos.d]# sed -i 's/gpgcheck=1/gpgcheck=0/g' /etc/yum.repos.d/CentOS-Base.repo 3) [root@web /etc/yum.repos.d]# cat C…
今天在启动mongodb的时候,发现起不来,报错:child process failed, exited with error number 100然后先去/var/log/mongo/mongod.log 查看启动的日志,发现:<ignore_js_op> **************Unclean shutdown detected.Please visit http://dochub.mongodb.org/core/repair for recovery instructions.*…
今天,添加容器节点报错,执行如下 curl -sSL https://shipyard-project.com/deploy| ACTION=node DISCOVERY=etcd://192.168.5.252:4001  bash -s 提示如下报错: curl: (35) SSL connect error 解决方法:升级网络安全服务即可. yum update nss…
使用github出了些问题?fatal: unable to access;Failed connect to github.com:8087; No error 我今天使用git push origin master的时候,提示我fatal: unable to access 'https://XXXX@github.com/XXX/XXX' Failed connect to github.com:8087; No error在谷歌上查了很多办法都没有解决,有的方法是https连接模式改成s…
Issue: When you create an instance, but cannot connect to the VNC Server because of the error message, "Failed connect to server". Reason: Your nova vnc configuration may be mapped to wrong vnc server. Solution: 1. vi /etc/nova/nova.conf 2. find…
安装acme证书时,执行如下 curl https://get.acme.sh | sh 提示如下报错: curl: (35) SSL connect error curl -v 跟踪时 发现 NSS error -12190 解决方法:升级网络安全服务即可. yum update nss…
Centos7.5 Zabbix创建主机ZBX爆红 原因:/etc/zabbix/zabbix_agentd.conf配置文件的Server写错了 解决方法: [root@db01 ~]# vim /etc/zabbix/zabbix_agentd.conf # Incoming connections will be accepted only from the hosts listed here. # If IPv6 support is enabled then '127.0.0.1',…
Centos7.5  zabbix添加主机发现ZBX爆红报错 原因:在配置/etc/zabbix/zabbix_agentd.conf中172.16.1.71写成了127.16.1.71 解决方法:重新编辑/etc/zabbix/zabbix_agentd.conf改回来,重启服务…
一開始是由于curl无法訪问https网上说,要又一次编译安装curl 我就下载.. ./configure make make install 结果出现 curl: (2) Failed Initialization 好吧,我整个人都跪了. 满世界找原因... 找到这个 It means that the curl binary is picking up the system curl library. While it was linked at compile time to the c…
出现的问题 [root@master01 ~]# docker login 172.16.1.99 Username: admin Password: Error response from daemon: Get https://172.16.1.99/v1/users/: dial tcp 172.16.1.99:443: getsockopt: connection refused docker 连接harbor客户端的版本 [root@master01 docker]# docker v…
1.准备2台在同一个局域网内的机器,一台作为master主控机,一台作为slave 执行机 master机器ip:172.16.20.134 slave机器ip:172.16.20.146 2.在2台机器上安装同样版本的jmeter 和 java 3.关闭slave机器的防火墙,从master 机器能ping通到slave机器上 4.slave 机器进入jmeter\bin 目录,点击 jmeter-server.bat,启动jmeter remote 服务 5.编辑好jmeter 脚本,脚本功…
nmap -sT -A --script=smb-check-vulns -PO 172.16.21.170 调用了nmap的插件--script=smb-check-vulns -sT 隐蔽的tcp连接扫描 -sS 隐蔽的syn扫描 -A 高级操作系统探测功能 search ms08_067_netapi…
问题原因: 其他涉及到http服务的端口全部都改成了81端口.只有 /etc/cobbler/settings 这里没有改. [root@mage-monitor- ~/]#grep -E "port: 81|server: 10" /etc/cobbler/settings http_port: next_server: 10.0.0.201 server: 10.0.0.201 把 http_port: 80 改成81 再重启cobbler. cobbler sync就可以了 命令…
[root@localhost ~]# mongod --dbpath=/usr/local/mongodb/data --logpath=/usr/local/mongodb/logs --logappend --port= --fork about to fork child process, waiting until server is ready for connections. forked process: ERROR: child process failed, exited w…
关于启动redis集群时: [ERR] Node 172.168.63.202:7001 is not empty. Either the nodealready knows other nodes (check with CLUSTER NODES) or contains some 的问题 解决办法: 1)将每个节点下aof.rdb.nodes.conf本地备份文件删除: rm -rf appendonly.aofrm -rf dump.rdbrm -rf nodes.conf 2)172.…
     ONBOOT=yes 5.安装wget (1)安装 yum -y install wget (2) 查看版本  wget --version或 wget -V 一.安装jdk 配置 (1)安装  yum -y install java-1.8.0-openjdk   (2)           java -version (3) etc目录 进入   vi profile 最后一行加上   配置是以上内容不要出错  此处usr误写成 user 后面执行 文件时会报错       (4)…
今天第一次使用bower来安装插件,上来就报了这个错. 然后在google上查找,很多人都有做出回答,让执行如下 git config --global url.https://github.com/.insteadOf git://github.com/ 这是由于防火墙导致的,Git协议要求防火墙开放 9418 端口,而企业级防火墙一般不允许对这个非标准端口的访问.大型企业级防火墙通常会封锁这个少见的端口. 于是我也这样做了,可是发现还是不行,但是在我继续install的时候,还是报一样的错误…
文/skay 地址:http://blog.csdn.net/sk719887916/article/details/40541199 开发中遇到github无法pull和push代码问题,原来gitbub需要本地代理 因此看错误图 解决步骤: 查看git代理设置  git config --global http.proxy 如果设置代理则显示一串代理地址 查询到当前设置了代理,所以取消代理设置:  git config --global --unset http.proxy 再查询,如果无代…
当在source目录执行 ./external/scons-local/scons.py -j8 mode=release bin 时,报错 git@.11s password: \r\nPermission denied, please try again ,导致安装失败,解决方法很简单 断网重新安装!!!…