PDA

View Full Version : FreeBSD 7.1 and zabbix 1.6.4


Serb
28-05-2009, 18:10
После апгрейда с 1.6.0 zabbix server выдает следущее собщение в лог файл

/usr/local/bin/zabbix_server [62162]: Can not create Semaphore [Invalid argument]
/usr/local/bin/zabbix_server [62162]: Unable to create mutex for node syncs
/usr/local/bin/zabbix_server [10143]: ZABBIX Server stopped. ZABBIX 1.6.


и не запускается

cat /etc/sysctl.conf
# $FreeBSD: src/etc/sysctl.conf,v 1.8 2003/03/13 18:43:50 mux Exp $
#
# This file is read when going to multi-user and its contents piped thru
# ``sysctl'' to adjust kernel values. ``man 5 sysctl.conf'' for details.
#

# Uncomment this to prevent users from seeing information about processes that
# are being run under another UID.
#security.bsd.see_other_uids=0
kern.ipc.somaxconn=1024
kern.ipc.shmall=32768
kern.ipc.shmmax=134217728
kern.ipc.semmap=256


Лечится ли?

спасибо!

zordio
01-06-2009, 23:19
Use 'ipcs' to view the open semaphores, and 'ipcrm' to remove them. Zabbix should start after that.