timche / docker-csgo

Counter-Strike: Global Offensive (CS:GO) Dedicated Server with automated/manual updating and optional SourceMod and PugSetup/PracticeMode integrations
https://hub.docker.com/r/timche/csgo
MIT License
195 stars 26 forks source link

Server not starting #12

Closed Coffee2CodeNL closed 3 years ago

Coffee2CodeNL commented 3 years ago

Logs:

csgo_1  | > Installing server ...
csgo_1  | + /home/csgo/Steam/steamcmd.sh +login anonymous +force_install_dir /home/csgo/server +app_update 740 validate +quit
csgo_1  | WARNING: setlocale('en_US.UTF-8') failed, using locale: 'C'. International characters may not work.
csgo_1  | Redirecting stderr to '/home/csgo/Steam/logs/stderr.txt'
csgo_1  | [  0%] Checking for available updates...
csgo_1  | [----] Downloading update (0 of 53165 KB)...
csgo_1  | [  0%] Downloading update (48 of 53165 KB)...
csgo_1  | [  0%] Downloading update (2776 of 53165 KB)...
csgo_1  | [  5%] Downloading update (6329 of 53165 KB)...
csgo_1  | [ 11%] Downloading update (9073 of 53165 KB)...
csgo_1  | [ 17%] Downloading update (11559 of 53165 KB)...
csgo_1  | [ 21%] Downloading update (14058 of 53165 KB)...
csgo_1  | [ 26%] Downloading update (16545 of 53165 KB)...
csgo_1  | [ 31%] Downloading update (19293 of 53165 KB)...
csgo_1  | [ 36%] Downloading update (21795 of 53165 KB)...
csgo_1  | [ 40%] Downloading update (24286 of 53165 KB)...
csgo_1  | [ 45%] Downloading update (26770 of 53165 KB)...
csgo_1  | [ 50%] Downloading update (29277 of 53165 KB)...
csgo_1  | [ 55%] Downloading update (32032 of 53165 KB)...
csgo_1  | [ 60%] Downloading update (34013 of 53165 KB)...
csgo_1  | [ 63%] Downloading update (35257 of 53165 KB)...
csgo_1  | [ 66%] Downloading update (36626 of 53165 KB)...
csgo_1  | [ 68%] Downloading update (37995 of 53165 KB)...
csgo_1  | [ 71%] Downloading update (39367 of 53165 KB)...
csgo_1  | [ 74%] Downloading update (40608 of 53165 KB)...
csgo_1  | [ 76%] Downloading update (41856 of 53165 KB)...
csgo_1  | [ 78%] Downloading update (43224 of 53165 KB)...
csgo_1  | [ 81%] Downloading update (44466 of 53165 KB)...
csgo_1  | [ 83%] Downloading update (45717 of 53165 KB)...
csgo_1  | [ 85%] Downloading update (46962 of 53165 KB)...
csgo_1  | [ 88%] Downloading update (48338 of 53165 KB)...
csgo_1  | [ 90%] Downloading update (49588 of 53165 KB)...
csgo_1  | [ 93%] Downloading update (50832 of 53165 KB)...
csgo_1  | [ 95%] Downloading update (52072 of 53165 KB)...
csgo_1  | [ 97%] Downloading update (53165 of 53165 KB)...
csgo_1  | [100%] Download complete.
csgo_1  | [----] Installing update...
csgo_1  | [----] Extracting package...
csgo_1  | [----] Extracting package...
csgo_1  | [----] Extracting package...
csgo_1  | [----] Extracting package...
csgo_1  | [----] Installing update...
csgo_1  | [----] Installing update...
csgo_1  | [----] Installing update...
csgo_1  | [----] Installing update...
csgo_1  | [----] Installing update...
csgo_1  | [----] Installing update...
csgo_1  | [----] Installing update...
csgo_1  | [----] Installing update...
csgo_1  | [----] Cleaning up...
csgo_1  | [----] Update complete, launching Steamcmd...
csgo_1  | WARNING: setlocale('en_US.UTF-8') failed, using locale: 'C'. International characters may not work.
csgo_1  | Redirecting stderr to '/home/csgo/Steam/logs/stderr.txt'
csgo_1  | [  0%] Checking for available updates...
csgo_1  | [----] Verifying installation...
csgo_1  | Steam Console Client (c) Valve Corporation
csgo_1  | -- type 'quit' to exit --
csgo_1  | Loading Steam API...OK.
csgo_1  |
csgo_1  | Connecting anonymously to Steam Public...Logged in OK
csgo_1  | Waiting for user info...OK
csgo_1  | ERROR! Failed to install app '740' (Disk write failure)
csgo_1  | > Installing server ...
csgo_1  | + /home/csgo/Steam/steamcmd.sh +login anonymous +force_install_dir /home/csgo/server +app_update 740 validate +quit
csgo_1  | WARNING: setlocale('en_US.UTF-8') failed, using locale: 'C'. International characters may not work.
csgo_1  | Redirecting stderr to '/home/csgo/Steam/logs/stderr.txt'
csgo_1  | [  0%] Checking for available updates...
csgo_1  | [----] Verifying installation...
csgo_1  | Steam Console Client (c) Valve Corporation
csgo_1  | -- type 'quit' to exit --
csgo_1  | Loading Steam API...OK.
csgo_1  |
csgo_1  | Connecting anonymously to Steam Public...Logged in OK
csgo_1  | Waiting for user info...OK
csgo_1  | ERROR! Failed to install app '740' (Disk write failure)
csgoleeticity_csgo_1 exited with code 8

Docker-Compose:

version: "3"
services:
  csgo:
    image: timche/csgo:pug-practice
    volumes:
      - /opt/csgo_leeticity/csgo:/home/csgo/server:rw
      - /opt/csgo_leeticity/csgo_custom:/usr/csgo:rw
    environment:
      - CSGO_PW=PASSWORD
      - CSGO_RCON_PW=PASSWORD
      - CSGO_TICKRATE=128
      - CSGO_FORCE_NETSETTINGS=true
timche commented 3 years ago

The error says Disk write failure, which is usually an error on the user side and not with docker-csgo. Check if your disk has enough space (at least 30 GB).

Coffee2CodeNL commented 3 years ago

Disk has more than enough space, there are also no files in the volume folders