[GH-ISSUE #4580] [Bug]: no server running on /tmp/tmux-1001/atsserver-5aa01cbc #2851

Open
opened 2026-02-27 03:05:49 +03:00 by kerem · 8 comments
Owner

Originally created by @ghost on GitHub (May 18, 2024).
Original GitHub issue: https://github.com/GameServerManagers/LinuxGSM/issues/4580

User story

Server can't start with tmux need fix

Game

American Truck Simulator & Euro Truck Simulator 2

Linux distro

Debian 12

Command

command: start, command: restart

Further information

i've this error and i've reinstalled my Server completly with a clean Debian 12 minimal installation. before American Truck Simulator and Euro Truck Simulator 2 has become this Update all works fine with LinuxGSM. But now i got a tmux error "no server running on /tmp/tmux-1001/atsserver-5aa01cbc" .. this is a clean Debian 12 installation and i've installed some stuff clean. i start linuxgsm (./atsserver start) everytime as user and not as root. Since this update the Server can't start with this tmux error

I've reinstalled tmux and i've reinstalled the completly server (Debian 12 minimal)

Relevant log output

./atsserver start
[ .... ] Starting atsserver: ATS-Serverno server running on /tmp/tmux-1001/atsserver-5aa01cbc
[ FAIL ] Starting atsserver: Unable to start ATS-Server


./atsserver restart
[ INFO ] Stopping atsserver: ATS-Server is already stopped
[ .... ] Starting atsserver: ATS-Serverno server running on /tmp/tmux-1001/atsserver-5aa01cbc
[ FAIL ] Starting atsserver: Unable to start ATS-Server

Steps to reproduce

  1. install atsserver with ./atsserver install
  2. start the server with ./atsserver start
Originally created by @ghost on GitHub (May 18, 2024). Original GitHub issue: https://github.com/GameServerManagers/LinuxGSM/issues/4580 ### User story Server can't start with tmux need fix ### Game American Truck Simulator & Euro Truck Simulator 2 ### Linux distro Debian 12 ### Command command: start, command: restart ### Further information i've this error and i've reinstalled my Server completly with a clean Debian 12 minimal installation. before American Truck Simulator and Euro Truck Simulator 2 has become this Update all works fine with LinuxGSM. But now i got a tmux error "no server running on /tmp/tmux-1001/atsserver-5aa01cbc" .. this is a clean Debian 12 installation and i've installed some stuff clean. i start linuxgsm (./atsserver start) everytime as user and not as root. Since this update the Server can't start with this tmux error I've reinstalled tmux and i've reinstalled the completly server (Debian 12 minimal) ### Relevant log output ```shell ./atsserver start [ .... ] Starting atsserver: ATS-Serverno server running on /tmp/tmux-1001/atsserver-5aa01cbc [ FAIL ] Starting atsserver: Unable to start ATS-Server ./atsserver restart [ INFO ] Stopping atsserver: ATS-Server is already stopped [ .... ] Starting atsserver: ATS-Serverno server running on /tmp/tmux-1001/atsserver-5aa01cbc [ FAIL ] Starting atsserver: Unable to start ATS-Server ``` ### Steps to reproduce 1. install atsserver with ./atsserver install 2. start the server with ./atsserver start
Author
Owner

@h3o66 commented on GitHub (May 18, 2024):

please provide the following info:

ETS2:
ldd serverfiles/bin/linux_x64/eurotrucks2_server

ATS:
ldd serverfiles/bin/linux_x64/amtrucks_server

console logfile for one of the servers.
example from ets2: log/console/ets2server-console.log

for me it looks like the server needs some new dependencies

<!-- gh-comment-id:2118810388 --> @h3o66 commented on GitHub (May 18, 2024): please provide the following info: ETS2: `ldd serverfiles/bin/linux_x64/eurotrucks2_server` ATS: `ldd serverfiles/bin/linux_x64/amtrucks_server` console logfile for one of the servers. example from ets2: `log/console/ets2server-console.log` for me it looks like the server needs some new dependencies
Author
Owner

@h3o66 commented on GitHub (May 18, 2024):

for me 2 libs are missing, libatmoic can be fetched from the repos, but for the second i have no clue yet

$ ldd serverfiles/bin/linux_x64/eurotrucks2_server 
        linux-vdso.so.1 (0x00007ffcd99fd000)
        libatomic.so.1 => not found
        libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f3769665000)
        librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 (0x00007f376965b000)
        libX11.so.6 => /lib/x86_64-linux-gnu/libX11.so.6 (0x00007f3769518000)
        libsteam_api.so => /home/<user>/ets2/serverfiles/bin/linux_x64/libsteam_api.so (0x00007f37694ca000)
        libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f37694c4000)
        libfmod.so.13 => not found
        libfmodstudio.so.13 => not found
        libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f376937e000)
        libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f37691aa000)
        /lib64/ld-linux-x86-64.so.2 (0x00007f3769690000)
        libxcb.so.1 => /lib/x86_64-linux-gnu/libxcb.so.1 (0x00007f376917f000)
        libXau.so.6 => /lib/x86_64-linux-gnu/libXau.so.6 (0x00007f3769178000)
        libXdmcp.so.6 => /lib/x86_64-linux-gnu/libXdmcp.so.6 (0x00007f3768f72000)
        libbsd.so.0 => /lib/x86_64-linux-gnu/libbsd.so.0 (0x00007f3768f5b000)
        libmd.so.0 => /lib/x86_64-linux-gnu/libmd.so.0 (0x00007f3768f4e000)

