Hi,
I'm trying to install Zabbix on Suse and follow the instructions below;
After that I'm trying to start "zabbix-server" service, but it gives the error below;
Any idea why? I Googled it but nothing helped.
Regards.
I'm trying to install Zabbix on Suse and follow the instructions below;
Code:
https://www.zabbix.com/download https://www.zabbix.com/documentation/5.4/en/manual/installation/install#installing_frontend
Code:
wsapzabbix1:/usr/lib/systemd/system # service zabbix-server status ● zabbix-server.service - Zabbix Server Loaded: loaded (/usr/lib/systemd/system/zabbix-server.service; enabled; vendor preset: disabled) Active: active (running) since Thu 2022-02-10 16:34:45 EET; 4s ago Process: 8712 ExecStart=/usr/sbin/zabbix_server -c $CONFFILE (code=exited, status=0/SUCCESS) Main PID: 8714 (zabbix_server) Tasks: 1 CGroup: /system.slice/zabbix-server.service └─8714 /usr/sbin/zabbix_server -c /etc/zabbix/zabbix_server.conf Feb 10 16:34:45 wsapzabbix1 systemd[1]: Starting Zabbix Server... Feb 10 16:34:45 wsapzabbix1 systemd[1]: zabbix-server.service: Can't open PID file /run/zabbix/zabbix_server.pid (yet?) after start: Operation not permitted Feb 10 16:34:45 wsapzabbix1 systemd[1]: Started Zabbix Server.
Regards.
Comment