[GH-ISSUE #932] [StarBound] LGSM doenst work after 1.0 release #745

Closed
opened 2026-02-27 02:53:15 +03:00 by kerem · 13 comments
Owner

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
zwischenablage02

[ 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 start

these 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"
`

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 ![zwischenablage02](https://cloud.githubusercontent.com/assets/5504857/17068449/545f811e-5051-11e6-8b21-7e1c03750629.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 start ` these 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" `
kerem closed this issue 2026-02-27 02:53:15 +03:00
Author
Owner

@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/)

<!-- gh-comment-id:234636691 --> @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/)
Author
Owner

@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.

<!-- gh-comment-id:234637122 --> @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.
Author
Owner

@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 debug could lead us to the way of what's causing this.

Edit : Or just wait for @marvinl97 's feedback :p

<!-- gh-comment-id:234637499 --> @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 debug` could lead us to the way of what's causing this. Edit : Or just wait for @marvinl97 's feedback :p
Author
Owner

@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:~$

<!-- gh-comment-id:234637823 --> @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:~$
Author
Owner

@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.

<!-- gh-comment-id:234637971 --> @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.
Author
Owner

@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.

<!-- gh-comment-id:234639444 --> @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.
Author
Owner

@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.

<!-- gh-comment-id:234639931 --> @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.
Author
Owner

@UltimateByte commented on GitHub (Jul 22, 2016):

I don't know, didn't work on sb yet. That path may have changed too ?

<!-- gh-comment-id:234640233 --> @UltimateByte commented on GitHub (Jul 22, 2016): I don't know, didn't work on sb yet. That path may have changed too ?
Author
Owner

@marvinlehmann commented on GitHub (Jul 22, 2016):

Just a few information:

  • "linux32" and "linux64" are apparently merged into "linux" (x86_64)
  • sbboot.config is probably deprecated (new file is sbinit.config but should stay untouched)
    Instead the "starbound_server.config" in /serverfiles/storage/ should be edited. (the config will be created after the first server start)

Workaround/fixed variables:

executabledir="${filesdir}/linux"

servercfg="starbound_server.config"
servercfgdir="${filesdir}/storage"

gamelogdir="${filesdir}/storage"

The details command isn't working well with starbound. I hope I can fix it. I'm not that experienced with bash.

<!-- gh-comment-id:234640734 --> @marvinlehmann commented on GitHub (Jul 22, 2016): Just a few information: - "linux32" and "linux64" are apparently merged into "linux" (x86_64) - sbboot.config is probably deprecated (new file is sbinit.config but should stay untouched) Instead the "starbound_server.config" in /serverfiles/storage/ should be edited. (the config will be created after the first server start) Workaround/fixed variables: ``` executabledir="${filesdir}/linux" servercfg="starbound_server.config" servercfgdir="${filesdir}/storage" gamelogdir="${filesdir}/storage" ``` The details command isn't working well with starbound. I hope I can fix it. I'm not that experienced with bash.
Author
Owner

@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?

<!-- gh-comment-id:234642479 --> @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?
Author
Owner

@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.

<!-- gh-comment-id:234643000 --> @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.
Author
Owner

@Trael commented on GitHub (Jul 22, 2016):

Awesome@ Thanks so much @marvinl97

<!-- gh-comment-id:234643776 --> @Trael commented on GitHub (Jul 22, 2016): Awesome@ Thanks so much @marvinl97
Author
Owner

@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.

<!-- gh-comment-id:406205048 --> @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.
Sign in to join this conversation.
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
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/LinuxGSM#745
No description provided.