first dependency missing from my side for debian:
libatomic1

<!-- gh-comment-id:2118815911 --> @h3o66 commented on GitHub (May 18, 2024): for me 2 libs are missing, libatmoic can be fetched from the repos, but for the second i have no clue yet ``` $ ldd serverfiles/bin/linux_x64/eurotrucks2_server linux-vdso.so.1 (0x00007ffcd99fd000) libatomic.so.1 => not found libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f3769665000) librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 (0x00007f376965b000) libX11.so.6 => /lib/x86_64-linux-gnu/libX11.so.6 (0x00007f3769518000) libsteam_api.so => /home/<user>/ets2/serverfiles/bin/linux_x64/libsteam_api.so (0x00007f37694ca000) libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f37694c4000) libfmod.so.13 => not found libfmodstudio.so.13 => not found libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f376937e000) libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f37691aa000) /lib64/ld-linux-x86-64.so.2 (0x00007f3769690000) libxcb.so.1 => /lib/x86_64-linux-gnu/libxcb.so.1 (0x00007f376917f000) libXau.so.6 => /lib/x86_64-linux-gnu/libXau.so.6 (0x00007f3769178000) libXdmcp.so.6 => /lib/x86_64-linux-gnu/libXdmcp.so.6 (0x00007f3768f72000) libbsd.so.0 => /lib/x86_64-linux-gnu/libbsd.so.0 (0x00007f3768f5b000) libmd.so.0 => /lib/x86_64-linux-gnu/libmd.so.0 (0x00007f3768f4e000) ``` first dependency missing from my side for debian: `libatomic1`
Author
Owner

@h3o66 commented on GitHub (May 18, 2024):

second lib seems to be a bug on ETS2 / ATS server build:
https://forum.scssoft.com/viewtopic.php?t=330111

To fix this, either these need to be copied manually into serverfiles/bin/linux_x64/ or a hotfix can be probably done to download these

<!-- gh-comment-id:2118818177 --> @h3o66 commented on GitHub (May 18, 2024): second lib seems to be a bug on ETS2 / ATS server build: https://forum.scssoft.com/viewtopic.php?t=330111 To fix this, either these need to be copied manually into `serverfiles/bin/linux_x64/` or a hotfix can be probably done to download these
Author
Owner

@ghost commented on GitHub (May 18, 2024):

I'Ve add the FMOD stuff now and the libfmodstudio.so.13 is now available

