[rsyslog-notify] Forum Thread: RELP - "protocol family not supported"? - (Mode 'post')
noreply at adiscon.com
noreply at adiscon.com
Thu Aug 7 20:16:13 CEST 2014
User: gazpacho
Forumlink: http://kb.monitorware.com/viewtopic.php?p=24809#p24809
Message:
----------
For the life of me, I can't seem to get this to work. I've followed all
the steps on
[url:23fbcnbj]http://www.rsyslog.com/using-tls-with-relp/comment-page-1/#comment-48937[/url:23fbcnbj]
to the letter (at least 3 times), and the rsyslog process won't start.
Each time, it comes up with the following on /var/log/messages...
[code:23fbcnbj] ... localhost rsyslogd-2291: imrelp:
could not activate relp listner, code 10046 [try
http://www.rsyslog.com/e/2291] [/code:23fbcnbj]
(sadly, there's nothing at the web site mentioned in the error).
I was able to poke through the source on-line, and found that 2291 is
RS_RET_RELP_ERR.
Using that, I found that the call to relpEngineListnerConstructFinalize()
is what's returning the 10046.
Googling further, that error code appears to be associated with phrases
like "protocol family not supported".
That's when the trail turns cold. :-(
Any suggestions?
My rsyslog.conf has these lines...
[code:23fbcnbj]
Module (load="imrelp")
Input (type="imrelp"
port="10514"
tls="on"
tls.caCert="/etc/ca.pem"
tls.myCert="/etc/SERVER-cert.pem"
tls.myPrivKey="/etc/SERVER-key.pem"
tls.authMode="name"
#
tls.permittedpeer=["10.120.1.46","10.120.2.46"]
)
[/code:23fbcnbj]
If I comment off the line for myCert, the system starts up without
complaint (but also just downshifts to the normal TLS encryption).
I'm on a SELinux box, but the problem happens even if I disable SELinux
functionality.
Thoughts?
More information about the rsyslog-notify
mailing list