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
    17
    1
    634

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

  • 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.
  • L lukas8519

    @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.

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

    @lukas8519

    apt policy influxdb
    systmctl status 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

      apt policy influxdb
      systmctl status influxdb
      
      L Offline
      L Offline
      lukas8519
      wrote on last edited by
      #17

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

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

        @lukas8519
        Sorry

        systemctl status influxdb
        

        Fur influx ist das falsche Repo aktiv. Stretch ist falsch

        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 2 Replies Last reply
        0
        • Thomas BraunT Thomas Braun

          @lukas8519
          Sorry

          systemctl status influxdb
          

          Fur influx ist das falsche Repo aktiv. Stretch ist falsch

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

          @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: 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)
          
          
          Thomas BraunT crunchipC 2 Replies Last reply
          0
          • L lukas8519

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

            @lukas8519

            Erstmal deine Installationsquellen korrigieren.

            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
            • L lukas8519

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

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

              activating

              aktiviert läuft aber nicht

              umgestiegen von Proxmox auf Unraid

              1 Reply Last reply
              0
              • Thomas BraunT Thomas Braun

                @lukas8519
                Sorry

                systemctl status influxdb
                

                Fur influx ist das falsche Repo aktiv. Stretch ist falsch

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

                Fur influx ist das falsche Repo aktiv. Stretch ist falsch

                Erstmal deine Installationsquellen korrigieren.

                klingt gut! Leider weiß ich nicht wie ...

                Thomas BraunT crunchipC 2 Replies Last reply
                0
                • L lukas8519

                  Fur influx ist das falsche Repo aktiv. Stretch ist falsch

                  Erstmal deine Installationsquellen korrigieren.

                  klingt gut! Leider weiß ich nicht wie ...

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

                  @lukas8519

                  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.

                  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

                    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.

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

                    @thomas-braun

                    pi@raspberrypi:~ $ https://repos.influxdata.com/debian stretch/stable
                    -bash: https://repos.influxdata.com/debian: No such file or directory
                    
                    
                    1 Reply Last reply
                    0
                    • L lukas8519

                      Fur influx ist das falsche Repo aktiv. Stretch ist falsch

                      Erstmal deine Installationsquellen korrigieren.

                      klingt gut! Leider weiß ich nicht wie ...

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

                      @lukas8519 deine sources.list anpassen
                      machs so

                      wget -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
                      
                      

                      umgestiegen von Proxmox auf Unraid

                      L 1 Reply Last reply
                      0
                      • crunchipC crunchip

                        @lukas8519 deine sources.list anpassen
                        machs so

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

                        @crunchip

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

                          @crunchip

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

                          @lukas8519

                          sudo apt update
                          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

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

                            @thomas-braun
                            habe ich:

                            pi@raspberrypi:~ $ sudo apt update
                            Get:1 http://raspbian.raspberrypi.org/raspbian buster InRelease [15.0 kB]
                            Get:2 http://archive.raspberrypi.org/debian buster InRelease [32.6 kB]
                            Get:3 https://packages.grafana.com/oss/deb stable InRelease [12.1 kB]
                            Get:4 https://deb.nodesource.com/node_12.x buster InRelease [4,584 B]
                            Ign:5 https://repos.influxdata.com/buster buster InRelease
                            Get:6 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages [13.0 MB]
                            Err:7 https://repos.influxdata.com/buster buster Release
                              404  Not Found [IP: 2600:9000:224a:fa00:7:7790:e740:93a1 443]
                            Get:8 http://archive.raspberrypi.org/debian buster/main armhf Packages [393 kB]
                            Get:9 https://packages.grafana.com/oss/deb stable/main armhf Packages [29.8 kB]
                            Get:10 http://raspbian.raspberrypi.org/raspbian buster/contrib armhf Packages [58.8 kB]
                            Get:11 http://raspbian.raspberrypi.org/raspbian buster/non-free armhf Packages [104 kB]
                            Get:12 https://deb.nodesource.com/node_12.x buster/main armhf Packages [777 B]
                            Reading package lists... Done
                            E: The repository 'https://repos.influxdata.com/buster buster Release' does not have a Release file.
                            N: Updating from such a repository can't be done securely, and is therefore disabled by default.
                            N: See apt-secure(8) manpage for repository creation and user configuration details.
                            N: Repository 'http://archive.raspberrypi.org/debian buster InRelease' changed its 'Suite' value from 'testing' to 'oldstable'
                            pi@raspberrypi:~ $ sudo apt install --reinstall influxdb
                            Reading package lists... Done
                            Building dependency tree
                            Reading state information... Done
                            Reinstallation of influxdb is not possible, it cannot be downloaded.
                            0 upgraded, 0 newly installed, 0 to remove and 88 not upgraded.
                            pi@raspberrypi:~ $
                            
                            
                            Thomas BraunT 1 Reply Last reply
                            0
                            • L lukas8519

                              @thomas-braun
                              habe ich:

                              pi@raspberrypi:~ $ sudo apt update
                              Get:1 http://raspbian.raspberrypi.org/raspbian buster InRelease [15.0 kB]
                              Get:2 http://archive.raspberrypi.org/debian buster InRelease [32.6 kB]
                              Get:3 https://packages.grafana.com/oss/deb stable InRelease [12.1 kB]
                              Get:4 https://deb.nodesource.com/node_12.x buster InRelease [4,584 B]
                              Ign:5 https://repos.influxdata.com/buster buster InRelease
                              Get:6 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages [13.0 MB]
                              Err:7 https://repos.influxdata.com/buster buster Release
                                404  Not Found [IP: 2600:9000:224a:fa00:7:7790:e740:93a1 443]
                              Get:8 http://archive.raspberrypi.org/debian buster/main armhf Packages [393 kB]
                              Get:9 https://packages.grafana.com/oss/deb stable/main armhf Packages [29.8 kB]
                              Get:10 http://raspbian.raspberrypi.org/raspbian buster/contrib armhf Packages [58.8 kB]
                              Get:11 http://raspbian.raspberrypi.org/raspbian buster/non-free armhf Packages [104 kB]
                              Get:12 https://deb.nodesource.com/node_12.x buster/main armhf Packages [777 B]
                              Reading package lists... Done
                              E: The repository 'https://repos.influxdata.com/buster buster Release' does not have a Release file.
                              N: Updating from such a repository can't be done securely, and is therefore disabled by default.
                              N: See apt-secure(8) manpage for repository creation and user configuration details.
                              N: Repository 'http://archive.raspberrypi.org/debian buster InRelease' changed its 'Suite' value from 'testing' to 'oldstable'
                              pi@raspberrypi:~ $ sudo apt install --reinstall influxdb
                              Reading package lists... Done
                              Building dependency tree
                              Reading state information... Done
                              Reinstallation of influxdb is not possible, it cannot be downloaded.
                              0 upgraded, 0 newly installed, 0 to remove and 88 not upgraded.
                              pi@raspberrypi:~ $
                              
                              
                              Thomas BraunT Online
                              Thomas BraunT Online
                              Thomas Braun
                              Most Active
                              wrote on last edited by
                              #29

                              @lukas8519
                              Die /etc/apt/sources.list.d/influxdb.list ist noch falsch.
                              Zeig mal was da jetzt drin steht.

                              cat /etc/apt/sources.list.d/influxdb.list
                              

                              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
                              • L Offline
                                L Offline
                                lukas8519
                                wrote on last edited by
                                #30
                                
                                pi@raspberrypi:~ $ cat /etc/apt/sources.list.d/influxdb.list
                                deb https://repos.influxdata.com/buster buster stable
                                
                                
                                
                                Thomas BraunT 1 Reply Last reply
                                0
                                • L lukas8519
                                  
                                  pi@raspberrypi:~ $ cat /etc/apt/sources.list.d/influxdb.list
                                  deb https://repos.influxdata.com/buster buster stable
                                  
                                  
                                  
                                  Thomas BraunT Online
                                  Thomas BraunT Online
                                  Thomas Braun
                                  Most Active
                                  wrote on last edited by
                                  #31

                                  @lukas8519
                                  Ersetze das erste buster durch debian

                                  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
                                  1
                                  • Thomas BraunT Thomas Braun

                                    @lukas8519
                                    Ersetze das erste buster durch debian

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

                                    @thomas-braun

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

                                      @thomas-braun

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

                                      @lukas8519
                                      ?
                                      Mit einem Editor wie z.B. nano macht man das

                                      nano /etc/apt/sources.list.d/influxdb.list
                                      

                                      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 crunchipC 2 Replies Last reply
                                      0
                                      • Thomas BraunT Thomas Braun

                                        @lukas8519
                                        ?
                                        Mit einem Editor wie z.B. nano macht man das

                                        nano /etc/apt/sources.list.d/influxdb.list
                                        
                                        L Offline
                                        L Offline
                                        lukas8519
                                        wrote on last edited by
                                        #34

                                        @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?

                                        Thomas BraunT 1 Reply Last reply
                                        0
                                        • L lukas8519

                                          @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?

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

                                          @lukas8519

                                          Mit Strg-X, dann noch bestätigen.

                                          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
                                          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

                                          729

                                          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