Closed irobot73 closed 2 years ago
Pushed a new release that fix that, could you test it?
Sorry, no love (pruned all images/containers prior to latest server run):
7dtdserver | https://github.com/vinanrra/Docker-7DaysToDie/blob/master/README.md
7dtdserver | =======================================================================
7dtdserver |
7dtdserver | * Starting periodic command scheduler cron
7dtdserver | ...done.
7dtdserver | [INFO] Activated automatic backup at 5AM
7dtdserver | [INFO] Activated LinuxGSM server monitoring
[ FAIL ] Updating sdtdserver: Checking remote build: SteamCMD[INFO] The server have been updated to stable
7dtdserver | [INFO] Installing mods after first start
7dtdserver | [INFO] The server mods have been updated to latest version, if the server crash, check mod compatibilites
7dtdserver | [INFO] Starting server...
[ WARN ] Starting sdtdserver: Missing dependencies: distro-infosudo dpkg --add-architecture i386; sudo apt update; sudo apt install distro-info
[ OK ] Starting sdtdserver: Applying steamclient.so sdk64 hardlink fix: 7 Days To Die
[ OK ] Starting sdtdserver: Applying steamclient.so sdk32 link fix: 7 Days To Die
I didn't note any addition(s) to the DockerFile depend??
It was an update of the LinuxGsm script, the image pull the new version when the image it's created, and I just notice that it's missing an package apart of the update of the script.
Hi @vinanrra , thank you for your work.
Just pulled the v0.3.2 (latest) and recreated the container (updating from 20.4 to 20.5) but still have this message.
[ FAIL ] Updating sdtdserver: Checking remote build: SteamCMD[INFO] The server have been updated to stable
[ ... ]
[ WARN ] Starting sdtdserver: Missing dependencies: distro-infosudo dpkg --add-architecture i386; sudo apt update; sudo apt install distro-info
I tried to manually apt install distro-info
in the container, the package manager found something to install so maybe the image is not up to date.
Hi @vinanrra , thank you for your work.
Just pulled the v0.3.2 (latest) and recreated the container (updating from 20.4 to 20.5) but still have this message.
[ FAIL ] Updating sdtdserver: Checking remote build: SteamCMD[INFO] The server have been updated to stable [ ... ] [ WARN ] Starting sdtdserver: Missing dependencies: distro-infosudo dpkg --add-architecture i386; sudo apt update; sudo apt install distro-info
I tried to manually
apt install distro-info
in the container, the package manager found something to install so maybe the image is not up to date.
Do an apt update
first and try again
I did it and i found the package. To fix this we just have to had the package name line 47 of the Dockerfile.
I did it locally and built the image. My server don't have this warning anymore while running on the fixed docker image. I still have the issue https://github.com/vinanrra/Docker-7DaysToDie/issues/115
Fixed #113
Fixed #113
Seems so. No WARN noted after a pull of the new code. TY
[INFO] Installing mods after first start
[INFO] The server mods have been updated to latest version, if the server crash, check mod compatibilites
[INFO] Starting server...
fetching GitHub command_start.sh...OK
fetching GitHub check_executable.sh...OK
fetching GitHub check_glibc.sh...OK
fetching GitHub info_distro.sh...OK
fetching GitHub check_deps.sh...OK
checking GitHub ubuntu-18.04.csv...OK
fetching GitHub ubuntu-18.04.csv...OK
fetching GitHub check_config.sh...OK
fetching GitHub check_system_requirements.sh...OK
fetching GitHub fix.sh...OK
fetching GitHub fix_steamcmd.sh...OK
[ .... ] Starting sdtdserver: Applying steamclient.so sdk64 hardlink fix: 7 Days To Die
[ INFO ] Starting sdtdserver: Applying steamclient.so sdk64 hardlink fix: 7 Days To Die
[ OK ] Starting sdtdserver: Applying steamclient.so sdk64 hardlink fix: 7 Days To Die
[ .... ] Starting sdtdserver: Applying steamclient.so sdk32 link fix: 7 Days To Die
[ INFO ] Starting sdtdserver: Applying steamclient.so sdk32 link fix: 7 Days To Die
[ OK ] Starting sdtdserver: Applying steamclient.so sdk32 link fix: 7 Days To Die
fetching GitHub fix_sdtd.sh...OK
[ .... ] Starting sdtdserver: Double-D's 7D2D Server
[ OK ] Starting sdtdserver: Double-D's 7D2D Server
Describe the bug Get a WARN, when starting the server, that the system is missing a dependency.
To Reproduce Steps to reproduce the behavior:
Expected behavior No Warning to exist (@ least it's not an ERROR)
Screenshots Screenshot of warning
Versions:
Docker/Docker-compose
version: "3" services: 7dtdserver: image: vinanrra/7dtd-server # https://github.com/vinanrra/Docker-7DaysToDie container_name: 7dtdserver environment:
Start Modes
'stable' or 'latest_experimental' or...
volumes:
[added more ports via https://7dtd.illy.bz/wiki/Ports]
(all the above via https://portforward.com/7-days-to-die/)
"no"
Additional context Add any other context about the problem here.