Hello. Resently i've installed zabbix 1.8.1 server on debian and now trying to install zabbix agent on my freebsd server
i've installed agent from ports and have such error
#cat /var/log/zabbix_agentd.log
zabbix_agentd [73884]: DEBUG: ZABBIX semaphores already exist, trying to recreate.
73884:20100303:155519 zabbix_agentd started. ZABBIX 1.6.8 (revision 8545).
73884:20100303:155519 Can't allocate shared memory for collector. [Cannot allocate memory]
I've searched on this forum for sollution and find out that in 1.4.1 there was same problem. Suggestion was to increase kern.ipc.shmmax variable in sysctl. I've changed it from kern.ipc.shmmax: 33554432 to 134217728
# sysctl -a | grep kern.ipc.shmmax
kern.ipc.shmmax: 134217728
But i've still have same issue in log.
is there any suggestions?
i've installed agent from ports and have such error
#cat /var/log/zabbix_agentd.log
zabbix_agentd [73884]: DEBUG: ZABBIX semaphores already exist, trying to recreate.
73884:20100303:155519 zabbix_agentd started. ZABBIX 1.6.8 (revision 8545).
73884:20100303:155519 Can't allocate shared memory for collector. [Cannot allocate memory]
I've searched on this forum for sollution and find out that in 1.4.1 there was same problem. Suggestion was to increase kern.ipc.shmmax variable in sysctl. I've changed it from kern.ipc.shmmax: 33554432 to 134217728
# sysctl -a | grep kern.ipc.shmmax
kern.ipc.shmmax: 134217728
But i've still have same issue in log.
is there any suggestions?