[GH-ISSUE #1347] CSGO Server is not working on Ubuntu 14.04 #1042

Closed
opened 2026-02-27 02:55:00 +03:00 by kerem · 8 comments
Owner

Originally created by @tuckdesign on GitHub (Mar 1, 2017).
Original GitHub issue: https://github.com/GameServerManagers/LinuxGSM/issues/1347

Trying to install csgo on in house computer for kids to play over lan. Installed csgo server on ubuntu 14.04 (through script) and when I start it with csgoserver.sh all seems fine (no errors and psa aux | grep csgo shows 2 tasks are running), but server is not there:
netstat -atunp | grep srcds_linux returns nothing
netstat --listen doesn't show anything listening on csgo ports
https://hastebin.com/akumikiyic

Originally created by @tuckdesign on GitHub (Mar 1, 2017). Original GitHub issue: https://github.com/GameServerManagers/LinuxGSM/issues/1347 Trying to install csgo on in house computer for kids to play over lan. Installed csgo server on ubuntu 14.04 (through script) and when I start it with csgoserver.sh all seems fine (no errors and psa aux | grep csgo shows 2 tasks are running), but server is not there: netstat -atunp | grep srcds_linux returns nothing netstat --listen doesn't show anything listening on csgo ports https://hastebin.com/akumikiyic
kerem closed this issue 2026-02-27 02:55:00 +03:00
Author
Owner

@UltimateByte commented on GitHub (Mar 1, 2017):

Wrong place to post + some more details are gonna be needed.
https://github.com/GameServerManagers/LinuxGSM/wiki/Support

<!-- gh-comment-id:283484038 --> @UltimateByte commented on GitHub (Mar 1, 2017): Wrong place to post + some more details are gonna be needed. https://github.com/GameServerManagers/LinuxGSM/wiki/Support
Author
Owner

@UltimateByte commented on GitHub (Mar 1, 2017):

See also: https://github.com/GameServerManagers/LinuxGSM/wiki/Troubleshooting

<!-- gh-comment-id:283484172 --> @UltimateByte commented on GitHub (Mar 1, 2017): See also: https://github.com/GameServerManagers/LinuxGSM/wiki/Troubleshooting
Author
Owner

@tuckdesign commented on GitHub (Mar 2, 2017):

Where else can I submit a bug?
Here is what I get in log:
Server will auto-restart if there is a crash.
LD_LIBRARY_PATH=/home/krunoslav/Steam/serverfiles/bin:/home/krunoslav/Steam/serverfiles:/home/krunoslav/Steam/serverfiles/bin:
Illegal instruction (core dumped)
BFD: Warning: /home/krunoslav/Steam/serverfiles/core is truncated: expected core file size >= 1073152, found: 933888.
Python Exception <class 'gdb.MemoryError'> Cannot access memory at address 0xbfa5d37c:
debug.cmds:1: Error in sourced command file:
Cannot access memory at address 0xbfa5d37c
email debug.log to linux@valvesoftware.com
Wed Mar 1 22:45:01 CET 2017: Server restart in 10 seconds
LD_LIBRARY_PATH=/home/krunoslav/Steam/serverfiles/bin:/home/krunoslav/Steam/serverfiles:/home/krunoslav/Steam/serverfiles/bin:
Illegal instruction (core dumped)
BFD: Warning: /home/krunoslav/Steam/serverfiles/core is truncated: expected core file size >= 1073152, found: 933888.
Python Exception <class 'gdb.MemoryError'> Cannot access memory at address 0xbf96ea8c:
debug.cmds:1: Error in sourced command file:
Cannot access memory at address 0xbf96ea8c
email debug.log to linux@valvesoftware.com

and here are 'details':
Distro Details

Distro: Ubuntu 14.04.5 LTS
Arch: i686
Kernel: 3.13.0-110-generic
Hostname: tuckdesign-ubuntu
tmux: tmux 2.0
GLIBC: 2.19

Performance

Uptime: 0d, 11h, 49m
Avg Load: 0.00, 0.01, 0.05

Mem: total used free cached
Physical: 2.0G 1.8G 165M 1.5G
Swap: 2.0G 0B 2.0G

Storage

Filesystem: /dev/sda1
Total: 90G
Used: 18G
Available: 68G
LinuxGSM Total: 13G
Serverfiles: 13G

Counter-Strike: Global Offensive Server Details

Server name: LinuxGSM
Server IP: 192.168.1.200:27015
Server password: NOT SET
RCON password: admingRK4waFv
Maxplayers: 16
Game mode: 0
Tick rate: 64
Status: OFFLINE

csgoserver.sh Script Details

Service name: csgo-server
csgoserver.sh version: 170219
User: krunoslav
GLIBC required: 2.3.6
Email alert: off
Pushbullet alert: off
Update on start: off
Location: /home/krunoslav/Steam
Config file: /home/krunoslav/Steam/serverfiles/csgo/cfg/csgo-server.cfg

Backups

No Backups created

Command-line Parameters

./srcds_run -game csgo -usercon -strictportbind -ip 192.168.1.200 -port 27015 +clientport 27005 +tv_port 27020 -tickrate 64 +map de_mirage +servercfgfile csgo-server.cfg -maxplayers_override 16 +mapgroup mg_active +game_mode 0 +game_type 0 +host_workshop_collection +workshop_start_map -authkey

Ports

Change ports by editing the parameters in:
csgoserver.sh

Useful port diagnostic command:
netstat -atunp | grep srcds_linux

DESCRIPTION DIRECTION PORT PROTOCOL

Game/RCON INBOUND 27015 tcp/udp
SourceTV INBOUND 27020 udp
< Client OUTBOUND 27005 udp

Status: OFFLINE

<!-- gh-comment-id:283580927 --> @tuckdesign commented on GitHub (Mar 2, 2017): Where else can I submit a bug? Here is what I get in log: Server will auto-restart if there is a crash. LD_LIBRARY_PATH=/home/krunoslav/Steam/serverfiles/bin:/home/krunoslav/Steam/serverfiles:/home/krunoslav/Steam/serverfiles/bin: Illegal instruction (core dumped) BFD: Warning: /home/krunoslav/Steam/serverfiles/core is truncated: expected core file size >= 1073152, found: 933888. Python Exception <class 'gdb.MemoryError'> Cannot access memory at address 0xbfa5d37c: debug.cmds:1: Error in sourced command file: Cannot access memory at address 0xbfa5d37c email debug.log to linux@valvesoftware.com Wed Mar 1 22:45:01 CET 2017: Server restart in 10 seconds LD_LIBRARY_PATH=/home/krunoslav/Steam/serverfiles/bin:/home/krunoslav/Steam/serverfiles:/home/krunoslav/Steam/serverfiles/bin: Illegal instruction (core dumped) BFD: Warning: /home/krunoslav/Steam/serverfiles/core is truncated: expected core file size >= 1073152, found: 933888. Python Exception <class 'gdb.MemoryError'> Cannot access memory at address 0xbf96ea8c: debug.cmds:1: Error in sourced command file: Cannot access memory at address 0xbf96ea8c email debug.log to linux@valvesoftware.com and here are 'details': Distro Details ======================================================================================================================================================================================================== Distro: Ubuntu 14.04.5 LTS Arch: i686 Kernel: 3.13.0-110-generic Hostname: tuckdesign-ubuntu tmux: tmux 2.0 GLIBC: 2.19 Performance ======================================================================================================================================================================================================== Uptime: 0d, 11h, 49m Avg Load: 0.00, 0.01, 0.05 Mem: total used free cached Physical: 2.0G 1.8G 165M 1.5G Swap: 2.0G 0B 2.0G Storage ======================================================================================================================================================================================================== Filesystem: /dev/sda1 Total: 90G Used: 18G Available: 68G LinuxGSM Total: 13G Serverfiles: 13G Counter-Strike: Global Offensive Server Details ======================================================================================================================================================================================================== Server name: LinuxGSM Server IP: 192.168.1.200:27015 Server password: NOT SET RCON password: admingRK4waFv Maxplayers: 16 Game mode: 0 Tick rate: 64 Status: OFFLINE csgoserver.sh Script Details ======================================================================================================================================================================================================== Service name: csgo-server csgoserver.sh version: 170219 User: krunoslav GLIBC required: 2.3.6 Email alert: off Pushbullet alert: off Update on start: off Location: /home/krunoslav/Steam Config file: /home/krunoslav/Steam/serverfiles/csgo/cfg/csgo-server.cfg Backups ======================================================================================================================================================================================================== No Backups created Command-line Parameters ======================================================================================================================================================================================================== ./srcds_run -game csgo -usercon -strictportbind -ip 192.168.1.200 -port 27015 +clientport 27005 +tv_port 27020 -tickrate 64 +map de_mirage +servercfgfile csgo-server.cfg -maxplayers_override 16 +mapgroup mg_active +game_mode 0 +game_type 0 +host_workshop_collection +workshop_start_map -authkey Ports ======================================================================================================================================================================================================== Change ports by editing the parameters in: csgoserver.sh Useful port diagnostic command: netstat -atunp | grep srcds_linux DESCRIPTION DIRECTION PORT PROTOCOL > Game/RCON INBOUND 27015 tcp/udp > SourceTV INBOUND 27020 udp < Client OUTBOUND 27005 udp Status: OFFLINE
Author
Owner

@UltimateByte commented on GitHub (Mar 2, 2017):

Where else can I submit a bug?

  1. This isn't an LGSM bug, and GitHub is for LGSM Development and fixes only.
  2. Maybe read the link(s) I provided before asking questions I already answered, unless your goal is just to piss me off by abusing of my time.

Your 11h, 49m uptime tells a lot about your abilities to manage a server.
At this point, what should matter to you is the logs output, or debug behavior. But obviously, you're not making any effort and didn't bother reading anything from the links I provided to you. And since you cannot read, you don't know how to 1) Help yourself 2) If you can't help yourself, how to help us helping you.

To sum up with one word: READ.

<!-- gh-comment-id:283629638 --> @UltimateByte commented on GitHub (Mar 2, 2017): > Where else can I submit a bug? 1) This isn't an LGSM bug, and GitHub is for LGSM Development and fixes only. 2) Maybe read the link(s) I provided before asking questions I already answered, unless your goal is just to piss me off by abusing of my time. Your 11h, 49m uptime tells a lot about your abilities to manage a server. At this point, what should matter to you is the logs output, or debug behavior. But obviously, you're not making any effort and didn't bother reading anything from the links I provided to you. And since you cannot read, you don't know how to 1) Help yourself 2) If you can't help yourself, how to help us helping you. To sum up with one word: READ.
Author
Owner

