hi - I need your help/advice over the error I am getting below on CentOS8 , I am using PostgreSQL , I am not understanding if its a zabbix error related or pgsql related. I am using the latest version of zabbix i.e. 5 and I have followed the instructions as given in the zabbix installation page .
My VM is running on Oracle VirtualBox . I googled through but there are bit old post related to it and nothing which can help & no zabbix server log is created . Below info from messages file.
Appreciate any pointers in this regard.
My VM is running on Oracle VirtualBox . I googled through but there are bit old post related to it and nothing which can help & no zabbix server log is created . Below info from messages file.
Appreciate any pointers in this regard.
-- Unit zabbix-server.service has begun starting up.
May 14 04:42:20 moni zabbix_server[2151]: /usr/sbin/zabbix_server: /usr/pgsql-12/lib/libpq.so.5: no version information available (required by /usr/sbin/zabbix_server)
May 14 04:42:20 moni zabbix_server[2151]: zabbix_server [2151]: Cannot initialize IPC services: Cannot access path "/var/run/zabbix": [13] Permission denied.
File is available
[root@moni ~]# ls -l /usr/pgsql-12/lib/libpq.so.5
lrwxrwxrwx. 1 root root 13 Feb 17 05:56 /usr/pgsql-12/lib/libpq.so.5 -> libpq.so.5.12
May 14 04:42:20 moni zabbix_server[2151]: /usr/sbin/zabbix_server: /usr/pgsql-12/lib/libpq.so.5: no version information available (required by /usr/sbin/zabbix_server)
May 14 04:42:20 moni zabbix_server[2151]: zabbix_server [2151]: Cannot initialize IPC services: Cannot access path "/var/run/zabbix": [13] Permission denied.
File is available
[root@moni ~]# ls -l /usr/pgsql-12/lib/libpq.so.5
lrwxrwxrwx. 1 root root 13 Feb 17 05:56 /usr/pgsql-12/lib/libpq.so.5 -> libpq.so.5.12
.
Comment