NEWS
[influxDB] nach Rechnerumzug immer wieder ECONNREFUSED
-
ehm... so war das nicht gemeint oder?
pi@raspberrypi:~ $ cat /etc/apt/sources.list.d/influxdb.list deb https://repos.influxdata.com/buster buster stable pi@raspberrypi:~ $ deb https://repos.influxdata.com/debian -bash: deb: command not found
-
@lukas8519
?
Mit einem Editor wie z.B. nano macht man dasnano /etc/apt/sources.list.d/influxdb.list
-
@thomas-braun
sorry ich kenne mich wirklich kaum aus und bin sehr dankbar für eure Hilfe!File Name to Write: /etc/apt/sources.list.d/influxdb.list ^G Get Help M-D DOS Format M-A Append M-B Backup File ^C Cancel M-M Mac Format M-P Prepend ^T To Files
habe es geändet. Speiche ich das?
-
Mit Strg-X, dann noch bestätigen.
-
Error writing /etc/apt/sources.list.d/influxdb.listcode_text: Permission denied ^G Get Help ^O Write Out ^W Where Is ^K Cut Text ^J Justify ^C Cur Pos ^X Exit ^R Read File ^\ Replace ^U Uncut Text^T To Spell ^_ Go To Line
-
@thomas-braun hatt vorhin einen Denkfehler, mein Fehler, daher das Buster zuviel, habs oben korrigiert
@lukas8519 wenn ausgebessert dann nochmal
sudo apt update sudo apt install --reinstall influxdb sudo systemctl unmask influxdb.service sudo systemctl start influxdb.service sudo systemctl enable influxdb.service
-
@lukas8519 du musst mit sudo davor
sudo nano /etc/apt/sources.list.d/influxdb.list
-
ok. ich bin jetzt wieder hier habe buster in debian geändert:
und jetzt?
deb https://repos.influxdata.com/debian buster stable File Name to Write: /etc/apt/sources.list.d/influxdb.list ^G Get Help M-D DOS Format M-A Append M-B Backup File ^C Cancel M-M Mac Format M-P Prepend ^T To Files
-
@lukas8519
Sorry, mit sudo vorweg, natürlich. -
@lukas8519 strg und o speichert, strg und x wird geschlossen
-
@crunchip sagte in [influxDB] nach Rechnerumzug immer wieder ECONNREFUSED:
@lukas8519 strg und o speichert, strg und x wird geschlossen
bei beiden Kombinationen passiert nicht...
-
@lukas8519 das passt auch irgendwie nicht, hast du da ne neue Liste angelegt??
-
@crunchip
nein, nicht das ich wüsste -
@lukas8519 dann mach das mal zu
und mach einfach nochmal den Befehl
echo "deb https://repos.influxdata.com/debian $(lsb_release -cs) stable" | sudo tee /etc/apt/sources.list.d/influxdb.list
-
pi@raspberrypi:~ $ echo "deb https://repos.influxdata.com/debian $(lsb_release -cs) stable" | sudo tee /etc/apt/sources.list.d/influxdb.list deb https://repos.influxdata.com/debian buster stable
-
Dann
sudo apt update sudo apt dist-upgrade sudo reboot sudo apt install --reinstall influxdb
-
@thomas-braun muss da nicht wieder der influx client nachinstalliert werden?
-
Sind das zwei Pakete?
Über systemctl wird der Server gesteuert. -
@thomas-braun wollt grad ein edit setzen bei der raspian version 1.6.4-1 sinds 2 Pakete
-
Wenn das beides aus der stretch-Quelle kam sollte das auch beides reinstalliert werden.