随笔分类 -  问题记录

摘要:一、问题现象 E45: 'readonly' option is set (add ! to override)当前登录用户为root,修改文件时提示"W10: Warning: Changing a readonly file",保存时提示'E45 ‘readonly‘ option is set 阅读全文
posted @ 2024-01-08 17:08 wh459086748 阅读(906) 评论(0) 推荐(0)
摘要:一、问题现象 docker容器报错: docker: Error response from daemon: driver failed programming external connectivity on endpoint etlmysql (12ccdbcef942bef6f32dbfc15 阅读全文
posted @ 2023-11-25 17:08 wh459086748 阅读(1977) 评论(2) 推荐(1)
摘要:一、问题现象 [root@test ~]# yum install bind-utils Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile Resolving Dependencies --> Runni 阅读全文
posted @ 2023-11-25 17:07 wh459086748 阅读(473) 评论(0) 推荐(0)
摘要:一、问题现象 [root@jenkins /data/package/openssl-1.1.1n]# pip3 install emoji WARNING: pip is configured with locations that require TLS/SSL, however the ssl 阅读全文
posted @ 2023-11-25 17:05 wh459086748 阅读(4594) 评论(0) 推荐(1)
摘要:# 电脑突然访问不到网站了 ## 一、问题现象 ``` 网站是用ip地址访问的,今天突然访问不到了。 使用了其他人的机器可以访问到这个网址。 然后访问了和网站同一网段的网站,也可以访问到。 就唯独这个网站访问不到。。。。 ``` ## 二、解决思路 ```sh 1.ping了这个ip,发现ping不 阅读全文
posted @ 2023-08-10 09:00 wh459086748 阅读(203) 评论(0) 推荐(0)
摘要:# 数据库删除库报错 ## 一、问题现象 ``` mysql> drop database test; ERROR 1010 (HY000): Error dropping database (can't rmdir './test', errno: 39) ``` ## 二、解决思路 ```sh 阅读全文
posted @ 2023-08-10 08:53 wh459086748 阅读(183) 评论(0) 推荐(0)
摘要:## 一、问题现象 ```sh jar无法启动,一直无法访问,docker容器一直重启 docker logs一直提示 solon.connector:main: undertow: Started ServerConnector ``` ## 二、解决思路 ```sh 1.查看docker ps发 阅读全文
posted @ 2023-07-17 17:20 wh459086748 阅读(692) 评论(0) 推荐(0)