Adam Demuri edited a comment on Bug JENKINS-6964

As Jeff explains here (https://groups.google.com/forum/#!topic/jenkinsci-users/JwdvUSIe1MI), (one cause of) the issue seems to be Java's implementation of ping.

I was seeing this problem with Jenkins running on Ubuntu and a slave on Windows. What solved the problem was installing the 'Simple TCP/IP Services' on Windows and 'xinetd' (and turning on echo) on Linux. This contains the 'ping' utility which runs on port 7. Apparently Java's implementation of ping uses this port/service on Linux. I'm not sure if echo functionality is needed on both machines or just one.

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to