-
Notifications
You must be signed in to change notification settings - Fork 413
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
[rhel6.x ppc64] Logstash-forwarder cannot connect to logstash server, report "socket: function not implemented" #540
Comments
I don't know anything about the architecture (ppc64) you are running on, so I'm not sure how to help here. |
Thanks @jordansissel. BTW, one question wish you could help answer: Thanks |
@fenglixa My guess is Golang doesn't support that OS and is trying to do a syscall or library call that is not implemented. It'll probably be painful to try trace it. Only thing that isn't
|
@driskell, following is the output after changed error to report with %v: ... ... 2015/10/26 04:26:53 Failure connectiing 2m30s |
This sounds like a bug in Go, not logstash-forwarder. |
Built out logstash-forwarder for ppc64 by following steps of wiki: https://github.com/elastic/logstash-forwarder/blob/master/README.md
But when I try to startup logstash-forwarder on RHEL6.4_ppc64 or RHEL6.5_ppc64 platform, there report errors of “socket: function not implemented”. as following:
[root@ppcrhel6d log]# uname -a
Linux ppcrhel6d 2.6.32-358.el6.ppc64 #1 SMP Tue Jan 29 11:43:27 EST 2013 ppc64 ppc64 ppc64 GNU/Linux
[root@ppc64test log]#
2015/10/11 23:17:42.640472 Connecting to [192.168.0.111]:5043 (ppc64test)
2015/10/11 23:17:42.640534 Failure connecting to 192.168.0.111: dial tcp 192.168.0.111:5043: socket: function not implemented
2015/10/11 23:17:43.640743 Connecting to [192.168.0.111]:5043 (ppc64test)
2015/10/11 23:17:43.640814 Failure connecting to 192.168.0.111: dial tcp 192.168.0.111:5043: socket: function not implemented
2015/10/11 23:17:44.641120 Connecting to [192.168.0.111]:5043 (ppc64test)
2015/10/11 23:17:44.641183 Failure connecting to 192.168.0.111: dial tcp 192.168.0.111:5043: socket: function not implemented
2015/10/11 23:17:45.641366 Connecting to [192.168.0.111]:5043 (ppc64test)
2015/10/11 23:17:45.641439 Failure connecting to 192.168.0.111: dial tcp 192.168.0.111:5043: socket: function not implemented
2015/10/11 23:17:46.641622 Connecting to [192.168.0.111]:5043 (ppc64test)
2015/10/11 23:17:46.641696 Failure connecting to 192.168.0.111: dial tcp 192.168.0.111:5043: socket: function not implemented
2015/10/11 23:17:47.641894 Connecting to [192.168.0.111]:5043 (ppc64test)
The text was updated successfully, but these errors were encountered: