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
Observed in a pre-configuration state. Haven't tested whether this still happens after a config file exists.
I'd be happy for pointers on how to debug this (I imagine that to use a debugger I'd want to directly invoke the supervisee rather than the supervisor?):
$ ./MistController -g5
INFO|MistController|43688|../src/controller/controller_push.cpp:200||Recovered 0 pushes:
[2024-11-23 13:54:08] MistController (43688) CONF: Adding default bandwidth exception ranges (local networks) because nothing is configured
INFO|MistController|43687|../src/controller/controller.cpp:685||Controller uncleanly shut down! Restarting in 0...
INFO|MistController|43741|../src/controller/controller_push.cpp:200||Recovered 0 pushes:
[2024-11-23 13:54:13] MistController (43741) CONF: Adding default bandwidth exception ranges (local networks) because nothing is configured
INFO|MistController|43687|../src/controller/controller.cpp:685||Controller uncleanly shut down! Restarting in 1000...
INFO|MistController|43796|../src/controller/controller_push.cpp:200||Recovered 0 pushes:
[2024-11-23 13:54:20] MistController (43796) CONF: Adding default bandwidth exception ranges (local networks) because nothing is configured
INFO|MistController|43687|../src/controller/controller.cpp:685||Controller uncleanly shut down! Restarting in 2000...
INFO|MistController|43850|../src/controller/controller_push.cpp:200||Recovered 0 pushes:
[2024-11-23 13:54:27] MistController (43850) CONF: Adding default bandwidth exception ranges (local networks) because nothing is configured
INFO|MistController|43687|../src/controller/controller.cpp:685||Controller uncleanly shut down! Restarting in 3000...
INFO|MistController|43903|../src/controller/controller_push.cpp:200||Recovered 0 pushes:
Observed running binaries built from the #215 tree.
Starting with ATHEIST=1 in the environment, this problem does not take place.
The text was updated successfully, but these errors were encountered:
Observed in a pre-configuration state. Haven't tested whether this still happens after a config file exists.
I'd be happy for pointers on how to debug this (I imagine that to use a debugger I'd want to directly invoke the supervisee rather than the supervisor?):
Observed running binaries built from the #215 tree.
Starting with
ATHEIST=1
in the environment, this problem does not take place.The text was updated successfully, but these errors were encountered: