09 2017 档案

摘要:ansible --version ansible 2.1.0.0 config file = /home/onest/luoliyu/ceph-ansible/ansible.cfg configured module search path = Default w/o overrides ####list all ansible module $ ansible-doc -l >... 阅读全文
posted @ 2017-09-22 17:49 larlly 阅读(530) 评论(0) 推荐(0)
摘要:1、安装ansible后,首次远程连接时报错如下: Using a SSH password instead of a key is not possible because Host Key checking is enabled and sshpass does not support this 阅读全文
posted @ 2017-09-22 11:51 larlly 阅读(540) 评论(0) 推荐(0)
摘要:ssh远程出现问题shell request failed on channel 0 1.修改/etc/security/limits.conf ssh_exchange_identification: read: Connection reset by peer 2.原因分析服务器的连接数太多,很 阅读全文
posted @ 2017-09-21 12:03 larlly 阅读(1234) 评论(0) 推荐(0)
摘要:某天服务器A与B,互相ping没问题,telnet 22端口没问题 后面在本机上修改了mtu为1500以下就好了:sudo ifconfig enp0s25 mtu 1200 #临时修改 阅读全文
posted @ 2017-09-21 11:56 larlly 阅读(4117) 评论(0) 推荐(0)
摘要:解决pycharm左侧项目文件名中文字体乱码情况?中文显示口口口口. 点击file,进入settings 出现 Appearance & Behavior 点击Appearance UI Options Theme Name: 选择 Microsoft Jhenghei 如下图: 阅读全文
posted @ 2017-09-18 11:53 larlly 阅读(1145) 评论(0) 推荐(0)