NEWS
[Gelöst] influxdb läuft nach update/upgrade nicht mehr
-
Hallo zusammen,
nach einem update und anschliessendem dist-upgrade läuft meine influxdb nicht mehr und ich weiss nicht warum:
pi@ioBroker:~ $ 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 Fri 2021-07-30 09:45:24 CEST; 26s ago Docs: https://docs.influxdata.com/influxdb/ Process: 23787 ExecStart=/usr/lib/influxdb/scripts/influxd-systemd-start.sh (code=exited, status=203/EXEC) Jul 30 09:45:24 ioBroker systemd[1]: influxdb.service: Service RestartSec=100ms expired, scheduling restart. Jul 30 09:45:24 ioBroker systemd[1]: influxdb.service: Scheduled restart job, restart counter is at 5. Jul 30 09:45:24 ioBroker systemd[1]: Stopped InfluxDB is an open-source, distributed, time series database. Jul 30 09:45:24 ioBroker systemd[1]: influxdb.service: Start request repeated too quickly. Jul 30 09:45:24 ioBroker systemd[1]: influxdb.service: Failed with result 'exit-code'. Jul 30 09:45:24 ioBroker systemd[1]: Failed to start InfluxDB is an open-source, distributed, time series database.
und
pi@ioBroker:~ $ journalctl -xe Jul 30 09:45:24 ioBroker systemd[1]: Stopped InfluxDB is an open-source, distributed, time series database. -- Subject: A stop job for unit influxdb.service has finished -- Defined-By: systemd -- Support: https://www.debian.org/support -- -- A stop job for unit influxdb.service has finished. -- -- The job identifier is 1827 and the job result is done. Jul 30 09:45:24 ioBroker systemd[1]: influxdb.service: Start request repeated too quickly. Jul 30 09:45:24 ioBroker systemd[1]: influxdb.service: Failed with result 'exit-code'. -- Subject: Unit failed -- Defined-By: systemd -- Support: https://www.debian.org/support -- -- The unit influxdb.service has entered the 'failed' state with result 'exit-code'. Jul 30 09:45:24 ioBroker systemd[1]: Failed to start InfluxDB is an open-source, distributed, time series database. -- Subject: A start job for unit influxdb.service has failed -- Defined-By: systemd -- Support: https://www.debian.org/support -- -- A start job for unit influxdb.service has finished with a failure. -- -- The job identifier is 1827 and the job result is failed. [2]+ Angehalten journalctl -xe
Zu allem Überdruss will auch der BackitUp-Adapter die Datenbank nicht wiederherstellen:
eError: {"errno":-1,"code":"EPERM","syscall":"utime","path":"/opt/iobroker/backups/influxDBtmp/"}
Kann mir da vielleicht jemand helfen?
-
@qqolli was sagt das log ??
nach einem update
nach welchem update ????????
ausserdem was willst du da wiederherstellen wenn der service nicht startet
-
@qqolli Hatte es gerade schon in diesen Thread geschrieben gehabt: https://forum.iobroker.net/topic/39887/gekl%C3%A4rt-problem-bei-influx-installation/165
Hatte gestern meinen Raspi auch updatet, und auch das Problem gehabt das influxdb nicht mehr starten konnte. Bei mir hat geholfen
sudo chmod +x /usr/lib/influxdb/scripts/influxd-systemd-start.sh
und dann ließ es sich starten mit
sudo systemctl start influxdb -
Sorry, war vielleicht etwas unpräzise ausgedrückt: sudo apt update && sudo dist-upgrade
-