会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
邹姣姣
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
5
6
7
8
9
10
11
12
13
···
17
下一页
2020年10月
Ubuntu-18 安装mysql-8
摘要: dpkg --list|grep mysql 查看是否有历史安装记录。空则表示没有。若有请清理历史记录。 wget -c https://dev.mysql.com/get/mysql-apt-config_0.8.10-1_all.deb dpkg -i mysql-apt-config_0.8.
阅读全文
posted @ 2020-10-10 14:27 邹姣姣
阅读(479)
评论(0)
推荐(0)
2020年9月
"Host 'XXXXX' is blocked because of many connection errors; unblock with 'mysqladmin flush-hosts'"【mysql8】
摘要: 报错 2020-09-24 17:10:38,630 [C3P0PooledConnectionPoolManager [identityToken->1hge0yrac1h3dzkqrkiu17|44c03695]-HelperThread-#1] WARN c.m.v.resourcepool.
阅读全文
posted @ 2020-09-24 19:06 邹姣姣
阅读(1429)
评论(0)
推荐(0)
kafka运行一段时间挂掉 Failed to acquire lock on file .lock in /tmp/kafka-logs
摘要: kafka运行一段时间挂掉 查看日志: 修改./kafka/config/server.properties (修改日志存放位置) log.dirs=/tmp/kafka-logs
阅读全文
posted @ 2020-09-23 09:06 邹姣姣
阅读(1214)
评论(0)
推荐(0)
nexus docker 镜像仓库清理
摘要: 镜像push 不上去,一直retrying: nexus报错提示 : 使用太久,镜像把磁盘沾满了。 镜像清理工具: https://s3.eu-west-2.amazonaws.com/nexus-cli/1.0.0-beta/linux/nexus-cli 下载,添加x权限 镜像版本号要求: 版本
阅读全文
posted @ 2020-09-03 15:54 邹姣姣
阅读(3237)
评论(0)
推荐(0)
Fabric外部节点部署自动化脚本
摘要: 程序提供ip ,账户 ,密码,组织名称等。按照以下格式提供参数: 文件命名:ip_orgname_master.txt 文件内容: master ip 账户 密码 networkname orgname orghostname 文件命名:ip_orgname_node.txt 文件内容: node
阅读全文
posted @ 2020-09-01 16:49 邹姣姣
阅读(370)
评论(0)
推荐(0)
2020年8月
kubernetes集群:添加worker 报错“[kubelet-check] Initial timeout of 40s passed. error execution phase kubelet-start: error uploading crisocket: timed out waiting for the condition”
摘要: 解决报错的办法: 使用 reset命令清理之前加入的信息。 # kubeadm reset -f 根据提示执行下: # iptables -F && iptables -t nat -F && iptables -t mangle -F && iptables -X 重新执行加入命令: 在maste
阅读全文
posted @ 2020-08-17 19:48 邹姣姣
阅读(6463)
评论(0)
推荐(0)
kubernetes集群(周末断电启动后):pod 不能解析service,访问不了外网
摘要: kubernetes集群的问题 不能解析service gitlab 访问postgresql 的service 名称,失败。使用ip则成功。 pod访问不了外网 在Jenkins这个pod中执行shell脚本,报错Could not resolve host: qyapi.weixin.qq.co
阅读全文
posted @ 2020-08-17 15:03 邹姣姣
阅读(740)
评论(0)
推荐(0)
kubernetes集群:postgresql挂掉后启动失败:ERROR: tuple already updated by self
摘要: ERROR: tuple already updated by self 早上git访问出现503。经过排查是数据库挂了。 postgresql挂掉了: postgresql 提供给git作为数据库。使用k8s集群方式部署(部署方式:https://www.cnblogs.com/zoujiaoji
阅读全文
posted @ 2020-08-14 10:36 邹姣姣
阅读(1302)
评论(0)
推荐(1)
2020年7月
Fabric安装
摘要: 环境准备 # uname -a Linux vbaas 4.4.0-142-generic #168-Ubuntu SMP Wed Jan 16 21:00:45 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux # docker version Client: Ver
阅读全文
posted @ 2020-07-29 14:14 邹姣姣
阅读(658)
评论(0)
推荐(0)
断电后启动服务器数据盘没有数据,只有Access-Your-Private-Data.desktop README.txt
摘要: 周末办公室断电了,开发环境挂了,查出原因是数据“丢失”了。 使用了企业级加密文件系统eCryptfs,下面开始数据恢复的过程: 保存。 查看 恢复了!! 执行路径:必须在wrapped-passphrase文件所在路径 root@vbaas:/home/.ecryptfs/vbaas/.ecrypt
阅读全文
posted @ 2020-07-27 11:31 邹姣姣
阅读(651)
评论(0)
推荐(0)
上一页
1
···
5
6
7
8
9
10
11
12
13
···
17
下一页
公告