@tuckdesign commented on GitHub (Mar 2, 2017):

Sorry if you are pissed of, just asked for help. Won't bother you any more. Thanks for not helping.
BTW, I've read links you posted and they don't offer solution (tried), did debug and posted output here (you would see it if you read my post). Also, uptime means nothing, this is in house server as I said (you would know if you read my first post).

<!-- gh-comment-id:283633790 --> @tuckdesign commented on GitHub (Mar 2, 2017): Sorry if you are pissed of, just asked for help. Won't bother you any more. Thanks for not helping. BTW, I've read links you posted and they don't offer solution (tried), did debug and posted output here (you would see it if you read my post). Also, uptime means nothing, this is in house server as I said (you would know if you read my first post).
Author
Owner

@UltimateByte commented on GitHub (Mar 2, 2017):

If you had read the support link, you wouldn't be crying on github anymore, since it provides you with places to get support for this kind of issues. This link as well as the troubleshooting are helping everyone else, so I assume if it doesn't help you, it's because you either didn't read or didn't understand.

Your log output is 1) incomplete 2) not posted to pastebin or equivalent, 3) without any context provided. Like anyone should bother reading stuff like that...

I've been pointing you to docs that I wrote and that help solving most similar issues, because I've solved them a thousand times already, but still, you think you have tried everything and that I'm a jackass that won't help you, while on the other side, you're unable to post at the right place with the right info.

