随笔分类 -  错误处理

摘要:php7.2安装报错pgsql和pdo_pgsql报错/usr/lib64/libldap_r-2.4.so.2: undefined symbol: ber_sockbuf_io_udp报错如下:[05-Aug-2021 06:55:39 UTC] PHP Warning: PHP Startup 阅读全文
posted @ 2021-08-06 14:09 reblue520 阅读(587) 评论(0) 推荐(0) 编辑
摘要:Failed to connect to repository : Command "git ls-remote -h HEAD" returned status code 128:stdout: stderr: fatal: repository 'http://ytgit.chinasoft.c 阅读全文
posted @ 2021-07-05 20:41 reblue520 阅读(2154) 评论(0) 推荐(0) 编辑
摘要:centos7.8环境安装opencv-python # 安装好python3.6.9以后要处理python3命令 # ln -s /usr/local/python-3.6.9/bin/pip3 /usr/bin/pip3 # ln -s /usr/local/python-3.6.9/bin/p 阅读全文
posted @ 2021-03-25 13:50 reblue520 阅读(477) 评论(0) 推荐(0) 编辑
摘要:python的虚拟环境运行脚本报错 # /usr/local/venv_python3/bin/pip list Package Version amqp 2.2.2 attrs 20.2.0 Automat 20.2.0 billiard 3.5.0.3 celery 4.1.0 certifi 阅读全文
posted @ 2021-03-04 19:34 reblue520 阅读(997) 评论(0) 推荐(0) 编辑
摘要:现象: 阿里云服务器ecs启动了python程序,当使用slb以后会建立大量的保留地址会话,而且会一直上升 咨询阿里云售后发现是健康检查的地址,但是一般最多只有几十个,这样几千个的establish 会话不正常,重启系统,或者重启程序后刚开始没问题,后面一直累加establish会话 后面问了同事发 阅读全文
posted @ 2021-02-05 10:24 reblue520 阅读(394) 评论(0) 推荐(0) 编辑
摘要:一、 问题描述:查看从库状态时发现Last_SQL_Errno: 1062(主键值重复,入库失败)从库报错如下: mysql> show slave status\G Connection id: 23172 Current database: mysql ********************* 阅读全文
posted @ 2021-01-15 16:19 reblue520 阅读(354) 评论(0) 推荐(0) 编辑
摘要:# rsync同步报错,目录不为空不能删除的问题# rsync -zavP --password-file="/data/www/.rsync/rsyncd.aliszdownload" --exclude=cbs_down --delete /data/www/vhosts/download.ch 阅读全文
posted @ 2020-12-24 16:37 reblue520 阅读(1174) 评论(0) 推荐(0) 编辑
摘要:yum install -y build-essential python3-dev python3-pip python3-setuptools python3-wheel python3-cffi libcairo2 libpango-1.0-0 libpangocairo-1.0-0 libg 阅读全文
posted @ 2020-12-15 19:40 reblue520 阅读(1508) 评论(0) 推荐(0) 编辑
摘要:mysql8.0启动后不能正常监听端口的问题处理1.确定问题mysql > show variables like '%port%';发现是0mysql> SHOW VARIABLES LIKE 'skip_networking';skip_networking=ON在my.cnf中注释掉 skip 阅读全文
posted @ 2020-11-10 10:17 reblue520 阅读(795) 评论(0) 推荐(0) 编辑
摘要:运行 puppeteer 报错 chrome: error while loading shared libraries: libpangocairo-1.0.so.0: cannot open shared object file: No such file or directory[root@e 阅读全文
posted @ 2019-10-09 19:26 reblue520 阅读(1827) 评论(0) 推荐(0) 编辑
摘要:Last_SQL_Errno: 1197 Coordinator stopped because there were error(s) in the worker(s). The most recent failure being: Worker 0 failed executing transa 阅读全文
posted @ 2019-08-30 15:53 reblue520 阅读(2758) 评论(0) 推荐(0) 编辑
摘要:后续还是经常出现类似的情况,用kill干掉回话也不行,后面不知道修改了哪里又好了,具体的修改内容如下,供参考 已经做过的操作:1.调整my.cnf参数#加大连接池数thread_pool_size = 128# 加到最大thread数量thread_pool_max_threads = 512tab 阅读全文
posted @ 2019-08-22 15:21 reblue520 阅读(671) 评论(0) 推荐(0) 编辑
摘要:yum安装软件报错Segmentation fault处理 在使用yum 更新软件时提示:Segmentation fault 中文错误提示: 段错误 [root@CMS-BAK:/usr/local/lib]# yum install -y screenFreeing read locks for 阅读全文
posted @ 2018-09-22 10:25 reblue520 阅读(2396) 评论(0) 推荐(0) 编辑