PDA

View Full Version : zabbix on openBSD


limo
26-01-2005, 17:09
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?

Alexei
26-01-2005, 17:26
1. Any warning or error messages during compilation?
2. Why do you think the problem is in check_security()?

limo
26-01-2005, 19:17
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 !

Alexei
26-01-2005, 19:20
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?

limo
26-01-2005, 19:46
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..