You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
currently I'm moving a UT99Server from one VPS to another new VPS.
The old VPS runs on Debian 9.13 and the new VPS runs on Debian 10.12 with tmux 2.8.
I already installed all the depencies from the LinuxGSM documentation page.
I moved the complete directory of the UT99Server from the old VPS to the new one, but If I try to start the UT99Server (command ./ut99server start) I get the following error message:
[ .... ] Starting ut99-server: no server running on /tmp/tmux-10009/default
[ FAIL ] Starting ut99-server: Unable to start UT99 Siege+MonsterHunt Dev 2 | XCGE 24 Linux
If I navigate to the direcotry /tmp/ I can find the tmux-10009/default entry.
If I create a new fresh installation of a ut99server it runs without any issues.
If copy and paste file did not make a permission change vs the one you made, then we'll have to investigate more as well.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello community,
currently I'm moving a UT99Server from one VPS to another new VPS.
The old VPS runs on Debian 9.13 and the new VPS runs on Debian 10.12 with tmux 2.8.
I already installed all the depencies from the LinuxGSM documentation page.
sudo dpkg --add-architecture i386; sudo apt update; sudo apt install curl wget file tar bzip2 gzip unzip bsdmainutils python3 util-linux ca-certificates binutils bc jq tmux netcat lib32gcc1 lib32stdc++6
I moved the complete directory of the UT99Server from the old VPS to the new one, but If I try to start the UT99Server (command
./ut99server start
) I get the following error message:Error Log File:
If I navigate to the direcotry /tmp/ I can find the tmux-10009/default entry.
If I create a new fresh installation of a ut99server it runs without any issues.
If copy and paste file did not make a permission change vs the one you made, then we'll have to investigate more as well.
Distro Details
Distro: Debian GNU/Linux 10 (buster)
Arch: x86_64
Kernel: 4.19.0-20-amd64
tmux: tmux 2.8
GLIBC: 2.28
Does anyone made the same experience or is there maybe a workaround to make the server run again?
tmux error:
tmux dir:
empty tmux tmp
Best Regards and thanks for every consideration 😃
Beta Was this translation helpful? Give feedback.
All reactions