mirror of
https://github.com/GameServerManagers/LinuxGSM.git
synced 2026-04-25 06:05:57 +03:00
[GH-ISSUE #932] [StarBound] LGSM doenst work after 1.0 release #745
Labels
No labels
Atomic
Epic
cannot reproduce
command: backup
command: console
command: debug
command: details
command: fast-dl
command: install
command: mods
command: monitor
command: post-details
command: restart
command: send
command: start
command: stop
command: update
command: update-lgsm
command: validate
command: wipe
distro: AlmaLinux
distro: Arch Linux
distro: CentOS
distro: Debian
distro: Fedora
distro: RedHat
distro: Rocky Linux
distro: Ubuntu
distro: openSUSE
engine: goldsrc
engine: source
game: 7 Days to Die
game: ARMA 3
game: Ark: Survival Evolved
game: Assetto Corsa
game: Avorion
game: BATTALION: Legacy
game: Barotrauma
game: Battalion 1944
game: Battlefield 1942
game: Black Mesa: Deathmatch
game: Blade Symphony
game: Call of Duty 2
game: Call of Duty 4
game: Call of Duty: United Offensive
game: Counter-Strike 1.6
game: Counter-Strike 2
game: Counter-Strike: Global Offensive
game: Counter-Strike: Source
game: Day of Infamy
game: Dayz
game: Death Match Classic
game: Don't Starve Together
game: ET: Legacy
game: Eco
game: Factorio
game: Factorio
game: Garry's Mod
game: Half-Life
game: Hurtword
game: Insurgecy
game: Insurgecy
game: Insurgency: Sandstorm
game: Just Cause 3
game: Killing Floor
game: Killing Floor 2
game: Left 4 Dead 2
game: Minecraft
game: Minecraft Bedrock
game: Mordhau
game: Multi Theft Auto
game: Mumble
game: Natural Selection 2
game: No More Room in Hell
game: Pavlov VR
game: Post Scriptum
game: Project Zomboid
game: Quake 3
game: QuakeWorld
game: Red Orchestra: Ostfront 41-45
game: Return to Castle Wolfenstein
game: Rising World
game: Rust
game: San Andreas Multiplayer
game: Satisfactory
game: Soldat
game: Soldier of Fortune 2
game: Squad
game: Squad 44
game: Starbound
game: Stationeers
game: Sven Co-op
game: Team Fortress 2
game: Teamspeak 3
game: Teeworlds
game: Terraria
game: The Front
game: Unreal Tournament 2004
game: Unreal Tournament 3
game: Unreal Tournament 99
game: Unturned
game: Valheim
game: Wurm Unlimited
game: Zombie Master Reborn
game: label missing
good first issue
help wanted
info: alerts
info: dependency
info: docker
info: docs
info: email
info: query
info: steamcmd
info: systemd
info: tmux
info: website
info: website
needs more info
outcome: duplicate
outcome: issue resolved
outcome: issue resolved
outcome: issue unresolved
outcome: pr accepted
outcome: pr rejected
outcome: unconfirmed
outcome: wontfix
outcome: wrong forum
potential-duplicate
priority
pull-request
type: bug
type: feature
type: feature
type: feature request
type: game server request
type: refactor
waiting response
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/LinuxGSM#745
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @DSDV on GitHub (Jul 22, 2016).
Original GitHub issue: https://github.com/GameServerManagers/LinuxGSM/issues/932
Hi,
today 1.0 version of Starbound released and its out of EarlyAcess / BETA now.
But i have the feeling they changed the server because after the update it cant start anymore
as you can see in my Screenshot:
http://www2.pic-upload.de/img/31274938/Zwischenablage02.jpg

[ WARN ] Starting sb-server: Configuration file missing! /home/steamcmd/serverfiles/linux64/sbboot.config /home/steamcmd/lgsm/functions/command_start.sh: Zeile 82: cd: /home/steamcmd/serverfiles/linux64: Datei oder Verzeichnis nicht gefunden [ FAIL ] Starting sb-server: Unable to startthese are the errors.
with best +DS_DV+
PS:
`
!/bin/bash
Starbound
Server Management Script
Author: Daniel Gibbs
Website: https://gameservermanagers.com
if [ -f ".dev-debug" ]; then
exec 5>dev-debug.log
BASH_XTRACEFD="5"
set -x
fi
version="210516"
`
@Trael commented on GitHub (Jul 22, 2016):
Getting the same - The directory where it is looking for the sbboot.config file is empty. (serverfiles/linux64/)
@marvinlehmann commented on GitHub (Jul 22, 2016):
I'm working at it at the moment. I'll send a pull request if I was able to fix it.
@UltimateByte commented on GitHub (Jul 22, 2016):
Hi,
Hopefully they didn't screw with linux support and it's just obsolete start parameters or config file..
Can't find relevant info on SteamDB.
Can you try a clean install of an instance of this game on a different user ? Would help diagnose this.
Gamelogs if any would help too.
Also, a
./sbserver debugcould lead us to the way of what's causing this.Edit : Or just wait for @marvinl97 's feedback :p
@Trael commented on GitHub (Jul 22, 2016):
sbserver@ip-172-31-16-14:~$ ./sbserver debug
fetching command_debug.sh...OK
[ WARN ] Debug sb-server: Configuration file missing!
/home/sbserver/serverfiles/linux64/sbboot.config
Starbound Debug
Distro: Ubuntu 14.04.4 LTS
Arch: x86_64
Kernel: 3.13.0-92-generic
Hostname: ip-172-31-16-14
Start parameters:
./starbound_server
Use for identifying server issues only!
Press CTRL+c to drop out of debug mode.
Warning! If sb-server is already running it will be stopped.
Continue? [Y/n]y
[ INFO ] Debug sb-server: Stopping any running servers
fetching command_stop.sh...OK
[ WARN ] Stopping sb-server: Configuration file missing!
/home/sbserver/serverfiles/linux64/sbboot.config
[ INFO ] Stopping sb-server: is already stopped
[ OK ] Debug sb-server: Starting debug
/home/sbserver/lgsm/functions/command_debug.sh: line 75: ./starbound_server: No such file or directory
sbserver@ip-172-31-16-14:~$
@Trael commented on GitHub (Jul 22, 2016):
Also, that's based off a fresh install, I started this up today with the intent to finally get into the game - Fresh Ubuntu server running in AWS, all dependencies accurate.
@UltimateByte commented on GitHub (Jul 22, 2016):
Obviously, executable path or name changed :p
You can experiment things by changing those variables inside your sbserver script. :)
Feel free to pull request it if you find the correct modifications required, because I can't work on it right now.
@Trael commented on GitHub (Jul 22, 2016):
I think the part I'm finding odd is that I can't seem to locate the sbboot.config file in any of the directories that are pulled in by LGSM, even though I can see it on the main code page.
@UltimateByte commented on GitHub (Jul 22, 2016):
I don't know, didn't work on sb yet. That path may have changed too ?
@marvinlehmann commented on GitHub (Jul 22, 2016):
Just a few information:
Instead the "starbound_server.config" in /serverfiles/storage/ should be edited. (the config will be created after the first server start)
Workaround/fixed variables:
The details command isn't working well with starbound. I hope I can fix it. I'm not that experienced with bash.
@Trael commented on GitHub (Jul 22, 2016):
^ This did work to at least get the server to start. However, my "storage" folder does not have starbound_server.config - Did you create a new config file?
@marvinlehmann commented on GitHub (Jul 22, 2016):
It should be there when you started the server once.
If not, just create it and take the content from here: http://pastebin.com/EuSpAnRi
I uploaded the default config.
@Trael commented on GitHub (Jul 22, 2016):
Awesome@ Thanks so much @marvinl97
@lock[bot] commented on GitHub (Jul 19, 2018):
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.