We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When trying to shut down the valheim server process cleanly in any one of the following ways, the supervisord process hangs:
supervisord
SIGINT
SIGTERM
valheim-server
supervisorctl shutdown
valheim_server.x86_64
ps.txt
supervisorctl
/usr/sbin/CRON -f
docker exec -it $containername bash
dockerlog.txt ps.txt docker-compose.yml.txt
The text was updated successfully, but these errors were encountered:
Is there a work around for this? I'm guessing turn off auto-backups?
Sorry, something went wrong.
No branches or pull requests
Description
When trying to shut down the valheim server process cleanly in any one of the following ways, the
supervisord
process hangs:SIGINT
orSIGTERM
to thevalheim-server
processsupervisorctl shutdown
in the containerSymptoms
valheim_server.x86_64
process finishes as expectedvalheim-server
processes remain, whichsupervisord
does not clean up (see attached fileps.txt
)supervisorctl
hangs and does nothingsupervisord
spawns a lot of/usr/sbin/CRON -f
processes, every 15 minutes (see attached fileps.txt
)docker exec -it $containername bash
to run arbitrary commands in the container, exceptsupervisorctl
dockerlog.txt
ps.txt
docker-compose.yml.txt
The text was updated successfully, but these errors were encountered: