[root@iZbp1he0bdge2g92l9fjnxZ ~]# systemctl restart zabbix-agent Error getting authority: Error initializing authority: Error calling StartServiceByName for org.freedesktop.PolicyKit1: Timeout was reached (g-io-error-quark, 24) Failed to restart zabbix-agent.service: Connection timed out See system logs and 'systemctl status zabbix-agent.service' for details.
在使用centos7.4 安裝服務的時候報錯:
在啟動zabbix時候報錯:
Error getting authority: Error initializing authority: Error calling StartServiceByName for org.freedesktop.PolicyKit1: Timeout was reached (g-io-error-quark, 24)
解決方案:
ps -ef |grep polkit
再安裝:
pyum reinstall polkit
再重啟
reboot