thmhoag / arkserver

Docker image for a dedicated ARK Server with ArkManager.
MIT License
121 stars 43 forks source link

Running with suggested args fails #25

Closed elight closed 4 years ago

elight commented 4 years ago

See below. Using the args suggested in the README fails. I tried this after having some issues with my own docker-compose.

Image Setup Details

Description of Issue

Output is:

###########################################################################
# Ark Server -  Tue Sep 1 01:03:46 UTC 2020
###########################################################################
Ensuring correct permissions...
Cleaning up any leftover arkmanager files...
Creating arkmanager.cfg from environment variables...
No game files found. Installing...
Starting cron service...
 * Starting periodic command scheduler cron
   ...done.
Loading crontab...
Save file validation is not enabled.
Backup on start is not enabled.
Running command 'start' for instance 'main'
[  WARN  ]  Your ARK server exec could not be found.
Checking for updates before starting
Checking for update; PID: 44
sed: can't read /ark/server/steamapps/appmanifest_376030.acf: No such file or directory
Downloading ARK updateExecuting /home/steam/.steam/steamcmd/steamcmd.sh +@NoPromptForPassword 1 +login anonymous +force_install_dir /ark/staging +app_update 376030 +quit
Redirecting stderr to '/home/steam/.steam/logs/stderr.txt'
[  0%] Checking for available updates...
[----] Verifying installation...
Steam Console Client (c) Valve Corporation
-- type 'quit' to exit --
Loading Steam API...OK.
"@NoPromptForPassword" = "1"

Connecting anonymously to Steam Public...Logged in OK
Waiting for user info...OK
 Update state (0x3) reconfiguring, progress: 0.00 (0 / 0)
 Update state (0x3) reconfiguring, progress: 0.00 (0 / 0)
 Update state (0x3) reconfiguring, progress: 0.00 (0 / 0)
 Update state (0x5) verifying install, progress: 10.91 (1406936159 / 12896302610)
 Update state (0x5) verifying install, progress: 15.42 (1989144508 / 12896302610)
 Update state (0x5) verifying install, progress: 83.86 (10815002771 / 12896302610)
 Update state (0x5) verifying install, progress: 87.43 (11275456304 / 12896302610)
Error! App '376030' state is 0x202 after update job.
Update download interrupted
The server is starting...

An update is currently in progress.  Start aborted
elight commented 4 years ago

Digging a little further, this appears to be happening within arkmanager.

elight commented 4 years ago

I failed to google. It's because my VM's partition didn't have enough disk space.