-
-
Notifications
You must be signed in to change notification settings - Fork 31.4k
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
Docker: Restarting loop #74707
Comments
Please provide a reproduction scenario, e.g., providing docker CLI used, Docker composes file. |
Docker compose file:
No logs, Executing |
Our first thought is that this might be related to your system running/having a really old Linux kernel (acient level, also driven by the fact that jemalloc has been disabled, which is a good indicator for that). Which kernel version does your system run? |
2022.6.7 is running fine, though. |
So, that is pretty much acient history (2015) and is what causes this issue. From the Home Assistant perspective, there is not much we can do about that. Upgrading the kernel of your system is the only route to go. |
Kindly understand that, since this is a NAS system, I have no control on the kernel version. So this is the list of QNAP devices that stop supporting Home Assistant. Can you point me to the change that caused this issue? |
There isn't directly a single change that can be appointed to this, but the most likely one is that we upgraded our base images from Alpine Linux 3.14 to 3.16 (since 3.14 is EOL). |
OK, thanks for your effort and information. I'll try to contact QNAP, or migrate to another system anyways. |
👍 Sorry that I haven't got better news for you |
I suppose I have the same issue on my Odroid C2 with
without any errors. |
I also have this issue running kernel version 4.2.8 on a QNAP TS-431XeU running the latest QTS 5.0.1.2079 firmware. |
@Wetzel402 I have the same machine 😄 I think the core problem might be a bad If that is indeed the problem, then the situation should fix itself once HA updates You could also try to build wheels yourself for your HA (I haven't done that yet because I had not enough time yet): |
Nice. I hope that it is something simple like that. I would hate to see newer HA releases not working on my NAS. With that said, it sounds like this is a ARMv6 issue but isn't the Alpine AL 314 in our NAS ARMv7? |
Hello ALL, |
Image: homeassistant/home-assistant:2022.6.7 [09:18:36] INFO: Home Assistant Core finish process exit code 1 |
@lswysocki I am currently running the docker image |
@larsxschneider, |
I am running firmware version |
QNAP: 5.0.0.2055 |
This is my docker compose at the moment...
Version 2022.7+ currently boot loop with no known fix. |
I can confirm the issue exists in version 2022.9 also. |
The problem
New installation of docker container on ARM results in restarting loop:
What version of Home Assistant Core has the issue?
2022.7.1
What was the last working version of Home Assistant Core?
2022.6.7
What type of installation are you running?
Home Assistant Container
Integration causing the issue
No response
Link to integration documentation on our website
No response
Diagnostics information
No response
Example YAML snippet
No response
Anything in the logs that might be useful for us?
No response
Additional information
Running on QNAP NAS (TS-431XeU).
Processor: Annapurna Labs Alpine AL314 Quad-core ARM Cortex-A15 CPU @ 1.70GH
The text was updated successfully, but these errors were encountered: