-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Matter Server Fails with exec /init: exec format error on Home Assistant Yellow (v1.3) #3884
Comments
That is most likely the Matter integration in Core starting the container from Core side. You'd have to remove or disable the Matter integration to prevent that.
The issue does sound like some type of corruption.
I would expect that this clears any remains of the init file 🤔 Did you remove the container as well as blow away all tags of that particular container image? Maybe also run a docker image prune afterwards. Worst case, a reinstall will be necessary 😢 FWIW, the add-on does work here on a Yellow, so the container image server side seems to be correct. |
Appreciate your reply and feedback. I’ve followed the suggestions provided, but the issue persists. Here’s what I’ve done and the results so far:
It appears the /init binary in the container is either corrupted or incompatible in some way, despite matching architectures. Given that others have reported it working on the Yellow, this may be specific to my environment or the image pulled in my region but I haven’t changed or doing anything that I’m aware of that would cause such a deep rooted issue. I’m very novice which is why I got a HA Yellow, despite that I still seem to have encounter very complex issues. Do you have any suggestions for further debugging, or could this indicate an issue with the specific image digest? I’m happy to provide more logs or details as needed. |
Describe the issue you are experiencing
About a week ago Matter Server stopped working, I also happened to perform a network reboot and assign my HA a static IP. After these change (maybe coincidence) the Matter Server add-on on my Home Assistant Yellow (v1.3) stopped working and enters a crash loop with the error:
exec /init: exec format error
The issue persists even after:
1. Fully uninstalling and reinstalling the Matter Server add-on.
2. Manually removing the container and its data from the Supervisor’s directory.
3. Clearing Docker images and containers.
4. Disabling watchdog and start-on-boot for the add-on.
5. Ensuring Home Assistant OS, Core, and Supervisor are fully updated.
The add-on still crashes immediately after attempting to start, and new containers are created repeatedly in a crash loop. This behavior occurs despite following troubleshooting steps to clear residual files and configurations.
Worth noting that even with Start on boot and Watchdog off the Matter server still attempts to boot regardless the settings applied.
What type of installation are you running?
Home Assistant OS
Which operating system are you running on?
Home Assistant Operating System
Which add-on are you reporting an issue with?
Matter Server
What is the version of the add-on?
7.0.0
Steps to reproduce the issue
System Health information
System Information
Home Assistant Community Store
Home Assistant Cloud
Home Assistant Supervisor
Dashboards
Recorder
Sonoff
Spotify
Anything in the Supervisor logs that might be useful for us?
Anything in the add-on logs that might be useful for us?
Additional information
Troubleshooting Steps Taken
• Uninstalled and reinstalled the Matter Server add-on.
• Cleared residual add-on data (rm -rf /mnt/data/supervisor/addons/data/core_matter_server).
• Removed all Docker containers and images related to the Matter Server.
• Disabled start-on-boot and watchdog features for the add-on.
• Updated Home Assistant OS, Core, and Supervisor to their latest versions.
• Verified system architecture as aarch64 using uname -m and Docker image inspection.
The text was updated successfully, but these errors were encountered: