Issue: When you execute Yum installation or update, you may encounter following error: Loaded plugins: fastestmirror, langpacks Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=os&infra=stock error was 14:…
遇到一个奇葩问题,访问我们自己的网站接口,有的网段访问正常, 有的网段访问,有时正常有时报 curl(56) Recv failure: Connection reset by peer 而且同一个网段访问也是这样 . 在本机上访问一直都是报这样的错误. 服务器的防火墙关闭了,ping没有丢包,telnet 端口正常,机器也重启了,还是不行,实在找不到解决办法,只能要求换机器了. 下面是用tcpdump抓包 # tcpdump -i bond0 host ip地址 ###正常数据包 listen…
参考了两种方法: 1. 解决fatal: unable to connect to github.com问题 http://blog.csdn.net/greenqingqingws/article/details/11808745原因:需要用https才能读到数据解决方法:输入命令git config --global url."https://".insteadOf git:// 2. 使用github出了些问题?fatal: unable to access;Failed con…
最近研究netcore 部署到docker上.在参考https://www.cnblogs.com/subendong/p/8992285.html教程之后,部署成功.但是curl访问对应的主机端口地址后提示(主机端口8081 docker内部端口5003) 而在docker容器内访问netcore绑定的端口却可以访问到页面 后经网上搜索发现,需要修改netcore程序里面端口绑定模式.将绑定localhost 修改为 *.如下图所示 将 http://localhost:5003 修改为 ht…
2017年12月1日10:18:34 情景描述: 浏览器执行了一会儿, 报500错误 运行环境:  nginx + php-fpm nginx日志:  recv() failed (104: Connection reset by peer) while reading response header from upstream fpm日志:  fpm_request_check_timed_out(), line 146: child 2518, script '***/index.php'…
首先说下 先看 按照ab 每秒请求的结果 看看 都有每秒能请求几个 如果并发量超出你请求的个数 会这样 所以一般图片和代码服务器最好分开 还有看看io瓶ding 和有没有延迟的PHP代码执行 0 先修改内核参数 <pre>1.调整同时打开文件数量 ulimit -n 204802.TCP最大连接数(somaxconn) echo 10000 > /proc/sys/net/core/somaxconn3.TCP连接立即回收.回用(recycle.reuse) echo 1 > /p…
-------------------------------------------------------------------------------------------------------------开始安装------------------------------------------------------------------------------------------------------ 安装需要的软件包, yum-util 提供yum-config-ma…
// git 报错情况: error: RPC failed; curl 56 GnuTLS recv error (-110): The TLS connection was non-properly terminated. 解决方案: Note: This solution is not just limited to codecommit but also for other Ubuntu gnults_handshake related issues. If you have AWS c…
1. 最近用git pull几个大项目,总是报如下错误: error: RPC failed; curl 56 GnuTLS recv error (-9): A TLS packet with unexpected length was received. fatal: The remote end hung up unexpectedly fatal: early EOF fatal: index-pack failed 2. 按照网上方法,还是存在问题. // 配置代理 git confi…
. . . . . 今天从 github 上 clone 代码的时候,出现了一个错误,重试多次后仍然出现,错误如下: >$ git clone https://github.com/BOINC/boinc boinc Cloning into 'boinc'... remote: Enumerating objects: , done. remote: Counting objects: % (/), done. remote: Compressing objects: % (/), done.…
在安装cocoapods遇到的问题 [!] /usr/bin/git clone https://github.com/CocoaPods/Specs.git master Cloning into 'master'... error: RPC failed; curl 56 SSLRead() return error -36 fatal: The remote end hung up unexpectedly fatal: early EOF fatal: index-pack failed…
centos7内核升级及curl访问https证书过期处理 先看下当前系统的linux内核版本 uname -r 3.10.0-229.el7.x86_64 升级步骤 1.rpm --import https://www.elrepo.org/RPM-GPG-KEY-elrepo.org 导入Key 2.输入:rpm -Uvh http://www.elrepo.org/elrepo-release-7.0-2.el7.elrepo.noarch.rpm来安装elrepo的yum源 3.在这个源…
https://blog.csdn.net/mcb520wf/article/details/83303792 随笔异常 ssh: Could not resolve hostname centos02: Temporary failure in name resolution 发现两台服务器如果进行ping操作可以进行ping通,然而却用主机名无法连接在ssh中也出现了问题. 解决方案: vi /etc/hosts 查看主机名和ip地址是否对应 source /etc/hosts…
错误描述 今天在github上使用 git clone 某个项目代码的时, git clone https://github.com/XXXX/xxx-blog.git 下载速度很慢,然后下载一段时间后,总是提示下面的错误信息: remote: Enumerating objects: 33, done. remote: Counting objects: 100% (33/33), done. remote: Compressing objects: 100% (8/8), done. err…
环境 Windows 7 . git push 时出现错误,无法提交代码到远程仓库. Counting objects: , done. Delta compression using up to threads. Compressing objects: % (/), done. Writing objects: % (/), 1.87 KiB | 1.87 MiB/s, done. Total (delta ), reused (delta ) error: RPC failed; curl…
众所周知 pod lib create ObjcName 需要从git 上边克隆模版 :https://github.com/CocoaPods/pod-template.git 然后有时候会很慢报错: [!] /usr/bin/git clone https://github.com/CocoaPods/pod-template.git zplib Cloning into 'zplib'... error: RPC failed; curl LibreSSL SSL_read: SSL_ER…
安装OpenSSL的最新版 话不多说,直接上安装步骤 #cd /usr/local/src # 跳过证书获取失败 # wget https://www.openssl.org/source/openssl-1.0.2n.tar.gz --no-check-certificate # tar xzvf openssl-1.0.2n.tar.gz # cd openssl-1.0.2n # ./config shared enable-ssl2 enable-ssl3 --prefix=/usr #…
这个错误是由于配置文件没有配置好.解决方案如下: 1 打开profile文件 vim /etc/profile 2 在文件最后加入的内容应该如下(高亮的两句一般是大家缺少的): export JAVA_HOME=/usr/java/jdk export HADOOP_HOME=/itcast/hadoop-2.6.4 export HADOOP_COMMON_LIB_NATIVE_DIR=$HADOOP_HOME/lib/nativeexport HADOOP_OPTS="-Djava.libr…
http://www.cnblogs.com/fengwei/p/5899018.html…
主要原因是安全设置的问题: 首先执行git config http.sslVerify "false"   若出现下列错误 git config http.sslVerify "false"  fatal: not in a git directory   再继续执行   git config  --globle   http.sslVerify "false"   问题解决…
问题原因: 其他涉及到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就可以了 命令…
执行: git config http.sslVerify "false" 如果提示: fatal: not in a git directory 执行: git init…
简单粗暴重新安装yum. 1.查看linux上所有的yum包 # rpm -qa|grep yum 2.逐个卸载,如 # rpm -e yum-plugin-fastestmirror-1.1.31-34.el7.noarch --nodeps 3.查看自己需要的yum包 # cat /etc/redhat-release 查看系统版本 # file /bin/ls 查看系统位数 4.下载yum依赖,地址http://vault.centos.org wget https://vault.cen…
curl https 网站 出现报错 解决办法: You can use the domain name as usual but override the resolver like so: curl -v --resolve subdomain.example.com::x.x.x.x https://subdomain.example.com/ It might be awkward to maintain a lot of such mappings though. You might…
It’s upset for  me... 1 ATemel Studio61 and  MKII program failure. Notes: The Flash file : A 90 is wrong. There was a problem with the hex file, as you implied. I have now uploaded a new version to your ftp, under the folder From_GDN. It is called “T…
CentOS 的官方源去掉了一些与版权有关的软件,因此想要安装这些软件或者手动下载安装,或者使用其他源. 下面是添加EPEL源和RPMforge源的步骤. 1.首先, 添加源之前要确定系统架构及版本 查看系统版本: [sxd@bogon ~]$ cat /etc/redhat-release CentOS Linux release 7.3.1611 (Core) [sxd@bogon ~]$ uname -r 3.10.0-514.el7.x86_64 [sxd@bogon ~]$ uname…
运维监控-基于yum的方式部署Zabbix Server 4.0 版本 作者:尹正杰 版权声明:原创作品,谢绝转载!否则将追究法律责任. 一.如何选择zabbix版本 1>.打开zabbix官方网址(https://www.zabbix.com/) 2>.查看zabbix版本的生命周期(https://www.zabbix.com/life_cycle_and_release_policy) 如下图所示,如果还在使用zabbix2.2版本的小伙伴应该尽量往zabbix3.0 LTS或者zabb…
使用ansible离线部署CDH 5.15.1大数据集群 作者:尹正杰 版权声明:原创作品,谢绝转载!否则将追究法律责任. 在此之前,我之前分享过使用shell自定义脚本部署大数据集群,不管是部署CDH集群还是部署HDP集群基本上套路都一样,调优的方式也都大同小异.只是操作界面上可能存在一定的差异.最近赶上公司搞自动化运维项目,我们用到了ansible的一些功能,本篇博客主要记录ansible部署CDH服务. 一.安装ansible 1>.操作环境介绍 注意,请检查你的虚拟机是否可以正常联网,如…
系统版本: [root@s10 ~]# cat /etc/redhat-release CentOS Linux release 7.5.1804 (Core) 1.安装 Gnome 包 [root@s10 ~]# yum groupinstall "GNOME Desktop" "Graphical Administration Tools" -y 2.更新系统的运行级别 (此步骤不是必须)自动进入图形界面,那么我们需要更改系统的运行级别,输入下面的命令来启用图形…
先决条件 64位,内核3.10以上,查看当前的内核版本,打开一个终端使用uname -r显示您的内核版本             安装 sudo yum update     sudo tee /etc/yum.repos.d/docker.repo <<-'EOF' [dockerrepo] name=Docker Repository baseurl=https://yum.dockerproject.org/repo/main/centos/7/ enabled=1 gpgcheck=1…