lichess-org / lila-docker

Lichess local development using Docker Compose.
GNU Affero General Public License v3.0
44 stars 44 forks source link

Add subcommand to pick up where the setup left off #80

Closed ProjectHSI closed 6 months ago

ProjectHSI commented 6 months ago

Occasionally, the setup appears to crash in various places.

I think it'd be good to have a command which restarts from the step where it failed at (restarting the step as well).

fitztrev commented 6 months ago

Will look into. Could you provide an example of when it crashed and how you were able to tell?

ProjectHSI commented 6 months ago

Will look into. Could you provide an example of when it crashed and how you were able to tell?

weird bpppairing issue. randomly decides half-way through the installation process it doesn't have credentials to. something. doesn't happen all the time though

additionally, there appears to be some bugs related to storing the state of the containers but i haven't been having those particular problems for a little while. might've been fixed or i'm more careful with the shell script

ProjectHSI commented 6 months ago

This happened on my fork of lila-docker for reasons not related to this issue, but the issue happened on the original repository as well.

Screenshot 2024-04-25 152819
ProjectHSI commented 6 months ago

this might actually be a bug with bbppairing. i'll look into it

ProjectHSI commented 6 months ago

no issues tab on bbppairing. atleast lichess' version

ProjectHSI commented 6 months ago

wait no it's this repo

ProjectHSI commented 6 months ago

it's been mostly failing on just the first line, the FROM directive. https://github.com/lichess-org/lila-docker/blob/main/docker/bbpPairings.Dockerfile

Carbrex commented 6 months ago

This happened on my fork of lila-docker for reasons not related to this issue, but the issue happened on the original repository as well. Screenshot 2024-04-25 152819

I can't reproduce it on my machine.

benediktwerner commented 6 months ago

@ProjectHSI This is an issue with your Docker setup or configuration.

ProjectHSI commented 6 months ago

@ProjectHSI This is an issue with your Docker setup or configuration.

Strange... what's even stranger is that everything else always works, every time. Excluding mistakes of my own of course.

Carbrex commented 6 months ago

@ProjectHSI https://serverfault.com/questions/1130018/how-to-fix-error-internal-load-metadata-for-docker-io-error-while-using-dock

ProjectHSI commented 6 months ago

not going to rebuild lila for a long time (atleast i don't think) but i will close this issue as not completed because of this.