[GH-ISSUE #1490] Tmux issues (after lgsm update) #1162

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

Originally created by @bchewy on GitHub (Jun 22, 2017).
Original GitHub issue: https://github.com/GameServerManagers/LinuxGSM/issues/1490

Backstory:
I use to run LinuxGSM on the old verison, until lately when i'd updated the servers, I think LinuxGSM had gotten updated along with the servers. Now the servers run fine but I can't do anything like
./csgoserver restart
./csgoserver console
./csgoserver start
./csgoserver stop

I'm unable do any of the above commands despite the server up and running normally on the Valve server browser.

Server information:
Ubuntu 16.04.2 LTS

Thank you.

=================================

Information! Press "CTRL+b" then "d" to exit console.
Warning! Do NOT press CTRL+c to exit.
        * https://github.com/GameServerManagers/LinuxGSM/wiki/Console

Continue? [Y/n] Y
[ERROR ] Console csgo-server: Server not running
Do you want to start the server? [Y/n] Y
[ .... ] Starting csgo-server: can't create socket: Permission denied
[ FAIL ] Starting csgo-server: Unable to start Red*Dot Gaming | Zombie Escape[OPEN BETA!]
[ FAIL ] Starting csgo-server: Unable to start Red*Dot Gaming | Zombie Escape[OPEN BETA!]: Tmux error:

Command
=================================
tmux new-session -d -s "csgo-server" "./srcds_run -game csgo -usercon -strictportbind -ip xxx.xx.x.xx -port 27016 +clientport 27005 +tv_port 27020 +sv_setsteamaccount  -tickrate 64 +map ze_icecap_escape_v5_p +servercfgfile csgo-server.cfg -maxplayers_override 60 +mapgroup  +game_mode 0 +game_type 0 +host_workshop_collection  +workshop_start_map  -authkey  -nobots -nohltv"

Error
=================================
can't create socket: Permission denied

Fix
=================================
No known fix currently. Please log an issue.
https://gameservermanagers.com/support
Originally created by @bchewy on GitHub (Jun 22, 2017). Original GitHub issue: https://github.com/GameServerManagers/LinuxGSM/issues/1490 Backstory: I use to run LinuxGSM on the old verison, until lately when i'd updated the servers, I think LinuxGSM had gotten updated along with the servers. Now the servers run fine but I can't do anything like **./csgoserver restart ./csgoserver console ./csgoserver start ./csgoserver stop** I'm unable do any of the above commands despite the server up and running normally on the Valve server browser. Server information: **Ubuntu 16.04.2 LTS** Thank you. ``` ================================= Information! Press "CTRL+b" then "d" to exit console. Warning! Do NOT press CTRL+c to exit. * https://github.com/GameServerManagers/LinuxGSM/wiki/Console Continue? [Y/n] Y [ERROR ] Console csgo-server: Server not running Do you want to start the server? [Y/n] Y [ .... ] Starting csgo-server: can't create socket: Permission denied [ FAIL ] Starting csgo-server: Unable to start Red*Dot Gaming | Zombie Escape[OPEN BETA!] [ FAIL ] Starting csgo-server: Unable to start Red*Dot Gaming | Zombie Escape[OPEN BETA!]: Tmux error: Command ================================= tmux new-session -d -s "csgo-server" "./srcds_run -game csgo -usercon -strictportbind -ip xxx.xx.x.xx -port 27016 +clientport 27005 +tv_port 27020 +sv_setsteamaccount -tickrate 64 +map ze_icecap_escape_v5_p +servercfgfile csgo-server.cfg -maxplayers_override 60 +mapgroup +game_mode 0 +game_type 0 +host_workshop_collection +workshop_start_map -authkey -nobots -nohltv" Error ================================= can't create socket: Permission denied Fix ================================= No known fix currently. Please log an issue. https://gameservermanagers.com/support ```
kerem 2026-02-27 02:55:39 +03:00
Author
Owner

@UltimateByte commented on GitHub (Jun 22, 2017):

Can you please provide postdetails output as per this?
https://github.com/GameServerManagers/LinuxGSM/wiki/Support#minimum-information---to-get-help

We need to dig into this.

<!-- gh-comment-id:310429342 --> @UltimateByte commented on GitHub (Jun 22, 2017): Can you please provide postdetails output as per this? https://github.com/GameServerManagers/LinuxGSM/wiki/Support#minimum-information---to-get-help We need to dig into this.
Author
Owner

@bchewy commented on GitHub (Jun 23, 2017):

Sorry, I realized I had provided the wrong distro version in my very first post. I've changed Ubuntu 16.10 --> 16.04.2 LTS

Here's the full post:


Distro Details
==================================================================================================================================================================================================================================
Distro:    Ubuntu 16.04.2 LTS
Arch:      x86_64
Kernel:    3.14.32-xxxx-grs-ipv6-64
Hostname:  Ubuntu@Jacks
tmux:      tmux 2.1
GLIBC:     2.23

Performance
==================================================================================================================================================================================================================================
Uptime:    85d, 17h, 13m
Avg Load:  1.32, 1.42, 1.45

Mem:       total   used   free     cached
Physical:  31G     3.2G   3.9G     1.6G
Swap:      1.0G    16M    1.0G

Storage
==================================================================================================================================================================================================================================
Filesystem:      /dev/md2
Total:           421G
Used:            174G
Available:       226G
LinuxGSM Total:  22G
Serverfiles:     22G
Backups:         16K

Counter-Strike: Global Offensive Server Details
==================================================================================================================================================================================================================================
Server name:     Jacky's Zombie Escape Server! [Store]
Server IP:        xxx.xx.x.xx:27015
Server password: --stripped--
RCON password: --stripped--
Maxplayers:       60
Game mode:        0
Tick rate:        64
Status:           ONLINE

csgoserver Script Details
==================================================================================================================================================================================================================================
Service name:        csgo-server
csgoserver version:  170305
User:                dev
GLIBC required:      2.15
Email alert:         off
Pushbullet alert:    off
Update on start:     off
Location:            /home/dev
Config file:         /home/dev/serverfiles/csgo/cfg/csgo-server.cfg

Backups
==================================================================================================================================================================================================================================
No Backups created

Command-line Parameters
==================================================================================================================================================================================================================================
./srcds_run -game csgo -usercon -strictportbind -ip xxx.xx.x.xx -port 27015 +clientport 27005 +tv_port 27020 +sv_setsteamaccount  -tickrate 64 +map ze_icecap_escape_v5_p +servercfgfile csgo-server.cfg -maxplayers_override 60 +mapgroup  +game_mode 0 +game_type 0 +host_workshop_collection  +workshop_start_map  -authkey  -nobots -nohltv

Ports
==================================================================================================================================================================================================================================
Change ports by editing the parameters in:
csgoserver

Useful port diagnostic command:
netstat -atunp | grep srcds_linux

DESCRIPTION  DIRECTION  PORT   PROTOCOL
> Game/RCON  INBOUND    27016  tcp/udp
> SourceTV   INBOUND    27020  udp
< Client     OUTBOUND   27005  udp

Status:	ONLINE

Despite looking at status: Online, I decided to try opening the console again without luck! :(

Counter-Strike: Global Offensive Console
=================================

Information! Press "CTRL+b" then "d" to exit console.
Warning! Do NOT press CTRL+c to exit.
        * https://github.com/GameServerManagers/LinuxGSM/wiki/Console

Continue? [Y/n] Y
[ERROR ] Console csgo-server: Server not running
Do you want to start the server? [Y/n] Y
<!-- gh-comment-id:310569422 --> @bchewy commented on GitHub (Jun 23, 2017): Sorry, I realized I had provided the wrong distro version in my very first post. I've changed Ubuntu 16.10 --> 16.04.2 LTS Here's the full post: ``` Distro Details ================================================================================================================================================================================================================================== Distro: Ubuntu 16.04.2 LTS Arch: x86_64 Kernel: 3.14.32-xxxx-grs-ipv6-64 Hostname: Ubuntu@Jacks tmux: tmux 2.1 GLIBC: 2.23 Performance ================================================================================================================================================================================================================================== Uptime: 85d, 17h, 13m Avg Load: 1.32, 1.42, 1.45 Mem: total used free cached Physical: 31G 3.2G 3.9G 1.6G Swap: 1.0G 16M 1.0G Storage ================================================================================================================================================================================================================================== Filesystem: /dev/md2 Total: 421G Used: 174G Available: 226G LinuxGSM Total: 22G Serverfiles: 22G Backups: 16K Counter-Strike: Global Offensive Server Details ================================================================================================================================================================================================================================== Server name: Jacky's Zombie Escape Server! [Store] Server IP: xxx.xx.x.xx:27015 Server password: --stripped-- RCON password: --stripped-- Maxplayers: 60 Game mode: 0 Tick rate: 64 Status: ONLINE csgoserver Script Details ================================================================================================================================================================================================================================== Service name: csgo-server csgoserver version: 170305 User: dev GLIBC required: 2.15 Email alert: off Pushbullet alert: off Update on start: off Location: /home/dev Config file: /home/dev/serverfiles/csgo/cfg/csgo-server.cfg Backups ================================================================================================================================================================================================================================== No Backups created Command-line Parameters ================================================================================================================================================================================================================================== ./srcds_run -game csgo -usercon -strictportbind -ip xxx.xx.x.xx -port 27015 +clientport 27005 +tv_port 27020 +sv_setsteamaccount -tickrate 64 +map ze_icecap_escape_v5_p +servercfgfile csgo-server.cfg -maxplayers_override 60 +mapgroup +game_mode 0 +game_type 0 +host_workshop_collection +workshop_start_map -authkey -nobots -nohltv Ports ================================================================================================================================================================================================================================== Change ports by editing the parameters in: csgoserver Useful port diagnostic command: netstat -atunp | grep srcds_linux DESCRIPTION DIRECTION PORT PROTOCOL > Game/RCON INBOUND 27016 tcp/udp > SourceTV INBOUND 27020 udp < Client OUTBOUND 27005 udp Status: ONLINE ``` Despite looking at status: Online, I decided to try opening the console again without luck! :( ``` Counter-Strike: Global Offensive Console ================================= Information! Press "CTRL+b" then "d" to exit console. Warning! Do NOT press CTRL+c to exit. * https://github.com/GameServerManagers/LinuxGSM/wiki/Console Continue? [Y/n] Y [ERROR ] Console csgo-server: Server not running Do you want to start the server? [Y/n] Y ```
Author
Owner

@bchewy commented on GitHub (Jun 24, 2017):

Deleting the tmux files in /tmp/ seemed to have resolved this issue.

<!-- gh-comment-id:310858928 --> @bchewy commented on GitHub (Jun 24, 2017): **Deleting the tmux files in /tmp/ seemed to have resolved this 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:406056288 --> @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#1162
No description provided.