[GH-ISSUE #385] [csgoserver] Some error in restart/start functions #316

Closed
opened 2026-02-27 02:00:49 +03:00 by kerem · 6 comments
Owner

Originally created by @xMqt on GitHub (May 16, 2015).
Original GitHub issue: https://github.com/GameServerManagers/LinuxGSM/issues/385

Hi Daniel,

As previsouly mentioned on Steam, I tried re-installing everything from zero and unfortunately I am still facing the same issue. It may be linked to the recent update Valve made on CS:GO servers as I was not having this issue some days ago.

Can you please have a look and let me know if the functions are broken?

HIDDEN:~$ ./csgoserver restart
[ .... ] Stopping csgo-server: FFA DeathMatch Dust2 - Tick 128
[ OK ] Stopping csgo-server: FFA DeathMatch Dust2 - Tick 128
[ .... ] Starting csgo-server: FFA DeathMatch Dust2 - Tick 128
[ .... ] Update csgo-server: Checking for update
[ OK ] Update csgo-server: Checking for update: Server logsgrep: /home/csgodm1 /log/console/csgo-server-console.log: No such file or directory

/home/csgodm1/functions/fn_update_check: line 77: [: : integer expression expect
[ OK ] Update csgo-server: Checking for update: Server logs: No update requested
[ OK ] Update csgo-server: Checking for update: SteamCMD

No update available:
Current version: 621988
Available version: 621988
https://steamdb.info/app/740/

[ OK ] Update csgo-server: No update available
[ OK ] Starting csgo-server: FFA DeathMatch Dust2 - Tick 128

Originally created by @xMqt on GitHub (May 16, 2015). Original GitHub issue: https://github.com/GameServerManagers/LinuxGSM/issues/385 Hi Daniel, As previsouly mentioned on Steam, I tried re-installing everything from zero and unfortunately I am still facing the same issue. It may be linked to the recent update Valve made on CS:GO servers as I was not having this issue some days ago. Can you please have a look and let me know if the functions are broken? HIDDEN:~$ ./csgoserver restart [ .... ] Stopping csgo-server: FFA DeathMatch Dust2 - Tick 128 [ OK ] Stopping csgo-server: FFA DeathMatch Dust2 - Tick 128 [ .... ] Starting csgo-server: FFA DeathMatch Dust2 - Tick 128 [ .... ] Update csgo-server: Checking for update [ OK ] Update csgo-server: Checking for update: Server logsgrep: /home/csgodm1 /log/console/csgo-server-console.log: No such file or directory /home/csgodm1/functions/fn_update_check: line 77: [: : integer expression expect [ OK ] Update csgo-server: Checking for update: Server logs: No update requested [ OK ] Update csgo-server: Checking for update: SteamCMD No update available: Current version: 621988 Available version: 621988 https://steamdb.info/app/740/ [ OK ] Update csgo-server: No update available [ OK ] Starting csgo-server: FFA DeathMatch Dust2 - Tick 128
kerem 2026-02-27 02:00:49 +03:00
  • closed this issue
  • added the
    type: bug
    label
Author
Owner

@Scarsz commented on GitHub (May 16, 2015):

./csgoserver details

<!-- gh-comment-id:102557919 --> @Scarsz commented on GitHub (May 16, 2015): `./csgoserver details`
Author
Owner

@xMqt commented on GitHub (May 16, 2015):

HIDDEN:~$ ./csgoserver details
loading fn_details...OK
loading fn_details_distro...OK

Distro Details

Distro: Debian 8.0
Arch: x86_64
Kernel: 3.14.32-xxxx-grs-ipv6-64
Hostname: HIDDEN
tmux: tmux 1.9
GLIBC: 2.19

Performance

Uptime: 0d, 21h, 10m
Avg Load: 0.50, 0.39, 0.36

Mem: total used free
Physical: 31G 11G 20G
Swap: 1.5G 0B 1.5G

Disk Usage

Disk available: 76G
Serverfiles: 9.7G

Counter Strike: Global Offensive Server Details

Server name: FFA DeathMatch Dust2 - Tick 128
Server IP: HIDDEN
RCON password: HIDDEN
Status: ONLINE

Service name: csgo-server
User: csgodm1
Location: /home/csgodm1
Config file: /home/csgodm1/serverfiles/csgo/cfg/csgo-server.cfg

Backups

No Backups created

Command-line Parameters

./srcds_run -game csgo -usercon -strictportbind -ip HIDDEN -port 27015 +cl ientport 27005 +tv_port 27020 -tickrate 128 +map de_dust2 +servercfgfile csgo-se rver.cfg -maxplayers_override 16 +mapgroup mg_active +game_mode 1 +game_type 0 + host_workshop_collection +workshop_start_map -authkey

Ports

Change ports by editing the command-line
parameters in csgoserver.

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

<!-- gh-comment-id:102559117 --> @xMqt commented on GitHub (May 16, 2015): HIDDEN:~$ ./csgoserver details loading fn_details...OK loading fn_details_distro...OK # Distro Details Distro: Debian 8.0 Arch: x86_64 Kernel: 3.14.32-xxxx-grs-ipv6-64 Hostname: HIDDEN tmux: tmux 1.9 GLIBC: 2.19 # Performance Uptime: 0d, 21h, 10m Avg Load: 0.50, 0.39, 0.36 Mem: total used free Physical: 31G 11G 20G Swap: 1.5G 0B 1.5G # Disk Usage Disk available: 76G Serverfiles: 9.7G # Counter Strike: Global Offensive Server Details Server name: FFA DeathMatch Dust2 - Tick 128 Server IP: HIDDEN RCON password: HIDDEN Status: ONLINE Service name: csgo-server User: csgodm1 Location: /home/csgodm1 Config file: /home/csgodm1/serverfiles/csgo/cfg/csgo-server.cfg # Backups No Backups created # Command-line Parameters ./srcds_run -game csgo -usercon -strictportbind -ip HIDDEN -port 27015 +cl ientport 27005 +tv_port 27020 -tickrate 128 +map de_dust2 +servercfgfile csgo-se rver.cfg -maxplayers_override 16 +mapgroup mg_active +game_mode 1 +game_type 0 + host_workshop_collection +workshop_start_map -authkey # Ports Change ports by editing the command-line parameters in csgoserver. 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
Author
Owner

@dgibbs64 commented on GitHub (May 16, 2015):

The updater has not picked up any logs from the console for some reason looks like the logs are not being generated

<!-- gh-comment-id:102586343 --> @dgibbs64 commented on GitHub (May 16, 2015): The updater has not picked up any logs from the console for some reason looks like the logs are not being generated
Author
Owner

@dgibbs64 commented on GitHub (May 19, 2015):

I have done a bunch of updates which might resolve the issue. Delete the functions directory and test please

<!-- gh-comment-id:103666218 --> @dgibbs64 commented on GitHub (May 19, 2015): I have done a bunch of updates which might resolve the issue. Delete the functions directory and test please
Author
Owner

@xMqt commented on GitHub (May 19, 2015):

Hey thanks for the update!

Unfortunately still not working:

./csgoserver restart
[ OK ] Stopping csgo-server: FFA DeathMatch Dust2 - Tick 128
[ .... ] Update csgo-server: Checking for update
[ .... ] Update csgo-server: Checking for update: Server logsgrep: /home/csgodm1/log/console/csgo-server-console.log: No such file or directory
/home/csgodm1/functions/fn_update_check: line 80: [: : integer expression expected
[ OK ] Update csgo-server: Checking for update: Server logs: No update requested
[ OK ] Update csgo-server: Checking for update: SteamCMD

No update available:
Current version: 621988
Available version: 621988
https://steamdb.info/app/740/

[ OK ] Update csgo-server: No update available
[ OK ] Starting csgo-server: FFA DeathMatch Dust2 - Tick 128

<!-- gh-comment-id:103681988 --> @xMqt commented on GitHub (May 19, 2015): Hey thanks for the update! Unfortunately still not working: ./csgoserver restart [ OK ] Stopping csgo-server: FFA DeathMatch Dust2 - Tick 128 [ .... ] Update csgo-server: Checking for update [ .... ] Update csgo-server: Checking for update: Server logsgrep: /home/csgodm1/log/console/csgo-server-console.log: No such file or directory /home/csgodm1/functions/fn_update_check: line 80: [: : integer expression expected [ OK ] Update csgo-server: Checking for update: Server logs: No update requested [ OK ] Update csgo-server: Checking for update: SteamCMD No update available: Current version: 621988 Available version: 621988 https://steamdb.info/app/740/ [ OK ] Update csgo-server: No update available [ OK ] Starting csgo-server: FFA DeathMatch Dust2 - Tick 128
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:406350174 --> @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#316
No description provided.