Hallo,
für micht privat habe ich mir einen localen Server mit Ubuntu Server 16.04 installiert und eingerichtet. Auf diesem lief auf bis zuletzt der Ark-Server (nur für das locale Netzwerk nicht öffentlich). Leider startet dieser nicht mehr richtig.
Installiert habe ich den Server nach diesem Tutorial hier aus dem Forum. Hat Anfangs auch super funktioniert. Wollte letztens mal wieder Ark zocken musste dann aber leider feststellen das mein Ark-Server down ist. Er lässt sich auch nicht mehr richtig starten.
Ich kann ihn zwar mit "arkmanager start" starten, aber er wird im Spiel nicht angezeigt.
Mit arkmanager status bekomme ich folgenden status nach dem starten:
Running command 'status' for instance 'main'
Server running: Yes
Server PID: 3849
Server listening: No
Server build ID: 1996600
Nach ca. 40 Min bekomme ich dann folgenden status:
Running command 'status' for instance 'main'
Server running: No
Server listening: No
Server build ID: 1996600
Und folgendes steht in dem log files:
arkserver.log:
2017-07-30 11:51:08: [main] 2017-07-30 11:51:08: start
2017-07-30 11:51:08: [main] 2017-07-30 11:51:08: Running /home/steam/ARK/ShooterGame/Binaries/Linux/ShooterGameServer TheCenter\?RCONEnabled=True\?RCONPort=32330\?SessionName=Udos\ Albion\?Port=7777\?QueryPort=27015\?ServerPassword\?ServerAdminPassword=****\?MaxPlayers=10\?AllowCaveBuildingPvE=True\?bDisableStructureDecayPvE=True\?ServerCrosshair=True\?serverPVE=True\?ShowMapPlayerLocation=True\?listen
2017-07-30 11:51:08: [main] 2017-07-30 11:51:08: Server PID: 6223
2017-07-30 11:51:11: [main] [S_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed.
2017-07-30 11:51:12: [main] Setting breakpad minidump AppID = 346110
2017-07-30 12:36:25: [main] Signal 11 caught.
2017-07-30 12:36:32: [main] /usr/local/bin/arkmanager: Zeile 1028: 6223 Speicherzugriffsfehler (Speicherabzug geschrieben) "$arkserverroot/$arkserverexec" "$arkserveropts" "${arkextraopts[@]}"
2017-07-30 12:36:32: [main] 2017-07-30 12:36:32: Bad PID ''; expected '6223'
2017-07-30 12:36:32: [main] 2017-07-30 12:36:32: exited with status 0
arkmanager.log:
2017-07-30 11:51:08: [main] The server is starting...
2017-07-30 11:51:08: [main] The server is now running, and should be up within 10 minutes
Meine 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
arkbackupdir="/data/privat/game_servers/ark/backups" # path to backup directory
arkwarnminutes="60" # number of minutes to warn players when using update --warn
arkautorestartfile="ShooterGame/Saved/.autorestart" # path to autorestart file
arkAutoUpdateOnStart="false" # 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 (reduc$
# 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="This ARK server will shutdown for an update in %d minutes"
msgWarnUpdateSeconds="This ARK server will shutdown for an update in %d seconds"
msgWarnRestartMinutes="This ARK server will shutdown for a restart in %d minutes"
msgWarnRestartSeconds="This ARK server will shutdown for a restart in %d seconds"
msgWarnShutdownMinutes="This ARK server will shutdown in %d minutes"
msgWarnShutdownSeconds="This ARK server will shutdown in %d seconds"
msgWarnCancelled="Restart cancelled by player request"
# 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/shared$
#ark_TotalConversionMod="496735411" # Uncomment this to specify a total-conversion mod
ark_SessionName="Udos Albion"
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="10"
#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_AllowThirdPersonPlayer="True"
ark_AllowCaveBuildingPvE="True"
ark_bDisableStructureDecayPvE="True"
ark_ServerCrosshair="True"
ark_serverPVE="True"
ark_ShowMapPlayerLocation="True"
# 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="main"
Alles anzeigen
Meine main.cfg
# config environment
arkserverroot="/home/steam/ARK" # 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="TheCenter" # server map (default TheIsland)
#serverMapModId="469987622" # Uncomment this to specify the Map Mod Id (<fileid> in http://steamcommunity.com/shared$
#ark_TotalConversionMod="496735411" # Uncomment this to specify a total-conversion mod
ark_RCONEnabled="True" # Enable RCON Protocol
ark_RCONPort="32330" # RCON Port
ark_SessionName="Udos Albion" # 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_ServerAdminPassword="**********" # ARK server admin password, KEEP IT SAFE!
ark_MaxPlayers="10"
#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_AllowThirdPersonPlayer="True"
ark_AllowCaveBuildingPvE="True"
ark_bDisableStructureDecayPvE="True"
ark_ServerCrosshair="True"
ark_serverPVE="True"
ark_ShowMapPlayerLocation="True"
# 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
Alles anzeigen
Hoffe ihr könnt mir helfen meinen Ark-Server wieder zum laufen zu bekommen.
MFG
Nyral