` ldd /home/gamesrv/ats/serverfiles/bin/linux_x64/amtrucks_server

    linux-vdso.so.1 (0x00007ffd67d40000)
    libatomic.so.1 => not found
    libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f27b1e5f000)
    librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 (0x00007f27b1e5a000)
    libX11.so.6 => /lib/x86_64-linux-gnu/libX11.so.6 (0x00007f27b1d18000)
    libsteam_api.so => /home/gamesrv/ats/serverfiles/bin/linux_x64/libsteam_api.so (0x00007f27b1cca000)
    libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f27b1cc3000)
    libfmod.so.13 => not found
    libfmodstudio.so.13 => /home/gamesrv/ats/serverfiles/bin/linux_x64/libfmodstudio.so.13 (0x00007f27b1b45000)
    libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f27b1a66000)
    libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f27b1885000)
    /lib64/ld-linux-x86-64.so.2 (0x00007f27b1e70000)
    libxcb.so.1 => /lib/x86_64-linux-gnu/libxcb.so.1 (0x00007f27b185b000)
    libfmod.so.13 => not found
    libstdc++.so.6 => /lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007f27b1600000)
    libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007f27b1839000)
    libXau.so.6 => /lib/x86_64-linux-gnu/libXau.so.6 (0x00007f27b1834000)
    libXdmcp.so.6 => /lib/x86_64-linux-gnu/libXdmcp.so.6 (0x00007f27b1200000)
    libbsd.so.0 => /lib/x86_64-linux-gnu/libbsd.so.0 (0x00007f27b181c000)
    libmd.so.0 => /lib/x86_64-linux-gnu/libmd.so.0 (0x00007f27b15f3000)

`

but: it isn't working .. the error is the same

./atsserver start [ .... ] Starting atsserver: ATS-Serverno server running on /tmp/tmux-1001/atsserver-5aa01cbc [ FAIL ] Starting atsserver: Unable to start ATS-Server

what should i do now?

<!-- gh-comment-id:2118851347 --> @ghost commented on GitHub (May 18, 2024): I'Ve add the FMOD stuff now and the libfmodstudio.so.13 is now available ` ldd /home/gamesrv/ats/serverfiles/bin/linux_x64/amtrucks_server linux-vdso.so.1 (0x00007ffd67d40000) libatomic.so.1 => not found libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f27b1e5f000) librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 (0x00007f27b1e5a000) libX11.so.6 => /lib/x86_64-linux-gnu/libX11.so.6 (0x00007f27b1d18000) libsteam_api.so => /home/gamesrv/ats/serverfiles/bin/linux_x64/libsteam_api.so (0x00007f27b1cca000) libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f27b1cc3000) libfmod.so.13 => not found libfmodstudio.so.13 => /home/gamesrv/ats/serverfiles/bin/linux_x64/libfmodstudio.so.13 (0x00007f27b1b45000) libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f27b1a66000) libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f27b1885000) /lib64/ld-linux-x86-64.so.2 (0x00007f27b1e70000) libxcb.so.1 => /lib/x86_64-linux-gnu/libxcb.so.1 (0x00007f27b185b000) libfmod.so.13 => not found libstdc++.so.6 => /lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007f27b1600000) libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007f27b1839000) libXau.so.6 => /lib/x86_64-linux-gnu/libXau.so.6 (0x00007f27b1834000) libXdmcp.so.6 => /lib/x86_64-linux-gnu/libXdmcp.so.6 (0x00007f27b1200000) libbsd.so.0 => /lib/x86_64-linux-gnu/libbsd.so.0 (0x00007f27b181c000) libmd.so.0 => /lib/x86_64-linux-gnu/libmd.so.0 (0x00007f27b15f3000) ` but: it isn't working .. the error is the same `./atsserver start [ .... ] Starting atsserver: ATS-Serverno server running on /tmp/tmux-1001/atsserver-5aa01cbc [ FAIL ] Starting atsserver: Unable to start ATS-Server` what should i do now?
Author
Owner

