zabbix報錯cannot set resource limit: [13] Permission denied解決方法


zabbix-server啟動時出現以下錯誤:

  2912:20180326:050930.023 using configuration file: /etc/zabbix/zabbix_server.conf
  2912:20180326:050930.023 cannot set resource limit: [13] Permission denied
  2912:20180326:050930.023 cannot disable core dump, exiting...
  2916:20180326:050940.284 Starting Zabbix Server. Zabbix 3.4.7 (revision 77720).

 解決方法關閉selinux:

[root@localhost ~]# vim /etc/selinux/config

[root@localhost ~]# diff /etc/selinux/config.bak /etc/selinux/config
7c7
< SELINUX=enforcing
---
> SELINUX=disabled
[root@localhost ~]# setenforce 0
You have new mail in /var/spool/mail/root
[root@localhost ~]# getenforce
Permissive

 開啟zabbix-server服務 ok

[root@localhost ~]# systemctl start zabbix-server




免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM