Seite 1 von 1

Influxdb Fehler nach Update

Verfasst: 1. Aug 2021 23:51
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.

Re: Influxdb Fehler nach Update

Verfasst: 2. Aug 2021 07:01
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

Re: Influxdb Fehler nach Update

Verfasst: 2. Aug 2021 09:26
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