Hallo,
vielleicht kann mir hier jemand helfen.
Habe heute ein Update durchgeführt. (Raspberry pi 4 mit openHAB 2.5.12)
Nun funktioniert Influxdb nicht mehr:
Folgende Fehlermeldung kommt:
systemctl status influxdb.service
influxdb.service - InfluxDB is an open-source, distributed, time series database
Loaded: loaded (/lib/systemd/system/influxdb.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Sun 2021-08-01 23:36:50 CEST; 23s ago
Docs: https://docs.influxdata.com/influxdb/
Process: 10240 ExecStart=/usr/lib/influxdb/scripts/influxd-systemd-start.sh (code=exited, status=203/EXEC)
Aug 01 23:36:50 openhab systemd[1]: influxdb.service: Service RestartSec=100ms expired, scheduling restart.
Aug 01 23:36:50 openhab systemd[1]: influxdb.service: Scheduled restart job, restart counter is at 5.
Aug 01 23:36:50 openhab systemd[1]: Stopped InfluxDB is an open-source, distributed, time series database.
Aug 01 23:36:50 openhab systemd[1]: influxdb.service: Start request repeated too quickly.
Aug 01 23:36:50 openhab systemd[1]: influxdb.service: Failed with result 'exit-code'.
Aug 01 23:36:50 openhab systemd[1]: Failed to start InfluxDB is an open-source, distributed, time series database.
Influxdb Fehler nach Update
- sihui
- Beiträge: 1827
- Registriert: 11. Apr 2018 19:03
Re: Influxdb Fehler nach Update
Mir ist da leider nur ein Workaround bekannt:
https://community.openhab.org/t/oh-3-1- ... 7-1/125042
openHAB3 mit Zwave, Alexa, ESPEasy, MQTT, Logitech Harmony, Philips HUE und ZigBee Hardware auf Proxmox VE.
-
- Beiträge: 6
- Registriert: 19. Apr 2020 08:58
Re: Influxdb Fehler nach Update
Danke für den Hinweis.sihui hat geschrieben: ↑2. Aug 2021 07:01Mir ist da leider nur ein Workaround bekannt:
https://community.openhab.org/t/oh-3-1- ... 7-1/125042
Es funktioniert wieder. Es dürfte sich um ein Berechtigungsproblem gehandelt haben.
Lösung:
sudo chmod +x /usr/lib/influxdb/scripts/influxd-systemd-start.sh
sudo systemctl restart influxdb.service