报错如下:

[root@localhost zabbix]# systemctl start zabbix-server
Job for zabbix-server.service failed because a configured resource limit was exceeded. See "systemctl status zabbix-server.service" and "journalctl -xe" for details.
[root@localhost zabbix]# journalctl -xe
-- 
-- Unit zabbix-server.service has begun starting up.
Apr 18 22:21:06 localhost.localdomain systemd[1]: PID file /run/zabbix/zabbix_server.pid not readable (yet?) after start.
Apr 18 22:21:06 localhost.localdomain systemd[1]: zabbix-server.service never wrote its PID file. Failing.
Apr 18 22:21:06 localhost.localdomain systemd[1]: Failed to start Zabbix Server.
-- Subject: Unit zabbix-server.service has failed

 解决方法:

查看配置文件/etc/zabbix/zabbix_server.conf  发现PIDfile路径下面没有zabbix_server.pid这个文件,,,试了网上各种办法然并卵,放大招重启系统,再启动服务,好了!!!

PID file /run/zabbix/zabbix_server.pid not readable (yet?) after start. 报错解决

 

相关文章:

  • 2021-07-28
  • 2022-12-23
  • 2022-12-23
  • 2021-10-12
  • 2022-02-12
  • 2021-12-23
猜你喜欢
  • 2022-12-23
  • 2021-10-30
  • 2021-05-26
  • 2021-09-25
  • 2021-06-12
  • 2022-02-19
  • 2021-11-08
相关资源
相似解决方案