会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
zhiyuan_mojie
博客园
首页
新随笔
联系
管理
订阅
2024年4月28日
windows或wsl1如何访问wsl2的docker的2375端口
摘要: -H tcp://localhost:2375 一定要使用localhost才可以在windows侧或wsl1侧访问systemctl daemon-reload systemctl restart docker wsl1: export DOCKER_HOST=tcp://localhost:23
阅读全文
posted @ 2024-04-28 23:06 amliu
阅读(226)
评论(0)
推荐(0)
2022年5月13日
MaxStartups 参数导致paramiko SSHException: Error reading SSH protocol banner
摘要: /etc/ssh/sshd_config MaxStartups 10:30:100 默认值是10:30:100,表示如果超过 10 个并发初始化连接,则后续的连接由 30% 的几率直接被关闭,如果超过 100 个连接,则所有新的连接 100% 直接关闭 SSHException: Key-exch
阅读全文
posted @ 2022-05-13 12:50 amliu
阅读(1690)
评论(0)
推荐(0)
2020年6月11日
安装 _MySQL-python-1.2.5.zip mysql.c:44:10: fatal error: my_config.h: No such file or directory
摘要: sudo wget https://raw.githubusercontent.com/paulfitz/mysql-connector-c/master/include/my_config.h -P /usr/include/mysql/
阅读全文
posted @ 2020-06-11 14:18 amliu
阅读(652)
评论(0)
推荐(0)
2018年8月8日
devstack@q-agt.service loaded failed failed
摘要: Exception: Could not retrieve schema from tcp:127.0.0.1:6640: Connection refused ovs|01809|socket_util|ERR|6640:127.0.0.1: bind: Permission denied Per
阅读全文
posted @ 2018-08-08 13:10 amliu
阅读(601)
评论(0)
推荐(0)
2016年5月20日
tempest
摘要: http://www.infoq.com/cn/articles/the-development-of-openstack-unit-test?utm_source=infoq&utm_medium=related_content_link&utm_campaign=relatedContent_a
阅读全文
posted @ 2016-05-20 14:29 amliu
阅读(155)
评论(0)
推荐(0)
2015年12月17日
DevStack中rejoin的时候,出现 ERROR cinder.service [-] Manager for service cinder-volume ubuntu@lvmdriver-1 is reporting problems
摘要: solution:sudo losetup /dev/loop0 /opt/stack/data/stack-volumes-default-backing-file sudo losetup /dev/loop1 /opt/stack/data/stack-volumes-lvmdriver-1-...
阅读全文
posted @ 2015-12-17 22:08 amliu
阅读(1963)
评论(0)
推荐(0)
公告