-
-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Container fails to start because of existing symlink #2579
Labels
bug
Something is broken.
Comments
We should also add tests to cover this situation while fixing this. |
nijel
added a commit
to nijel/docker
that referenced
this issue
Aug 26, 2024
This is different than fresh start as the volumes persist, see WeblateOrg#2579
nijel
added a commit
to nijel/docker
that referenced
this issue
Aug 26, 2024
This is different than fresh start as the volumes persist, see WeblateOrg#2579
This doesn't happen in the recommended setup when using |
nijel
added a commit
to nijel/docker-compose
that referenced
this issue
Aug 26, 2024
This is the typical setup users will have from older time, so test that rather than mixed setup with /run on tmpfs and /tmp not. See WeblateOrg/docker#2579
Merged
5 tasks
nijel
added a commit
to nijel/docker-compose
that referenced
this issue
Aug 26, 2024
This is the typical setup users will have from older time, so test that rather than mixed setup with /run on tmpfs and /tmp not. See WeblateOrg/docker#2579
nijel
added a commit
to WeblateOrg/docker-compose
that referenced
this issue
Aug 26, 2024
This is the typical setup users will have from older time, so test that rather than mixed setup with /run on tmpfs and /tmp not. See WeblateOrg/docker#2579
nijel
added a commit
to nijel/docker
that referenced
this issue
Aug 26, 2024
This is different than fresh start as the volumes persist, see WeblateOrg#2579
nijel
added a commit
to nijel/docker
that referenced
this issue
Aug 26, 2024
This is different than fresh start as the volumes persist, see WeblateOrg#2579
nijel
added a commit
to nijel/docker
that referenced
this issue
Aug 26, 2024
Repeated start might have existing files around. Fixes WeblateOrg#2579
5 tasks
nijel
added a commit
to nijel/docker
that referenced
this issue
Aug 26, 2024
Repeated start might have existing files around. Fixes WeblateOrg#2579
nijel
added a commit
to nijel/docker
that referenced
this issue
Aug 26, 2024
This is different than fresh start as the volumes persist, see WeblateOrg#2579
nijel
added a commit
to nijel/docker
that referenced
this issue
Aug 26, 2024
Repeated start might have existing files around. Fixes WeblateOrg#2579
nijel
added a commit
that referenced
this issue
Aug 26, 2024
This is different than fresh start as the volumes persist, see #2579
nijel
added a commit
that referenced
this issue
Aug 26, 2024
Repeated start might have existing files around. Fixes #2579
Thank you for your report; the issue you have reported has just been fixed.
|
2 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the issue
Because of changes in c5a1c3b, containers now fail to start a second time after being stopped. The start script tries to create Supervisor config file symlinks, but those
ln -s
commands fail when a symlink already exists (because they get created during the first start). Adding the-f
flag to all the symlink commands will likely fix the issue.I already tried
Steps to reproduce the behavior
Expected behavior
No response
Screenshots
No response
Exception traceback
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: