起因: 新添加完自定义监控项后重启zabbix-agent时失败,查看/var/log/zabbix/zabbix-agentd.log 发现系统提示zabbix共享内存报错 zabbix_agentd []: cannot open log: cannot create semaphore set: [] No space left on device 解决办法: 通过修改 vim /etc/sysctl.conf kernel.sem = sysctl -p /etc/sysctl.conf…
昨天安装完成pg 9.5后,启动报错: FATAL: could not create semaphores: No space left on device DETAIL: Failed system call was semget(xxxxxxxxxx). HINT: This error does *not* mean that you have run out of disk space. It occurs when either the system limit for th…
一大早来到公司,看到了一个噩梦,后台总是登录不上,登录就出错,还以为被黑客入侵了.经过1个小时的排错原因如下: 我的服务器是linux的,mysql的报错日志路径是/var/log/,经过查看日志发现错误信息为: Can't start server: can't create PID file: No space left on device 这个错误. 提示磁盘空间不足 后用df -h 命令查看 我的是mysql的日志占用太多 我把mysql的日志删除掉 service mysqld sta…
1 概述 服务器的磁盘空间被占满导致TAB补全指令失效(TAB会创建临时文件) cannot create temp file for here-document: No space left on device 真正服务器的信息不能暴露,所以下面都是用自己的VPS的例子 2 Linux磁盘管理相关操作 # 显示文件系统的磁盘使用情况统计 [root@vultr home]# df -h Filesystem Size Used Avail Use% Mounted on /dev/sda6 2…
Linux使用tab补全时提示 cd tom-bash: cannot create temp file for here-document: No space left on device 这是因为该磁盘的空间已经满了 1.使用命令df -h 查看硬盘空间 2.进入到磁盘目录,使用命令du -h –max-depth=1 ,查看 删除多余日志…
今天Linux服务器出问题了,使用"tab"补全命令时,提示 bash: cannot create temp file for here-document: No space left on device 使用df -h查看硬盘根目录容量已经满了. 命令top查看cpu及内存 高占用率的前几个进程. 来源: https://blog.csdn.net/u010499619/article/details/52232225…
博主的device还有剩余空间也出现了这个问题,不知是什么原因,不过删除一些无用的内容,或者将某些有用的内容移动到其他硬盘,之后就可以正常使用了. 参考: 1. cannot create temp file for here-document: No space left on device: 2. linux出现tmp空间满的情况解决; 完…
今天遇到了一个特别奇怪的问题,我在用docker容器的时候,发现我的postgresql怎么也启动不起来 尝试了N多种办法,最后看了看postgresql的日志发现 postgresql 日志中报错 FATAL: could not write lock file "postmaster.pid": No space left on device could not write lock file "postmaster.pid": No space left on…
突然间发现zabbix 挂了,咋发现的呢?报警的世界突然安静了,你就会觉得不妥了.这是运维人员的通病,有报警嫌烦,没报警心里会不安.1,图形界面上确实显示zabbix server is not running 2,排查zabbix server 日志tail /var/log/zabbix/zabbix_server.log 发现有如下报警: zabbix_server [22890]: cannot open log: cannot create semaphore set: [28] No…
1Zabbix_server启动失败 1.1查看日志:vi /var/log/zabbix/zabbix_server.log zabbix_server [23500]: cannot open log: cannot create semaphore set: [28] No space left on device 网上类似: https://www.cnblogs.com/xkus/p/7783630.html 报错原因: kernel.sem参数设置过小, vim /etc/sysct…
zabbix报错 https://www.cnblogs.com/losbyday/category/876878.html作者总结的很全棒 1.在启动zabbix-agent 时系统日志输出 PID file /run/zabbix/zabbix_agentd.pid not readable (yet?) after star zabbix-agent.service never wrote its PID file. Failing 重启zabbix-agent服务依旧不能正常启动,查看/…
zabbix报错 原文:https://www.cnblogs.com/dbslinux/p/9465803.html https://www.cnblogs.com/losbyday/category/876878.html作者总结的很全棒 1.在启动zabbix-agent 时系统日志输出 PID file /run/zabbix/zabbix_agentd.pid not readable (yet?) after star zabbix-agent.service never wrot…
1.connection to database 'zabbix' failed: [1040] Too many connections 问题:数据库连接池太少解决:增加数据库连接池步骤:(1).进入数据库 show variables like 'max_connections';(查可以看当前的最大连接数) set global max_connections=1000;(设置最大连接数为1000,可以再次查看是否设置成功) (2).修改my.cnf参数 max_connections=(…
最近有一台服务器的zabbix启动异常,看日志有如下报错 zabbix_agentd []: cannot open log: cannot create semaphore ] No space left on device zabbix_agentd []: cannot open log: cannot create semaphore ] No space left on device zabbix_agentd []: cannot open log: cannot create se…
2018年春节后第一天上班就遇到一个审计日志无法写入的问题,具体解决思路如下. 一.错误日志 数据库错误日志内容: Fri Feb 23 11:16:30 2018OS Audit file could not be created; failing after 6 retriesFri Feb 23 11:16:36 2018OS Audit file could not be created; failing after 6 retriesFri Feb 23 11:16:43 2018OS…
zabbix部署好,在使用一段时间后,出现了不少报错,在此简单做一记录.1)Zabbix监控界面报错Lack of free swap space on Zabbix server”解决公司线上部署的zabbix3.0的监控界面首页报错说无交换内存主机“Lack of free swap space on Zabbix server”解决此问题的步骤如下:选择Configuration->Templates(模板),在模板界面中选择Template OS Linux右侧的Triggers(触发器…
①报错: zabbix_agentd [20529]: cannot create Semaphore: [28] No space left on device zabbix_agentd [20529]: unable to create mutex for log file centos6.5装上agent之后,却发现启动不了,日志里面报错如下: zabbix_agentd [20529]: cannot create Semaphore: [28] No space left on de…