Open staviq opened 7 years ago
It magically decided to work after like a 5th reboot, absolutely no changes were made, just reboots until it worked...
DEVGST ~ # ps aux | grep Sho steam 4317 20.3 2.0 3289136 1012072 ? Dl 04:41 0:17 /home/steam/ARK/ShooterGame/Binaries/Linux/ShooterGameServer ScorchedEarth_p?RCONEnabled=True?RCONPort=32331?SessionName=ARK_SE?Port=7778?QueryPort=27016?ServerPassword?ServerAdminPassword=aaaaaaaa?MaxPlayers=128?GameModIds?listen steam 4340 20.2 2.0 3289484 1010424 ? Dl 04:41 0:17 /home/steam/ARK/ShooterGame/Binaries/Linux/ShooterGameServer TheIsland?RCONEnabled=True?RCONPort=32330?SessionName=ARK_TI?ServerPassword?ServerAdminPassword=aaaaaaaaaaa?MaxPlayers=128?GameModIds?listen root 5006 0.0 0.0 10676 2088 pts/0 S+ 04:42 0:00 grep --colour=auto Sho DEVGST ~ # ^C DEVGST ~ #
DEVGST steam # arkmanager start @main_TI Running command 'start' for instance 'main_TI' Start aborted due to server already running - pid: 9041 DEVGST steam # arkmanager start @main_SE Running command 'start' for instance 'main_SE' Start aborted due to server already running - pid: 9041 DEVGST steam #
It will now only start only one instance and think both are up with the same pid.
I can stop and start the other instance but it won't let me start the other one, saying it's already running when in reality, there is only one instance running.
It wast working until i did "arkmanager restart @all"
Only one process:
DEVGST ~ # ps aux | grep Shoo steam 6758 72.0 5.6 4355016 2792844 ? Sl 04:31 0:37 /home/steam/ARK/ShooterGame/Binaries/Linux/ShooterGameServer ScorchedEarth_p?RCONEnabled=True?RCONPort=32331?SessionName=ARK_SE?Port=7778?QueryPort=27016?ServerPassword?ServerAdminPassword=aaaaaaaaaa?MaxPlayers=128?GameModIds?listen root 7109 0.0 0.0 10672 2220 pts/0 S+ 04:32 0:00 grep --colour=auto Shoo
arkmanager says both instances are started:
DEVGST ~ # arkmanager status @all Running command 'status' for instance 'main_SE' Server running: Yes Server listening: Yes Server Name: ARK_SE - (v253.5) Players: 0 / 128 Active Players: 0 Server online: Yes ARKServers link: http://arkservers.net/server/91.240.238.170:27016 Server build ID: 1544220 Running command 'status' for instance 'main_TI' Server running: Yes Server listening: No Server build ID: 1544220
Starting the second instance manually:
DEVGST ~ # arkmanager start @main_TI Running command 'start' for instance 'main_TI' Start aborted due to server already running - pid: 6758
It was working like an hour ago, wtf am i doing wrong...