View Full Version : zabbix on openBSD
Hi,
I compiled zabbix on openBSD and everythink went well except there is some error in check_security which crashes zabbix_agentd when there is a connection from non-allowed IP.
Maybe some incompatibility in sockets?
1. Any warning or error messages during compilation?
2. Why do you think the problem is in check_security()?
Here is the message
Jan 26 20:00:10 elvira zabbix_agentd: stack overflow in function check_security
More sent to email. It was too much..
Thank you !
Jan 26 20:00:10 elvira zabbix_agentd: stack overflow in function check_security
Thanks for the information you sent! I see nothing wrong, no compiler complains.
Just a guess, perhaps you have some (very) low limits on maximum available stack size?
This is standard installation of openbsd 3.5 . I dod not set some kernel parameters..
But I found that when there is LogFile and DebugLevel set in config to some value, problem is solved..