You sir, obviously have no sense of 1) how to get help by providing relevant info 2) following any kind of guidance 3) respect people that take time to answer your wrongly made posts made at the wrong place.

<!-- gh-comment-id:283638398 --> @UltimateByte commented on GitHub (Mar 2, 2017): If you had read the support link, you wouldn't be crying on github anymore, since it provides you with places to get support for this kind of issues. This link as well as the troubleshooting are helping everyone else, so I assume if it doesn't help you, it's because you either didn't read or didn't understand. Your log output is 1) incomplete 2) not posted to pastebin or equivalent, 3) without any context provided. Like anyone should bother reading stuff like that... I've been pointing you to docs that I wrote and that help solving most similar issues, because I've solved them a thousand times already, but still, you think you have tried everything and that I'm a jackass that won't help you, while on the other side, you're unable to post at the right place with the right info. You sir, obviously have no sense of 1) how to get help by providing relevant info 2) following any kind of guidance 3) respect people that take time to answer your wrongly made posts made at the wrong place.
Author
Owner

@tuckdesign commented on GitHub (Mar 2, 2017):

I appologize. I just wanted quick help if possible (because guessed you solved thousands of similar issues). Apparently I can't run it on that machine. Not script issue, but CSGO server issue.

<!-- gh-comment-id:283652749 --> @tuckdesign commented on GitHub (Mar 2, 2017): I appologize. I just wanted quick help if possible (because guessed you solved thousands of similar issues). Apparently I can't run it on that machine. Not script issue, but CSGO server issue.
Author
Owner

@lock[bot] commented on GitHub (Jul 18, 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:406100504 --> @lock[bot] commented on GitHub (Jul 18, 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#1042
No description provided.