@h3o66 commented on GitHub (May 19, 2024):

one of the 2 libfmod.so files is still missing.

also the package libatomic1 was not installed yet, according to the output of ldd

<!-- gh-comment-id:2119314396 --> @h3o66 commented on GitHub (May 19, 2024): one of the 2 libfmod.so files is still missing. also the package `libatomic1` was not installed yet, according to the output of ldd
Author
Owner

@rackgaming commented on GitHub (May 19, 2024):

I cannot figure this out myself, I must be stupid or something. I too have LinuxGSMno server running on /tmp/tmux-1001/atsserver-2-8fbb0591
[ FAIL ] Starting atsserver-2: Unable to start LinuxGSM

<!-- gh-comment-id:2119352742 --> @rackgaming commented on GitHub (May 19, 2024): I cannot figure this out myself, I must be stupid or something. I too have LinuxGSMno server running on /tmp/tmux-1001/atsserver-2-8fbb0591 [ FAIL ] Starting atsserver-2: Unable to start LinuxGSM
Author
Owner

@rackgaming commented on GitHub (May 19, 2024):

OK I managed to fix it by using this command sudo apt-get install gconf-service libasound2 libatk1.0-0 libc6 libcairo2 libcups2 libdbus-1-3 libexpat1 libfontconfig1 libgcc1 libgconf-2-4 libgdk-pixbuf2.0-0 libglib2.0-0 libgtk-3-0 libnspr4 libpango-1.0-0 libpangocairo-1.0-0 libstdc++6 libx11-6 libx11-xcb1 libxcb1 libxcomposite1 libxcursor1 libxdamage1 libxext6 libxfixes3 libxi6 libxrandr2 libxrender1 libxss1 libxtst6 ca-certificates fonts-liberation libappindicator1 libnss3 lsb-release xdg-utils wget -y (for the libX11.6.so) part and for the FMOD side a user kindly provided on the other thread/posted said on that forum here: https://www.dropbox.com/scl/fi/xa0pexws5ho191dhzl5l5/libfmodstudio.so.zip?rlkey=kda7f5q1zrk1ongg4jrt7kn4y&dl=0 is the required libfmod files.

<!-- gh-comment-id:2119364770 --> @rackgaming commented on GitHub (May 19, 2024): OK I managed to fix it by using this command sudo apt-get install gconf-service libasound2 libatk1.0-0 libc6 libcairo2 libcups2 libdbus-1-3 libexpat1 libfontconfig1 libgcc1 libgconf-2-4 libgdk-pixbuf2.0-0 libglib2.0-0 libgtk-3-0 libnspr4 libpango-1.0-0 libpangocairo-1.0-0 libstdc++6 libx11-6 libx11-xcb1 libxcb1 libxcomposite1 libxcursor1 libxdamage1 libxext6 libxfixes3 libxi6 libxrandr2 libxrender1 libxss1 libxtst6 ca-certificates fonts-liberation libappindicator1 libnss3 lsb-release xdg-utils wget -y (for the libX11.6.so) part and for the FMOD side a user kindly provided on the other thread/posted said on that forum here: https://www.dropbox.com/scl/fi/xa0pexws5ho191dhzl5l5/libfmodstudio.so.zip?rlkey=kda7f5q1zrk1ongg4jrt7kn4y&dl=0 is the required libfmod files.
Author
Owner

@h3o66 commented on GitHub (May 30, 2024):

Looks like the latest update for the server fixed the wrong dependency on libfmod.so.13 and libfmodstudio.so.13
I can probably check if all the dependency are there already.

I checked only ETS2 for now

<!-- gh-comment-id:2139179575 --> @h3o66 commented on GitHub (May 30, 2024): Looks like the latest update for the server fixed the wrong dependency on `libfmod.so.13` and `libfmodstudio.so.13` I can probably check if all the dependency are there already. I checked only ETS2 for now
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#2851
No description provided.