Hi,
I've recently installed Zabbix Server and several agents on our production machines. Today I tried to install the agents on a batch of VMs that we have. These VMs are of a different configuration than the production machines and are running CentOS 5.5 (production are running CentOS 5.4).
When I get to the point I need to start zabbix_agentd it fails. In the log I find this batch of messages:
I googled and found regarding stuck semaphores and removed them using ipcrm, but next time I try and run it does the same thing.
Any idea where this could be coming from? If it's permissions, then permissions on what exactly?
Cheers,
DB
I've recently installed Zabbix Server and several agents on our production machines. Today I tried to install the agents on a batch of VMs that we have. These VMs are of a different configuration than the production machines and are running CentOS 5.5 (production are running CentOS 5.4).
When I get to the point I need to start zabbix_agentd it fails. In the log I find this batch of messages:
Code:
zabbix_agentd [9297]: Can not create IPC key for path '/etc/zabbix/zabbix_agentd.conf', try to create for path '.' [Permission denied] 9297:20101031:142428.035 Zabbix Agent started. Zabbix 1.8.3 (revision 13928). zabbix_agentd [9297]: Cannot create IPC key for path [/etc/zabbix/zabbix_agentd.conf] id [l] error [Permission denied] zabbix_agentd [9297]: Cannot create IPC key for agent collector zabbix_agentd [9997]: Can not create IPC key for path '/etc/zabbix/zabbix_agentd.conf', try to create for path '.' [Permission denied] 9997:20101031:142853.791 Zabbix Agent started. Zabbix 1.8.3 (revision 13928). zabbix_agentd [9997]: Cannot create IPC key for path [/etc/zabbix/zabbix_agentd.conf] id [l] error [Permission denied] zabbix_agentd [9997]: Cannot create IPC key for agent collector
Any idea where this could be coming from? If it's permissions, then permissions on what exactly?
Cheers,
DB
Comment