arkmanager / ark-server-tools

Set of server tools used to manage ARK: Survival Evolved servers on Linux
MIT License
684 stars 144 forks source link

Can't update server to latest version #1021

Closed akmaslov closed 4 years ago

akmaslov commented 5 years ago

I can't seem to update the server to latest version. When I run:

sudo arkmanager checkupdate \@main

I get the following output:

Running command 'checkupdate' for instance 'main' Querying Steam database for latest version... Current version: 3912455 Available version:
Your server is up to date!

Using the --force flag doesn't seem to do the trick either.

klightspeed commented 5 years ago

Does it work if you don't use sudo?

akmaslov commented 5 years ago

Probably not; I always use sudo to run the arkmanager commands.

Edit: it's weird that the Available Version shows straight blank. Usually in this case, it would just show the same version as Current.

klightspeed commented 5 years ago

The empty available version, and --force not working, suggests that your steamcmd install may be corrupt. Please try removing and re-extracting steamcmd.

akmaslov commented 5 years ago

For future generations.

The problem was simple: I was out of space on the disk. Once I freed up some bits (Ark is a massive hog), the problem went away. I'm sure there's an error being hidden here somewhere.