Hi @KSJ, this looks like there are some zombie cryoSPARC services still running that were somehow disconnected from the supervisor process that manages them.
To fix this you may either restart the machine with hostname local02
or kill the processes manually.
Enter these commands in a terminal while logged into that machine:
ps -ax | grep supervisord
ps -ax | grep cryosparc
Look for the process ID of processes related to cryoSPARC at the beginning of each line of output.
Kill them with the kill
command:
kill <pid>
More details here:
Then try cryosparcm start
when you’re done.