-
-
Notifications
You must be signed in to change notification settings - Fork 831
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
[BUG] no server running on /tmp/tmux-997/default - Valheim #3397
Comments
I tried to use the update command as well and the server is not updating. Since the client auto-updates through steam, I am now getting "incompatible version" and valheim is no longer playable :(. Please let me know how I can update my valheim server. Thank you! |
Figured it out. Since I had modified and used serverfiles/start_server.sh to start the server, this instance did not auto-update like i had enabled. The proper way to manage the valheim server is by using ./vhserver start, after using the template from ~/lgsm/config-default/config-lgsm/vhserver/_default.cfg, i was able to create my config in ~/lgsm/config-lgsm/vhserver/vhserver.cfg which will be referenced when using ./vhserver start. |
@marcleblanc2 Your fix also gets the server running for me, but it appears to mess up the command parsing so that quoted options passed to |
Now I put the quotes back and it works? Guess I need to investigate more... |
can confirm your fix works for me as well @marcleblanc2. Strange that this is an issue. |
I also had this issue and the fix @marcleblanc2 posted resolved the issue, the real culprit for me was having a single quote My solution was just removed the |
Does not seem to be an issue (anymore). Probably fixed by #3370 |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
User Story
As a LinuxGSM user and Valheim server admin, I want LinuxGSM to be able to successfully start the Valheim server.
Basic info
Further Information
I see the back and forth of adding and removing the double quotes on this line, to fix one game but break another. With the double quotes, I wasn't able to start the Valheim server, so I removed them, and it works.
command_start.sh#L75
tmux new-session -d -x ${sessionwidth} -y ${sessionheight} -s ${sessionname} ${preexecutable} ${executable} ${startparameters} 2> "${lgsmlogdir}/.${selfname}-tmux-error.tmp"
This seems related to:
To Reproduce
Steps to reproduce the behaviour:
$ ./vhserver st
Expected behaviour
Game server starts
The text was updated successfully, but these errors were encountered: