You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Containers were rebuilt on fs computer today (we were using an old version of bluesky-in-a-box), and upon bluesky-in-a-box package startup some containers are closed immediately:
hw-proxy
re-manager
slack
wt5
hw-proxy and re-manager give me HTTP error messages e.g.
(HTTP code 500) server error - Ports are not available: exposing port TCP 0.0.0.0:60615 -> 0.0.0.0:0: listen tcp 0.0.0.0:60615: bind: An attempt was made to access a socket in a way forbidden by its access permissions.
(This is for re-manager; for hw-proxy the port is 60620)
Pressing the run command after the error shuts it down reproduces this issue; pressing the restart button, however clears the errors.
After both hw-proxy and re-manager are restarted, slack and wt5 can simply be started.
Not sure why the ports are initially forbidden in such a way that restarting gets rid of the issue...
The text was updated successfully, but these errors were encountered:
restarting the computer did change the excluded ports and docker started up without incident. I will use the fix of keeping our ports out of the dynamic range; I am just waiting to consider what range is sufficient to avoid issues
Containers were rebuilt on fs computer today (we were using an old version of bluesky-in-a-box), and upon bluesky-in-a-box package startup some containers are closed immediately:
hw-proxy and re-manager give me HTTP error messages e.g.
(This is for re-manager; for hw-proxy the port is 60620)
Pressing the run command after the error shuts it down reproduces this issue; pressing the restart button, however clears the errors.
After both hw-proxy and re-manager are restarted, slack and wt5 can simply be started.
Not sure why the ports are initially forbidden in such a way that restarting gets rid of the issue...
The text was updated successfully, but these errors were encountered: