Updated from 3.3.2 to 4.1.1 and now cannot start cryoSPARC -- getting EADDRINUSE in logs

Yes, after I posted that I found this topic – “cryoSPARC is surely running but cryosparcm status says not” – So I think in the future I will either double-check via web browser that it is not running, or move that “sock” file to someplace else besides /tmp , as I also found a couple of our other systems where ‘cryosparcm status’ says it is not running, yet I can login to the web interface… :-/

The output to your questions:

------------------8<—Begin-Cut-Here—8<------------------

(base) ps axuww | grep -e cryosparc -e mongo
root        944  0.0  0.0 163252  6024 ?        Ss   09:27   0:00 sshd: cryosparcuser [priv]
root        996  0.0  0.0 163252  6024 ?        Ss   09:27   0:00 sshd: cryosparcuser [priv]
cryospa+    999  0.0  0.0 163672  3236 ?        S    09:27   0:03 sshd: cryosparcuser@notty
cryospa+   1019  0.0  0.0 163252  2476 ?        S    09:27   0:00 sshd: cryosparcuser@notty
root     108139  0.0  0.0 165384  6076 ?        Ss   19:32   0:00 sshd: cryosparcuser [priv]
root     108173  0.0  0.0 165384  6068 ?        Ss   19:32   0:00 sshd: cryosparcuser [priv]
cryospa+ 108177  0.0  0.0 165660  2732 ?        S    19:32   0:00 sshd: cryosparcuser@pts/4
cryospa+ 108180  0.0  0.0 165384  2404 ?        S    19:32   0:00 sshd: cryosparcuser@notty
cryospa+ 109054  0.0  0.0 112812   976 pts/4    S+   19:36   0:00 grep --color=auto -e cryosparc -e mongo

-------------------8<—End-Cut-Here—8<-------------------

And

------------------8<—Begin-Cut-Here—8<------------------

[mysudouser@hostname ~]$ sudo ss -anp '( sport = :39000 or dport = :39000 )'
[sudo] password for mysudouser:
Netid State      Recv-Q Send-Q                          Local Address:Port                                         Peer Address:Port
tcp   LISTEN     0      128                                     [::1]:39000                                                [::]:*                   users:(("ssh",pid=188759,fd=4))
[mysudouser@hostname ~]$

-------------------8<—End-Cut-Here—8<-------------------

No, nobody else is running a cryoSPARC instance on this system.