-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error opening connection to remote peer #216
Comments
Is this running on CentOS 8 or Fedora 30 / 31? And which rsyslog and relp versions are installed? |
I'm running it on Solaris 11.3
|
@alorbach this sounds a bit like it could also be fixed by your last PR? |
It was more TLS related. He is not using TLS, so we will need a debug log to tell more. |
@rssh22 can you create a debug log? It would be best to have one of the client as well of the server. This sounds really strange. |
Yeah sure, I'll attach a debug log asap. |
Here are the debug files from node n1 (server) and n2 (client) |
I reviewed the debug logfiles and I see the error:
This actually happens after client connect here: Line 3598 in 31018d1
However errno is 0 which is strange and is not documented that way: Also our testbench runs a Solaris 11 System and did not catch this error. Perhaps there is something in your configuration that we do not test, could you post your fill client configuration as well? |
I sent the client configuration in the file rsyslog.conf.n2.txt. |
I'm getting this error and I'm not sure if there is a problem with my configuration:
2020-09-15T08:37:12.000000+02:00 wlpro-sns11n2 rsyslogd[17247]: [ID 702911 syslog.error] omrelp[10.15.247.47:20514]: error 'error connecting: 'Interrupted system call'', object 'conn to srvr 10.15.247.47:20514' - action may not work as intended [v8.2008.0 try https://www.rsyslog.com/e/2353 ]
2020-09-15T08:37:12.000000+02:00 wlpro-sns11n2 rsyslogd[17247]: [ID 702911 syslog.error] omrelp[10.15.247.47:20514]: error 'error opening connection to remote peer', object 'conn to srvr 10.15.247.47:20514' - action may not work as intended [v8.2008.0 try https://www.rsyslog.com/e/2353 ]
I'm trying to send a log file from n2: wlpro-sns11n2 (10.15.247.48) to n1: wlpro-sns11n1 (10.15.247.47) through RELP.
RELP in node n1 is listening on port 20514 without TLS configuration.
I can do telnet from n2 to n1 on port 20514 (so there is no FW issues)
I've attached rsyslog.conf of both nodes.
rsyslog.conf.n2.txt
rsyslog.conf.n1.txt
I've enabled debug mode in both nodes but I haven't been able to see anything significant about the error.
Thanks in advance
The text was updated successfully, but these errors were encountered: