docker启动失败解决 could not change group /var/run/docker.sock to docker: gr... not found 如果出现:Job for docker.service failed because the control process exited with error code. See "systemctl status docker.service" and "journalctl -xe" for d…
一.问题 jenkins网站绑定域名后直接通过域名访问使用的是8080端口,为方便用户访问因此须监听80端口,而为了安全起见linux一般不用root身份运行,综上,需要以普通用户来运行监听80端口时就会启动失败,报没有权限,因为linux只有root身份才能监听1024以下的熟知端口. 二.解决 (以下未经验证) There are a few different solutions to work around this: Install and configure Apache or ng…
操作环境 SuSE11sp3 + ORACLE11gR2(11.2.0.3) 问题现象 新安装的ORACLE启动失败,提示ORA-01078和LRM-00109错误.具体错误现象如下 SQL> startup ORA-01078: failure in processing system parameters LRM-00109: could not open parameter file '/home/oracle/base/11gR2/db/dbs/initora11g.ora' 问题分析…
一.现象 mysql客户端连接时: ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) 先说下,这个日志文件是什么东西: 我这边解决该问题,参考了: https://www.cnblogs.com/super-lucky/p/superlucky.html 该博客,前面没帮助到太多,后面我也学会了去查看错误日志. 二.日志位置 linux下,一般是/var/log…
我的问题是: 9:15:53 AM [Apache] Error: Apache shutdown unexpectedly.9:15:53 AM [Apache] This may be due to a blocked port, missing dependencies, 9:15:53 AM [Apache] improper privileges, a crash, or a shutdown by another method.9:15:53 AM [Apache] Pres…
再使用如下方法注册windows服务时,出现问题: set CATALINA_BASE=E:\tomcat\tomcat-web-server set CATALINA_HOME=E:\tomcat\tomcat-web-server call E:\tomcat\tomcat-web-server\bin\service.bat install tomcat-web-server 原因是CATALINA_BASE路径设置错了,尾部包含了空格,要格外注意.…
查看报错日志信息: com.github.shyiko.mysql.binlog.network.ServerException: Could not find first log file name in binary log index file at com.github.shyiko.mysql.binlog.BinaryLogClient.listenForEventPackets(BinaryLogClient.java:) at com.github.shyiko.mysql.bi…