Im' running FreeBSD 7 (FreeBSD zabbix 7.0-RELEASE-p4 FreeBSD 7.0-RELEASE-p4 #0: Tue Sep 2 19:32:35 UTC 2008 [email protected]:/usr/obj/usr/src/sys/GENERIC i386).
After upgrading from 1.4 to 1.6 the zabbix_server does not start anymore. Looking around I found this should be the well known "recreate semaphore" problem.
Message Queues:
T ID KEY MODE OWNER GROUP
Shared Memory:
T ID KEY MODE OWNER GROUP
m 65536 2052257578 --rw-rw-rw- zabbix zabbix
Semaphores:
T ID KEY MODE OWNER GROUP
s 65536 2052197255 --rw-rw-rw- zabbix zabbix
s 65537 2052257578 --rw-rw-rw- zabbix zabbix
I can fix it manually doing ipcrm -s 65536 and 65537 and restarting the server, but it renders the machine unable to boot unassisted...
Any idea?
After upgrading from 1.4 to 1.6 the zabbix_server does not start anymore. Looking around I found this should be the well known "recreate semaphore" problem.
Message Queues:
T ID KEY MODE OWNER GROUP
Shared Memory:
T ID KEY MODE OWNER GROUP
m 65536 2052257578 --rw-rw-rw- zabbix zabbix
Semaphores:
T ID KEY MODE OWNER GROUP
s 65536 2052197255 --rw-rw-rw- zabbix zabbix
s 65537 2052257578 --rw-rw-rw- zabbix zabbix
I can fix it manually doing ipcrm -s 65536 and 65537 and restarting the server, but it renders the machine unable to boot unassisted...
Any idea?
Comment