pache排查问题:Apache ERROR: No space left on device: AH00023: Couldn't create the ssl-cache mutex

1:启动apache:systemctl status httpd.service

2:查看看日志:tail -f  /var/log/httpd/error_log

报:Apache ERROR: No space left on device: AH00023: Couldn‘t create the ssl-cache mutex

3:查看进程ps ax|grep httpd,进程存在杀掉

4:查看apache分析消息队列、共享内存和信号量

ipcs -s | grep apache

5:删除apache分析消息队列、共享内存和信号量

ipcs -s | grep apache | perl -e ‘while (<STDIN>) { @a=split(/\s+/); print `ipcrm sem $a[1]`}‘

6:重启apacheservice httpd restart

pache排查问题:Apache ERROR: No space left on device: AH00023: Couldn't create the ssl-cache mutex

原文地址:https://www.cnblogs.com/syy714363310/p/12202535.html

时间: 2024-11-03 03:37:32

pache排查问题:Apache ERROR: No space left on device: AH00023: Couldn't create the ssl-cache mutex的相关文章

linux 使用systemctl 启动服务报错: Error: No space left on device

By default, Linux only allocates 8192 watches for inotify, which is ridiculously low. And when it runs out, the error is also No space left on device, which may be confusing if you aren't explicitly looking for this issue. vi /etc/sysctl.conf  增加  fs

Apache: No space left on device: Couldn’t create rewrite_map(XXXX)

启动apache的时候 有时候会遇到这样的错误:No space left on device: Couldn’t create rewrite_map(XXXX) 第一眼看以为是磁盘没有空间了,其实不然: 没有空间,不存在的.... 细究发现其实是:IPC的资源占用问题,先用”ipcs”命令查一下当前用于已经使用了的信号量集合:apache已经分配了这么多 可以使用如下的指令,删除对应服务的信号量结 sem_list=$(ipcs -s | grep apache | awk '{print

Apache error: 403 Forbidden You don&#39;t have permission to access

CentOS 6 solution: chcon -t httpd_sys_content_t -R /directory refer to: https://www.centos.org/forums/viewtopic.php?f=19&t=15128&start=10#p70999 Apache error: 403 Forbidden You don't have permission to access

Linux Apache error 日志 提示[warn] child process 7751 still did not exit, sending a SIGTERM

Apache吃空内存,频繁宕机 在部署一套内网测试环境时,频繁宕机,开机后不断的吃内存,重启apache之后内存占用会不停的上涨,直到swap用完,直到死机,由于是内网环境,服务器并发和压力都很小. 查看apache错误日志,报大量类似错误: [Tue Feb 14 14:49:28 2012] [warn] child process 7751 still did not exit, sending a SIGTERM [Tue Feb 14 14:49:30 2012] [error] ch

170318 11:44:26 [ERROR] Can&#39;t start server: can&#39;t create PID file: No space left on device

数据库挂了.打开远程,进了系统,service mysqld stop 失败.service mysqld start等了好大一会,提示Timeout error occurred trying to start MySQL Daemon 出现Can't start server: can't create PID file: No space left on device这个错误. 提示磁盘空间不足 后用df -h 命令查看 竟然发现磁盘容量全部用完了,于是要查看是谁占用了用命令:find /

gcc 错误:Fatal error error writing to tmp No space left on device

在使用gcc make时报错:Fatal error error writing to tmp No space left on device finiteVolume/ddtSchemes/EulerDdtScheme/EulerDdtSchemes.C:40: fatal error: error writing to /tmp/ccUN0zCh.s: No space left on device LaunderGibsonRSTM/LaunderGibsonRSTM.C:348: fat

ORA-09817: Write to audit file failed &nbsp; Linux-x86_64 Error: 28: No space left on device

连接数据库报错 [[email protected] ~]$ sqlplus  /  as sysdba SQL*Plus: Release 11.2.0.3.0 Production on Fri Jun 29 18:44:03 2012 Copyright (c) 1982, 2011, Oracle.  All rights reserved. ERROR: ORA-09817: Write to audit file failed. Linux-x86_64 Error: 28: No 

mysql 5.6.34 突然宕机,启动不了,提示[ERROR] InnoDB: Space id in fsp header

一.问题描述 一台线上的从服务器,半夜收到报警短信提示异常,连接到该服务器,发现mysqld进程不在了,ps 查看,也没有查到.于是重启,但是重启失败,提示without pid file 于是查看errorlog,内容如下: 2017-09-22 03:37:42 0 [Note] --secure-file-priv is set to NULL. Operations related to importing and exporting data are disabled 2017-09-

E: Write error - write (28 No space left on device)

1:在终端中运行cd命令,提示: e: Write error - write (28 No space left on device) E: Cant mmap an empty file 2:使用 df -h 查看磁盘空间情况: /dev/xvda1       20G  20G  0G  100% / 3:继续查看大文件所在目录:#du --max-depth=1 -h  / 4.0K    /opt 9.6M    /bin 408K    /run 4.0K    /srv 4.0K