Thanks @Tamino. The topic Cryosparc not starting looks similar to your situation. Assuming that the --standalone installation was disrupted just after the installation of the cryosparc_master/ package, you may consider
- adding the line
to the fileexport NO_PROXY="${CRYOSPARC_MASTER_HOSTNAME},localhost,127.0.0.1"
somewhere below the definition of/home/cemkguest/software/cryosparc/cryosparc_master/config.shCRYOSPARC_MASTER_HOSTNAME - restarting CryoSPARC.
The following steps would have been performed automatically in case of a smooth
--standaloneinstallation. - creating the first user
- installing the
cryosparc_worker/package - adding the line
to the fileexport NO_PROXY="phobos,localhost,127.0.0.1"
(In case the master hostname changes fromcryosparc_worker/config.shphobosin the future,phobosneeds to be changed accordingly in theNO_PROXYdefinition.) - connecting the worker component with a command like
where thecryosparc_worker/bin/cryosparcw connect --master phobos --worker phobos --port 99999 --ssdpath /path/to/cache--portparameter needs to be changed from the nonsensical 99999 value to theCRYOSPARC_BASE_PORTvalue inside
and the/home/cemkguest/software/cryosparc/cryosparc_master/config.sh--ssdpathparameter points to the actual path to be used for particle caching (or is replaced altogether with--nossd)