jusito / docker-ttt

GMOD TTT server image

Home Page:https://hub.docker.com/r/jusito/docker-ttt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lgsm Failure with persistent Volume

Stathogon opened this issue · comments

Hello,
once the initial setup is done everything works fine. After i rebuild the Container whatsoever the following happening resulting in a exiting code = 1. If i delete the created folder everything works fine.

ttt           | checking GitHub module core_legacy.sh...OK
ttt           | checking GitHub module core_logs.sh...OK
ttt           | checking GitHub module core_messages.sh...OK
ttt           | checking GitHub module core_steamcmd.sh...OK
ttt           | checking GitHub module core_trap.sh...OK
ttt           | checking GitHub module fix.sh...OK
ttt           | checking GitHub module fix_steamcmd.sh...OK
ttt           | checking GitHub module info_distro.sh...OK
ttt           | checking GitHub module info_game.sh...OK
ttt           | checking GitHub module install_complete.sh...OK
ttt           | checking GitHub module install_config.sh...OK
ttt           | checking GitHub module install_gslt.sh...OK
ttt           | checking GitHub module install_header.sh...OK
ttt           | checking GitHub module install_logs.sh...OK
ttt           | checking GitHub module install_server_dir.sh...OK
ttt           | checking GitHub module install_server_files.sh...OK
ttt           | checking GitHub module install_stats.sh...OK
ttt           | checking GitHub module install_steamcmd.sh...OK
ttt           | checking GitHub module lgsm...ERROR
ttt           | rm: cannot remove 'lgsm': Is a directory
ttt           | removing module lgsm...FAIL

I have mounted it like this "/opt/docker-data/ttt:/home/steam/serverfiles" the permissions are set to 10000 like in the example

Heyho, can you try the develop version?

With the latest Tag it works fine as it seems. The Problem occured when using the Tag gmod_ttt_debian.

According to the log above you are using docker-compose, maybe your gmod_ttt_debian isnt up to date (compose doesn't always pull before up)?
Can you check:

docker inspect --format '{{.Id}}' jusito/docker-ttt:gmod_ttt_debian
docker inspect --format '{{.Id}}' jusito/docker-ttt:latest

both should output: sha256:d039a460c4c9bf06ac3aea98f6485747646ac4b63b5d2b8ed18304b2c1e5d871 ( or the same at least)

I really hope so.

Cheers