cryosparcm thinks it started okay, and the process is in fact running … but nothing is listening on port 39000:
[cryosparc@norfolk ~]$ cryosparcm start
Starting cryoSPARC System master process..
CryoSPARC is not already running.
database: started
command_core: started
cryosparc command core startup complete.
command_vis: started
command_proxy: started
webapp: started
-----------------------------------------------------
CryoSPARC master started.
From this machine, access the webapp at
http://localhost:39000
From other machines on the network, access at
http://norfolk.maas:39000
Startup can take several minutes. Point your browser to the address
and refresh until you see the cryoSPARC web interface.
[cryosparc@norfolk ~]$ ss -tln
State Recv-Q Send-Q Local Address:Port Peer Address:Port
LISTEN 0 128 *:39003 *:*
LISTEN 0 50 *:39004 *:*
LISTEN 0 64 *:33440 *:*
LISTEN 0 128 *:6818 *:*
LISTEN 0 5 *:8649 *:*
LISTEN 0 64 *:37870 *:*
LISTEN 0 128 *:111 *:*
LISTEN 0 128 *:50641 *:*
LISTEN 0 128 *:22 *:*
LISTEN 0 128 127.0.0.1:631 *:*
LISTEN 0 128 *:39001 *:*
LISTEN 0 128 *:39002 *:*
LISTEN 0 128 127.0.0.1:6010 *:*
LISTEN 0 64 :::6556 :::*
LISTEN 0 64 :::38595 :::*
LISTEN 0 128 :::58187 :::*
LISTEN 0 128 :::111 :::*
LISTEN 0 128 :::22 :::*
LISTEN 0 128 ::1:631 :::*
LISTEN 0 64 :::46841 :::*
LISTEN 0 128 ::1:6010 :::*
[cryosparc@norfolk ~]$