Influxdb Fehler nach Update

Einrichtung der openHAB Umgebung und allgemeine Konfigurationsthemen.

Moderatoren: seppy, udo1toni

Antworten
CSF
Beiträge: 6
Registriert: 19. Apr 2020 08:58
Answers: 0

Influxdb Fehler nach Update

Beitrag von CSF »

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.

Benutzeravatar
sihui
Beiträge: 1827
Registriert: 11. Apr 2018 19:03
Answers: 21

Re: Influxdb Fehler nach Update

Beitrag von sihui »

CSF hat geschrieben: 1. Aug 2021 23:51 Nun funktioniert Influxdb nicht mehr
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.

CSF
Beiträge: 6
Registriert: 19. Apr 2020 08:58
Answers: 0

Re: Influxdb Fehler nach Update

Beitrag von CSF »

sihui hat geschrieben: 2. Aug 2021 07:01
CSF hat geschrieben: 1. Aug 2021 23:51 Nun funktioniert Influxdb nicht mehr
Mir ist da leider nur ein Workaround bekannt:

https://community.openhab.org/t/oh-3-1- ... 7-1/125042
Danke für den Hinweis.
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

Antworten