[GH-ISSUE #799] unable to start csgo-server (using docker) #638

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

Originally created by @jffz on GitHub (Apr 27, 2016).
Original GitHub issue: https://github.com/GameServerManagers/LinuxGSM/issues/799

Hi, just trying your scripts but seems to fail without any input to help me debuggin it 👍

./csgoserver start
[ FAIL ] Starting csgo-server: Applying botprofile.db fix: Counter Strike: Global Offensive
[ FAIL ] Starting csgo-server: Applying valve.rc fix: Counter Strike: Global Offensive
[ FAIL ] Starting csgo-server: Unable to start csgo-server

Nothing more in logs

Originally created by @jffz on GitHub (Apr 27, 2016). Original GitHub issue: https://github.com/GameServerManagers/LinuxGSM/issues/799 Hi, just trying your scripts but seems to fail without any input to help me debuggin it :+1: ./csgoserver start [ FAIL ] Starting csgo-server: Applying botprofile.db fix: Counter Strike: Global Offensive [ FAIL ] Starting csgo-server: Applying valve.rc fix: Counter Strike: Global Offensive [ FAIL ] Starting csgo-server: Unable to start csgo-server Nothing more in logs
kerem 2026-02-27 02:02:48 +03:00
  • closed this issue
  • added the
    type: bug
    label
Author
Owner

@UltimateByte commented on GitHub (Apr 27, 2016):

Hi,

Really ? Nothing in log/console ?

<!-- gh-comment-id:215060656 --> @UltimateByte commented on GitHub (Apr 27, 2016): Hi, Really ? Nothing in log/console ?
Author
Owner

@jffz commented on GitHub (Apr 27, 2016):

cat log/console/csgo-server-console.log
Console logging disabled: Bug in tmux 1.8 breaks logging
http://gameservermanagers.com/tmux-upgrade
Currently installed: tmux 1.8

Ok just read the whole doc about it, i'm gonan try.
Thanks

<!-- gh-comment-id:215061638 --> @jffz commented on GitHub (Apr 27, 2016): cat log/console/csgo-server-console.log Console logging disabled: Bug in tmux 1.8 breaks logging http://gameservermanagers.com/tmux-upgrade Currently installed: tmux 1.8 Ok just read the whole doc about it, i'm gonan try. Thanks
Author
Owner

@UltimateByte commented on GitHub (Apr 27, 2016):

Well you got your answer. Too old TMUX version.

What's your distro ?

<!-- gh-comment-id:215067075 --> @UltimateByte commented on GitHub (Apr 27, 2016): Well you got your answer. Too old TMUX version. What's your distro ?
Author
Owner

@jffz commented on GitHub (Apr 27, 2016):

ubuntu 14.04, i'm currently trying wiht fix in the previous url

Same with upgraded version of tmux :

./csgoserver start
    fetching functions/command_start.sh...OK
    fetching functions/check_systemdir.sh...OK
    fetching functions/check_logs.sh...OK
    fetching functions/check_ip.sh...OK
    fetching functions/check_tmux.sh...OK
    fetching functions/check_config.sh...OK
    fetching functions/fix_steamcmd.sh...OK
[  OK  ] Starting csgo-server: Applying steamclient.so general fix: Counter Strike: Global Offensive
    fetching functions/fix_csgo.sh...OK
[  OK  ] Starting csgo-server: Applying 730 steam_appid.txt fix: Counter Strike: Global Offensive
[ FAIL ] Starting csgo-server: Applying botprofile.db fix: Counter Strike: Global Offensive
[ FAIL ] Starting csgo-server: Applying valve.rc fix: Counter Strike: Global Offensive
    fetching functions/info_config.sh...OK
    fetching functions/logs.sh...OK
[ .... ] Starting csgo-server: csgo-serverfailed to connect to server: Connection refused
[ FAIL ] Starting csgo-server: Unable to start csgo-server


dpkg-query -l tmux
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name                   Version          Architecture     Description
+++-======================-================-================-==================================================
ii  tmux                   2.0-1~ppa1~t     amd64            terminal multiplexer


cat log/script/csgo-server-script.log
Apr 27 12:37:55 csgo-server: Starting: Unable to start csgo-server


cat log/script/csgo-server-script-27-04-2016-12-37-43.log
Apr 27 12:37:45 csgo-server: Starting: Applying steamclient.so general fix: Counter Strike: Global Offensive
mkdir: created directory '/home/csgoserver/.steam'
mkdir: created directory '/home/csgoserver/.steam/sdk32'
'/home/csgoserver/steamcmd/linux32/steamclient.so' -> '/home/csgoserver/.steam/sdk32/steamclient.so'
Apr 27 12:37:46 csgo-server: Starting: Complete! Applying steamclient.so general fix: Counter Strike: Global Offensive
Apr 27 12:37:48 csgo-server: Starting: Applying 730 steam_appid.txt fix: Counter Strike: Global Offensive
Apr 27 12:37:49 csgo-server: Starting: Complete! Applying 730 steam_appid.txt fix: Counter Strike: Global Offensive
Apr 27 12:37:50 csgo-server: Starting: Applying botprofile.db fix: Counter Strike: Global Offensive
Apr 27 12:37:51 csgo-server: Starting: Failure! Applying botprofile.db fix: Counter Strike: Global Offensive
Apr 27 12:37:52 csgo-server: Starting: Applying valve.rc fix: Counter Strike: Global Offensive
Apr 27 12:37:53 csgo-server: Starting: Failure! Applying valve.rc fix: Counter Strike: Global Offensive
Apr 27 12:37:53 csgo-server: Starting: csgo-server
Apr 27 12:37:54 csgo-server: Starting: Rotating log files
<!-- gh-comment-id:215067564 --> @jffz commented on GitHub (Apr 27, 2016): ubuntu 14.04, i'm currently trying wiht fix in the previous url Same with upgraded version of tmux : ``` ./csgoserver start fetching functions/command_start.sh...OK fetching functions/check_systemdir.sh...OK fetching functions/check_logs.sh...OK fetching functions/check_ip.sh...OK fetching functions/check_tmux.sh...OK fetching functions/check_config.sh...OK fetching functions/fix_steamcmd.sh...OK [ OK ] Starting csgo-server: Applying steamclient.so general fix: Counter Strike: Global Offensive fetching functions/fix_csgo.sh...OK [ OK ] Starting csgo-server: Applying 730 steam_appid.txt fix: Counter Strike: Global Offensive [ FAIL ] Starting csgo-server: Applying botprofile.db fix: Counter Strike: Global Offensive [ FAIL ] Starting csgo-server: Applying valve.rc fix: Counter Strike: Global Offensive fetching functions/info_config.sh...OK fetching functions/logs.sh...OK [ .... ] Starting csgo-server: csgo-serverfailed to connect to server: Connection refused [ FAIL ] Starting csgo-server: Unable to start csgo-server dpkg-query -l tmux Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad) ||/ Name Version Architecture Description +++-======================-================-================-================================================== ii tmux 2.0-1~ppa1~t amd64 terminal multiplexer cat log/script/csgo-server-script.log Apr 27 12:37:55 csgo-server: Starting: Unable to start csgo-server cat log/script/csgo-server-script-27-04-2016-12-37-43.log Apr 27 12:37:45 csgo-server: Starting: Applying steamclient.so general fix: Counter Strike: Global Offensive mkdir: created directory '/home/csgoserver/.steam' mkdir: created directory '/home/csgoserver/.steam/sdk32' '/home/csgoserver/steamcmd/linux32/steamclient.so' -> '/home/csgoserver/.steam/sdk32/steamclient.so' Apr 27 12:37:46 csgo-server: Starting: Complete! Applying steamclient.so general fix: Counter Strike: Global Offensive Apr 27 12:37:48 csgo-server: Starting: Applying 730 steam_appid.txt fix: Counter Strike: Global Offensive Apr 27 12:37:49 csgo-server: Starting: Complete! Applying 730 steam_appid.txt fix: Counter Strike: Global Offensive Apr 27 12:37:50 csgo-server: Starting: Applying botprofile.db fix: Counter Strike: Global Offensive Apr 27 12:37:51 csgo-server: Starting: Failure! Applying botprofile.db fix: Counter Strike: Global Offensive Apr 27 12:37:52 csgo-server: Starting: Applying valve.rc fix: Counter Strike: Global Offensive Apr 27 12:37:53 csgo-server: Starting: Failure! Applying valve.rc fix: Counter Strike: Global Offensive Apr 27 12:37:53 csgo-server: Starting: csgo-server Apr 27 12:37:54 csgo-server: Starting: Rotating log files ```
Author
Owner

@UltimateByte commented on GitHub (Apr 27, 2016):

We'd need @dgibbs64 who is more likely to know more about Ubuntu than me !
(Debian for the win !!)

<!-- gh-comment-id:215080509 --> @UltimateByte commented on GitHub (Apr 27, 2016): We'd need @dgibbs64 who is more likely to know more about Ubuntu than me ! (Debian for the win !!)
Author
Owner

@jffz commented on GitHub (Apr 27, 2016):

I'm used to run csgo servers on debian but triied ubuntu for lgsm, i'm gonna try on debian just to be sure (i sent you a mail through your website)

<!-- gh-comment-id:215083932 --> @jffz commented on GitHub (Apr 27, 2016): I'm used to run csgo servers on debian but triied ubuntu for lgsm, i'm gonna try on debian just to be sure (i sent you a mail through your website)
Author
Owner

@UltimateByte commented on GitHub (Apr 27, 2016):

Works flawlessly on Debian for me, no workaround crap to do.
I don't get how the heck ubuntu can still use tmux 1.8...
About your mail, i think there's no need to PM outside of Github, and as i'm making a lot of things currently, i won't be any faster using another communication method. And on top of that, i'm not using ubuntu, and i can't recommend using dockers with LGSM from the feedbacks i've read.

However, if you still wanna use dockers, maybe you could make a topic on this github to share your experience, and give keys. We could even make a wiki page for that, if you're motivated enough. :p

<!-- gh-comment-id:215091862 --> @UltimateByte commented on GitHub (Apr 27, 2016): Works flawlessly on Debian for me, no workaround crap to do. I don't get how the heck ubuntu can still use tmux 1.8... About your mail, i think there's no need to PM outside of Github, and as i'm making a lot of things currently, i won't be any faster using another communication method. And on top of that, i'm not using ubuntu, and i can't recommend using dockers with LGSM from the feedbacks i've read. However, if you still wanna use dockers, maybe you could make a topic on this github to share your experience, and give keys. We could even make a wiki page for that, if you're motivated enough. :p
Author
Owner

@jffz commented on GitHub (Apr 27, 2016):

OK, i will do it on debian without lgsm then. Could have saved me some times :p

I just fast looked at issues and found 1 topic talking about docker, could you give me those feedbacks url to check what's wrong please ?

<!-- gh-comment-id:215095666 --> @jffz commented on GitHub (Apr 27, 2016): OK, i will do it on debian without lgsm then. Could have saved me some times :p I just fast looked at issues and found 1 topic talking about docker, could you give me those feedbacks url to check what's wrong please ?
Author
Owner

@UltimateByte commented on GitHub (Apr 27, 2016):

I don't get it. If you go on debian you can use LGSM without any trouble. It's supposed to work fine with ubuntu too, as the creator of this script is mainly using it, so he did most of the testing with ubuntu.
Why would you need dockers ?

<!-- gh-comment-id:215212416 --> @UltimateByte commented on GitHub (Apr 27, 2016): I don't get it. If you go on debian you can use LGSM without any trouble. It's supposed to work fine with ubuntu too, as the creator of this script is mainly using it, so he did most of the testing with ubuntu. Why would you need dockers ?
Author
Owner

@jffz commented on GitHub (Apr 28, 2016):

Still having the same issue with debian (on docker) so maybe it's docker related, i'm actally looking into what's locking lgsm into docker.

Why i want to use docker ? Because of a little project :D

<!-- gh-comment-id:215341076 --> @jffz commented on GitHub (Apr 28, 2016): Still having the same issue with debian (on docker) so maybe it's docker related, i'm actally looking into what's locking lgsm into docker. Why i want to use docker ? Because of a little project :D
Author
Owner

@UltimateByte commented on GitHub (Apr 28, 2016):

As i said, dockers are untested, so not advised for now. The problem isn't the OS, it's the docker.
Try it without a docker and it should work.
Unless you got suggestions on how to fix LGSM in order for it to work with it, then either forget dockers or forget LGSM.

<!-- gh-comment-id:215376473 --> @UltimateByte commented on GitHub (Apr 28, 2016): As i said, dockers are untested, so not advised for now. The problem isn't the OS, it's the docker. Try it without a docker and it should work. Unless you got suggestions on how to fix LGSM in order for it to work with it, then either forget dockers or forget LGSM.
Author
Owner

@jffz commented on GitHub (Apr 28, 2016):

Yes i know, i'm doin it without lgsm for now but i'll check later what's wrong with docker + lgsm adn tell you if i find something interesting.

<!-- gh-comment-id:215379367 --> @jffz commented on GitHub (Apr 28, 2016): Yes i know, i'm doin it without lgsm for now but i'll check later what's wrong with docker + lgsm adn tell you if i find something interesting.
Author
Owner

@UltimateByte commented on GitHub (Apr 28, 2016):

Yup, can be interesting, you're not the first one willing to use dockers ! :)

<!-- gh-comment-id:215389967 --> @UltimateByte commented on GitHub (Apr 28, 2016): Yup, can be interesting, you're not the first one willing to use dockers ! :)
Author
Owner

@dgibbs64 commented on GitHub (May 13, 2016):

I tried docker a few times but I personally dont have the time or need to learn it currently. I do welcome users to submit bug fixes for docker if required.

<!-- gh-comment-id:219120594 --> @dgibbs64 commented on GitHub (May 13, 2016): I tried docker a few times but I personally dont have the time or need to learn it currently. I do welcome users to submit bug fixes for docker if required.
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:406255311 --> @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#638
No description provided.