Nachdem ichNode geupdatet habe komme ich nicht mehr auf meine Homebridge.
Wo liegt der Fehler?
per systemctl status hombrigde bekomme ich folgende anzeige:
Code
pi@raspberrypi:~ $ systemctl status homebridge
lines 1--1...skipping...
● homebridge.service - Homebridge
Loaded: loaded (/lib/systemd/system/homebridge.service; enabled; vendor preset: enabled)
Active: active (running) since Thu 2025-08-21 18:20:51 CEST; 4s ago
Process: 27913 ExecStartPre=/bin/run-parts /etc/hb-service/homebridge/prestart.d (code=exited, status=0/SUCCESS)
Main PID: 27929 (hb-service)
Tasks: 22 (limit: 1595)
CPU: 17.138s
CGroup: /system.slice/homebridge.service
├─27826 homebridge
└─27929 hb-service
Aug 21 18:20:49 raspberrypi systemd[1]: Starting Homebridge...
Aug 21 18:20:49 raspberrypi run-parts[27914]: Ensuring /var/lib/homebridge and /opt/homebridge are owned by homebridge
Aug 21 18:20:51 raspberrypi systemd[1]: homebridge.service: Found left-over process 27631 (homebridge) in control group while starting unit. Ignoring.
Aug 21 18:20:51 raspberrypi systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies.
Aug 21 18:20:51 raspberrypi systemd[1]: homebridge.service: Found left-over process 27826 (homebridge) in control group while starting unit. Ignoring.
Aug 21 18:20:51 raspberrypi systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies.
Aug 21 18:20:51 raspberrypi systemd[1]: Started Homebridge.
Aug 21 18:20:54 raspberrypi start.sh[27929]: [21/08/2025, 18:20:54] [HB Supervisor] Homebridge storage path: /var/lib/homebridge.
Aug 21 18:20:54 raspberrypi start.sh[27929]: [21/08/2025, 18:20:54] [HB Supervisor] Homebridge config path: /var/lib/homebridge/config.json.
Aug 21 18:20:54 raspberrypi start.sh[27929]: [21/08/2025, 18:20:54] [HB Supervisor] Logging to /var/lib/homebridge/homebridge.log.
Alles anzeigen
vielen Dank für eure Hilfe.