homebridge / docker-homebridge

Homebridge Docker. HomeKit support for the impatient using Docker on x86_64, Raspberry Pi (armhf) and ARM64. Includes ffmpeg + libfdk-aac.
https://hub.docker.com/r/homebridge/homebridge/
GNU General Public License v3.0
2.57k stars 241 forks source link

Can't start running LibreElec #526

Closed Imlimp closed 6 months ago

Imlimp commented 8 months ago

Current Situation

I am running LibreElec. I have followed the guide on here for LibreElec. The only change I have made is change to command from docker run -d --restart=always --net=host \ --name=homebridge \ -v /storage/homebridge:/homebridge \ -e HOMEBRIDGE_CONFIG_UI=1 \ -e HOMEBRIDGE_CONFIG_UI_PORT=8581 \ homebridge/homebridge:raspberry-pi to docker run -d --restart=always --net=host \ --name=homebridge \ -v /storage/homebridge:/homebridge \ -e HOMEBRIDGE_CONFIG_UI=1 \ -e HOMEBRIDGE_CONFIG_UI_PORT=8581 \ homebridge/homebridge:latest as the raspberyy-pi could not be found.

As you can see in the log the message Illegal instruction Re-installing homebridge... is printed on repeat.

Worth to note is that I am running on a Raxda Rock 4 se and not raspberry pi 4.

Docker Config

docker run -d --restart=always --net=host \
  --name=homebridge \
  -v /storage/homebridge:/homebridge \
  -e HOMEBRIDGE_CONFIG_UI=1 \
  -e HOMEBRIDGE_CONFIG_UI_PORT=8581 \
  homebridge/homebridge:latest

Logs

s6-rc: info: service s6rc-oneshot-runner: starting
s6-rc: info: service s6rc-oneshot-runner successfully started
s6-rc: info: service fix-attrs: starting
s6-rc: info: service tzupdate: starting
s6-rc: info: service setup: starting
s6-rc: info: service credits: starting
    Thank you for using the homebridge/homebridge docker image!
  If you find this project useful please STAR it on GitHub:
         https://github.com/homebridge/docker-homebridge
                Or donate to the project:
            https://github.com/sponsors/oznu
                  https://paypal.me/oznu
s6-rc: info: service credits successfully started
s6-rc: info: service fix-attrs successfully started
s6-rc: info: service legacy-cont-init: starting
s6-rc: info: service legacy-cont-init successfully started
Set system timezone to Europe/Stockholm.
s6-rc: info: service tzupdate successfully started
Installing Homebridge and user plugins, please wait...
Illegal instruction
s6-rc: info: service setup successfully started
s6-rc: info: service userdata: starting
s6-rc: info: service dbus: starting
Executing user startup script /homebridge/startup.sh
s6-rc: info: service dbus successfully started
Starting dbus-daemon
s6-rc: info: service avahi: starting
s6-rc: info: service userdata successfully started
s6-rc: info: service avahi successfully started
s6-rc: info: service homebridge: starting
s6-rc: info: service homebridge successfully started
s6-rc: info: service homebridge-log: starting
s6-rc: info: service homebridge-log successfully started
s6-rc: info: service legacy-services: starting
s6-rc: info: service legacy-services successfully started
Re-installing homebridge...
Illegal instruction
Starting Avahi daemon
Found user 'avahi' (UID 105) and group 'avahi' (GID 108).
Successfully dropped root privileges.
avahi-daemon 0.8 starting up.
No service file found in /etc/avahi/services.
Joining mDNS multicast group on interface docker0.IPv4 with address 172.17.0.1.
New relevant interface docker0.IPv4 for mDNS.
Joining mDNS multicast group on interface wlan0.IPv4 with address 192.168.1.16.
New relevant interface wlan0.IPv4 for mDNS.
Joining mDNS multicast group on interface lo.IPv4 with address 127.0.0.1.
New relevant interface lo.IPv4 for mDNS.
Network interface enumeration completed.
Registering new address record for fe80::42:9dff:fe13:f684 on docker0.*.
Registering new address record for 172.17.0.1 on docker0.IPv4.
Registering new address record for 192.168.1.16 on wlan0.IPv4.
Registering new address record for ::1 on lo.*.
Registering new address record for 127.0.0.1 on lo.IPv4.
Re-installing homebridge...
Illegal instruction
Server startup complete. Host name is LibreELEC.local. Local service cookie is 3675311288.
Re-installing homebridge...
Illegal instruction
Re-installing homebridge...
Illegal instruction
Re-installing homebridge...
Illegal instruction
Re-installing homebridge...
Illegal instruction
Re-installing homebridge...
Illegal instruction
Re-installing homebridge...
Illegal instruction
Re-installing homebridge...
Illegal instruction

Host Operating System

Other (specify in description)

Host Architecture

aarch64 / arm64

github-actions[bot] commented 7 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.