Re: ssh slaves connection timeout

2014-10-29 Thread Andras Bartl
Hi, thank you! Yes I can confirm that using the 3.4.x kernel on the master it works! Br, Andras On Wednesday, October 22, 2014 10:26:24 PM UTC-7, Guillaume Boucherie wrote: > > For me it was link to linux kernel used. See this bug for more information > : https://issues.jenkins-ci.org/browse/J

Re: ssh slaves connection timeout

2014-10-22 Thread Guillaume Boucherie
For me it was link to linux kernel used. See this bug for more information : https://issues.jenkins-ci.org/browse/JENKINS-14332 Regards Guillaume Boucherie Guillaume 2014-10-22 23:05 GMT+02:00 Kanstantsin Shautsou : > Do you have any logs? In http://your_jenkins_url/log and jenkins.log ? > > O

Re: ssh slaves connection timeout

2014-10-22 Thread Kanstantsin Shautsou
Do you have any logs? In http://your_jenkins_url/log and jenkins.log ? On Friday, May 23, 2014 6:07:17 PM UTC+3, Guillaume Boucherie wrote: > > Hi, > > I made more tests and I find something very interesting. > When I launch the slave with a custom script the communication between > master and sl

Re: ssh slaves connection timeout

2014-10-22 Thread Andras Bartl
Hi, have you solved this issue? We have the exact same issue. Thanks, Andras On Friday, May 23, 2014 8:07:17 AM UTC-7, Guillaume Boucherie wrote: > > Hi, > > I made more tests and I find something very interesting. > When I launch the slave with a custom script the communication between > maste

Re: ssh slaves connection timeout

2014-05-23 Thread Guillaume Boucherie
Hi, I made more tests and I find something very interesting. When I launch the slave with a custom script the communication between master and slave never stopped. But when I launch the slave with Jenkins buit in ssh connection I have problems. So maybe there is a problem in trilead-ssh2 library

Re: ssh slaves connection timeout

2014-05-23 Thread Guillaume Boucherie
Hi, My slaves are on the same VPC as my master. I try with a very low restricted Security Group that allow all traffic from all port and protocol without success. Anyway I will try to fixed the tcp port used as you say. Thanks Guillaume 2014-05-22 18:32 GMT+02:00 Gareth Bowles : > We have mast

Re: ssh slaves connection timeout

2014-05-22 Thread Gareth Bowles
We have masters and slaves set up in VPC at my job. The only thing to make sure of is that the master / slave communication port is open in your security groups; this should be set to a fixed value via the "TCP port for JNLP slave agents" field in http://yourjenkins/configureSecurity (even tho

Re: ssh slaves connection timeout

2014-05-22 Thread Guillaume Boucherie
After more research and test I find that the problem is link to AWS VPC. I'm did a simple test, running two instance in AWS (one for master and one for slave) and create a job that simply echo 1000 times "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas et.". When I did this on A

ssh slaves connection timeout

2014-05-05 Thread Guillaume Boucherie
Hi, I'm facing very unstable ssh connection between master/slaves on my Jenkins installation. Both master and slaves are AWS instance that run on AWS Linux system. After some time the ssh connection stop, current job that run are freeze and failed after 15min. I attached the stacktrace from jenk