ceph-fuse 确保挂载点是空的 需要配置文件 内核挂载 注意内核匹配 fuse 挂载 ceph-fuse /data 卸载 fusermount -uz /data/ 内核 挂载 注意ip,多ip用逗号隔开 mount .ceph 192.168.3.8:/ /data -o name=adm ...
分类:
其他好文 时间:
2020-06-11 09:15:24
阅读次数:
176
查看系统日志报错信息May1314:14:02masteretcd:healthcheckforpeer92e46651355a9596couldnotconnect:dialtcp192.168.243.150:2380:connect:connectionrefusedMay1314:14:02masteretcd:healthcheckforpeer92e46651355a9596could
分类:
Web程序 时间:
2020-05-13 15:19:50
阅读次数:
148
在linux上使用命令 scp PPPP_032549_587838109_video_20200512032550030.mp4 LX@192.168.199.151:/Users/xx下,报错 ssh: connect to host xx.xx.xx.xx Connection refused ...
分类:
系统相关 时间:
2020-05-12 13:17:25
阅读次数:
478
win10下配置了私匙和公匙,但是没有配置.ssh/config 参考: https://blog.csdn.net/mbuger/article/details/70226712?%3E ...
分类:
其他好文 时间:
2020-05-03 12:47:28
阅读次数:
35
在WSL2 Ubuntu18.04上执行指令 发生了如下错误: curl: (7) Failed to connect to 127. port 1080: Connection refused 在网上查了很多不靠谱答案,配置文件位置也不确定。 ping了一下地址发现可以ping通, 感觉这个应该是 ...
分类:
Web程序 时间:
2020-04-13 21:12:32
阅读次数:
97
pip3 install updog #安装 注意必须基于 python3.x 进行安装 updog -d 目录 -p 端口 --password 密码 #开启云盘服务 在关闭命令终端后,updog服务将自动关闭,这时候我们需要将另外一条命令来挂起updog nohup updog -d 目录 -p ...
分类:
其他好文 时间:
2020-04-08 10:16:17
阅读次数:
146
1.安装epel源对于RHEL/CentOS 7(复制/粘贴): yum -y install epel-release exfat:1.安装Nux Dextop库: rpm -Uvh http://li.nux.ro/download/nux/dextop/el7/x86_64/nux-dexto ...
分类:
Web程序 时间:
2020-04-03 19:45:34
阅读次数:
135
转自: 用户态文件系统框架fuse https://zhuanlan.zhihu.com/p/59354174 libfuse hello_world 分析 https://yq.aliyun.com/articles/425979 ...
分类:
其他好文 时间:
2020-03-25 19:51:47
阅读次数:
101
解决APP能打开点击不动问题一、问题:根据客服反馈app能打开页面但卡在首页,点击不动,程序员反馈证书问题报错信息:15575-15575/?E/HomeActivity:onPageError:---》ErrorCode-6;Description--->net::ERR_CONNECTION_REFUSED二、排查思路:1.检查该域名下手机端加证书访问是否正常2.首先检查一下该线路节点是
分类:
移动开发 时间:
2020-03-11 10:26:42
阅读次数:
108
List<CfUserContactDO> userContacts = new ArrayList<>(); ... //(oldValue, newValue) -> oldValue) Map<Long, CfUserContactDO> dataMap = userContacts.stre ...
分类:
编程语言 时间:
2020-03-10 13:50:29
阅读次数:
48