addons icon indicating copy to clipboard operation
addons copied to clipboard

Proxmox Matter run error, likely architecture miss detect

Open vongyver opened this issue 6 months ago • 0 comments

Describe the issue you are experiencing

The homeassistant/amd64-addon-matter-server:8.0.0 add-on fails to start with exec /init: exec format error on Home Assistant OS 15.2 running on amd64 (Proxmox VM). The image pulls successfully but the binary is not executable.

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?

8.0.0

Steps to reproduce the issue

Install Matter Server from Add-on Store
Attempt to start it → fails immediately
Manually test:

docker run -it --rm homeassistant/amd64-addon-matter-server:8.0.0

Result:
exec /init: exec format error


### System Health information

## System Information

version | core-2025.5.3
-- | --
installation_type | Home Assistant OS
dev | false
hassio | true
docker | true
user | root
virtualenv | false
python_version | 3.13.3
os_name | Linux
os_version | 6.12.23-haos
arch | x86_64
timezone | America/Edmonton
config_dir | /config

<details><summary>Home Assistant Community Store</summary>

GitHub API | ok
-- | --
GitHub Content | ok
GitHub Web | ok
HACS Data | ok
GitHub API Calls Remaining | 5000
Installed Version | 2.0.5
Stage | running
Available Repositories | 1981
Downloaded Repositories | 77

</details>

<details><summary>Home Assistant Supervisor</summary>

host_os | Home Assistant OS 15.2
-- | --
update_channel | stable
supervisor_version | supervisor-2025.05.3
agent_version | 1.7.2
docker_version | 28.0.4
disk_total | 97.7 GB
disk_used | 8.8 GB
healthy | true
supported | true
host_connectivity | true
supervisor_connectivity | true
ntp_synchronized | true
virtualization | kvm
board | ova
supervisor_api | ok
version_api | ok
installed_addons | ESPHome Device Builder (2025.5.1), NGINX Home Assistant SSL proxy (3.11.1), TasmoAdmin (0.31.5), Piper (1.5.4), Whisper (2.5.0), Music Assistant Server (2.5.2), Advanced SSH & Web Terminal (20.0.2), File editor (5.8.0), Samba share (12.5.1), Get HACS (1.3.1), Matter Server (8.0.0)

</details>

<details><summary>Dashboards</summary>

dashboards | 2
-- | --
resources | 43
views | 13
mode | storage

</details>

<details><summary>Network Configuration</summary>

adapters | lo (disabled), enp0s18 (enabled, default, auto), hassio (disabled), docker0 (disabled), vethbe2e68a (disabled), veth4f59253 (disabled), vethfe35bff (disabled), veth695d0d1 (disabled), veth8e34b77 (disabled), veth8cb4253 (disabled)
-- | --
ipv4_addresses | REMOVED
ipv6_addresses | REMOVED 
REMOVED

</details>

<details><summary>Recorder</summary>

oldest_recorder_run | May 26, 2025 at 6:30 AM
-- | --
current_recorder_run | May 31, 2025 at 5:29 PM
estimated_db_size | 224.34 MiB
database_engine | sqlite
database_version | 3.48.0

</details>

<details><summary>Sonoff</summary>

version | 3.8.2 (c4b6fda)
-- | --
cloud_online | 0 / 0
local_online | 1 / 1
debug | failed to load: 

</details>

<details><summary>Xiaomi Miot Auto</summary>

component_version | 1.0.19
-- | --
can_reach_server | ok
can_reach_spec | ok
logged_accounts | 0
total_devices | 0

</details>

### Anything in the Supervisor logs that might be useful for us?

```txt

Anything in the add-on logs that might be useful for us?


Additional information

No response

vongyver avatar May 31 '25 23:05 vongyver