Skip to content
  • Home
  • Recent
  • Tags
  • 0 Unread 0
  • Categories
  • Unreplied
  • Popular
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. [influxDB] nach Rechnerumzug immer wieder ECONNREFUSED

NEWS

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    18
    1
    688

  • Jahresrückblick 2025 – unser neuer Blogbeitrag ist online! ✨
    BluefoxB
    Bluefox
    18
    1
    5.8k

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    13
    1
    1.5k

[influxDB] nach Rechnerumzug immer wieder ECONNREFUSED

Scheduled Pinned Locked Moved ioBroker Allgemein
64 Posts 6 Posters 6.4k Views 6 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • crunchipC crunchip

    @lukas8519 strg und o speichert, strg und x wird geschlossen

    L Offline
    L Offline
    lukas8519
    wrote on last edited by
    #42

    @crunchip sagte in [influxDB] nach Rechnerumzug immer wieder ECONNREFUSED:

    @lukas8519 strg und o speichert, strg und x wird geschlossen

    bei beiden Kombinationen passiert nicht...

    1 Reply Last reply
    0
    • L lukas8519

      @crunchip @Thomas-Braun

      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
      
      
      crunchipC Away
      crunchipC Away
      crunchip
      Forum Testing Most Active
      wrote on last edited by
      #43

      @lukas8519 das passt auch irgendwie nicht, hast du da ne neue Liste angelegt??

      umgestiegen von Proxmox auf Unraid

      L 1 Reply Last reply
      0
      • crunchipC crunchip

        @lukas8519 das passt auch irgendwie nicht, hast du da ne neue Liste angelegt??

        L Offline
        L Offline
        lukas8519
        wrote on last edited by
        #44

        @crunchip
        nein, nicht das ich wüsste

        crunchipC 1 Reply Last reply
        0
        • L lukas8519

          @crunchip
          nein, nicht das ich wüsste

          crunchipC Away
          crunchipC Away
          crunchip
          Forum Testing Most Active
          wrote on last edited by
          #45

          @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
          

          umgestiegen von Proxmox auf Unraid

          L 1 Reply Last reply
          0
          • crunchipC crunchip

            @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
            
            L Offline
            L Offline
            lukas8519
            wrote on last edited by
            #46

            @crunchip

            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
            
            
            Thomas BraunT 1 Reply Last reply
            0
            • L lukas8519

              @crunchip

              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
              
              
              Thomas BraunT Online
              Thomas BraunT Online
              Thomas Braun
              Most Active
              wrote on last edited by Thomas Braun
              #47

              @lukas8519

              Dann

              sudo apt update
              sudo apt dist-upgrade
              sudo reboot
              sudo apt install --reinstall influxdb
              

              Linux-Werkzeugkasten:
              https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
              NodeJS Fixer Skript:
              https://forum.iobroker.net/topic/68035/iob-node-fix-skript
              iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

              crunchipC L 2 Replies Last reply
              0
              • Thomas BraunT Thomas Braun

                @lukas8519

                Dann

                sudo apt update
                sudo apt dist-upgrade
                sudo reboot
                sudo apt install --reinstall influxdb
                
                crunchipC Away
                crunchipC Away
                crunchip
                Forum Testing Most Active
                wrote on last edited by
                #48

                @thomas-braun muss da nicht wieder der influx client nachinstalliert werden?

                umgestiegen von Proxmox auf Unraid

                Thomas BraunT 1 Reply Last reply
                0
                • crunchipC crunchip

                  @thomas-braun muss da nicht wieder der influx client nachinstalliert werden?

                  Thomas BraunT Online
                  Thomas BraunT Online
                  Thomas Braun
                  Most Active
                  wrote on last edited by
                  #49

                  @crunchip

                  Sind das zwei Pakete?
                  Über systemctl wird der Server gesteuert.

                  Linux-Werkzeugkasten:
                  https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                  NodeJS Fixer Skript:
                  https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                  iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                  crunchipC 1 Reply Last reply
                  0
                  • Thomas BraunT Thomas Braun

                    @crunchip

                    Sind das zwei Pakete?
                    Über systemctl wird der Server gesteuert.

                    crunchipC Away
                    crunchipC Away
                    crunchip
                    Forum Testing Most Active
                    wrote on last edited by
                    #50

                    @thomas-braun wollt grad ein edit setzen bei der raspian version 1.6.4-1 sinds 2 Pakete

                    umgestiegen von Proxmox auf Unraid

                    Thomas BraunT 1 Reply Last reply
                    0
                    • crunchipC crunchip

                      @thomas-braun wollt grad ein edit setzen bei der raspian version 1.6.4-1 sinds 2 Pakete

                      Thomas BraunT Online
                      Thomas BraunT Online
                      Thomas Braun
                      Most Active
                      wrote on last edited by
                      #51

                      @crunchip

                      Wenn das beides aus der stretch-Quelle kam sollte das auch beides reinstalliert werden.

                      Linux-Werkzeugkasten:
                      https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                      NodeJS Fixer Skript:
                      https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                      iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                      1 Reply Last reply
                      0
                      • Thomas BraunT Thomas Braun

                        @lukas8519

                        Dann

                        sudo apt update
                        sudo apt dist-upgrade
                        sudo reboot
                        sudo apt install --reinstall influxdb
                        
                        L Offline
                        L Offline
                        lukas8519
                        wrote on last edited by
                        #52

                        @thomas-braun sagte in [influxDB] nach Rechnerumzug immer wieder ECONNREFUSED:

                        @lukas8519

                        Dann

                        sudo apt update
                        sudo apt dist-upgrade
                        sudo reboot
                        sudo apt Install --reinstall influxdb
                        

                        habe ich jetzt so gemacht und bin jetzt in Zeile 4 und hab folgendes:

                        pi@raspberrypi:~ $ sudo apt Install --reinstall influxdb
                        E: Command line option --reinstall is not understood in combination with the other options
                        
                        
                        Thomas BraunT 1 Reply Last reply
                        0
                        • L lukas8519

                          @thomas-braun sagte in [influxDB] nach Rechnerumzug immer wieder ECONNREFUSED:

                          @lukas8519

                          Dann

                          sudo apt update
                          sudo apt dist-upgrade
                          sudo reboot
                          sudo apt Install --reinstall influxdb
                          

                          habe ich jetzt so gemacht und bin jetzt in Zeile 4 und hab folgendes:

                          pi@raspberrypi:~ $ sudo apt Install --reinstall influxdb
                          E: Command line option --reinstall is not understood in combination with the other options
                          
                          
                          Thomas BraunT Online
                          Thomas BraunT Online
                          Thomas Braun
                          Most Active
                          wrote on last edited by Thomas Braun
                          #53

                          @lukas8519
                          Mein Fehler

                          sudo apt install --reinstall influxdb
                          

                          Linux-Werkzeugkasten:
                          https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                          NodeJS Fixer Skript:
                          https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                          iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                          L 1 Reply Last reply
                          0
                          • Thomas BraunT Thomas Braun

                            @lukas8519
                            Mein Fehler

                            sudo apt install --reinstall influxdb
                            
                            L Offline
                            L Offline
                            lukas8519
                            wrote on last edited by
                            #54

                            @thomas-braun
                            @crunchip

                            Die Instanz ist nun wieder grün!!!!!!!! soll es das gewesen sein?

                            Thomas BraunT crunchipC 2 Replies Last reply
                            0
                            • L lukas8519

                              @thomas-braun
                              @crunchip

                              Die Instanz ist nun wieder grün!!!!!!!! soll es das gewesen sein?

                              Thomas BraunT Online
                              Thomas BraunT Online
                              Thomas Braun
                              Most Active
                              wrote on last edited by
                              #55

                              @lukas8519
                              Möglich...
                              Zeig nochmal deine Quellen:

                              sudo apt update
                              

                              Linux-Werkzeugkasten:
                              https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                              NodeJS Fixer Skript:
                              https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                              iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                              L 1 Reply Last reply
                              0
                              • L lukas8519

                                @thomas-braun
                                @crunchip

                                Die Instanz ist nun wieder grün!!!!!!!! soll es das gewesen sein?

                                crunchipC Away
                                crunchipC Away
                                crunchip
                                Forum Testing Most Active
                                wrote on last edited by
                                #56

                                @lukas8519 systemctl status influxdb

                                umgestiegen von Proxmox auf Unraid

                                L 1 Reply Last reply
                                0
                                • Thomas BraunT Thomas Braun

                                  @lukas8519
                                  Möglich...
                                  Zeig nochmal deine Quellen:

                                  sudo apt update
                                  
                                  L Offline
                                  L Offline
                                  lukas8519
                                  wrote on last edited by
                                  #57

                                  @thomas-braun

                                  pi@raspberrypi:~ $ sudo apt update
                                  Hit:1 http://raspbian.raspberrypi.org/raspbian buster InRelease
                                  Hit:2 http://archive.raspberrypi.org/debian buster InRelease
                                  Hit:3 https://repos.influxdata.com/debian buster InRelease
                                  Hit:4 https://packages.grafana.com/oss/deb stable InRelease
                                  Hit:5 https://deb.nodesource.com/node_12.x buster InRelease
                                  Reading package lists... Done
                                  Building dependency tree
                                  Reading state information... Done
                                  All packages are up to date.
                                  N: Ignoring file 'influxdb.list.save.2' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
                                  N: Ignoring file 'influxdb.list.save.1' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
                                  
                                  
                                  
                                  crunchipC Thomas BraunT 2 Replies Last reply
                                  0
                                  • L lukas8519

                                    @thomas-braun

                                    pi@raspberrypi:~ $ sudo apt update
                                    Hit:1 http://raspbian.raspberrypi.org/raspbian buster InRelease
                                    Hit:2 http://archive.raspberrypi.org/debian buster InRelease
                                    Hit:3 https://repos.influxdata.com/debian buster InRelease
                                    Hit:4 https://packages.grafana.com/oss/deb stable InRelease
                                    Hit:5 https://deb.nodesource.com/node_12.x buster InRelease
                                    Reading package lists... Done
                                    Building dependency tree
                                    Reading state information... Done
                                    All packages are up to date.
                                    N: Ignoring file 'influxdb.list.save.2' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
                                    N: Ignoring file 'influxdb.list.save.1' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
                                    
                                    
                                    
                                    crunchipC Away
                                    crunchipC Away
                                    crunchip
                                    Forum Testing Most Active
                                    wrote on last edited by crunchip
                                    #58

                                    @lukas8519 sagte in [influxDB] nach Rechnerumzug immer wieder ECONNREFUSED:

                                    N: Ignoring file 'influxdb.list.save.2' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension

                                    sind wohl die 2 Fehl Versuche die Liste zu berarbeiten
                                    hast du da einfach das putty fenster geschlossen?

                                    umgestiegen von Proxmox auf Unraid

                                    1 Reply Last reply
                                    0
                                    • L lukas8519

                                      @thomas-braun

                                      pi@raspberrypi:~ $ sudo apt update
                                      Hit:1 http://raspbian.raspberrypi.org/raspbian buster InRelease
                                      Hit:2 http://archive.raspberrypi.org/debian buster InRelease
                                      Hit:3 https://repos.influxdata.com/debian buster InRelease
                                      Hit:4 https://packages.grafana.com/oss/deb stable InRelease
                                      Hit:5 https://deb.nodesource.com/node_12.x buster InRelease
                                      Reading package lists... Done
                                      Building dependency tree
                                      Reading state information... Done
                                      All packages are up to date.
                                      N: Ignoring file 'influxdb.list.save.2' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
                                      N: Ignoring file 'influxdb.list.save.1' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
                                      
                                      
                                      
                                      Thomas BraunT Online
                                      Thomas BraunT Online
                                      Thomas Braun
                                      Most Active
                                      wrote on last edited by
                                      #59

                                      @lukas8519

                                      sudo rm /etc/apt/sources.list.d/influxdb.list.save*
                                      

                                      Linux-Werkzeugkasten:
                                      https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                                      NodeJS Fixer Skript:
                                      https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                                      iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                                      L 1 Reply Last reply
                                      0
                                      • crunchipC crunchip

                                        @lukas8519 systemctl status influxdb

                                        L Offline
                                        L Offline
                                        lukas8519
                                        wrote on last edited by
                                        #60

                                        @crunchip
                                        @Thomas-Braun

                                        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: active (running) since Sun 2021-11-21 22:58:13 CET; 9min ago
                                             Docs: https://docs.influxdata.com/influxdb/
                                         Main PID: 490 (influxd)
                                            Tasks: 15 (limit: 4915)
                                           CGroup: /system.slice/influxdb.service
                                                   └─490 /usr/bin/influxd -config /etc/influxdb/influxdb.conf
                                        
                                        Nov 21 23:00:36 raspberrypi influxd-systemd-start.sh[481]: [httpd] 127.0.0.1 - L
                                        Nov 21 23:00:36 raspberrypi influxd-systemd-start.sh[481]: [httpd] 127.0.0.1 - L
                                        Nov 21 23:00:36 raspberrypi influxd-systemd-start.sh[481]: [httpd] 127.0.0.1 - L
                                        Nov 21 23:00:36 raspberrypi influxd-systemd-start.sh[481]: [httpd] 127.0.0.1 - L
                                        Nov 21 23:00:36 raspberrypi influxd-systemd-start.sh[481]: [httpd] 127.0.0.1 - L
                                        Nov 21 23:00:36 raspberrypi influxd-systemd-start.sh[481]: [httpd] 127.0.0.1 - L
                                        Nov 21 23:00:36 raspberrypi influxd-systemd-start.sh[481]: [httpd] 127.0.0.1 - L
                                        Nov 21 23:04:09 raspberrypi influxd-systemd-start.sh[481]: ts=2021-11-21T22:04:0
                                        Nov 21 23:04:09 raspberrypi influxd-systemd-start.sh[481]: [httpd] 192.168.178.1
                                        Nov 21 23:05:29 raspberrypi influxd-systemd-start.sh[481]: [httpd] 127.0.0.1 - L
                                        lines 1-19/19 (END)
                                        
                                        
                                        crunchipC 1 Reply Last reply
                                        0
                                        • L lukas8519

                                          @crunchip
                                          @Thomas-Braun

                                          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: active (running) since Sun 2021-11-21 22:58:13 CET; 9min ago
                                               Docs: https://docs.influxdata.com/influxdb/
                                           Main PID: 490 (influxd)
                                              Tasks: 15 (limit: 4915)
                                             CGroup: /system.slice/influxdb.service
                                                     └─490 /usr/bin/influxd -config /etc/influxdb/influxdb.conf
                                          
                                          Nov 21 23:00:36 raspberrypi influxd-systemd-start.sh[481]: [httpd] 127.0.0.1 - L
                                          Nov 21 23:00:36 raspberrypi influxd-systemd-start.sh[481]: [httpd] 127.0.0.1 - L
                                          Nov 21 23:00:36 raspberrypi influxd-systemd-start.sh[481]: [httpd] 127.0.0.1 - L
                                          Nov 21 23:00:36 raspberrypi influxd-systemd-start.sh[481]: [httpd] 127.0.0.1 - L
                                          Nov 21 23:00:36 raspberrypi influxd-systemd-start.sh[481]: [httpd] 127.0.0.1 - L
                                          Nov 21 23:00:36 raspberrypi influxd-systemd-start.sh[481]: [httpd] 127.0.0.1 - L
                                          Nov 21 23:00:36 raspberrypi influxd-systemd-start.sh[481]: [httpd] 127.0.0.1 - L
                                          Nov 21 23:04:09 raspberrypi influxd-systemd-start.sh[481]: ts=2021-11-21T22:04:0
                                          Nov 21 23:04:09 raspberrypi influxd-systemd-start.sh[481]: [httpd] 192.168.178.1
                                          Nov 21 23:05:29 raspberrypi influxd-systemd-start.sh[481]: [httpd] 127.0.0.1 - L
                                          lines 1-19/19 (END)
                                          
                                          
                                          crunchipC Away
                                          crunchipC Away
                                          crunchip
                                          Forum Testing Most Active
                                          wrote on last edited by
                                          #61

                                          @lukas8519 läuft

                                          umgestiegen von Proxmox auf Unraid

                                          1 Reply Last reply
                                          0

                                          Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                                          Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                                          With your input, this post could be even better 💗

                                          Register Login
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate
                                          FAQ Cloud / IOT
                                          HowTo: Node.js-Update
                                          HowTo: Backup/Restore
                                          Downloads
                                          BLOG

                                          516

                                          Online

                                          32.7k

                                          Users

                                          82.6k

                                          Topics

                                          1.3m

                                          Posts
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Home
                                          • Recent
                                          • Tags
                                          • Unread 0
                                          • Categories
                                          • Unreplied
                                          • Popular
                                          • GitHub
                                          • Docu
                                          • Hilfe