-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
AGH v0.107.28 docker image does not start #5713
Comments
I am experiencing the same issue running AGH Version: v0.107.28 on a k8s cluster. When I revert to Version: v0.107.27, everything works perfectly. Same error as stated above |
Same problem here after upgrade to v0.107.28. Running on portainer via debian. |
Set both |
This is what I have there now : What should I use instead ? |
As I said, do not set them. Leave them as specified in the image |
OK, so what do we do now watchtower has updated the container? Stopping and removing it and then starting it again doesn't fix the problem nor is there any error to be seen in its logs. |
As I told you, you've to create the container w/o setting those values. If you start it with the same values set it's obviously gonna crash again 🤷🏻 |
My bad, wrong thread, sorry about that :-( I had too many tabs open, replied to the wrong thread. |
Thanks @maxcanna , I'm going to re-create the container after working hours and see if it works. I'm wondering if this breaking change is intentional and similar issues can happen in the future. If so, then using Watchtower to update AdGuard Home may be not the right approach. |
Same problem here after upgrade to v0.107.28 ([FATAL tini (9)] exec -h failed: No such file or directory). Running on Synology DS218+ in Docker |
Did you try #5713 (comment) ? |
I do not use Watchtower. As always I manually updated the image, stopped and reset the container. Unfortunately it does not start now. I do not know how or where to do the actions described in #5713 |
@Aad3229 , I was in the same boat as you. Afaik there is no way to alter the Execution Command of the container once it is created, which is what you need to do. |
Same error on synology. CMD and ENTRYPOINT are not set anywhere in Synology GUI. @Laibalion : recreating the container do works ! thank you ! |
Easiest way to fix this on a Synology:
|
FYI, I had the same problem after upgrade to v0.107.28 or .29. Also running on Synology DS218+ in Docker. |
I am closing this issue. There is a solution, I don't know if using watchtower to update AGH is a good idea though. |
Prerequisites
I have checked the Wiki and Discussions and found no answer
I have searched other issues and found no duplicates
I want to report a bug and not ask a question
Operating system type
Linux, Other (please mention the version in the description)
CPU architecture
AMD64
Installation
Docker
Setup
On one machine
AdGuard Home version
v0.107.28
Description
What did you do?
I was using v0.107.27 in Docker on a Synology NAS. Watchtower updated the container to v0.107.28 and the container is continuously restarted as it cannot not start. I had a lot of successful version updates with Watchtower, this is the first time it fails.
Expected result
Minor version upgrade should happen without any issues.
Actual result
The container does not start. I can see the followings in the log:
Screenshots (if applicable)
Additional information
Moving back to v0.107.27 the container starts without any errors, works as expected.
The text was updated successfully, but these errors were encountered: