valheim-server-docker
valheim-server-docker copied to clipboard
Shutdown does not work, supervisord hangs, valheim-server <defunct>, lots of cron processes
Description
When trying to shut down the valheim server process cleanly in any one of the following ways, the supervisord process hangs:
- Sending
SIGINTorSIGTERMto thevalheim-serverprocess - Running
supervisorctl shutdownin the container - When cronjob tries to auto-restart at 5:00 o'clock
Symptoms
- The
valheim_server.x86_64process finishes as expected - Two defunct
valheim-serverprocesses remain, whichsupervisorddoes not clean up (see attached fileps.txt) - Any execution of
supervisorctlhangs and does nothing -
supervisordspawns a lot of/usr/sbin/CRON -fprocesses, every 15 minutes (see attached fileps.txt) - You can still
docker exec -it $containername bashto run arbitrary commands in the container, exceptsupervisorctl
Is there a work around for this? I'm guessing turn off auto-backups?