Skip to content
New issue

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

Shutdown does not work, supervisord hangs, valheim-server <defunct>, lots of cron processes #662

Open
fritzw opened this issue Feb 18, 2024 · 1 comment

Comments

@fritzw
Copy link

fritzw commented Feb 18, 2024

Description

When trying to shut down the valheim server process cleanly in any one of the following ways, the supervisord process hangs:

  • Sending SIGINT or SIGTERM to the valheim-server process
  • Running supervisorctl shutdown in the container
  • When cronjob tries to auto-restart at 5:00 o'clock

Symptoms

  • The valheim_server.x86_64 process finishes as expected
  • Two defunct valheim-server processes remain, which supervisord does not clean up (see attached file ps.txt)
  • Any execution of supervisorctl hangs and does nothing
  • supervisord spawns a lot of /usr/sbin/CRON -f processes, every 15 minutes (see attached file ps.txt)
  • You can still docker exec -it $containername bash to run arbitrary commands in the container, except supervisorctl

dockerlog.txt
ps.txt
docker-compose.yml.txt

@Drake1973
Copy link

Is there a work around for this? I'm guessing turn off auto-backups?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants