NEWS
[influxDB] nach Rechnerumzug immer wieder ECONNREFUSED
-
@tritor Wenn du mir verrätst wie ich das mache gerne^^
Bei mir war es auch Ubuntu 20.4 aber als LXC Container
-
@x-traxion Hallo,
ich habe das gleiche Problem mit meiner Influxdb. Gibt es irgendwo eine Schritt für Schritt Anleitung für Menschen mit weniger Kenntnis?
LG Lukas -
@lukas8519 sagte in [influxDB] nach Rechnerumzug immer wieder ECONNREFUSED:
ch habe das gleiche Problem
Welches?
-
@crunchip
ich habe meinen RPI neu gestartet und seit dem Startet die Influxdb Intanz nicht mehr ( Fehler: Error: connect ECONNREFUSED 127.0.0.1:8086) -
@lukas8519 gehts um nen Neustart oder wie im Thread, ein Umzug
-
@crunchip
lediglich ein Neustart.. -
@lukas8519 also auch nicht das gleiche Problem!
und zuvor lief alles?
was hast du gemacht?
?
?
? -
@crunchip
leider Zähle ich mich zu den unwissenden in der ganzen Materie und bin ziemlich aufgeschmissen wenn etwas nicht läuft.Ich habe den Raspberry Pi heruntergefahren und ihn vom Strom getrennt und nach ca. einer halben Stunde wieder angeschlossen und nach dem Hochfahren kam der Fehler bei der Influxdb.
Zuvor lief alles ohne Probleme. -
apt policy influxdb systmctl status influxdb
-
@thomas-braun sagte in [influxDB] nach Rechnerumzug immer wieder ECONNREFUSED:
systmctl status influxdb
pi@raspberrypi:~ $ apt policy influxdb influxdb: Installed: 1.8.9-1 Candidate: 1.8.9-1 Version table: *** 1.8.9-1 500 500 https://repos.influxdata.com/debian stretch/stable armhf Packages 100 /var/lib/dpkg/status 1.6.4-1+deb10u1 500 500 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages pi@raspberrypi:~ $ systmctl status influxdb -bash: systmctl: command not found
-
@lukas8519
Sorrysystemctl status influxdb
Fur influx ist das falsche Repo aktiv. Stretch ist falsch
-
pi@raspberrypi:~ $ systemctl status influxdb ● influxdb.service - InfluxDB is an open-source, distributed, time series databa Loaded: loaded (/lib/systemd/system/influxdb.service; enabled; vendor preset: Active: activating (start) since Sun 2021-11-21 21:59:59 CET; 3s ago Docs: https://docs.influxdata.com/influxdb/ Cntrl PID: 31988 (influxd-systemd) Tasks: 13 (limit: 4915) CGroup: /system.slice/influxdb.service ├─31988 /bin/bash -e /usr/lib/influxdb/scripts/influxd-systemd-start. ├─31989 /usr/bin/influxd -config /etc/influxdb/influxdb.conf └─32040 sleep 1 Nov 21 21:59:59 raspberrypi influxd-systemd-start.sh[31988]: ts=2021-11-21T20:59 Nov 21 21:59:59 raspberrypi influxd-systemd-start.sh[31988]: ts=2021-11-21T20:59 Nov 21 21:59:59 raspberrypi influxd-systemd-start.sh[31988]: ts=2021-11-21T20:59 Nov 21 21:59:59 raspberrypi influxd-systemd-start.sh[31988]: ts=2021-11-21T20:59 Nov 21 21:59:59 raspberrypi influxd-systemd-start.sh[31988]: ts=2021-11-21T20:59 Nov 21 21:59:59 raspberrypi influxd-systemd-start.sh[31988]: ts=2021-11-21T20:59 Nov 21 21:59:59 raspberrypi influxd-systemd-start.sh[31988]: ts=2021-11-21T20:59 Nov 21 21:59:59 raspberrypi influxd-systemd-start.sh[31988]: ts=2021-11-21T20:59 Nov 21 21:59:59 raspberrypi influxd-systemd-start.sh[31988]: ts=2021-11-21T20:59 Nov 21 21:59:59 raspberrypi influxd-systemd-start.sh[31988]: ts=2021-11-21T20:59 lines 1-21/21 (END)
-
Erstmal deine Installationsquellen korrigieren.
-
@lukas8519 sagte in [influxDB] nach Rechnerumzug immer wieder ECONNREFUSED:
activating
aktiviert läuft aber nicht
-
Fur influx ist das falsche Repo aktiv. Stretch ist falsch
Erstmal deine Installationsquellen korrigieren.
klingt gut! Leider weiß ich nicht wie ...
-
https://repos.influxdata.com/debian stretch/stable
Da muss buster statt stretch rein.
Dürfte in der /etc/apt/sources.list.d/influxdb.list drin stehen. -
pi@raspberrypi:~ $ https://repos.influxdata.com/debian stretch/stable -bash: https://repos.influxdata.com/debian: No such file or directory
-
@lukas8519 deine sources.list anpassen
machs sowget -qO- https://repos.influxdata.com/influxdb.key | sudo apt-key add - source /etc/os-release echo "deb https://repos.influxdata.com/debian $(lsb_release -cs) stable" | sudo tee /etc/apt/sources.list.d/influxdb.list
-
pi@raspberrypi:~ $ wget -qO- https://repos.influxdata.com/influxdb.key | sudo apt-key add - OK pi@raspberrypi:~ $ source /etc/os-release pi@raspberrypi:~ $ echo "deb https://repos.influxdata.com/buster $(lsb_release -cs) stable" | sudo tee /etc/apt/sources.list.d/influxdb.list deb https://repos.influxdata.com/buster buster stable
-
sudo apt update sudo apt install --reinstall influxdb