Hi Wei,
I am getting the same error. Did this fix the problem and if so what steps did you take to set up password-less access on your workstation?
Thanks,
Taylor
The installation procedure assumes your default shell is bash. Running a job may fail if it is not. Also, setting up ssh keys is a requirement between master and worker nodes.
You can find steps to do this in the installation docs, found here (step 5).
After using for one day, I really like this new release. The interactive tuning for particle trimming is very convenient! Before this, I have to use awk to filter the star file in relion and go through many iterations. Now it is much more straightforward!
Also thanks for the information on the installation! This problem has been fix.
Hi Stephan,
I ran into a related issue when going through the tutorial. I did setup paswordless ssh, but the workstations are not using the standard ssh port (22). Is there a way to define which port cryosparcv2 should use to log into the nodes? The actual error is:
Launching job on lane default target epeius.qb3.berkeley.edu …
License is valid.
Running job on remote worker node hostname epeius.qb3.berkeley.edu
Failed to launch! 255
ssh: connect to host epeius.qb3.berkeley.edu port 22: Connection refused
I believe setting up your ssh config file is your best option. Take a look at this article I found for an easy walkthrough. This article might also be helpful.
Best,
Stephan
EDIT: We have now included instructions on how to do this in the installation docs, found at the end of this section.
Hi Stephan,
thanks a lot for that! It worked. Just for your information: I also tried to specify the ‘–sshstr’ option with the correct port when connecting the worker to the master node, but this didn’t solve the issue. Specifying the port in the ssh config file did.