06-01-2015, 03:17 AM
PandoraFMS ver 5.1SP2 installed from the appliance CD image.
I've been tearing my hair out trying to get this working. I followed the instructions in the Documentation for Tentacle configuration. But as soon as an agent tries to connect the Tentacle Server dies. So I ran it directly (no -d) with -v for verbose.
No message is logged the process just exits. So I figured its probably getting a signal of some sort. So I added sigtrap qw(any) to the server script. Sure enough I was getting a SIGSEGV at line 1406 of IO::Socket::SSL. The code at that location deals with the the key password callback. Since I haven't protected my key with a password I commented out the SSL_passwd_cb argument in start_ssl. That made the line 1406 SIGSEGV go away to be replaced with another at line 1467 which deals with the verify callback. Since there is no SSL_verify_cb argument specified I'm out of ideas.
HELP!
I've been tearing my hair out trying to get this working. I followed the instructions in the Documentation for Tentacle configuration. But as soon as an agent tries to connect the Tentacle Server dies. So I ran it directly (no -d) with -v for verbose.
No message is logged the process just exits. So I figured its probably getting a signal of some sort. So I added sigtrap qw(any) to the server script. Sure enough I was getting a SIGSEGV at line 1406 of IO::Socket::SSL. The code at that location deals with the the key password callback. Since I haven't protected my key with a password I commented out the SSL_passwd_cb argument in start_ssl. That made the line 1406 SIGSEGV go away to be replaced with another at line 1467 which deals with the verify callback. Since there is no SSL_verify_cb argument specified I'm out of ideas.
HELP!