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
When developing sandboxes that the nodemanager can control, it happens that things go wrong, and that spawning the sandbox results in an error. The current nmAPI.py doesn't handle this gracefully -- errors are simply ignored, and so a sandbox startup error results in
1, a mildly opaque error message in seash that the sandbox Did not start in a timely manner, but
2, no sign whatsover in the nodemanager log (which this issue proposes to fix).
Note that if you happen to start the sandbox directly from the command line (as opposed to through the nodemanager, i.e. usually seash), you will get to see any sandbox startup errors. Alas, you don't always get to launch a sandbox like this (think Android, see SeattleTestbed/utf#67), and even if you do, the startup code in nmAPI could still contain bugs.
So there! Let's make nmAPI collect any sandbox error output and send it to the nodemanager log
The text was updated successfully, but these errors were encountered:
When developing sandboxes that the nodemanager can control, it happens that things go wrong, and that spawning the sandbox results in an error. The current
nmAPI.py
doesn't handle this gracefully -- errors are simply ignored, and so a sandbox startup error results in1, a mildly opaque error message in
seash
that the sandboxDid not start in a timely manner
, but2, no sign whatsover in the nodemanager log (which this issue proposes to fix).
Note that if you happen to start the sandbox directly from the command line (as opposed to through the nodemanager, i.e. usually
seash
), you will get to see any sandbox startup errors. Alas, you don't always get to launch a sandbox like this (think Android, see SeattleTestbed/utf#67), and even if you do, the startup code innmAPI
could still contain bugs.So there! Let's make
nmAPI
collect any sandbox error output and send it to the nodemanager logThe text was updated successfully, but these errors were encountered: