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
{{ message }}
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.
Got this error running with nobody (root is not a problem)
[WARN tini (315335)] Tini is not running as PID 1 and isn't registered as a child subreaper.
Zombie processes will not be re-parented to Tini, so zombie reaping won't work.
To fix the problem, use the -s option or set the environment variable TINI_SUBREAPER to register Tini as a child subreaper, or run Tini as PID 1.
mkdir: cannot create directory '/marathon-lb/service/lb': Permission denied
I0716 14:10:43.008098 315304 executor.cpp:1013] Command exited with status 1 (pid: 315335)
I0716 14:10:44.009593 315334 process.cpp:927] Stopped the socket accept loop
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Got this error running with nobody (root is not a problem)
The text was updated successfully, but these errors were encountered: