GameServerManagers / LinuxGSM

The command-line tool for quick, simple deployment and management of Linux dedicated game servers.
https://linuxgsm.com
MIT License
4.25k stars 813 forks source link

Tmux issues (after lgsm update) #1490

Closed bchewy closed 7 years ago

bchewy commented 7 years ago

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
UltimateByte commented 7 years ago

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.

bchewy commented 7 years ago

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
bchewy commented 7 years ago

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

lock[bot] commented 6 years ago

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.