Skip to content
This repository has been archived by the owner on Oct 5, 2023. It is now read-only.

Insufficient permissions, game files not downloading #47

Closed
paoloposo opened this issue Dec 21, 2020 · 2 comments
Closed

Insufficient permissions, game files not downloading #47

paoloposo opened this issue Dec 21, 2020 · 2 comments

Comments

@paoloposo
Copy link

Hi,

I had the container running a couple of weeks ago, was now looking to revisit the server again to find it not working. I've attached a complete log of the container output. The run command executed was as follows:

docker run -it \
-e "SRCDS_TOKEN=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX" \
-p 27015:27015/udp \
--restart unless-stopped \
cm2network/csgo

From what I can make out from the logs, there seem to be some permission problems. Error! App '740' state is 0x202 after update job. indicates that the game files are not downloaded. When googling this issue, I came across a case where there was not enough disk space to download the server files. I am not sure if this could be the issue, as my linux host reports 21 GB of available space.

log.txt

@paoloposo
Copy link
Author

I just tried using your steamcmd docker image. Running docker run -it --name=steamcmd cm2network/steamcmd bash and then, inside the container, ./steamcmd.sh +login anonymous +force_install_dir /home/steam/csgo-dedicated +app_update 740 +quit yields the same error.

@paoloposo
Copy link
Author

Never mind, it seems it was a lack of free disk space after all. I extended the volume and now it works.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant