Hallo,
ich verwalte meinen ARK-Server über das Ark-Server-Tool "arkmanager". Seid ungefähr ein paar Wochen startet unser Server nicht mehr bzw. der Server startet, aber unter "arkmanager status" steht "Server Listening: No" jedoch aber "Server running: Yes". Bisher hab ich mal versucht den Server nach einem Root-Server neustart nochmal zu starten, dies hat aber nicht gebracht. Es wurde vor diesem Problem aber auch nichts geändert. Das Problem ist nach einem Neustart aufgetreten und seitdem funktioniert der Server nicht mehr und "Server Listening: No" bleibt.
Ebenfalls hab ich nach den Ports geschaut ob die vielleicht belegt sind auf irgendeinem Grund. Aber während der Server "läuft" aber nicht "lauscht" ist der Rcon Port 32330 ebenfalls am "lauschen". Auf dem Port 7778 krieg ich nichts raus und vom Port 27015 krieg ich ebenfalls was raus, aber bei diesem Port steht nicht "(Listening)". Habe die Ports jeweils mit netstat -an | grep PORT abgefragt.
Bevor ich jetzt alles deinstallieren und neuinstallieren wollte, wollte ich hier mein Glück versuchen. Vielleicht hat hier ja einer eine Idee.
Die .cfg Datei für den Server sieht wie folgt aus:
# config environment
arkserverroot="/home/steam/ARK-Amissa" # path of your ARK server files (default ~/ARK)
# ARK server options - use ark_<optionname>=<value>
# comment out these values if you want to define them
# inside your GameUserSettings.ini file
serverMap="Amissa" # server map (default TheIsland)
#serverMapModId="469987622" # Uncomment this to specify the Map Mod Id (<fileid> in http://steamcommunity.com/sharedfiles/filedetails/?id=<fileid>)
#ark_TotalConversionMod="496735411" # Uncomment this to specify a total-conversion mod
ark_RCONEnabled="True" # Enable RCON Protocol
ark_RCONPort="32330" # RCON Port
ark_SessionName="Mind4Inception.de" # if your session name needs special characters please use the .ini instead
ark_Port="7778" # ARK server port (default 7778)
ark_QueryPort="27015" # ARK query port (default 27015)
ark_ServerPassword="" # ARK server password, empty: no password required to login
ark_ServerPVE=True
ark_DifficultyOffset=2
ark_ServerAdminPassword="" # ARK server admin password, KEEP IT SAFE!
ark_MaxPlayers="80"
ark_GameModIds="1383342563,747539326,924619115,1091147617,731604991,1260983937,764755314,1136125765" # Uncomment to specify additional mods by Mod Id separated by commas
#ark_AltSaveDirectoryName="SotF" # Uncomment to specify a different save directory name
# ARK server flags - use arkflag_<optionname>=true
#arkflag_OnlyAdminRejoinAsSpectator=true # Uncomment to only allow admins to rejoin as spectator
#arkflag_DisableDeathSpectator=true # Uncomment to disable players from becoming spectators when they die
# ARK server options - i.e. for -optname=val, use arkopt_optname=val
#arkopt_StructureDestructionTag=DestroySwampSnowStructures
Die arkmanager.cfg:
arkstChannel="master" # change it to a different branch to get non-stable versions
install_bindir="/usr/local/bin"
install_libexecdir="/usr/local/libexec/arkmanager"
install_datadir="/usr/local/share/arkmanager"
# config SteamCMD
steamcmdroot="/home/steam/steamcmd" # path of your steamcmd instance
steamcmdexec="steamcmd.sh" # name of steamcmd executable
steamcmd_user="steam" # name of the system user who own steamcmd folder
steamcmd_appinfocache="/home/steam/Steam/appcache/appinfo.vdf" # cache of the appinfo command
steamcmd_workshoplog="/home/steam/Steam/logs/workshop_log.txt" # Steam workshop log
#steamlogin="anonymous" # Uncomment this to specify steam login instead of using anonymous login
# config environment
arkserverexec="ShooterGame/Binaries/Linux/ShooterGameServer" # name of ARK server executable
arkbackupdir="/home/steam/ARK-Backups" # path to backup directory
arkwarnminutes="10" # number of minutes to warn players when using update --warn
arkautorestartfile="ShooterGame/Saved/.autorestart" # path to autorestart file
arkAutoUpdateOnStart="true" # set this to true if you want to always update before startup
arkBackupPreUpdate="true" # set this to true if you want to perform a backup before updating
#arkStagingDir="/home/steam/ARK-Staging" # Uncomment to enable updates to be fully downloaded before restarting the server (reduces downtime while updating)
# Options to automatically remove old backups to keep backup size in check
# Each compressed backup is generally about 1-2MB in size.
arkMaxBackupSizeMB="500" # Set to automatically remove old backups when size exceeds this limit
#arkMaxBackupSizeGB="2" # Uncomment this and comment the above to specify the limit in whole GB
# Update warning messages
# Modify as desired, putting the %d replacement operator where the number belongs
msgWarnUpdateMinutes="Der ARK Server wird in %d Minuten neugestartet!"
msgWarnUpdateSeconds="Der ARK Server wird in %d Sekunden neugestartet!"
msgWarnRestartMinutes="Der ARK Server wird in %d Minuten neugestartet!"
msgWarnRestartSeconds="Der ARK Server wird in %d Sekunden neugestartet!"
msgWarnShutdownMinutes="Der ARK Server wird in %d Minuten vorruebergehend geschlossen!"
msgWarnShutdownSeconds="Der ARK Server wird in %d Sekunden vorruebergehend geschlossen!"
msgWarnCancelled="Ausführungen von einem Spieler abgebrochen!"
# Notifications
# discordWebhookURL="https://discordapp.com/api/webhooks/{webhook.id}/{webhook.token}"
# notifyMsgShuttingDown="Faehrt herunter"
# notifyMsgStarting="Startet"
# notifyMsgServerUp="Server ist geoeffnet"
# notifyMsgStoppedListening="Server hoert nicht mehr! - Starte neu!"
# notifyMsgServerTerminated="Server geschlossen! - Starte neu!"
# notifyTemplate="Message from instance {instance} on server {server}: {msg}"
# noNotifyWarning=true
# Restart cancel chat command
#chatCommandRestartCancel="/cancelupdate"
# ARK server common options - use ark_<optionname>=<value>
# comment out these values if you want to define them
# inside your GameUserSettings.ini file
serverMap="TheCenter" # server map (default TheIsland)
#serverMapModId="469987622" # Uncomment this to specify the Map Mod Id (<fileid> in http://steamcommunity.com/sharedfiles/filedetails/?id=<fileid>)
#ark_TotalConversionMod="496735411" # Uncomment this to specify a total-conversion mod
ark_RCONEnabled="True" # Enable RCON Protocol
ark_ServerPassword="" # ARK server password, empty: no password required to login
ark_ServerAdminPassword="" # ARK server admin password, KEEP IT SAFE!
ark_MaxPlayers="80"
#ark_GameModIds="487516323,487516324,487516325" # Uncomment to specify additional mods by Mod Id separated by commas
#ark_AltSaveDirectoryName="SotF" # Uncomment to specify a different save directory name
# ARK server flags - use arkflag_<optionname>=true
#arkflag_OnlyAdminRejoinAsSpectator=true # Uncomment to only allow admins to rejoin as spectator
#arkflag_DisableDeathSpectator=true # Uncomment to disable players from becoming spectators when they die
# ARK server options - i.e. for -optname=val, use arkopt_optname=val
#arkopt_StructureDestructionTag=DestroySwampSnowStructures
# config Service
logdir="/var/log/arktools" # Logs path (default /var/log/arktools)
# steamdb specific
appid=376030 # Linux server App ID
mod_appid=346110 # App ID for mods
# Mod OS Selection
mod_branch=Windows
# Add mod-specific OS selection below:
#mod_branch_496735411=Windows
# alternate configs
# example for config name "ark1":
#configfile_ark1="/path/to/config/file"
defaultinstance="amissa"
arkmanager.log:
2019-01-10 18:00:20: [main] Checking for updates before starting
2019-01-10 18:00:20: [main] Checking for update; PID: 6652
2019-01-10 18:00:31: [main] Your server is already up to date! The most recent version is 3410554.
2019-01-10 18:00:31: [main] The server is starting...
2019-01-10 18:00:31: [main] The server is now running, and should be up within 10 minutes
2019-01-10 18:34:31: [main] Stopping server; reason: shutdown
2019-01-10 18:34:33: [main] The server has been stopped
2019-01-10 18:35:36: [main] Checking for updates before starting
2019-01-10 18:35:36: [main] Checking for update; PID: 11899
2019-01-10 18:35:46: [main] Your server is already up to date! The most recent version is 3410554.
2019-01-10 18:35:46: [main] The server is starting...
2019-01-10 18:35:46: [main] The server is now running, and should be up within 10 minutes
2019-01-10 18:47:22: [center] Checking for updates before starting
2019-01-10 18:47:22: [center] Checking for update; PID: 14898
2019-01-10 18:47:29: [center] Your server is already up to date! The most recent version is 3410554.
2019-01-10 18:47:29: [center] The server is starting...
2019-01-10 18:47:29: [center] The server is now running, and should be up within 10 minutes
2019-01-10 18:58:33: [center] Checking for updates before starting
2019-01-10 18:58:33: [center] Checking for update; PID: 16836
2019-01-10 18:58:42: [center] Your server is already up to date! The most recent version is 3410554.
2019-01-10 18:58:42: [center] The server is starting...
2019-01-10 18:58:42: [center] The server is now running, and should be up within 10 minutes
2019-01-10 19:23:55: [ragnarok] Checking for updates before starting
2019-01-10 19:23:55: [ragnarok] Checking for update; PID: 21889
2019-01-10 19:24:03: [ragnarok] Your server is already up to date! The most recent version is 3410554.
2019-01-10 19:24:03: [ragnarok] The server is starting...
2019-01-10 19:24:04: [ragnarok] The server is now running, and should be up within 10 minutes
2019-01-10 19:36:33: [ragnarok] Stopping server; reason: shutdown
2019-01-10 19:36:53: [ragnarok] Killing server
2019-01-10 19:36:53: [ragnarok] The server has been stopped
2019-01-10 19:37:16: [center] Start aborted due to server already running - pid: 16939
2019-01-10 19:37:21: [ragnarok] Checking for updates before starting
2019-01-10 19:37:21: [ragnarok] Checking for update; PID: 26361
2019-01-10 19:37:28: [ragnarok] Your server is already up to date! The most recent version is 3410554.
2019-01-10 19:37:28: [ragnarok] The server is starting...
2019-01-10 19:37:28: [ragnarok] The server is now running, and should be up within 10 minutes
2019-01-10 19:50:07: [main] Checking for updates before starting
2019-01-10 19:50:07: [main] Checking for update; PID: 31913
2019-01-10 19:50:15: [main] Your server is already up to date! The most recent version is 3410554.
2019-01-10 19:50:15: [main] The server is starting...
2019-01-10 19:50:15: [main] The server is now running, and should be up within 10 minutes
2019-01-10 19:51:03: [main] Stopping server; reason: shutdown
2019-01-10 19:51:24: [main] Killing server
2019-01-10 19:51:24: [main] The server has been stopped
2019-01-10 19:51:59: [center] Stopping server; reason: shutdown
2019-01-10 19:52:00: [center] The server has been stopped
2019-01-10 19:52:05: [ragnarok] Stopping server; reason: shutdown
2019-01-10 19:52:07: [ragnarok] The server has been stopped
2019-01-10 19:54:43: [center] Checking for updates before starting
2019-01-10 19:54:43: [main] Checking for updates before starting
2019-01-10 19:54:43: [center] Checking for update; PID: 977
2019-01-10 19:54:43: [main] Checking for update; PID: 981
2019-01-10 19:54:43: [ragnarok] Checking for updates before starting
2019-01-10 19:54:43: [ragnarok] Checking for update; PID: 993
2019-01-10 19:54:53: [ragnarok] Your server is already up to date! The most recent version is 3410554.
2019-01-10 19:54:53: [ragnarok] The server is starting...
2019-01-10 19:54:53: [main] Your server is already up to date! The most recent version is 3410554.
2019-01-10 19:54:53: [main] The server is starting...
2019-01-10 19:54:54: [center] Your server is already up to date! The most recent version is 3410554.
2019-01-10 19:54:54: [center] The server is starting...
2019-01-10 19:58:39: [center] Checking for updates before starting
2019-01-10 19:58:39: [ragnarok] Checking for updates before starting
2019-01-10 19:58:39: [center] Checking for update; PID: 927
2019-01-10 19:58:39: [ragnarok] Checking for update; PID: 931
2019-01-10 19:58:44: [center] Your server is already up to date! The most recent version is 3410554.
2019-01-10 19:58:44: [center] The server is starting...
2019-01-10 19:58:45: [ragnarok] Your server is already up to date! The most recent version is 3410554.
2019-01-10 19:58:45: [ragnarok] The server is starting...
2019-01-10 20:00:25: [ragnarok] Start aborted due to server already running - pid: 1275
2019-01-10 20:00:37: [center] Start aborted due to server already running - pid: 1238
2019-01-11 17:07:22: [ragnarok] Stopping server; reason: shutdown
2019-01-11 17:07:24: [ragnarok] The server has been stopped
2019-01-11 17:07:38: [center] Stopping server; reason: shutdown
2019-01-11 17:07:40: [center] The server has been stopped
2019-01-11 17:09:04: [ragnarok] Checking for updates before starting
2019-01-11 17:09:04: [ragnarok] Checking for update; PID: 25814
2019-01-11 17:09:13: [ragnarok] Your server is already up to date! The most recent version is 3410554.
2019-01-11 17:09:13: [ragnarok] The server is starting...
2019-01-11 17:09:13: [ragnarok] The server is now running, and should be up within 10 minutes
2019-01-11 17:09:19: [center] Checking for updates before starting
2019-01-11 17:09:19: [center] Checking for update; PID: 26063
2019-01-11 17:09:27: [center] Your server is already up to date! The most recent version is 3410554.
2019-01-11 17:09:27: [center] The server is starting...
2019-01-11 17:09:27: [center] The server is now running, and should be up within 10 minutes
2019-01-11 17:09:38: [ragnarok] Stopping server; reason: shutdown
2019-01-11 17:09:59: [ragnarok] Killing server
2019-01-11 17:09:59: [ragnarok] The server has been stopped
2019-01-11 17:10:25: [ragnarok] Checking for updates before starting
2019-01-11 17:10:25: [ragnarok] Checking for update; PID: 26947
2019-01-11 17:10:32: [ragnarok] Your server is already up to date! The most recent version is 3410554.
2019-01-11 17:10:32: [ragnarok] The server is starting...
2019-01-11 17:10:32: [ragnarok] The server is now running, and should be up within 10 minutes
2019-01-11 17:26:11: [ragnarok] Stopping server; reason: shutdown
2019-01-11 17:26:13: [ragnarok] The server has been stopped
2019-01-11 17:27:05: [center] Start aborted due to server already running - pid: 26186
2019-01-11 17:27:17: [center] Stopping server; reason: shutdown
2019-01-11 17:27:19: [center] The server has been stopped
2019-01-11 17:33:59: [ragnarok] Checking for updates before starting
2019-01-11 17:33:59: [ragnarok] Checking for update; PID: 32644
2019-01-11 17:34:07: [ragnarok] Your server is already up to date! The most recent version is 3410554.
2019-01-11 17:34:07: [ragnarok] The server is starting...
2019-01-11 17:34:07: [ragnarok] The server is now running, and should be up within 10 minutes
2019-01-11 17:34:11: [center] Checking for updates before starting
2019-01-11 17:34:11: [center] Checking for update; PID: 361
2019-01-11 17:34:18: [center] Your server is already up to date! The most recent version is 3410554.
2019-01-11 17:34:18: [center] The server is starting...
2019-01-11 17:34:18: [center] The server is now running, and should be up within 10 minutes
2019-01-11 17:39:09: [center] Stopping server; reason: shutdown
2019-01-11 17:39:12: [center] The server has been stopped
2019-01-11 17:39:18: [center] Checking for updates before starting
2019-01-11 17:39:18: [center] Checking for update; PID: 3513
2019-01-11 17:39:23: [center] Your server is already up to date! The most recent version is 3410554.
2019-01-11 17:39:23: [center] The server is starting...
2019-01-11 17:39:23: [center] The server is now running, and should be up within 10 minutes
2019-01-11 17:42:54: [center] Stopping server; reason: shutdown
2019-01-11 17:42:57: [center] The server has been stopped
2019-01-11 17:43:00: [ragnarok] Stopping server; reason: shutdown
2019-01-11 17:43:02: [ragnarok] The server has been stopped
2019-01-11 17:43:24: [ragnarok] Checking for updates before starting
2019-01-11 17:43:24: [ragnarok] Checking for update; PID: 5012
2019-01-11 17:43:31: [ragnarok] Your server is already up to date! The most recent version is 3410554.
2019-01-11 17:43:31: [ragnarok] The server is starting...
2019-01-11 17:43:31: [ragnarok] The server is now running, and should be up within 10 minutes
2019-01-11 17:43:39: [center] Checking for updates before starting
2019-01-11 17:43:39: [center] Checking for update; PID: 5210
2019-01-11 17:43:49: [center] Your server is already up to date! The most recent version is 3410554.
2019-01-11 17:43:49: [center] The server is starting...
2019-01-11 17:43:49: [center] The server is now running, and should be up within 10 minutes
2019-01-11 18:02:02: [center] Stopping server; reason: shutdown
2019-01-11 18:02:04: [center] The server has been stopped
2019-01-11 18:04:03: [center] Checking for updates before starting
2019-01-11 18:04:03: [center] Checking for update; PID: 12106
2019-01-11 18:04:11: [center] Your server is already up to date! The most recent version is 3410554.
2019-01-11 18:04:11: [center] The server is starting...
2019-01-11 18:04:11: [center] The server is now running, and should be up within 10 minutes
2019-01-11 18:06:20: [ragnarok] Stopping server; reason: shutdown
2019-01-11 18:06:22: [ragnarok] The server has been stopped
2019-01-11 18:06:27: [center] Stopping server; reason: shutdown
2019-01-11 18:06:29: [center] The server has been stopped
2019-01-11 18:07:15: [ragnarok] Checking for updates before starting
2019-01-11 18:07:15: [ragnarok] Checking for update; PID: 13195
2019-01-11 18:07:22: [ragnarok] Your server is already up to date! The most recent version is 3410554.
2019-01-11 18:07:22: [ragnarok] The server is starting...
2019-01-11 18:07:22: [ragnarok] The server is now running, and should be up within 10 minutes
2019-01-11 18:07:32: [center] Checking for updates before starting
2019-01-11 18:07:32: [center] Checking for update; PID: 13393
2019-01-11 18:07:37: [center] Your server is already up to date! The most recent version is 3410554.
2019-01-11 18:07:37: [center] The server is starting...
2019-01-11 18:07:37: [center] The server is now running, and should be up within 10 minutes
2019-01-11 18:08:10: [center] Checking for update; PID: 13849
2019-01-11 18:08:17: [center] Your server is already up to date! The most recent version is 3410554.
2019-01-11 18:09:32: [center] Checking for update; PID: 14838
2019-01-11 18:09:38: [center] Your server is already up to date! The most recent version is 3410554.
2019-01-11 18:09:38: [ragnarok] Checking for update; PID: 14969
2019-01-11 18:09:45: [ragnarok] Your server is already up to date! The most recent version is 3410554.
2019-01-11 18:10:33: [center] Stopping server; reason: shutdown
2019-01-11 18:10:44: [center] The server has been stopped
2019-01-11 18:10:44: [ragnarok] Stopping server; reason: shutdown
2019-01-11 18:10:46: [ragnarok] The server has been stopped
2019-01-11 18:14:03: [center] Checking for updates before starting
2019-01-11 18:14:03: [center] Checking for update; PID: 28765
2019-01-11 18:14:12: [center] Your server is already up to date! The most recent version is 3410554.
2019-01-11 18:14:12: [center] The server is starting...
2019-01-11 18:14:12: [center] The server is now running, and should be up within 10 minutes
2019-01-11 18:14:12: [ragnarok] Checking for updates before starting
2019-01-11 18:14:12: [ragnarok] Checking for update; PID: 28896
2019-01-11 18:14:21: [ragnarok] Your server is already up to date! The most recent version is 3410554.
2019-01-11 18:14:21: [ragnarok] The server is starting...
2019-01-11 18:14:21: [ragnarok] The server is now running, and should be up within 10 minutes
2019-01-16 20:14:39: [center] Stopping server; reason: shutdown
2019-01-16 20:14:42: [center] The server has been stopped
2019-01-16 20:14:42: [ragnarok] Stopping server; reason: shutdown
2019-01-16 20:14:45: [ragnarok] The server has been stopped
2019-01-16 20:15:50: [center] Checking for updates before starting
2019-01-16 20:15:50: [center] Checking for update; PID: 16962
2019-01-16 20:16:02: [center] Performing ARK update
2019-01-16 20:16:40: [center] Update to 3469335 complete
2019-01-16 20:16:40: [center] The server is starting...
2019-01-16 20:16:40: [center] The server is now running, and should be up within 10 minutes
2019-01-16 20:16:40: [ragnarok] Checking for updates before starting
2019-01-16 20:16:40: [ragnarok] Checking for update; PID: 17282
2019-01-16 20:16:53: [ragnarok] Performing ARK update
2019-01-16 20:19:13: [ragnarok] Update to 3469335 complete
2019-01-16 20:19:14: [ragnarok] The server is starting...
2019-01-16 20:19:14: [ragnarok] The server is now running, and should be up within 10 minutes
2019-01-16 20:41:14: [ragnarok] Stopping server; reason: shutdown
2019-01-16 20:41:17: [ragnarok] The server has been stopped
2019-01-16 20:41:45: [ragnarok] Checking for updates before starting
2019-01-16 20:41:45: [ragnarok] Checking for update; PID: 26427
2019-01-16 20:41:59: [ragnarok] Your server is already up to date! The most recent version is 3469335.
2019-01-16 20:41:59: [ragnarok] The server is starting...
2019-01-16 20:41:59: [ragnarok] The server is now running, and should be up within 10 minutes
2019-01-20 18:37:07: [center] Stopping server; reason: shutdown
2019-01-20 18:37:09: [center] The server has been stopped
2019-01-20 18:37:09: [ragnarok] Stopping server; reason: shutdown
2019-01-20 18:37:13: [ragnarok] The server has been stopped
2019-01-20 19:02:40: [amissa] Checking for updates before starting
2019-01-20 19:02:40: [amissa] Checking for update; PID: 7657
2019-01-20 19:10:10: [amissa] Updating mod 1091147617
2019-01-20 19:10:29: [amissa] Mod 1091147617 updated
2019-01-20 19:10:29: [amissa] Updating mod 1136125765
2019-01-20 19:10:30: [amissa] Mod 1136125765 updated
2019-01-20 19:10:30: [amissa] Updating mod 1260983937
2019-01-20 19:10:33: [amissa] Mod 1260983937 updated
2019-01-20 19:10:33: [amissa] Updating mod 1383342563
2019-01-20 19:12:33: [amissa] Mod 1383342563 updated
2019-01-20 19:12:33: [amissa] Updating mod 487516323
2019-01-20 19:12:33: [amissa] Mod 487516323 updated
2019-01-20 19:12:33: [amissa] Updating mod 487516324
2019-01-20 19:12:33: [amissa] Mod 487516324 updated
2019-01-20 19:12:33: [amissa] Updating mod 487516325
2019-01-20 19:12:33: [amissa] Mod 487516325 updated
2019-01-20 19:12:33: [amissa] Updating mod 731604991
2019-01-20 19:13:33: [amissa] Mod 731604991 updated
2019-01-20 19:13:33: [amissa] Updating mod 747539326
2019-01-20 19:13:47: [amissa] Mod 747539326 updated
2019-01-20 19:13:47: [amissa] Updating mod 764755314
2019-01-20 19:14:34: [amissa] Mod 764755314 updated
2019-01-20 19:14:34: [amissa] Updating mod 924619115
2019-01-20 19:14:35: [amissa] Mod 924619115 updated
2019-01-20 19:14:35: [amissa] The server is starting...
2019-01-20 19:14:35: [amissa] The server is now running, and should be up within 10 minutes
2019-01-20 19:48:57: [amissa] Stopping server; reason: shutdown
2019-01-20 19:48:59: [amissa] The server has been stopped
2019-01-20 19:49:46: [amissa] Checking for updates before starting
2019-01-20 19:49:46: [amissa] Checking for update; PID: 6617
2019-01-20 19:49:58: [amissa] Your server is already up to date! The most recent version is 3475476.
2019-01-20 19:49:58: [amissa] The server is starting...
2019-01-20 19:49:58: [amissa] The server is now running, and should be up within 10 minutes
2019-01-20 19:52:24: [amissa] Stopping server; reason: restart
2019-01-20 19:52:26: [amissa] The server has been stopped
2019-01-20 19:52:26: stop
2019-01-20 19:52:27: restart
2019-01-20 19:52:27: [amissa] Checking for updates before starting
2019-01-20 19:52:27: [amissa] Checking for update; PID: 7952
2019-01-20 19:52:45: [amissa] Your server is already up to date! The most recent version is 3475476.
2019-01-20 19:52:45: [amissa] The server is starting...
2019-01-20 19:52:45: [amissa] The server is now running, and should be up within 10 minutes
2019-01-21 16:08:25: [amissa] Stopping server; reason: restart
2019-01-21 16:08:26: [amissa] The server has been stopped
2019-01-21 16:08:26: stop
2019-01-21 16:08:27: restart
2019-01-21 16:08:27: [amissa] Checking for updates before starting
2019-01-21 16:08:27: [amissa] Checking for update; PID: 21971
2019-01-21 16:08:38: [amissa] Your server is already up to date! The most recent version is 3475476.
2019-01-21 16:08:38: [amissa] The server is starting...
2019-01-21 16:08:38: [amissa] The server is now running, and should be up within 10 minutes
2019-01-22 14:08:47: [amissa] Stopping server; reason: restart
2019-01-22 14:08:49: [amissa] The server has been stopped
2019-01-22 14:08:49: stop
2019-01-22 14:08:50: restart
2019-01-22 14:08:50: [amissa] Checking for updates before starting
2019-01-22 14:08:50: [amissa] Checking for update; PID: 19364
2019-01-22 14:09:01: [amissa] Your server is already up to date! The most recent version is 3475476.
2019-01-22 14:09:01: [amissa] The server is starting...
2019-01-22 14:09:01: [amissa] The server is now running, and should be up within 10 minutes
2019-01-22 14:50:48: [amissa] Stopping server; reason: restart
2019-01-22 14:50:50: [amissa] The server has been stopped
2019-01-22 14:50:50: stop
2019-01-22 14:50:51: restart
2019-01-22 14:50:51: [amissa] Checking for updates before starting
2019-01-22 14:50:51: [amissa] Checking for update; PID: 26302
2019-01-22 14:51:03: [amissa] Your server is already up to date! The most recent version is 3475476.
2019-01-22 14:51:03: [amissa] The server is starting...
2019-01-22 14:51:03: [amissa] The server is now running, and should be up within 10 minutes
2019-01-22 17:55:21: [amissa] Stopping server; reason: restart
2019-01-22 17:55:23: [amissa] The server has been stopped
2019-01-22 17:55:23: stop
2019-01-22 17:55:24: restart
2019-01-22 17:55:24: [amissa] Checking for updates before starting
2019-01-22 17:55:24: [amissa] Checking for update; PID: 20919
2019-01-22 17:55:35: [amissa] Your server is already up to date! The most recent version is 3475476.
2019-01-22 17:55:35: [amissa] The server is starting...
2019-01-22 17:55:35: [amissa] The server is now running, and should be up within 10 minutes
2019-01-22 18:20:28: [amissa] Stopping server; reason: restart
2019-01-22 18:20:32: [amissa] The server has been stopped
2019-01-22 18:20:32: stop
2019-01-22 18:20:33: restart
2019-01-22 18:20:33: [amissa] Checking for updates before starting
2019-01-22 18:20:33: [amissa] Checking for update; PID: 24949
2019-01-22 18:20:44: [amissa] Your server is already up to date! The most recent version is 3475476.
2019-01-22 18:20:44: [amissa] The server is starting...
2019-01-22 18:20:44: [amissa] The server is now running, and should be up within 10 minutes
2019-01-22 18:55:53: [amissa] Stopping server; reason: restart
2019-01-22 18:55:55: [amissa] The server has been stopped
2019-01-22 18:55:55: stop
2019-01-22 18:55:56: restart
2019-01-22 18:55:56: [amissa] Checking for updates before starting
2019-01-22 18:55:56: [amissa] Checking for update; PID: 30550
2019-01-22 18:56:07: [amissa] Your server is already up to date! The most recent version is 3475476.
2019-01-22 18:56:07: [amissa] The server is starting...
2019-01-22 18:56:07: [amissa] The server is now running, and should be up within 10 minutes
2019-01-22 19:43:09: [amissa] Stopping server; reason: restart
2019-01-22 19:43:11: [amissa] The server has been stopped
2019-01-22 19:43:11: stop
2019-01-22 19:43:12: restart
2019-01-22 19:43:12: [amissa] Checking for updates before starting
2019-01-22 19:43:12: [amissa] Checking for update; PID: 5886
2019-01-22 19:43:25: [amissa] Your server is already up to date! The most recent version is 3475476.
2019-01-22 19:43:25: [amissa] The server is starting...
2019-01-22 19:43:25: [amissa] The server is now running, and should be up within 10 minutes
2019-01-23 15:55:18: [amissa] Stopping server; reason: restart
2019-01-23 15:55:20: [amissa] The server has been stopped
2019-01-23 15:55:20: stop
2019-01-23 15:55:21: restart
2019-01-23 15:55:21: [amissa] Checking for updates before starting
2019-01-23 15:55:21: [amissa] Checking for update; PID: 20791
2019-01-23 15:55:32: [amissa] Your server is already up to date! The most recent version is 3475476.
2019-01-23 15:55:32: [amissa] The server is starting...
2019-01-23 15:55:32: [amissa] The server is now running, and should be up within 10 minutes
2019-01-23 21:47:19: [amissa] Stopping server; reason: restart
2019-01-23 21:47:22: [amissa] The server has been stopped
2019-01-23 21:47:22: stop
2019-01-23 21:47:23: restart
2019-01-23 21:47:23: [amissa] Checking for updates before starting
2019-01-23 21:47:23: [amissa] Checking for update; PID: 7155
2019-01-23 21:47:34: [amissa] Your server is already up to date! The most recent version is 3475476.
2019-01-23 21:47:34: [amissa] The server is starting...
2019-01-23 21:47:34: [amissa] The server is now running, and should be up within 10 minutes
2019-02-27 18:46:17: [amissa] Stopping server; reason: restart
2019-02-27 18:46:37: [amissa] Killing server
2019-02-27 18:46:37: [amissa] The server has been stopped
2019-02-27 18:46:37: stop
2019-02-27 18:46:38: restart
2019-02-27 18:46:38: [amissa] Checking for updates before starting
2019-02-27 18:46:38: [amissa] Checking for update; PID: 28068
2019-02-27 18:52:33: [amissa] Performing ARK update
2019-02-27 18:53:12: [amissa] Update to 3562785 complete
2019-02-27 18:53:12: [amissa] Updating mod 1383342563
2019-02-27 18:53:54: [amissa] Mod 1383342563 updated
2019-02-27 18:53:54: [amissa] Updating mod 731604991
2019-02-27 18:54:37: [amissa] Mod 731604991 updated
2019-02-27 18:54:37: [amissa] Updating mod 747539326
2019-02-27 18:54:42: [amissa] Mod 747539326 updated
2019-02-27 18:54:42: [amissa] Updating mod 924619115
2019-02-27 18:54:44: [amissa] Mod 924619115 updated
2019-02-27 18:54:44: [amissa] The server is starting...
2019-02-27 18:54:44: [amissa] The server is now running, and should be up within 10 minutes
2019-02-27 18:59:11: [amissa] Stopping server; reason: restart
2019-02-27 18:59:32: [amissa] Killing server
2019-02-27 18:59:32: [amissa] The server has been stopped
2019-02-27 18:59:32: stop
2019-02-27 18:59:33: restart
2019-02-27 18:59:33: [amissa] Checking for updates before starting
2019-02-27 18:59:33: [amissa] Checking for update; PID: 6235
2019-02-27 18:59:45: [amissa] Your server is already up to date! The most recent version is 3562785.
2019-02-27 18:59:45: [amissa] The server is starting...
2019-02-27 18:59:45: [amissa] The server is now running, and should be up within 10 minutes
2019-02-27 19:11:52: [amissa] Checking for update; PID: 10093
2019-02-27 19:12:00: [amissa] Your server is already up to date! The most recent version is 3562785.
2019-02-27 19:12:07: [amissa] Start aborted due to server already running - pid: 6448
2019-02-27 21:13:41: [amissa] Checking for updates before starting
2019-02-27 21:13:41: [amissa] Checking for update; PID: 31066
2019-02-27 21:13:53: [amissa] Your server is already up to date! The most recent version is 3562785.
2019-02-27 21:13:53: [amissa] The server is starting...
2019-02-27 21:13:53: [amissa] The server is now running, and should be up within 10 minutes
2019-02-27 21:47:22: [amissa] Stopping server; reason: restart
2019-02-27 21:47:42: [amissa] Killing server
2019-02-27 21:47:42: [amissa] The server has been stopped
2019-02-27 21:47:42: stop
2019-02-27 21:47:43: restart
2019-02-27 21:47:43: [amissa] Checking for updates before starting
2019-02-27 21:47:43: [amissa] Checking for update; PID: 7997
2019-02-27 21:47:54: [amissa] Your server is already up to date! The most recent version is 3562785.
2019-02-27 21:47:54: [amissa] The server is starting...
2019-02-27 21:47:54: [amissa] The server is now running, and should be up within 10 minutes
2019-02-27 21:59:42: [amissa] Stopping server; reason: shutdown
2019-02-27 22:00:02: [amissa] Killing server
2019-02-27 22:00:02: [amissa] The server has been stopped
2019-02-27 22:00:30: [amissa] Checking for updates before starting
2019-02-27 22:00:30: [amissa] Checking for update; PID: 11649
2019-02-27 22:00:44: [amissa] Your server is already up to date! The most recent version is 3562785.
2019-02-27 22:00:44: [amissa] The server is starting...
2019-02-27 22:00:44: [amissa] The server is now running, and should be up within 10 minutes
2019-02-27 23:01:51: [amissa] Stopping server; reason: restart
2019-02-27 23:02:11: [amissa] Killing server
2019-02-27 23:02:11: [amissa] The server has been stopped
2019-02-27 23:02:11: stop
2019-02-27 23:02:12: restart
2019-02-27 23:02:12: [amissa] Checking for updates before starting
2019-02-27 23:02:12: [amissa] Checking for update; PID: 26782
2019-02-27 23:02:26: [amissa] Your server is already up to date! The most recent version is 3562785.
2019-02-27 23:02:26: [amissa] The server is starting...
2019-02-27 23:02:26: [amissa] The server is now running, and should be up within 10 minutes
2019-02-28 11:49:26: [amissa] Checking for updates before starting
2019-02-28 11:49:26: [amissa] Checking for update; PID: 978
2019-02-28 11:50:37: [amissa] Updating mod 731604991
2019-02-28 11:50:39: [amissa] Mod 731604991 updated
2019-02-28 11:50:39: [amissa] The server is starting...
2019-02-28 11:50:46: [amissa] Start aborted due to server already running - pid: 2043
2019-02-28 11:53:17: [amissa] Checking for update; PID: 3184
2019-02-28 11:53:26: [amissa] Your server is already up to date! The most recent version is 3562785.
2019-03-05 12:08:35: [amissa] Checking for updates before starting
2019-03-05 12:08:35: [amissa] Checking for update; PID: 8467
2019-03-05 12:09:37: [amissa] Updating mod 731604991
2019-03-05 12:09:38: [amissa] Mod 731604991 updated
2019-03-05 12:09:38: [amissa] Updating mod 747539326
2019-03-05 12:09:40: [amissa] Mod 747539326 updated
2019-03-05 12:09:40: [amissa] The server is starting...
2019-03-05 12:09:40: [amissa] The server is now running, and should be up within 10 minutes
2019-03-05 12:13:20: [amissa] Stopping server; reason: shutdown
2019-03-05 12:13:40: [amissa] Killing server
2019-03-05 12:13:40: [amissa] The server has been stopped
2019-03-05 12:16:50: [amissa] Checking for update; PID: 13047
2019-03-05 12:17:27: [amissa] Performing ARK update
2019-03-05 12:18:24: [amissa] Update to 3562785 complete
2019-03-05 13:14:55: [amissa] Checking for updates before starting
2019-03-05 13:14:55: [amissa] Checking for update; PID: 13976
2019-03-05 13:15:02: [amissa] Your server is already up to date! The most recent version is 3562785.
2019-03-05 13:15:03: [amissa] The server is starting...
2019-03-05 13:16:03: [amissa] Checking for updates before starting
2019-03-05 13:16:03: [amissa] Checking for update; PID: 14508
2019-03-05 13:16:15: [amissa] Your server is already up to date! The most recent version is 3562785.
2019-03-05 13:16:15: [amissa] The server is starting...
2019-03-05 13:22:19: [amissa] Start aborted due to server already running - pid: 14722
arkserver.log
2019-01-10 18:00:31: [main] 2019-01-10 18:00:31: start
2019-01-10 18:00:31: [main] 2019-01-10 18:00:31: Running /home/steam/ARK/ShooterGame/Binaries/Linux/ShooterGameServer Ragnarok\?RCONEnabled=True\?RCONPort=32330\?SessionName=Mind4Inception.de\?Port=7777\?QueryPort=27015\?ServerPassword\?ServerPVE=False\?DifficultyOffset=1\?ServerAdminPassword=Ns8bT6\?MaxPlayers=80\?listen
2019-01-10 18:00:31: [main] 2019-01-10 18:00:31: Server PID: 6756
2019-01-10 18:00:32: [main] [S_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed.
2019-01-10 18:00:32: [main] Setting breakpad minidump AppID = 346110
2019-01-10 18:01:42: [main] 2019-01-10 18:01:42: server is up
2019-01-10 18:34:32: [main] Using binned.
2019-01-10 18:34:32: [main] 4.5.1-0+UE4 7038 3077 404 10
2019-01-10 18:34:32: [main] CtrlCHandler: Signal=2
2019-01-10 18:34:35: [main] /usr/local/bin/arkmanager: line 1101: 6756 Aborted "$arkserverroot/$arkserverexec" "$arkserveropts" "${arkextraopts[@]}"
2019-01-10 18:35:46: [main] 2019-01-10 18:35:46: start
2019-01-10 18:35:46: [main] 2019-01-10 18:35:46: Running /home/steam/ARK/ShooterGame/Binaries/Linux/ShooterGameServer Ragnarok\?RCONEnabled=True\?RCONPort=32330\?SessionName=Mind4Inception.de\?Port=7777\?QueryPort=27015\?ServerPassword\?ServerPVE=False\?DifficultyOffset=1\?ServerAdminPassword=Ns8bT6\?MaxPlayers=80\?listen
2019-01-10 18:35:46: [main] 2019-01-10 18:35:46: Server PID: 12016
2019-01-10 18:35:47: [main] [S_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed.
2019-01-10 18:35:47: [main] Setting breakpad minidump AppID = 346110
2019-01-10 18:37:29: [main] 2019-01-10 18:37:29: server is up
2019-01-10 18:47:29: [center] 2019-01-10 18:47:29: start
2019-01-10 18:47:29: [center] 2019-01-10 18:47:29: Running /home/steam/ARK-TheCenter/ShooterGame/Binaries/Linux/ShooterGameServer TheCenter\?RCONEnabled=True\?RCONPort=32331\?SessionName=Mind4Inception.de\ --\ The\ Center\?Port=7778\?QueryPort=27016\?ServerPassword\?ServerPVE=False\?DifficultyOffset=1\?ServerAdminPassword=Ns8bT6\?MaxPlayers=80\?listen
2019-01-10 18:47:29: [center] 2019-01-10 18:47:29: Server PID: 15013
2019-01-10 18:47:30: [center] [S_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed.
2019-01-10 18:47:30: [center] Setting breakpad minidump AppID = 346110
2019-01-10 18:47:34: [center] 2019-01-10 18:47:34: server is up
2019-01-10 18:48:26: [main] 2019-01-10 18:48:26: Bad PID ''; expected '12016'
2019-01-10 18:52:13: [center] 2019-01-10 18:52:13: Bad PID ''; expected '15013'
2019-01-10 18:58:42: [center] 2019-01-10 18:58:42: start
2019-01-10 18:58:42: [center] 2019-01-10 18:58:42: Running /home/steam/ARK-TheCenter/ShooterGame/Binaries/Linux/ShooterGameServer TheCenter\?RCONEnabled=True\?RCONPort=32331\?SessionName=Mind4Inception.de\ --\ The\ Center\?Port=7778\?QueryPort=27016\?ServerPassword\?ServerPVE=False\?DifficultyOffset=1\?ServerAdminPassword=Ns8bT6\?MaxPlayers=80\?listen
2019-01-10 18:58:42: [center] 2019-01-10 18:58:42: Server PID: 16939
2019-01-10 18:58:43: [center] [S_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed.
2019-01-10 18:58:47: [center] 2019-01-10 18:58:47: server is up
2019-01-10 18:59:12: [center] [S_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed.
2019-01-10 19:24:04: [ragnarok] 2019-01-10 19:24:04: start
2019-01-10 19:24:04: [ragnarok] 2019-01-10 19:24:04: Running /home/steam/ARK-Ragnarok/ShooterGame/Binaries/Linux/ShooterGameServer Ragnarok\?RCONEnabled=True\?RCONPort=32330\?SessionName=Mind4Inception.de\ --\ Ragnarok\?Port=7777\?QueryPort=27015\?ServerPassword\?ServerPVE=False\?DifficultyOffset=1\?ServerAdminPassword=Ns8bT6\?MaxPlayers=80\?listen
2019-01-10 19:24:04: [ragnarok] 2019-01-10 19:24:04: Server PID: 22020
2019-01-10 19:24:05: [ragnarok] [S_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed.
2019-01-10 19:24:09: [ragnarok] 2019-01-10 19:24:09: server is up
2019-01-10 19:24:35: [ragnarok] [S_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed.
2019-01-10 19:36:57: [ragnarok] /usr/local/bin/arkmanager: line 1101: 22020 Killed "$arkserverroot/$arkserverexec" "$arkserveropts" "${arkextraopts[@]}"
2019-01-10 19:37:28: [ragnarok] 2019-01-10 19:37:28: start
2019-01-10 19:37:28: [ragnarok] 2019-01-10 19:37:28: Running /home/steam/ARK-Ragnarok/ShooterGame/Binaries/Linux/ShooterGameServer Ragnarok\?RCONEnabled=True\?RCONPort=32332\?SessionName=Mind4Inception.de\ --\ Ragnarok\?Port=7779\?QueryPort=27017\?ServerPassword\?ServerPVE=False\?DifficultyOffset=1\?ServerAdminPassword=Ns8bT6\?MaxPlayers=80\?listen
2019-01-10 19:37:28: [ragnarok] 2019-01-10 19:37:28: Server PID: 26475
2019-01-10 19:37:29: [ragnarok] [S_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed.
2019-01-10 19:37:30: [ragnarok] Setting breakpad minidump AppID = 346110
2019-01-10 19:37:34: [ragnarok] 2019-01-10 19:37:34: server is up
2019-01-10 19:50:15: [main] 2019-01-10 19:50:15: start
2019-01-10 19:50:15: [main] 2019-01-10 19:50:15: Running /home/steam/ARK/ShooterGame/Binaries/Linux/ShooterGameServer Ragnarok\?RCONEnabled=True\?RCONPort=32330\?SessionName=Mind4Inception.de\?Port=7777\?QueryPort=27015\?ServerPassword\?ServerPVE=False\?DifficultyOffset=1\?ServerAdminPassword=Ns8bT6\?MaxPlayers=80\?listen
2019-01-10 19:50:15: [main] 2019-01-10 19:50:15: Server PID: 32050
2019-01-10 19:50:16: [main] [S_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed.
2019-01-10 19:50:20: [main] 2019-01-10 19:50:20: server is up
2019-01-10 19:50:48: [main] [S_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed.
2019-01-10 19:51:27: [main] /usr/local/bin/arkmanager: line 1101: 32050 Killed "$arkserverroot/$arkserverexec" "$arkserveropts" "${arkextraopts[@]}"
2019-01-10 19:51:59: [center] Using binned.
2019-01-10 19:51:59: [center] 4.5.1-0+UE4 7038 3077 404 10
2019-01-10 19:51:59: [center] CreateBoundSocket: ::bind couldn't find an open port between 27016 and 27016
2019-01-10 19:52:00: [center] CreateBoundSocket: ::bind couldn't find an open port between 27016 and 27016
2019-01-10 19:52:00: [center] CtrlCHandler: Signal=2
2019-01-10 19:52:04: [center] /usr/local/bin/arkmanager: line 1101: 16939 Aborted "$arkserverroot/$arkserverexec" "$arkserveropts" "${arkextraopts[@]}"
2019-01-10 19:52:06: [ragnarok] Using binned.
2019-01-10 19:52:06: [ragnarok] 4.5.1-0+UE4 7038 3077 404 10
2019-01-10 19:52:06: [ragnarok] CtrlCHandler: Signal=2
2019-01-10 19:52:08: [ragnarok] /usr/local/bin/arkmanager: line 1101: 26475 Aborted "$arkserverroot/$arkserverexec" "$arkserveropts" "${arkextraopts[@]}"
2019-01-11 17:09:13: [ragnarok] 2019-01-11 17:09:13: start
2019-01-11 17:09:13: [ragnarok] 2019-01-11 17:09:13: Running /home/steam/ARK-Ragnarok/ShooterGame/Binaries/Linux/ShooterGameServer Ragnarok\?RCONEnabled=True\?RCONPort=32330\?SessionName=Mind4Inception.de\ --\ Ragnarok\?Port=7777\?QueryPort=27015\?ServerPassword\?ServerPVE=False\?DifficultyOffset=1\?ServerAdminPassword=Ns8bT6\?MaxPlayers=80\?listen
2019-01-11 17:09:13: [ragnarok] 2019-01-11 17:09:13: Server PID: 25970
2019-01-11 17:09:14: [ragnarok] [S_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed.
2019-01-11 17:09:14: [ragnarok] Setting breakpad minidump AppID = 346110
2019-01-11 17:09:27: [center] 2019-01-11 17:09:27: start
2019-01-11 17:09:27: [center] 2019-01-11 17:09:27: Running /home/steam/ARK-TheCenter/ShooterGame/Binaries/Linux/ShooterGameServer TheCenter\?RCONEnabled=True\?RCONPort=32331\?SessionName=Mind4Inception.de\ --\ The\ Center\?Port=7778\?QueryPort=27016\?ServerPassword\?ServerPVE=False\?DifficultyOffset=1\?ServerAdminPassword=Ns8bT6\?MaxPlayers=80\?listen
2019-01-11 17:09:27: [center] 2019-01-11 17:09:27: Server PID: 26186
2019-01-11 17:09:29: [center] [S_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed.
2019-01-11 17:09:29: [center] Setting breakpad minidump AppID = 346110
2019-01-11 17:10:02: [ragnarok] /usr/local/bin/arkmanager: line 1101: 25970 Killed "$arkserverroot/$arkserverexec" "$arkserveropts" "${arkextraopts[@]}"
2019-01-11 17:10:32: [ragnarok] 2019-01-11 17:10:32: start
2019-01-11 17:10:32: [ragnarok] 2019-01-11 17:10:32: Running /home/steam/ARK-Ragnarok/ShooterGame/Binaries/Linux/ShooterGameServer Ragnarok\?RCONEnabled=True\?RCONPort=32330\?SessionName=Mind4Inception.de\ --\ Ragnarok\?Port=7777\?QueryPort=27015\?ServerPassword\?ServerPVE=False\?DifficultyOffset=1\?ServerAdminPassword=Ns8bT6\?MaxPlayers=80\?listen
2019-01-11 17:10:32: [ragnarok] 2019-01-11 17:10:32: Server PID: 27068
2019-01-11 17:10:35: [ragnarok] [S_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed.
2019-01-11 17:10:35: [ragnarok] Setting breakpad minidump AppID = 346110
2019-01-11 17:13:08: [ragnarok] 2019-01-11 17:13:08: server is up
2019-01-11 17:13:08: [center] 2019-01-11 17:13:08: server is up
2019-01-11 17:26:12: [ragnarok] Using binned.
2019-01-11 17:26:12: [ragnarok] 4.5.1-0+UE4 7038 3077 404 10
2019-01-11 17:26:12: [ragnarok] CtrlCHandler: Signal=2
2019-01-11 17:26:17: [ragnarok] /usr/local/bin/arkmanager: line 1101: 27068 Aborted "$arkserverroot/$arkserverexec" "$arkserveropts" "${arkextraopts[@]}"
2019-01-11 17:27:19: [center] Using binned.
2019-01-11 17:27:19: [center] 4.5.1-0+UE4 7038 3077 404 10
2019-01-11 17:27:19: [center] CtrlCHandler: Signal=2
2019-01-11 17:27:22: [center] /usr/local/bin/arkmanager: line 1101: 26186 Aborted "$arkserverroot/$arkserverexec" "$arkserveropts" "${arkextraopts[@]}"
2019-01-11 17:34:07: [ragnarok] 2019-01-11 17:34:07: start
2019-01-11 17:34:07: [ragnarok] 2019-01-11 17:34:07: Running /home/steam/ARK-Ragnarok/ShooterGame/Binaries/Linux/ShooterGameServer Ragnarok\?RCONEnabled=True\?RCONPort=32330\?SessionName=Mind4Inception.de\ --\ Ragnarok\?Port=7777\?QueryPort=27015\?ServerPassword\?ServerPVE=False\?DifficultyOffset=1\?ServerAdminPassword=Ns8bT6\?MaxPlayers=80\?PreventDownloadSurvivors=False\?PreventDownloadItems=False\?PreventDownloadDinos=False\?PreventUploadSurvivors=False\?PreventUploadItems=False\?PreventUploadDinos=False\?noTributeDownloads=false\?listen -NoTransferFromFiltering -clusterid=pvearkcluster -ClusterDirOverride=/home/steam/ARK-TheCenter
2019-01-11 17:34:07: [ragnarok] 2019-01-11 17:34:07: Server PID: 32751
2019-01-11 17:34:08: [ragnarok] [S_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed.
2019-01-11 17:34:08: [ragnarok] Setting breakpad minidump AppID = 346110
2019-01-11 17:34:18: [center] 2019-01-11 17:34:18: start
2019-01-11 17:34:18: [center] 2019-01-11 17:34:18: Running /home/steam/ARK-TheCenter/ShooterGame/Binaries/Linux/ShooterGameServer TheCenter\?RCONEnabled=True\?RCONPort=32331\?SessionName=Mind4Inception.de\ --\ The\ Center\?Port=7778\?QueryPort=27016\?ServerPassword\?ServerPVE=False\?DifficultyOffset=1\?ServerAdminPassword=Ns8bT6\?MaxPlayers=80\?PreventDownloadSurvivors=False\?PreventDownloadItems=False\?PreventDownloadDinos=False\?PreventUploadSurvivors=False\?PreventUploadItems=False\?PreventUploadDinos=False\?noTributeDownloads=false\?listen -NoTransferFromFiltering -clusterid=pvearkcluster -ClusterDirOverride=/home/steam/ARK-TheCenter
2019-01-11 17:34:18: [center] 2019-01-11 17:34:18: Server PID: 514
2019-01-11 17:34:20: [center] [S_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed.
2019-01-11 17:34:20: [center] Setting breakpad minidump AppID = 346110
2019-01-11 17:37:23: [center] 2019-01-11 17:37:23: server is up
2019-01-11 17:37:23: [ragnarok] 2019-01-11 17:37:23: server is up
2019-01-11 17:39:11: [center] Using binned.
2019-01-11 17:39:11: [center] 4.5.1-0+UE4 7038 3077 404 10
2019-01-11 17:39:11: [center] CtrlCHandler: Signal=2
2019-01-11 17:39:15: [center] /usr/local/bin/arkmanager: line 1101: 514 Aborted "$arkserverroot/$arkserverexec" "$arkserveropts" "${arkextraopts[@]}"
2019-01-11 17:39:23: [center] 2019-01-11 17:39:23: start
2019-01-11 17:39:23: [center] 2019-01-11 17:39:23: Running /home/steam/ARK-TheCenter/ShooterGame/Binaries/Linux/ShooterGameServer TheCenter\?RCONEnabled=True\?RCONPort=32331\?SessionName=Mind4Inception.de\ --\ The\ Center\?Port=7778\?QueryPort=27016\?ServerPassword\?ServerPVE=False\?DifficultyOffset=1\?ServerAdminPassword=Ns8bT6\?MaxPlayers=80\?PreventDownloadSurvivors=False\?PreventDownloadItems=False\?PreventDownloadDinos=False\?PreventUploadSurvivors=False\?PreventUploadItems=False\?PreventUploadDinos=False\?noTributeDownloads=false\?listen -NoTransferFromFiltering -clusterid=pvearkcluster -ClusterDirOverride=/home/steam/ARK-TheCenter
2019-01-11 17:39:23: [center] 2019-01-11 17:39:23: Server PID: 3628
2019-01-11 17:39:24: [center] [S_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed.
2019-01-11 17:39:24: [center] Setting breakpad minidump AppID = 346110
2019-01-11 17:39:28: [center] 2019-01-11 17:39:28: server is up
2019-01-11 17:42:56: [center] Using binned.
2019-01-11 17:42:56: [center] 4.5.1-0+UE4 7038 3077 404 10
2019-01-11 17:42:56: [center] CtrlCHandler: Signal=2
2019-01-11 17:42:59: [center] /usr/local/bin/arkmanager: line 1101: 3628 Aborted "$arkserverroot/$arkserverexec" "$arkserveropts" "${arkextraopts[@]}"
2019-01-11 17:43:02: [ragnarok] Using binned.
2019-01-11 17:43:02: [ragnarok] 4.5.1-0+UE4 7038 3077 404 10
2019-01-11 17:43:02: [ragnarok] CtrlCHandler: Signal=2
2019-01-11 17:43:06: [ragnarok] /usr/local/bin/arkmanager: line 1101: 32751 Aborted "$arkserverroot/$arkserverexec" "$arkserveropts" "${arkextraopts[@]}"
2019-01-11 17:43:31: [ragnarok] 2019-01-11 17:43:31: start
2019-01-11 17:43:31: [ragnarok] 2019-01-11 17:43:31: Running /home/steam/ARK-Ragnarok/ShooterGame/Binaries/Linux/ShooterGameServer Ragnarok\?RCONEnabled=True\?RCONPort=32330\?SessionName=Mind4Inception.de\ --\ Ragnarok\?Port=7777\?QueryPort=27015\?ServerPassword\?ServerPVE=False\?DifficultyOffset=1\?ServerAdminPassword=Ns8bT6\?MaxPlayers=80\?PreventDownloadSurvivors=False\?PreventDownloadItems=False\?PreventDownloadDinos=False\?PreventUploadSurvivors=False\?PreventUploadItems=False\?PreventUploadDinos=False\?noTributeDownloads=false\?listen -NoTransferFromFiltering -clusterid=mind4inception -ClusterDirOverride=/home/steam/ARK-TheCenter
2019-01-11 17:43:31: [ragnarok] 2019-01-11 17:43:31: Server PID: 5114
2019-01-11 17:43:32: [ragnarok] [S_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed.
2019-01-11 17:43:32: [ragnarok] Setting breakpad minidump AppID = 346110
2019-01-11 17:43:49: [center] 2019-01-11 17:43:49: start
2019-01-11 17:43:49: [center] 2019-01-11 17:43:49: Running /home/steam/ARK-TheCenter/ShooterGame/Binaries/Linux/ShooterGameServer TheCenter\?RCONEnabled=True\?RCONPort=32331\?SessionName=Mind4Inception.de\ --\ The\ Center\?Port=7778\?QueryPort=27016\?ServerPassword\?ServerPVE=False\?DifficultyOffset=1\?ServerAdminPassword=Ns8bT6\?MaxPlayers=80\?PreventDownloadSurvivors=False\?PreventDownloadItems=False\?PreventDownloadDinos=False\?PreventUploadSurvivors=False\?PreventUploadItems=False\?PreventUploadDinos=False\?noTributeDownloads=false\?listen -NoTransferFromFiltering -clusterid=mind4inception -ClusterDirOverride=/home/steam/ARK-TheCenter
2019-01-11 17:43:49: [center] 2019-01-11 17:43:49: Server PID: 5358
2019-01-11 17:43:51: [center] [S_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed.
2019-01-11 17:43:51: [center] Setting breakpad minidump AppID = 346110
2019-01-11 17:46:37: [ragnarok] 2019-01-11 17:46:37: server is up
2019-01-11 17:46:38: [center] 2019-01-11 17:46:38: server is up
2019-01-11 18:02:04: [center] Using binned.
2019-01-11 18:02:04: [center] 4.5.1-0+UE4 7038 3077 404 10
2019-01-11 18:02:04: [center] CtrlCHandler: Signal=2
2019-01-11 18:02:06: [center] /usr/local/bin/arkmanager: line 1101: 5358 Aborted "$arkserverroot/$arkserverexec" "$arkserveropts" "${arkextraopts[@]}"
2019-01-11 18:04:11: [center] 2019-01-11 18:04:11: start
2019-01-11 18:04:11: [center] 2019-01-11 18:04:11: Running /home/steam/ARK-TheCenter/ShooterGame/Binaries/Linux/ShooterGameServer TheCenter\?RCONEnabled=True\?RCONPort=32331\?SessionName=Mind4Inception.de\ --\ The\ Center\?Port=7778\?QueryPort=27016\?ServerPassword\?ServerPVE=True\?DifficultyOffset=1\?ServerAdminPassword=Ns8bT6\?MaxPlayers=80\?PreventDownloadSurvivors=False\?PreventDownloadItems=False\?PreventDownloadDinos=False\?PreventUploadSurvivors=False\?PreventUploadItems=False\?PreventUploadDinos=False\?noTributeDownloads=false\?listen -NoTransferFromFiltering -clusterid=mind4inception -ClusterDirOverride=/home/steam/ARK-TheCenter
2019-01-11 18:04:11: [center] 2019-01-11 18:04:11: Server PID: 12221
2019-01-11 18:04:12: [center] [S_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed.
2019-01-11 18:04:12: [center] Setting breakpad minidump AppID = 346110
2019-01-11 18:04:16: [center] 2019-01-11 18:04:16: server is up
2019-01-11 18:06:21: [ragnarok] Using binned.
2019-01-11 18:06:21: [ragnarok] 4.5.1-0+UE4 7038 3077 404 10
2019-01-11 18:06:21: [ragnarok] CtrlCHandler: Signal=2
2019-01-11 18:06:25: [ragnarok] /usr/local/bin/arkmanager: line 1101: 5114 Aborted "$arkserverroot/$arkserverexec" "$arkserveropts" "${arkextraopts[@]}"
2019-01-11 18:06:28: [center] Using binned.
2019-01-11 18:06:28: [center] 4.5.1-0+UE4 7038 3077 404 10
2019-01-11 18:06:28: [center] CtrlCHandler: Signal=2
2019-01-11 18:06:30: [center] /usr/local/bin/arkmanager: line 1101: 12221 Aborted "$arkserverroot/$arkserverexec" "$arkserveropts" "${arkextraopts[@]}"
2019-01-11 18:07:22: [ragnarok] 2019-01-11 18:07:22: start
2019-01-11 18:07:22: [ragnarok] 2019-01-11 18:07:22: Running /home/steam/ARK-Ragnarok/ShooterGame/Binaries/Linux/ShooterGameServer Ragnarok\?RCONEnabled=True\?RCONPort=32330\?SessionName=Mind4Inception.de\ --\ Ragnarok\?Port=7777\?QueryPort=27015\?ServerPassword\?ServerPVE=False\?DifficultyOffset=1\?ServerAdminPassword=Ns8bT6\?MaxPlayers=80\?PreventDownloadSurvivors=False\?PreventDownloadItems=False\?PreventDownloadDinos=False\?PreventUploadSurvivors=False\?PreventUploadItems=False\?PreventUploadDinos=False\?noTributeDownloads=false\?listen -NoTransferFromFiltering -clusterid=mind4inception -ClusterDirOverride=/home/steam/ARK-ServerCluster
2019-01-11 18:07:22: [ragnarok] 2019-01-11 18:07:22: Server PID: 13297
2019-01-11 18:07:23: [ragnarok] [S_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed.
2019-01-11 18:07:23: [ragnarok] Setting breakpad minidump AppID = 346110
2019-01-11 18:07:37: [center] 2019-01-11 18:07:37: start
2019-01-11 18:07:37: [center] 2019-01-11 18:07:37: Running /home/steam/ARK-TheCenter/ShooterGame/Binaries/Linux/ShooterGameServer TheCenter\?RCONEnabled=True\?RCONPort=32331\?SessionName=Mind4Inception.de\ --\ The\ Center\?Port=7778\?QueryPort=27016\?ServerPassword\?ServerPVE=True\?DifficultyOffset=1\?ServerAdminPassword=Ns8bT6\?MaxPlayers=80\?PreventDownloadSurvivors=False\?PreventDownloadItems=False\?PreventDownloadDinos=False\?PreventUploadSurvivors=False\?PreventUploadItems=False\?PreventUploadDinos=False\?noTributeDownloads=false\?listen -NoTransferFromFiltering -clusterid=mind4inception -ClusterDirOverride=/home/steam/ARK-ServerCluster
2019-01-11 18:07:37: [center] 2019-01-11 18:07:37: Server PID: 13518
2019-01-11 18:07:39: [center] [S_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed.
2019-01-11 18:07:39: [center] Setting breakpad minidump AppID = 346110
2019-01-11 18:10:38: [center] 2019-01-11 18:10:38: server is up
2019-01-11 18:10:39: [ragnarok] 2019-01-11 18:10:39: server is up
2019-01-11 18:10:44: [center] Using binned.
2019-01-11 18:10:44: [center] 4.5.1-0+UE4 7038 3077 404 10
2019-01-11 18:10:44: [center] CtrlCHandler: Signal=2
2019-01-11 18:10:45: [ragnarok] Using binned.
2019-01-11 18:10:45: [ragnarok] 4.5.1-0+UE4 7038 3077 404 10
2019-01-11 18:10:45: [ragnarok] CtrlCHandler: Signal=2
2019-01-11 18:10:48: [center] /usr/local/bin/arkmanager: line 1101: 13518 Aborted "$arkserverroot/$arkserverexec" "$arkserveropts" "${arkextraopts[@]}"
2019-01-11 18:10:49: [ragnarok] /usr/local/bin/arkmanager: line 1101: 13297 Aborted "$arkserverroot/$arkserverexec" "$arkserveropts" "${arkextraopts[@]}"
2019-01-11 18:14:12: [center] 2019-01-11 18:14:12: start
2019-01-11 18:14:12: [center] 2019-01-11 18:14:12: Running /home/steam/ARK-TheCenter/ShooterGame/Binaries/Linux/ShooterGameServer TheCenter\?RCONEnabled=True\?RCONPort=32331\?SessionName=Mind4Inception.de\ --\ The\ Center\?Port=7778\?QueryPort=27016\?ServerPassword\?ServerPVE=True\?DifficultyOffset=1\?ServerAdminPassword=Ns8bT6\?MaxPlayers=80\?GameModIds=731604991\,1260983937\,1136125765\?PreventDownloadSurvivors=False\?PreventDownloadItems=False\?PreventDownloadDinos=False\?PreventUploadSurvivors=False\?PreventUploadItems=False\?PreventUploadDinos=False\?noTributeDownloads=false\?listen -NoTransferFromFiltering -clusterid=mind4inception -ClusterDirOverride=/home/steam/ARK-ServerCluster
2019-01-11 18:14:12: [center] 2019-01-11 18:14:12: Server PID: 28919
2019-01-11 18:14:13: [center] [S_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed.
2019-01-11 18:14:13: [center] Setting breakpad minidump AppID = 346110
2019-01-11 18:14:21: [ragnarok] 2019-01-11 18:14:21: start
2019-01-11 18:14:21: [ragnarok] 2019-01-11 18:14:21: Running /home/steam/ARK-Ragnarok/ShooterGame/Binaries/Linux/ShooterGameServer Ragnarok\?RCONEnabled=True\?RCONPort=32330\?SessionName=Mind4Inception.de\ --\ Ragnarok\?Port=7777\?QueryPort=27015\?ServerPassword\?ServerPVE=False\?DifficultyOffset=1\?ServerAdminPassword=Ns8bT6\?MaxPlayers=80\?GameModIds=731604991\,1260983937\,1136125765\?PreventDownloadSurvivors=False\?PreventDownloadItems=False\?PreventDownloadDinos=False\?PreventUploadSurvivors=False\?PreventUploadItems=False\?PreventUploadDinos=False\?noTributeDownloads=false\?listen -NoTransferFromFiltering -clusterid=mind4inception -ClusterDirOverride=/home/steam/ARK-ServerCluster
2019-01-11 18:14:21: [ragnarok] 2019-01-11 18:14:21: Server PID: 29097
2019-01-11 18:14:23: [ragnarok] [S_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed.
2019-01-11 18:14:23: [ragnarok] Setting breakpad minidump AppID = 346110
2019-01-11 18:17:46: [center] 2019-01-11 18:17:46: server is up
2019-01-11 18:17:49: [ragnarok] 2019-01-11 18:17:49: server is up
2019-01-16 20:14:41: [center] Using binned.
2019-01-16 20:14:41: [center] 4.5.1-0+UE4 7038 3077 404 10
2019-01-16 20:14:41: [center] CtrlCHandler: Signal=2
2019-01-16 20:14:42: [center] /usr/local/bin/arkmanager: line 1101: 28919 Aborted "$arkserverroot/$arkserverexec" "$arkserveropts" "${arkextraopts[@]}"
2019-01-16 20:14:44: [ragnarok] Using binned.
2019-01-16 20:14:44: [ragnarok] 4.5.1-0+UE4 7038 3077 404 10
2019-01-16 20:14:44: [ragnarok] CtrlCHandler: Signal=2
2019-01-16 20:14:48: [ragnarok] /usr/local/bin/arkmanager: line 1101: 29097 Aborted "$arkserverroot/$arkserverexec" "$arkserveropts" "${arkextraopts[@]}"
2019-01-16 20:16:40: [center] 2019-01-16 20:16:40: start
2019-01-16 20:16:40: [center] 2019-01-16 20:16:40: Running /home/steam/ARK-TheCenter/ShooterGame/Binaries/Linux/ShooterGameServer TheCenter\?RCONEnabled=True\?RCONPort=32331\?SessionName=Mind4Inception.de\ --\ The\ Center\?Port=7778\?QueryPort=27016\?ServerPassword\?ServerPVE=True\?DifficultyOffset=1\?ServerAdminPassword=Ns8bT6\?MaxPlayers=80\?GameModIds=731604991\,1260983937\,1136125765\,924619115\?PreventDownloadSurvivors=False\?PreventDownloadItems=False\?PreventDownloadDinos=False\?PreventUploadSurvivors=False\?PreventUploadItems=False\?PreventUploadDinos=False\?noTributeDownloads=false\?listen -NoTransferFromFiltering -clusterid=mind4inception -ClusterDirOverride=/home/steam/ARK-ServerCluster
2019-01-16 20:16:40: [center] 2019-01-16 20:16:40: Server PID: 17304
2019-01-16 20:16:41: [center] [S_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed.
2019-01-16 20:16:41: [center] Setting breakpad minidump AppID = 346110
2019-01-16 20:19:14: [ragnarok] 2019-01-16 20:19:14: start
2019-01-16 20:19:14: [ragnarok] 2019-01-16 20:19:14: Running /home/steam/ARK-Ragnarok/ShooterGame/Binaries/Linux/ShooterGameServer Ragnarok\?RCONEnabled=True\?RCONPort=32330\?SessionName=Mind4Inception.de\ --\ Ragnarok\?Port=7777\?QueryPort=27015\?ServerPassword\?ServerPVE=False\?DifficultyOffset=1\?ServerAdminPassword=Ns8bT6\?MaxPlayers=80\?GameModIds=731604991\,1260983937\,1136125765\,924619115\?PreventDownloadSurvivors=False\?PreventDownloadItems=False\?PreventDownloadDinos=False\?PreventUploadSurvivors=False\?PreventUploadItems=False\?PreventUploadDinos=False\?noTributeDownloads=false\?listen -NoTransferFromFiltering -clusterid=mind4inception -ClusterDirOverride=/home/steam/ARK-ServerCluster
2019-01-16 20:19:14: [ragnarok] 2019-01-16 20:19:14: Server PID: 18518
2019-01-16 20:19:16: [ragnarok] [S_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed.
2019-01-16 20:19:16: [ragnarok] Setting breakpad minidump AppID = 346110
2019-01-16 20:21:54: [center] 2019-01-16 20:21:54: server is up
2019-01-16 20:21:56: [ragnarok] 2019-01-16 20:21:56: server is up
2019-01-16 20:41:16: [ragnarok] Using binned.
2019-01-16 20:41:16: [ragnarok] 4.5.1-0+UE4 7038 3077 404 10
2019-01-16 20:41:16: [ragnarok] CtrlCHandler: Signal=2
2019-01-16 20:41:21: [ragnarok] /usr/local/bin/arkmanager: line 1101: 18518 Aborted "$arkserverroot/$arkserverexec" "$arkserveropts" "${arkextraopts[@]}"
2019-01-16 20:41:59: [ragnarok] 2019-01-16 20:41:59: start
2019-01-16 20:41:59: [ragnarok] 2019-01-16 20:41:59: Running /home/steam/ARK-Ragnarok/ShooterGame/Binaries/Linux/ShooterGameServer Ragnarok\?RCONEnabled=True\?RCONPort=32330\?SessionName=Mind4Inception.de\ --\ Ragnarok\?Port=7777\?QueryPort=27015\?ServerPassword\?ServerPVE=True\?DifficultyOffset=1\?ServerAdminPassword=Ns8bT6\?MaxPlayers=80\?GameModIds=731604991\,1260983937\,1136125765\,924619115\?PreventDownloadSurvivors=False\?PreventDownloadItems=False\?PreventDownloadDinos=False\?PreventUploadSurvivors=False\?PreventUploadItems=False\?PreventUploadDinos=False\?noTributeDownloads=false\?listen -NoTransferFromFiltering -clusterid=mind4inception -ClusterDirOverride=/home/steam/ARK-ServerCluster
2019-01-16 20:41:59: [ragnarok] 2019-01-16 20:41:59: Server PID: 26650
2019-01-16 20:42:00: [ragnarok] [S_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed.
2019-01-16 20:42:00: [ragnarok] Setting breakpad minidump AppID = 346110
2019-01-16 20:44:35: [ragnarok] 2019-01-16 20:44:35: server is up
2019-01-20 18:37:08: [center] Using binned.
2019-01-20 18:37:08: [center] 4.5.1-0+UE4 7038 3077 404 10
2019-01-20 18:37:08: [center] CtrlCHandler: Signal=2
2019-01-20 18:37:11: [center] /usr/local/bin/arkmanager: line 1101: 17304 Aborted "$arkserverroot/$arkserverexec" "$arkserveropts" "${arkextraopts[@]}"
2019-01-20 18:37:12: [ragnarok] Using binned.
2019-01-20 18:37:12: [ragnarok] 4.5.1-0+UE4 7038 3077 404 10
2019-01-20 18:37:12: [ragnarok] CtrlCHandler: Signal=2
2019-01-20 18:37:12: [ragnarok] /usr/local/bin/arkmanager: line 834: 26650 Aborted "$arkserverroot/$arkserverexec" "$arkserveropts" "${arkextraopts[@]}"
2019-01-20 19:14:35: [amissa] 2019-01-20 19:14:35: start
2019-01-20 19:14:35: [amissa] 2019-01-20 19:14:35: Running /home/steam/ARK-Amissa/ShooterGame/Binaries/Linux/ShooterGameServer Amissa\?RCONEnabled=True\?RCONPort=32330\?SessionName=Mind4Inception.de\?Port=7777\?QueryPort=27015\?ServerPassword\?ServerPVE=True\?DifficultyOffset=2\?ServerAdminPassword=Ns8bT6\?MaxPlayers=80\?GameModIds=487516323\,487516324\,487516325\,1383342563\,747539326\,924619115\,1091147617\,731604991\,1260983937\,764755314\,1136125765\?listen
2019-01-20 19:14:35: [amissa] 2019-01-20 19:14:35: Server PID: 599
2019-01-20 19:14:36: [amissa] [S_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed.
2019-01-20 19:14:36: [amissa] Setting breakpad minidump AppID = 346110
2019-01-20 19:15:52: [amissa] 2019-01-20 19:15:52: server is up
2019-01-20 19:48:58: [amissa] Using binned.
2019-01-20 19:48:58: [amissa] 4.5.1-0+UE4 7038 3077 404 10
2019-01-20 19:48:58: [amissa] CtrlCHandler: Signal=2
2019-01-20 19:49:01: [amissa] /usr/local/bin/arkmanager: line 1101: 599 Aborted "$arkserverroot/$arkserverexec" "$arkserveropts" "${arkextraopts[@]}"
2019-01-20 19:49:58: [amissa] 2019-01-20 19:49:58: start
2019-01-20 19:49:58: [amissa] 2019-01-20 19:49:58: Running /home/steam/ARK-Amissa/ShooterGame/Binaries/Linux/ShooterGameServer Amissa\?RCONEnabled=True\?RCONPort=32330\?SessionName=Mind4Inception.de\?Port=7777\?QueryPort=27015\?ServerPassword\?ServerPVE=True\?DifficultyOffset=2\?ServerAdminPassword=Ns8bT6\?MaxPlayers=80\?GameModIds=1383342563\,747539326\,924619115\,1091147617\,731604991\,1260983937\,764755314\,1136125765\?listen
2019-01-20 19:49:58: [amissa] 2019-01-20 19:49:58: Server PID: 6836
2019-01-20 19:49:59: [amissa] [S_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed.
2019-01-20 19:49:59: [amissa] Setting breakpad minidump AppID = 346110
2019-01-20 19:51:48: [amissa] 2019-01-20 19:51:48: server is up
2019-01-20 19:52:25: [amissa] Using binned.
2019-01-20 19:52:25: [amissa] 4.5.1-0+UE4 7038 3077 404 10
2019-01-20 19:52:25: [amissa] CtrlCHandler: Signal=2
2019-01-20 19:52:28: [amissa] /usr/local/bin/arkmanager: line 1101: 6836 Aborted "$arkserverroot/$arkserverexec" "$arkserveropts" "${arkextraopts[@]}"
2019-01-20 19:52:45: [amissa] 2019-01-20 19:52:45: start
2019-01-20 19:52:45: [amissa] 2019-01-20 19:52:45: Running /home/steam/ARK-Amissa/ShooterGame/Binaries/Linux/ShooterGameServer Amissa\?RCONEnabled=True\?RCONPort=32330\?SessionName=Mind4Inception.de\?Port=7777\?QueryPort=27015\?ServerPassword\?ServerPVE=True\?DifficultyOffset=2\?ServerAdminPassword=Ns8bT6\?MaxPlayers=80\?GameModIds=1383342563\,747539326\,924619115\,1091147617\,731604991\,1260983937\,764755314\,1136125765\?listen
2019-01-20 19:52:45: [amissa] 2019-01-20 19:52:45: Server PID: 8771
2019-01-20 19:52:46: [amissa] [S_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed.
2019-01-20 19:52:46: [amissa] Setting breakpad minidump AppID = 346110
2019-01-20 19:54:35: [amissa] 2019-01-20 19:54:35: server is up
2019-01-21 16:08:25: [amissa] Using binned.
2019-01-21 16:08:26: [amissa] 4.5.1-0+UE4 7038 3077 404 10
2019-01-21 16:08:26: [amissa] CtrlCHandler: Signal=2
2019-01-21 16:08:30: [amissa] /usr/local/bin/arkmanager: line 1101: 8771 Aborted "$arkserverroot/$arkserverexec" "$arkserveropts" "${arkextraopts[@]}"
2019-01-21 16:08:38: [amissa] 2019-01-21 16:08:38: start
2019-01-21 16:08:38: [amissa] 2019-01-21 16:08:38: Running /home/steam/ARK-Amissa/ShooterGame/Binaries/Linux/ShooterGameServer Amissa\?RCONEnabled=True\?RCONPort=32330\?SessionName=Mind4Inception.de\?Port=7777\?QueryPort=27015\?ServerPassword\?ServerPVE=True\?DifficultyOffset=2\?ServerAdminPassword=Ns8bT6\?MaxPlayers=80\?GameModIds=1383342563\,747539326\,924619115\,1091147617\,731604991\,1260983937\,764755314\,1136125765\?listen
2019-01-21 16:08:38: [amissa] 2019-01-21 16:08:38: Server PID: 22197
2019-01-21 16:08:39: [amissa] [S_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed.
2019-01-21 16:08:39: [amissa] Setting breakpad minidump AppID = 346110
2019-01-21 16:10:11: [amissa] 2019-01-21 16:10:11: server is up
2019-01-22 14:08:48: [amissa] Using binned.
2019-01-22 14:08:48: [amissa] 4.5.1-0+UE4 7038 3077 404 10
2019-01-22 14:08:48: [amissa] CtrlCHandler: Signal=2
2019-01-22 14:08:50: [amissa] /usr/local/bin/arkmanager: line 1101: 22197 Aborted "$arkserverroot/$arkserverexec" "$arkserveropts" "${arkextraopts[@]}"
2019-01-22 14:09:01: [amissa] 2019-01-22 14:09:01: start
2019-01-22 14:09:01: [amissa] 2019-01-22 14:09:01: Running /home/steam/ARK-Amissa/ShooterGame/Binaries/Linux/ShooterGameServer Amissa\?RCONEnabled=True\?RCONPort=32330\?SessionName=Mind4Inception.de\?Port=7777\?QueryPort=27015\?ServerPassword\?ServerPVE=True\?DifficultyOffset=2\?ServerAdminPassword=Ns8bT6\?MaxPlayers=80\?GameModIds=1383342563\,747539326\,924619115\,1091147617\,731604991\,1260983937\,764755314\,1136125765\?listen
2019-01-22 14:09:01: [amissa] 2019-01-22 14:09:01: Server PID: 19582
2019-01-22 14:09:02: [amissa] [S_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed.
2019-01-22 14:09:02: [amissa] Setting breakpad minidump AppID = 346110
2019-01-22 14:11:24: [amissa] 2019-01-22 14:11:24: server is up
2019-01-22 14:50:49: [amissa] Using binned.
2019-01-22 14:50:49: [amissa] 4.5.1-0+UE4 7038 3077 404 10
2019-01-22 14:50:49: [amissa] CtrlCHandler: Signal=2
2019-01-22 14:50:52: [amissa] /usr/local/bin/arkmanager: line 1101: 19582 Aborted "$arkserverroot/$arkserverexec" "$arkserveropts" "${arkextraopts[@]}"
2019-01-22 14:51:03: [amissa] 2019-01-22 14:51:03: start
2019-01-22 14:51:03: [amissa] 2019-01-22 14:51:03: Running /home/steam/ARK-Amissa/ShooterGame/Binaries/Linux/ShooterGameServer Amissa\?RCONEnabled=True\?RCONPort=32330\?SessionName=Mind4Inception.de\?Port=7777\?QueryPort=27015\?ServerPassword\?ServerPVE=True\?DifficultyOffset=2\?ServerAdminPassword=Ns8bT6\?MaxPlayers=80\?GameModIds=1383342563\,747539326\,924619115\,1091147617\,731604991\,1260983937\,764755314\,1136125765\?listen
2019-01-22 14:51:03: [amissa] 2019-01-22 14:51:03: Server PID: 26522
2019-01-22 14:51:04: [amissa] [S_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed.
2019-01-22 14:51:04: [amissa] Setting breakpad minidump AppID = 346110
2019-01-22 14:53:27: [amissa] 2019-01-22 14:53:27: server is up
2019-01-22 17:55:23: [amissa] Using binned.
2019-01-22 17:55:23: [amissa] 4.5.1-0+UE4 7038 3077 404 10
2019-01-22 17:55:23: [amissa] CtrlCHandler: Signal=2
2019-01-22 17:55:25: [amissa] /usr/local/bin/arkmanager: line 1101: 26522 Aborted "$arkserverroot/$arkserverexec" "$arkserveropts" "${arkextraopts[@]}"
2019-01-22 17:55:35: [amissa] 2019-01-22 17:55:35: start
2019-01-22 17:55:35: [amissa] 2019-01-22 17:55:35: Running /home/steam/ARK-Amissa/ShooterGame/Binaries/Linux/ShooterGameServer Amissa\?RCONEnabled=True\?RCONPort=32330\?SessionName=Mind4Inception.de\?Port=7777\?QueryPort=27015\?ServerPassword\?ServerPVE=True\?DifficultyOffset=2\?ServerAdminPassword=Ns8bT6\?MaxPlayers=80\?GameModIds=1383342563\,747539326\,924619115\,1091147617\,731604991\,1260983937\,764755314\,1136125765\?listen
2019-01-22 17:55:35: [amissa] 2019-01-22 17:55:35: Server PID: 21132
2019-01-22 17:55:36: [amissa] [S_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed.
2019-01-22 17:55:36: [amissa] Setting breakpad minidump AppID = 346110
2019-01-22 17:58:04: [amissa] 2019-01-22 17:58:04: server is up
2019-01-22 18:20:30: [amissa] Using binned.
2019-01-22 18:20:30: [amissa] 4.5.1-0+UE4 7038 3077 404 10
2019-01-22 18:20:30: [amissa] CtrlCHandler: Signal=2
2019-01-22 18:20:35: [amissa] /usr/local/bin/arkmanager: line 1101: 21132 Aborted "$arkserverroot/$arkserverexec" "$arkserveropts" "${arkextraopts[@]}"
2019-01-22 18:20:44: [amissa] 2019-01-22 18:20:44: start
2019-01-22 18:20:44: [amissa] 2019-01-22 18:20:44: Running /home/steam/ARK-Amissa/ShooterGame/Binaries/Linux/ShooterGameServer Amissa\?RCONEnabled=True\?RCONPort=32330\?SessionName=Mind4Inception.de\?Port=7777\?QueryPort=27015\?ServerPassword\?ServerPVE=True\?DifficultyOffset=2\?ServerAdminPassword=Ns8bT6\?MaxPlayers=80\?GameModIds=1383342563\,747539326\,924619115\,1091147617\,731604991\,1260983937\,764755314\,1136125765\?listen
2019-01-22 18:20:44: [amissa] 2019-01-22 18:20:44: Server PID: 25162
2019-01-22 18:20:45: [amissa] [S_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed.
2019-01-22 18:20:45: [amissa] Setting breakpad minidump AppID = 346110
2019-01-22 18:23:13: [amissa] 2019-01-22 18:23:13: server is up
2019-01-22 18:55:54: [amissa] Using binned.
2019-01-22 18:55:54: [amissa] 4.5.1-0+UE4 7038 3077 404 10
2019-01-22 18:55:54: [amissa] CtrlCHandler: Signal=2
2019-01-22 18:55:56: [amissa] /usr/local/bin/arkmanager: line 1101: 25162 Aborted "$arkserverroot/$arkserverexec" "$arkserveropts" "${arkextraopts[@]}"
2019-01-22 18:56:07: [amissa] 2019-01-22 18:56:07: start
2019-01-22 18:56:08: [amissa] 2019-01-22 18:56:07: Running /home/steam/ARK-Amissa/ShooterGame/Binaries/Linux/ShooterGameServer Amissa\?RCONEnabled=True\?RCONPort=32330\?SessionName=Mind4Inception.de\?Port=7777\?QueryPort=27015\?ServerPassword\?ServerPVE=True\?DifficultyOffset=2\?ServerAdminPassword=Ns8bT6\?MaxPlayers=80\?GameModIds=1383342563\,747539326\,924619115\,1091147617\,731604991\,1260983937\,764755314\,1136125765\?listen
2019-01-22 18:56:08: [amissa] 2019-01-22 18:56:08: Server PID: 30766
2019-01-22 18:56:09: [amissa] [S_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed.
2019-01-22 18:56:09: [amissa] Setting breakpad minidump AppID = 346110
2019-01-22 18:57:58: [amissa] 2019-01-22 18:57:58: server is up
2019-01-22 19:43:10: [amissa] Using binned.
2019-01-22 19:43:10: [amissa] 4.5.1-0+UE4 7038 3077 404 10
2019-01-22 19:43:10: [amissa] CtrlCHandler: Signal=2
2019-01-22 19:43:10: [amissa] /usr/local/bin/arkmanager: line 1101: 30766 Aborted "$arkserverroot/$arkserverexec" "$arkserveropts" "${arkextraopts[@]}"
2019-01-22 19:43:10: [amissa] 2019-01-22 19:43:10: Bad PID ''; expected '30766'
2019-01-22 19:43:10: [amissa] 2019-01-22 19:43:10: exited with status 0
2019-01-22 19:43:25: [amissa] 2019-01-22 19:43:25: start
2019-01-22 19:43:25: [amissa] 2019-01-22 19:43:25: Running /home/steam/ARK-Amissa/ShooterGame/Binaries/Linux/ShooterGameServer Amissa\?RCONEnabled=True\?RCONPort=32330\?SessionName=Mind4Inception.de\?Port=7777\?QueryPort=27015\?ServerPassword\?ServerPVE=True\?DifficultyOffset=2\?ServerAdminPassword=Ns8bT6\?MaxPlayers=80\?GameModIds=1383342563\,747539326\,924619115\,1091147617\,731604991\,1260983937\,764755314\,1136125765\?listen
2019-01-22 19:43:25: [amissa] 2019-01-22 19:43:25: Server PID: 6097
2019-01-22 19:43:26: [amissa] [S_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed.
2019-01-22 19:43:26: [amissa] Setting breakpad minidump AppID = 346110
2019-01-22 19:45:10: [amissa] 2019-01-22 19:45:10: server is up
2019-01-23 15:55:19: [amissa] Using binned.
2019-01-23 15:55:19: [amissa] 4.5.1-0+UE4 7038 3077 404 10
2019-01-23 15:55:19: [amissa] CtrlCHandler: Signal=2
2019-01-23 15:55:23: [amissa] /usr/local/bin/arkmanager: line 1101: 6097 Aborted "$arkserverroot/$arkserverexec" "$arkserveropts" "${arkextraopts[@]}"
2019-01-23 15:55:32: [amissa] 2019-01-23 15:55:32: start
2019-01-23 15:55:32: [amissa] 2019-01-23 15:55:32: Running /home/steam/ARK-Amissa/ShooterGame/Binaries/Linux/ShooterGameServer Amissa\?RCONEnabled=True\?RCONPort=32330\?SessionName=Mind4Inception.de\?Port=7777\?QueryPort=27015\?ServerPassword\?ServerPVE=True\?DifficultyOffset=2\?ServerAdminPassword=Ns8bT6\?MaxPlayers=80\?GameModIds=1383342563\,747539326\,924619115\,1091147617\,731604991\,1260983937\,764755314\,1136125765\?listen
2019-01-23 15:55:32: [amissa] 2019-01-23 15:55:32: Server PID: 21007
2019-01-23 15:55:33: [amissa] [S_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed.
2019-01-23 15:55:33: [amissa] Setting breakpad minidump AppID = 346110
2019-01-23 15:57:50: [amissa] 2019-01-23 15:57:50: server is up
2019-01-23 21:47:21: [amissa] Using binned.
2019-01-23 21:47:21: [amissa] 4.5.1-0+UE4 7038 3077 404 10
2019-01-23 21:47:21: [amissa] CtrlCHandler: Signal=2
2019-01-23 21:47:22: [amissa] /usr/local/bin/arkmanager: line 1101: 21007 Aborted "$arkserverroot/$arkserverexec" "$arkserveropts" "${arkextraopts[@]}"
2019-01-23 21:47:34: [amissa] 2019-01-23 21:47:34: start
2019-01-23 21:47:34: [amissa] 2019-01-23 21:47:34: Running /home/steam/ARK-Amissa/ShooterGame/Binaries/Linux/ShooterGameServer Amissa\?RCONEnabled=True\?RCONPort=32330\?SessionName=Mind4Inception.de\?Port=7777\?QueryPort=27015\?ServerPassword\?ServerPVE=True\?DifficultyOffset=2\?ServerAdminPassword=Ns8bT6\?MaxPlayers=80\?GameModIds=1383342563\,747539326\,924619115\,1091147617\,731604991\,1260983937\,764755314\,1136125765\?listen
2019-01-23 21:47:34: [amissa] 2019-01-23 21:47:34: Server PID: 7365
2019-01-23 21:47:35: [amissa] [S_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed.
2019-01-23 21:47:35: [amissa] Setting breakpad minidump AppID = 346110
2019-01-23 21:50:03: [amissa] 2019-01-23 21:50:03: server is up
2019-02-27 18:46:40: [amissa] /usr/local/bin/arkmanager: line 1101: 7365 Killed "$arkserverroot/$arkserverexec" "$arkserveropts" "${arkextraopts[@]}"
2019-02-27 18:54:44: [amissa] 2019-02-27 18:54:44: start
2019-02-27 18:54:44: [amissa] 2019-02-27 18:54:44: Running /home/steam/ARK-Amissa/ShooterGame/Binaries/Linux/ShooterGameServer Amissa\?RCONEnabled=True\?RCONPort=32330\?SessionName=Mind4Inception.de\?Port=7777\?QueryPort=27015\?ServerPassword\?ServerPVE=True\?DifficultyOffset=2\?ServerAdminPassword=Ns8bT6\?MaxPlayers=80\?GameModIds=1383342563\,747539326\,924619115\,1091147617\,731604991\,1260983937\,764755314\,1136125765\?listen
2019-02-27 18:54:44: [amissa] 2019-02-27 18:54:44: Server PID: 4246
2019-02-27 18:54:45: [amissa] [S_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed.
2019-02-27 18:54:45: [amissa] Setting breakpad minidump AppID = 346110
2019-02-27 18:59:35: [amissa] /usr/local/bin/arkmanager: line 1101: 4246 Killed "$arkserverroot/$arkserverexec" "$arkserveropts" "${arkextraopts[@]}"
2019-02-27 18:59:45: [amissa] 2019-02-27 18:59:45: start
2019-02-27 18:59:46: [amissa] 2019-02-27 18:59:45: Running /home/steam/ARK-Amissa/ShooterGame/Binaries/Linux/ShooterGameServer Amissa\?RCONEnabled=True\?RCONPort=32330\?SessionName=Mind4Inception.de\?Port=7777\?QueryPort=27015\?ServerPassword\?ServerPVE=True\?DifficultyOffset=2\?ServerAdminPassword=Ns8bT6\?MaxPlayers=80\?GameModIds=1383342563\,747539326\,924619115\,1091147617\,731604991\,1260983937\,764755314\,1136125765\?listen
2019-02-27 18:59:46: [amissa] 2019-02-27 18:59:46: Server PID: 6448
2019-02-27 18:59:46: [amissa] [S_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed.
2019-02-27 18:59:46: [amissa] Setting breakpad minidump AppID = 346110
2019-02-27 20:29:48: [amissa] Signal 11 caught.
2019-02-27 20:29:52: [amissa] /usr/local/bin/arkmanager: line 1101: 6448 Segmentation fault "$arkserverroot/$arkserverexec" "$arkserveropts" "${arkextraopts[@]}"
2019-02-27 20:29:52: [amissa] 2019-02-27 20:29:52: Bad PID ''; expected '6448'
2019-02-27 20:29:52: [amissa] 2019-02-27 20:29:52: exited with status 0
2019-02-27 21:13:53: [amissa] 2019-02-27 21:13:53: start
2019-02-27 21:13:53: [amissa] 2019-02-27 21:13:53: Running /home/steam/ARK-Amissa/ShooterGame/Binaries/Linux/ShooterGameServer Amissa\?RCONEnabled=True\?RCONPort=32330\?SessionName=Mind4Inception.de\?Port=7777\?QueryPort=27015\?ServerPassword\?ServerPVE=True\?DifficultyOffset=2\?ServerAdminPassword=Ns8bT6\?MaxPlayers=80\?GameModIds=1383342563\,747539326\,924619115\,1091147617\,731604991\,1260983937\,764755314\,1136125765\?listen
2019-02-27 21:13:53: [amissa] 2019-02-27 21:13:53: Server PID: 31293
2019-02-27 21:13:54: [amissa] [S_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed.
2019-02-27 21:13:54: [amissa] Setting breakpad minidump AppID = 346110
2019-02-27 21:47:54: [amissa] 2019-02-27 21:47:54: start
2019-02-27 21:47:54: [amissa] 2019-02-27 21:47:54: Running /home/steam/ARK-Amissa/ShooterGame/Binaries/Linux/ShooterGameServer Amissa\?RCONEnabled=True\?RCONPort=32330\?SessionName=Mind4Inception.de\?Port=7777\?QueryPort=27015\?ServerPassword\?ServerPVE=True\?DifficultyOffset=2\?ServerAdminPassword=Ns8bT6\?MaxPlayers=80\?GameModIds=1383342563\,747539326\,924619115\,1091147617\,731604991\,1260983937\,764755314\,1136125765\?listen
2019-02-27 21:47:54: [amissa] 2019-02-27 21:47:54: Server PID: 8210
2019-02-27 21:47:54: [amissa] [S_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed.
2019-02-27 21:47:54: [amissa] Setting breakpad minidump AppID = 346110
2019-02-27 22:00:44: [amissa] 2019-02-27 22:00:44: start
2019-02-27 22:00:44: [amissa] 2019-02-27 22:00:44: Running /home/steam/ARK-Amissa/ShooterGame/Binaries/Linux/ShooterGameServer Amissa\?RCONEnabled=True\?RCONPort=32330\?SessionName=Mind4Inception.de\?Port=7777\?QueryPort=27015\?ServerPassword\?ServerPVE=True\?DifficultyOffset=2\?ServerAdminPassword=Ns8bT6\?MaxPlayers=80\?GameModIds=1383342563\,747539326\,924619115\,1091147617\,731604991\,1260983937\,764755314\,1136125765\?listen
2019-02-27 22:00:44: [amissa] 2019-02-27 22:00:44: Server PID: 11874
2019-02-27 22:00:45: [amissa] [S_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed.
2019-02-27 22:00:45: [amissa] Setting breakpad minidump AppID = 346110
2019-02-27 23:02:12: [amissa] /usr/local/bin/arkmanager: line 1101: 11874 Killed "$arkserverroot/$arkserverexec" "$arkserveropts" "${arkextraopts[@]}"
2019-02-27 23:02:26: [amissa] 2019-02-27 23:02:26: start
2019-02-27 23:02:26: [amissa] 2019-02-27 23:02:26: Running /home/steam/ARK-Amissa/ShooterGame/Binaries/Linux/ShooterGameServer Amissa\?RCONEnabled=True\?RCONPort=32330\?SessionName=Mind4Inception.de\?Port=7777\?QueryPort=27015\?ServerPassword\?ServerPVE=True\?DifficultyOffset=2\?ServerAdminPassword=Ns8bT6\?MaxPlayers=80\?GameModIds=1383342563\,747539326\,924619115\,1091147617\,731604991\,1260983937\,764755314\,1136125765\?listen
2019-02-27 23:02:26: [amissa] 2019-02-27 23:02:26: Server PID: 27000
2019-02-27 23:02:27: [amissa] [S_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed.
2019-02-27 23:02:27: [amissa] Setting breakpad minidump AppID = 346110
2019-02-28 00:32:27: [amissa] Signal 11 caught.
2019-02-28 00:32:32: [amissa] /usr/local/bin/arkmanager: line 1101: 27000 Segmentation fault "$arkserverroot/$arkserverexec" "$arkserveropts" "${arkextraopts[@]}"
2019-02-28 00:32:32: [amissa] 2019-02-28 00:32:32: Bad PID ''; expected '27000'
2019-02-28 00:32:32: [amissa] 2019-02-28 00:32:32: exited with status 0
2019-03-05 12:09:40: [amissa] 2019-03-05 12:09:40: start
2019-03-05 12:09:40: [amissa] 2019-03-05 12:09:40: Running /home/steam/ARK-Amissa/ShooterGame/Binaries/Linux/ShooterGameServer Amissa\?RCONEnabled=True\?RCONPort=32330\?SessionName=Mind4Inception.de\?Port=7777\?QueryPort=27015\?ServerPassword\?ServerPVE=True\?DifficultyOffset=2\?ServerAdminPassword=Ns8bT6\?MaxPlayers=80\?GameModIds=1383342563\,747539326\,924619115\,1091147617\,731604991\,1260983937\,764755314\,1136125765\?listen
2019-03-05 12:09:40: [amissa] 2019-03-05 12:09:40: Server PID: 9977
2019-03-05 12:09:41: [amissa] [S_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed.
2019-03-05 12:09:41: [amissa] Setting breakpad minidump AppID = 346110
2019-03-05 12:13:44: [amissa] /usr/local/bin/arkmanager: line 1101: 9977 Killed "$arkserverroot/$arkserverexec" "$arkserveropts" "${arkextraopts[@]}"
Für weitere Information stehe ich offen.
Hoffe hier kann mir einer Helfen und findet eventuell die Fehler.
Gruß
Fabian