Issues connecting to worker after trying to switch wifi

hmhmhm the file chrony.conf should be present in the latest worker image …

It’s not that important. To unblock you, you can comment out the line:

sudo nano /usr/local/bin/add_new_pioreactor_worker_from_leader.sh

And find the line near the bottom that looks like

ssh "$USERNAME"@"$HOSTNAME_local" "echo \"server $LEADER_HOSTNAME.local ibur

Just add a # infront:

# ssh "$USERNAME"@"$HOSTNAME_local" "echo \"server $LEADER_HOSTNAME.local ibur

Save and exit and try again.

I’ll investigate what’s up with this file not being present.