ChrisHegarty commented on PR #14072: URL: https://github.com/apache/lucene/pull/14072#issuecomment-2551481342
@rmuir this LGTM. I clearly have some misconfiguration and/or quirkiness in my ssh setup, so no need to do too much to appease me. I'm also not proficient with ansible! I'm silly and it took me too long to determine that to debug a failure I need to use the `lucene` user to log into the VM, e.g. `ssh lucene@..` (rather than ec2-user) I also needed to set `ServerAliveInterval` to say `30` in my case, otherwise the script just appeared to "hang" in `Assemble Sources`. ( I just created an `ansible.cfg` with `[ssh_connection] ssh_args = -o ServerAliveInterval=30`). Again, a small gotcha on my side. But worth a note about ssh config? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org