1. Slave connects to master successfully and is online. There's a process running on the slave: java -jar slave.jar -jnlpUrl https://some.host/jenkins/computer/my-computer/slave-agent.jnlp -secret mysecret ... 2. Something bad and mysterious happens and the slave is offline from the master's point of view. 3. We notice and try to SSH to the slave to investigate 4. We discover that the slave does not accept any SSH attempts. *Given that 1-4 happen, what would you see if you were magically able to run the following command on the slave?*
ps aux Would the java process still be running? Would it be in the list? Or would it be gone? Another question is what would make a Mac OS X slave reject all SSH attempts? No available RAM? -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
