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
After following the installation instructions on macOS, running supervisor/start_supervisor.sh status shows the following output:
decay BACKOFF Exited too quickly (process log may have details)
mini_beamline BACKOFF Exited too quickly (process log may have details)
random_walk BACKOFF Exited too quickly (process log may have details)
random_walk_horiz BACKOFF Exited too quickly (process log may have details)
random_walk_vert BACKOFF Exited too quickly (process log may have details)
simple BACKOFF Exited too quickly (process log may have details)
thermo_sim BACKOFF Exited too quickly (process log may have details)
trigger_with_pc BACKOFF Exited too quickly (process log may have details)
Attempting to restart IOCs using supervisor/start_supervisor.sh restart all generate the following error message.
Apparent Cause
macOS loopback interface only configures address 127.0.0.1 by default. But the supervisor script attempts to bind to udp ports on other local addresses, e.g: in decay.conf,
After following the installation instructions on macOS, running
supervisor/start_supervisor.sh status
shows the following output:Attempting to restart IOCs using
supervisor/start_supervisor.sh restart all
generate the following error message.Apparent Cause
macOS loopback interface only configures address 127.0.0.1 by default. But the supervisor script attempts to bind to udp ports on other local addresses, e.g: in decay.conf,
Possible Solution
Add temporary aliases to macOS loopback interface, e.g:
sudo ifconfig lo0 alias 127.0.0.5
The text was updated successfully, but these errors were encountered: