Other lab members who I work with have been using ports within the “ephemeral range” in CyroSPARC v4 (all in the 39000 range). When I installed v5.0, I cannot create a port in the ephemeral range: 32768-60999. I tried installing with base ports at various base ports outside of this range (e.g. 31000 and 61000), but I am encountering issues with even starting CryoSPARC. This is an example output of what happens:
cryosparcm changeport 32650
⚠ Unable to access `ip_unprivileged_port_start`. Continuing without `ip_unprivileged_port_start` check.
Requested change base CryoSPARC port from 64080 to 32650. This will perform the following actions:
1. Stop cryoSPARC
2. Set the CRYOSPARC_BASE_PORT variable in config.sh to the new port
3. Reconfigure the database to use the new port
4. Start cryoSPARC
Please ensure you have a recent database backup before proceeding
Change base port? [y/N]: y
Continuing.
Stopping CryoSPARC ...
database: stopped
Shut down
Wrote changes to config.sh
Starting CryoSPARC database...
database: started
Warning: Could not get database status (attempt 1/3)
It appears that CryoSPARC gets stuck at trying to start the database.
Could I please get some help on this issue? Thank you!