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

Server instance getting stuck, when binary is not able to run. #210

Open
InflamedSebi opened this issue Mar 20, 2023 · 0 comments
Open

Server instance getting stuck, when binary is not able to run. #210

InflamedSebi opened this issue Mar 20, 2023 · 0 comments

Comments

@InflamedSebi
Copy link

To elaborate, a server instance can become stuck, in a manner, that will allow buttons pressed in the UI and does (to some degree) still does respond to the console, but not do anything in the background at all.
This behavior is only limited to the instance in question and all others will continue to work as expected.
Pressing a button on a stuck instance in the logs:
image

A stuck server instance can (only) be recovered by completely restarting the pufferpanel.service, thus stopping all instances, which is quite inconvenient.

What gets a server instance stuck?
There is one general way I encountered and it can be reproduced by executing a binary it cannot start/find.
For example a missing execute permission on a binary when starting a server (current valheim modded template breaks on server start since binary is not set as executable after install) or if the binary is non existent (custom template of mine had a typo in a path to the installer, so it got stuck during install).

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

1 participant