Skip to content
  • 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
Logo
  1. ioBroker Community Home
  2. Deutsch
  3. Off Topic
  4. InfluxDB
  5. InfluxDB installieren wie

NEWS

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.0k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    1.8k

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    15
    1
    2.0k

InfluxDB installieren wie

Scheduled Pinned Locked Moved InfluxDB
48 Posts 3 Posters 4.8k Views 3 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.
  • M Offline
    M Offline
    Mico
    wrote on last edited by
    #1

    Hallo ich habe versucht auf meinem Raspberry 5 mit Bookworm die InfluxDB zu installieren damit ich dann die Instanz InfluxDB im Iobroker nutzen kann.Ich bin nach einer Anleitung von Smarthome-tricks vorgegangen.
    Denn Link wollte ich einstellen weiß aber leider nicht wie das gehen soll, wenn ich das Kettensymbol anwähle.
    Leider führten alle Befehle zu Fehlermeldungen so das jetzt auch bei der Eingabe von sudo_apt_update diese Fehlermeldung erscheind.
    E: Type '„deb' is not known on line 1 in source list /etc/apt/sources.list.d/influxdb.list
    E: The list of sources could not be read.
    Ich bräuchte bitte für meinen Raspberry mit Bookworm die Anleitung //Befehle damit ich InfluxDB installieren kann und auch die Fehler nicht mehr im System sind.

    Danke Mico

    Thomas BraunT 1 Reply Last reply
    0
    • M Mico

      Hallo ich habe versucht auf meinem Raspberry 5 mit Bookworm die InfluxDB zu installieren damit ich dann die Instanz InfluxDB im Iobroker nutzen kann.Ich bin nach einer Anleitung von Smarthome-tricks vorgegangen.
      Denn Link wollte ich einstellen weiß aber leider nicht wie das gehen soll, wenn ich das Kettensymbol anwähle.
      Leider führten alle Befehle zu Fehlermeldungen so das jetzt auch bei der Eingabe von sudo_apt_update diese Fehlermeldung erscheind.
      E: Type '„deb' is not known on line 1 in source list /etc/apt/sources.list.d/influxdb.list
      E: The list of sources could not be read.
      Ich bräuchte bitte für meinen Raspberry mit Bookworm die Anleitung //Befehle damit ich InfluxDB installieren kann und auch die Fehler nicht mehr im System sind.

      Danke Mico

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

      @mico

      https://forum.iobroker.net/topic/59231/phantastische-repositories-und-wo-sie-zu-finden-sind?_=1730787835545

      Und Fehlermeldungen bitte im Wortlaut hier rein, damit man sieht welcher Fehler es denn sein könnte.

      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

      M 1 Reply Last reply
      0
      • Thomas BraunT Thomas Braun

        @mico

        https://forum.iobroker.net/topic/59231/phantastische-repositories-und-wo-sie-zu-finden-sind?_=1730787835545

        Und Fehlermeldungen bitte im Wortlaut hier rein, damit man sieht welcher Fehler es denn sein könnte.

        M Offline
        M Offline
        Mico
        wrote on last edited by
        #3

        auf diesen befehl

        1.) wget -qO- https://repos.influxdata.com/influxdb.key | sudo apt-key add -
        Meldung: Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
        OK
        2.) source /etc/lsb-release
        Meldung: -bash: /etc/lsb-release: No such file or directory
        3.) echo "deb https://repos.influxdata.com/${DISTRIB_ID,,} ${DISTRIB_CODENAME} stable" | sudo tee
        /etc/apt/sources.list.d/influxdb.list
        Meldung: deb https://repos.influxdata.com/ stable
        4.) sudo apt-get update && sudo apt-get install influxdb
        Meldung: E: Malformed entry 1 in list file /etc/apt/sources.list.d/influxdb.list (Component)
        E: The list of sources could not be read.
        5.) sudo service influxdb start
        Meldung: Failed to start influxdb.service: Unit influxdb.service not found.
        6:) sudo apt update
        Meldung: E: Malformed entry 1 in list file /etc/apt/sources.list.d/influxdb.list (Component)
        E: The list of sources could not be read.
        7.) apt-get install gnupg
        Meldung: E: Malformed entry 1 in list file /etc/apt/sources.list.d/influxdb.list (Component)
        E: The list of sources could not be read.
        8.) apt install influxdb-client
        Meldung wie in Punkt 6 und 7
        9.) influx
        Meldung: -bash: influx: command not found

        Anleitung von Homepage Smarthome-tricks

        Gruß
        Mico

        Thomas BraunT 2 Replies Last reply
        0
        • M Mico

          auf diesen befehl

          1.) wget -qO- https://repos.influxdata.com/influxdb.key | sudo apt-key add -
          Meldung: Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
          OK
          2.) source /etc/lsb-release
          Meldung: -bash: /etc/lsb-release: No such file or directory
          3.) echo "deb https://repos.influxdata.com/${DISTRIB_ID,,} ${DISTRIB_CODENAME} stable" | sudo tee
          /etc/apt/sources.list.d/influxdb.list
          Meldung: deb https://repos.influxdata.com/ stable
          4.) sudo apt-get update && sudo apt-get install influxdb
          Meldung: E: Malformed entry 1 in list file /etc/apt/sources.list.d/influxdb.list (Component)
          E: The list of sources could not be read.
          5.) sudo service influxdb start
          Meldung: Failed to start influxdb.service: Unit influxdb.service not found.
          6:) sudo apt update
          Meldung: E: Malformed entry 1 in list file /etc/apt/sources.list.d/influxdb.list (Component)
          E: The list of sources could not be read.
          7.) apt-get install gnupg
          Meldung: E: Malformed entry 1 in list file /etc/apt/sources.list.d/influxdb.list (Component)
          E: The list of sources could not be read.
          8.) apt install influxdb-client
          Meldung wie in Punkt 6 und 7
          9.) influx
          Meldung: -bash: influx: command not found

          Anleitung von Homepage Smarthome-tricks

          Gruß
          Mico

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

          @mico

          Dann mach es wie von mir gepostet.

          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
          • M Mico

            auf diesen befehl

            1.) wget -qO- https://repos.influxdata.com/influxdb.key | sudo apt-key add -
            Meldung: Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
            OK
            2.) source /etc/lsb-release
            Meldung: -bash: /etc/lsb-release: No such file or directory
            3.) echo "deb https://repos.influxdata.com/${DISTRIB_ID,,} ${DISTRIB_CODENAME} stable" | sudo tee
            /etc/apt/sources.list.d/influxdb.list
            Meldung: deb https://repos.influxdata.com/ stable
            4.) sudo apt-get update && sudo apt-get install influxdb
            Meldung: E: Malformed entry 1 in list file /etc/apt/sources.list.d/influxdb.list (Component)
            E: The list of sources could not be read.
            5.) sudo service influxdb start
            Meldung: Failed to start influxdb.service: Unit influxdb.service not found.
            6:) sudo apt update
            Meldung: E: Malformed entry 1 in list file /etc/apt/sources.list.d/influxdb.list (Component)
            E: The list of sources could not be read.
            7.) apt-get install gnupg
            Meldung: E: Malformed entry 1 in list file /etc/apt/sources.list.d/influxdb.list (Component)
            E: The list of sources could not be read.
            8.) apt install influxdb-client
            Meldung wie in Punkt 6 und 7
            9.) influx
            Meldung: -bash: influx: command not found

            Anleitung von Homepage Smarthome-tricks

            Gruß
            Mico

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

            @mico

            Und dem Kollegen kannst du eine Nachricht hinterlassen, das seine Anleitung veraltet ist.

            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

            M 1 Reply Last reply
            0
            • Thomas BraunT Thomas Braun

              @mico

              Und dem Kollegen kannst du eine Nachricht hinterlassen, das seine Anleitung veraltet ist.

              M Offline
              M Offline
              Mico
              wrote on last edited by
              #6

              @thomas-braun

              Danke für die Anleitung

              Wie sieht es denn mit Grafana aus?
              bei sudo rm /etc/apt/sources.list.d/grafana*
              kommt diese Meldung:
              rm: cannot remove '/etc/apt/sources.list.d/grafana*': No such file or directory

              Gruß
              Mico

              Thomas BraunT 1 Reply Last reply
              0
              • M Mico

                @thomas-braun

                Danke für die Anleitung

                Wie sieht es denn mit Grafana aus?
                bei sudo rm /etc/apt/sources.list.d/grafana*
                kommt diese Meldung:
                rm: cannot remove '/etc/apt/sources.list.d/grafana*': No such file or directory

                Gruß
                Mico

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

                @mico sagte in InfluxDB installieren wie:

                No such file or directory

                Dann gibt es die Datei, die gelöscht werden soll erst gar nicht. Also nicht weiter wild.

                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

                M 1 Reply Last reply
                0
                • Thomas BraunT Thomas Braun

                  @mico sagte in InfluxDB installieren wie:

                  No such file or directory

                  Dann gibt es die Datei, die gelöscht werden soll erst gar nicht. Also nicht weiter wild.

                  M Offline
                  M Offline
                  Mico
                  wrote on last edited by
                  #8

                  @thomas-braun
                  so influxDB ist ja jetzt installiert der Adapter gibt leider das er nicht mit Geräten oder Diensten verbunden ist.

                  Die Einstellungen der Instanz wurden noch nicht verändert, was muss ich den dort alles eintragen damit er den Dienst erkennt und akzeptiert.

                  Bei einem zu überwachenden Objekt (Waschmaschine) habe ich influxDB aktiviert.

                  Gruß
                  Mico

                  Thomas BraunT 1 Reply Last reply
                  0
                  • M Mico

                    @thomas-braun
                    so influxDB ist ja jetzt installiert der Adapter gibt leider das er nicht mit Geräten oder Diensten verbunden ist.

                    Die Einstellungen der Instanz wurden noch nicht verändert, was muss ich den dort alles eintragen damit er den Dienst erkennt und akzeptiert.

                    Bei einem zu überwachenden Objekt (Waschmaschine) habe ich influxDB aktiviert.

                    Gruß
                    Mico

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

                    @mico sagte in InfluxDB installieren wie:

                    Die Einstellungen der Instanz wurden noch nicht verändert, was muss ich den dort alles eintragen damit er den Dienst erkennt und akzeptiert.

                    Die Daten zum influxdb-Server... Token usw.
                    Genaueres kann ich dir aber auch nicht sagen, ich habe influxdb nicht im Einsatz.

                    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
                      Laser
                      wrote on last edited by Laser
                      #10

                      @mico nach welcher Anleitung genau hast Du influxDB installiert? Es gibt ja x fehlerhafte Anleitungen...Mit diesem Befehl kommen gleich Fehlermeldungen:

                      wget -qO- https://repos.influxdata.com/influxdb.key | gpg --dearmor | 
                      sudo tee /etc/apt/trusted.gpg.d/influxdb.gpg > /dev/null export 
                      DISTRIB_ID=$(lsb_release -si); export DISTRIB_CODENAME=$(lsb_release 
                      sc) echo "deb [signed-by=/etc/apt/trusted.gpg.d/influxdb.gpg] 
                      https://repos.influxdata.com/${DISTRIB_ID,,} ${DISTRIB_CODENAME} 
                      stable" | sudo tee /etc/apt/sources.list.d/influxdb.list > /dev/null 
                      
                      /etc/apt/sources.list.d $ wget -qO- https://repos.influxdata.com/influxdb.key | gpg --dearmor |
                      sudo tee /etc/apt/trusted.gpg.d/influxdb.gpg > /dev/null export
                      DISTRIB_ID=$(lsb_release -si); export DISTRIB_CODENAME=$(lsb_release
                      sc) echo "deb [signed-by=/etc/apt/trusted.gpg.d/influxdb.gpg]
                      https://repos.influxdata.com/${DISTRIB_ID,,} ${DISTRIB_CODENAME}
                      stable" | sudo tee /etc/apt/sources.list.d/influxdb.list > /dev/null
                      -bash: sc: command not found
                      -bash: export: `deb [signed-by=/etc/apt/trusted.gpg.d/influxdb.gpg]
                      https://repos.influxdata.com/debian
                      stable': not a valid identifier
                      
                      
                      Thomas BraunT 1 Reply Last reply
                      0
                      • L Laser

                        @mico nach welcher Anleitung genau hast Du influxDB installiert? Es gibt ja x fehlerhafte Anleitungen...Mit diesem Befehl kommen gleich Fehlermeldungen:

                        wget -qO- https://repos.influxdata.com/influxdb.key | gpg --dearmor | 
                        sudo tee /etc/apt/trusted.gpg.d/influxdb.gpg > /dev/null export 
                        DISTRIB_ID=$(lsb_release -si); export DISTRIB_CODENAME=$(lsb_release 
                        sc) echo "deb [signed-by=/etc/apt/trusted.gpg.d/influxdb.gpg] 
                        https://repos.influxdata.com/${DISTRIB_ID,,} ${DISTRIB_CODENAME} 
                        stable" | sudo tee /etc/apt/sources.list.d/influxdb.list > /dev/null 
                        
                        /etc/apt/sources.list.d $ wget -qO- https://repos.influxdata.com/influxdb.key | gpg --dearmor |
                        sudo tee /etc/apt/trusted.gpg.d/influxdb.gpg > /dev/null export
                        DISTRIB_ID=$(lsb_release -si); export DISTRIB_CODENAME=$(lsb_release
                        sc) echo "deb [signed-by=/etc/apt/trusted.gpg.d/influxdb.gpg]
                        https://repos.influxdata.com/${DISTRIB_ID,,} ${DISTRIB_CODENAME}
                        stable" | sudo tee /etc/apt/sources.list.d/influxdb.list > /dev/null
                        -bash: sc: command not found
                        -bash: export: `deb [signed-by=/etc/apt/trusted.gpg.d/influxdb.gpg]
                        https://repos.influxdata.com/debian
                        stable': not a valid identifier
                        
                        
                        Thomas BraunT Online
                        Thomas BraunT Online
                        Thomas Braun
                        Most Active
                        wrote on last edited by
                        #11

                        @laser

                        Mach es so:

                        sudo rm /etc/apt/sources.list.d/influ*
                        
                        wget -q https://repos.influxdata.com/influxdata-archive_compat.key
                        
                        echo '393e8779c89ac8d958f81f942f9ad7fb82a25e133faddaf92e15b16e6ac9ce4c influxdata-archive_compat.key' | sha256sum -c && cat influxdata-archive_compat.key | gpg --dearmor | sudo tee /usr/share/keyrings/influxdata-archive_compat.gpg > /dev/null
                        
                        echo 'deb [signed-by=/usr/share/keyrings/influxdata-archive_compat.gpg] https://repos.influxdata.com/debian stable main' | sudo tee /etc/apt/sources.list.d/influxdata.list
                        
                        rm influxdata-archive_compat.key
                        

                        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

                          @laser

                          Mach es so:

                          sudo rm /etc/apt/sources.list.d/influ*
                          
                          wget -q https://repos.influxdata.com/influxdata-archive_compat.key
                          
                          echo '393e8779c89ac8d958f81f942f9ad7fb82a25e133faddaf92e15b16e6ac9ce4c influxdata-archive_compat.key' | sha256sum -c && cat influxdata-archive_compat.key | gpg --dearmor | sudo tee /usr/share/keyrings/influxdata-archive_compat.gpg > /dev/null
                          
                          echo 'deb [signed-by=/usr/share/keyrings/influxdata-archive_compat.gpg] https://repos.influxdata.com/debian stable main' | sudo tee /etc/apt/sources.list.d/influxdata.list
                          
                          rm influxdata-archive_compat.key
                          
                          L Offline
                          L Offline
                          Laser
                          wrote on last edited by Laser
                          #12

                          @thomas-braun Danke, so funktioniert es bei mir nicht. Diese beiden echo Befehle einzeln oder zusammen ausführen? Habe Beides versucht, ohne Erfolg. In der influxdata.list steht jetzt folgendes:

                          deb [signed-by=/usr/share/keyrings/influxdata-archive_compat.gpg] https://repos.influxdata.com/debian stable main
                          
                          

                          und:

                          /etc/apt/sources.list.d $ rm influxdata-archive_compat.key
                          rm: cannot remove 'influxdata-archive_compat.key': No such file or directory
                          
                          

                          stehe ich im falschen Verzeichnis? Ich gehe ganz zurück. Da funktioniert es.

                          Thomas BraunT L 2 Replies Last reply
                          0
                          • L Laser

                            @thomas-braun Danke, so funktioniert es bei mir nicht. Diese beiden echo Befehle einzeln oder zusammen ausführen? Habe Beides versucht, ohne Erfolg. In der influxdata.list steht jetzt folgendes:

                            deb [signed-by=/usr/share/keyrings/influxdata-archive_compat.gpg] https://repos.influxdata.com/debian stable main
                            
                            

                            und:

                            /etc/apt/sources.list.d $ rm influxdata-archive_compat.key
                            rm: cannot remove 'influxdata-archive_compat.key': No such file or directory
                            
                            

                            stehe ich im falschen Verzeichnis? Ich gehe ganz zurück. Da funktioniert es.

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

                            @laser

                            Die fünf Zeilen auch zeilenweise in dein Terminal kopieren.

                            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 Laser

                              @thomas-braun Danke, so funktioniert es bei mir nicht. Diese beiden echo Befehle einzeln oder zusammen ausführen? Habe Beides versucht, ohne Erfolg. In der influxdata.list steht jetzt folgendes:

                              deb [signed-by=/usr/share/keyrings/influxdata-archive_compat.gpg] https://repos.influxdata.com/debian stable main
                              
                              

                              und:

                              /etc/apt/sources.list.d $ rm influxdata-archive_compat.key
                              rm: cannot remove 'influxdata-archive_compat.key': No such file or directory
                              
                              

                              stehe ich im falschen Verzeichnis? Ich gehe ganz zurück. Da funktioniert es.

                              L Offline
                              L Offline
                              Laser
                              wrote on last edited by
                              #14

                              @Thomas Braun
                              Bei dieser Zeile kommt:

                              /etc/apt/sources.list.d $ echo '393e8779c89ac8d958f81f942f9ad7fb82a25e133faddaf92e15b16e6ac9ce4c influxdata-archive_compat.key' | sha256sum -c && cat influxdata-archive_compat.key | gpg --dearmor | sudo tee /usr/share/keyrings/influxdata-archive_compat.gpg > /dev/null
                              sha256sum: influxdata-archive_compat.key: No such file or directory
                              influxdata-archive_compat.key: FAILED open or read
                              sha256sum: WARNING: 1 listed file could not be read
                              
                              
                              Thomas BraunT 1 Reply Last reply
                              0
                              • L Laser

                                @Thomas Braun
                                Bei dieser Zeile kommt:

                                /etc/apt/sources.list.d $ echo '393e8779c89ac8d958f81f942f9ad7fb82a25e133faddaf92e15b16e6ac9ce4c influxdata-archive_compat.key' | sha256sum -c && cat influxdata-archive_compat.key | gpg --dearmor | sudo tee /usr/share/keyrings/influxdata-archive_compat.gpg > /dev/null
                                sha256sum: influxdata-archive_compat.key: No such file or directory
                                influxdata-archive_compat.key: FAILED open or read
                                sha256sum: WARNING: 1 listed file could not be read
                                
                                
                                Thomas BraunT Online
                                Thomas BraunT Online
                                Thomas Braun
                                Most Active
                                wrote on last edited by Thomas Braun
                                #15

                                @laser

                                Keine Ahnung was du da machst...
                                Stell dich in dein /home und nicht in /etc/apt/irgendwas herumspuken.

                                Bei mir läuft das ohne weiteres durch:

                                echad@chet:~ $ sudo rm /etc/apt/sources.list.d/influ*
                                echad@chet:~ $ wget -q https://repos.influxdata.com/influxdata-archive_compat.key
                                echad@chet:~ $ echo '393e8779c89ac8d958f81f942f9ad7fb82a25e133faddaf92e15b16e6ac9ce4c influxdata-archive_compat.key' | sha256sum -c && cat influxdata-archive_compat.key | gpg --dearmor | sudo tee /usr/share/keyrings/influxdata-archive_compat.gpg > /dev/null
                                influxdata-archive_compat.key: OK
                                echad@chet:~ $ echo 'deb [signed-by=/usr/share/keyrings/influxdata-archive_compat.gpg] https://repos.influxdata.com/debian stable main' | sudo tee /etc/apt/sources.list.d/influxdata.list
                                deb [signed-by=/usr/share/keyrings/influxdata-archive_compat.gpg] https://repos.influxdata.com/debian stable main
                                echad@chet:~ $ rm influxdata-archive_compat.key
                                echad@chet:~ $ 
                                
                                

                                Edit: Klar, du darfst als user nicht in /etc/apt herumschreiben. Deswegen funktioniert das auch nicht.
                                Also per cd in dein eigenes Verzeichnis hüpfen.

                                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

                                  @laser

                                  Keine Ahnung was du da machst...
                                  Stell dich in dein /home und nicht in /etc/apt/irgendwas herumspuken.

                                  Bei mir läuft das ohne weiteres durch:

                                  echad@chet:~ $ sudo rm /etc/apt/sources.list.d/influ*
                                  echad@chet:~ $ wget -q https://repos.influxdata.com/influxdata-archive_compat.key
                                  echad@chet:~ $ echo '393e8779c89ac8d958f81f942f9ad7fb82a25e133faddaf92e15b16e6ac9ce4c influxdata-archive_compat.key' | sha256sum -c && cat influxdata-archive_compat.key | gpg --dearmor | sudo tee /usr/share/keyrings/influxdata-archive_compat.gpg > /dev/null
                                  influxdata-archive_compat.key: OK
                                  echad@chet:~ $ echo 'deb [signed-by=/usr/share/keyrings/influxdata-archive_compat.gpg] https://repos.influxdata.com/debian stable main' | sudo tee /etc/apt/sources.list.d/influxdata.list
                                  deb [signed-by=/usr/share/keyrings/influxdata-archive_compat.gpg] https://repos.influxdata.com/debian stable main
                                  echad@chet:~ $ rm influxdata-archive_compat.key
                                  echad@chet:~ $ 
                                  
                                  

                                  Edit: Klar, du darfst als user nicht in /etc/apt herumschreiben. Deswegen funktioniert das auch nicht.
                                  Also per cd in dein eigenes Verzeichnis hüpfen.

                                  L Offline
                                  L Offline
                                  Laser
                                  wrote on last edited by Laser
                                  #16

                                  @thomas-braun ja, ich bin ganz zurückgegangen und da lassen sich diese 5 Zeilen fehlerfrei ausführen.
                                  versuche jetzt weiter:

                                  Zum Installieren von InfluxDB genügen zwei Befehle im Terminal. 
                                  1. wget -qO- https://repos.influxdata.com/influxdb.key | gpg --dearmor | 
                                  sudo tee /etc/apt/trusted.gpg.d/influxdb.gpg > /dev/null export 
                                  DISTRIB_ID=$(lsb_release -si); export DISTRIB_CODENAME=$(lsb_release 
                                  sc) echo "deb [signed-by=/etc/apt/trusted.gpg.d/influxdb.gpg] 
                                  https://repos.influxdata.com/${DISTRIB_ID,,} ${DISTRIB_CODENAME} 
                                  stable" | sudo tee /etc/apt/sources.list.d/influxdb.list > /dev/null
                                  

                                  aber:

                                  wget -qO- https://repos.influxdata.com/influxdb.key | gpg --dearmor |
                                  sudo tee /etc/apt/trusted.gpg.d/influxdb.gpg > /dev/null export
                                  DISTRIB_ID=$(lsb_release -si); export DISTRIB_CODENAME=$(lsb_release
                                  sc) echo "deb [signed-by=/etc/apt/trusted.gpg.d/influxdb.gpg]
                                  https://repos.influxdata.com/${DISTRIB_ID,,} ${DISTRIB_CODENAME}
                                  stable" | sudo tee /etc/apt/sources.list.d/influxdb.list > /dev/null
                                  -bash: sc: command not found
                                  -bash: export: `deb [signed-by=/etc/apt/trusted.gpg.d/influxdb.gpg]
                                  https://repos.influxdata.com/debian
                                  stable': not a valid identifier
                                  
                                  
                                  Thomas BraunT 1 Reply Last reply
                                  0
                                  • L Laser

                                    @thomas-braun ja, ich bin ganz zurückgegangen und da lassen sich diese 5 Zeilen fehlerfrei ausführen.
                                    versuche jetzt weiter:

                                    Zum Installieren von InfluxDB genügen zwei Befehle im Terminal. 
                                    1. wget -qO- https://repos.influxdata.com/influxdb.key | gpg --dearmor | 
                                    sudo tee /etc/apt/trusted.gpg.d/influxdb.gpg > /dev/null export 
                                    DISTRIB_ID=$(lsb_release -si); export DISTRIB_CODENAME=$(lsb_release 
                                    sc) echo "deb [signed-by=/etc/apt/trusted.gpg.d/influxdb.gpg] 
                                    https://repos.influxdata.com/${DISTRIB_ID,,} ${DISTRIB_CODENAME} 
                                    stable" | sudo tee /etc/apt/sources.list.d/influxdb.list > /dev/null
                                    

                                    aber:

                                    wget -qO- https://repos.influxdata.com/influxdb.key | gpg --dearmor |
                                    sudo tee /etc/apt/trusted.gpg.d/influxdb.gpg > /dev/null export
                                    DISTRIB_ID=$(lsb_release -si); export DISTRIB_CODENAME=$(lsb_release
                                    sc) echo "deb [signed-by=/etc/apt/trusted.gpg.d/influxdb.gpg]
                                    https://repos.influxdata.com/${DISTRIB_ID,,} ${DISTRIB_CODENAME}
                                    stable" | sudo tee /etc/apt/sources.list.d/influxdb.list > /dev/null
                                    -bash: sc: command not found
                                    -bash: export: `deb [signed-by=/etc/apt/trusted.gpg.d/influxdb.gpg]
                                    https://repos.influxdata.com/debian
                                    stable': not a valid identifier
                                    
                                    
                                    Thomas BraunT Online
                                    Thomas BraunT Online
                                    Thomas Braun
                                    Most Active
                                    wrote on last edited by
                                    #17

                                    @laser

                                    ???
                                    WAS tust du da?
                                    Den key hast du doch gerade mit meinen fünf Zeilen angelegt, jetzt ziehst du da wieder 'irgendwas' anderes rein.
                                    Kann ja nicht funktionieren, wenn du kreuz und quer irgendwas da reinklatschst.

                                    Noch mal meine fünf Zeilen. Und dann ist auch influx über den Paketmanager installierbar:

                                    sudo apt update
                                    apt policy influxdb2
                                    

                                    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

                                      @laser

                                      ???
                                      WAS tust du da?
                                      Den key hast du doch gerade mit meinen fünf Zeilen angelegt, jetzt ziehst du da wieder 'irgendwas' anderes rein.
                                      Kann ja nicht funktionieren, wenn du kreuz und quer irgendwas da reinklatschst.

                                      Noch mal meine fünf Zeilen. Und dann ist auch influx über den Paketmanager installierbar:

                                      sudo apt update
                                      apt policy influxdb2
                                      
                                      L Offline
                                      L Offline
                                      Laser
                                      wrote on last edited by Laser
                                      #18

                                      @thomas-braun Habe ich gemacht (ne die 5 Zeilen).Ein Problem gibt es noch (Influxdb läßt sich auch nicht starten).

                                      $ apt policy influxdb2
                                      influxdb2:
                                        Installed: 2.7.11-1
                                        Candidate: 2.7.11-1
                                        Version table:
                                       *** 2.7.11-1 500
                                              500 https://repos.influxdata.com/debian stable/main arm64 Packages
                                              100 /var/lib/dpkg/status
                                           2.7.10-1 500
                                              500 https://repos.influxdata.com/debian stable/main arm64 Packages
                                           2.7.9-1 500
                                              500 https://repos.influxdata.com/debian stable/main arm64 Packages
                                           2.7.8-1 500
                                              500 https://repos.influxdata.com/debian stable/main arm64 Packages
                                           2.7.7-1 500
                                              500 https://repos.influxdata.com/debian stable/main arm64 Packages
                                           2.7.6-1 500
                                              500 https://repos.influxdata.com/debian stable/main arm64 Packages
                                           2.7.5-1 500
                                              500 https://repos.influxdata.com/debian stable/main arm64 Packages
                                           2.7.4-1 500
                                              500 https://repos.influxdata.com/debian stable/main arm64 Packages
                                           2.7.3-1 500
                                              500 https://repos.influxdata.com/debian stable/main arm64 Packages
                                           2.7.1-1 500
                                              500 https://repos.influxdata.com/debian stable/main arm64 Packages
                                           2.7.0-1 500
                                              500 https://repos.influxdata.com/debian stable/main arm64 Packages
                                           2.6.1-1 500
                                              500 https://repos.influxdata.com/debian stable/main arm64 Packages
                                           2.6.0-1 500
                                              500 https://repos.influxdata.com/debian stable/main arm64 Packages
                                           2.5.1-1 500
                                              500 https://repos.influxdata.com/debian stable/main arm64 Packages
                                           2.4.0-1 500
                                              500 https://repos.influxdata.com/debian stable/main arm64 Packages
                                           2.3.0-1 500
                                              500 https://repos.influxdata.com/debian stable/main arm64 Packages
                                           2.2.0 500
                                              500 https://repos.influxdata.com/debian stable/main arm64 Packages
                                      N: Ignoring file 'export' in directory '/etc/apt/sources.list.d/' as it has no filename extension
                                      
                                      
                                      Thomas BraunT 1 Reply Last reply
                                      0
                                      • L Laser

                                        @thomas-braun Habe ich gemacht (ne die 5 Zeilen).Ein Problem gibt es noch (Influxdb läßt sich auch nicht starten).

                                        $ apt policy influxdb2
                                        influxdb2:
                                          Installed: 2.7.11-1
                                          Candidate: 2.7.11-1
                                          Version table:
                                         *** 2.7.11-1 500
                                                500 https://repos.influxdata.com/debian stable/main arm64 Packages
                                                100 /var/lib/dpkg/status
                                             2.7.10-1 500
                                                500 https://repos.influxdata.com/debian stable/main arm64 Packages
                                             2.7.9-1 500
                                                500 https://repos.influxdata.com/debian stable/main arm64 Packages
                                             2.7.8-1 500
                                                500 https://repos.influxdata.com/debian stable/main arm64 Packages
                                             2.7.7-1 500
                                                500 https://repos.influxdata.com/debian stable/main arm64 Packages
                                             2.7.6-1 500
                                                500 https://repos.influxdata.com/debian stable/main arm64 Packages
                                             2.7.5-1 500
                                                500 https://repos.influxdata.com/debian stable/main arm64 Packages
                                             2.7.4-1 500
                                                500 https://repos.influxdata.com/debian stable/main arm64 Packages
                                             2.7.3-1 500
                                                500 https://repos.influxdata.com/debian stable/main arm64 Packages
                                             2.7.1-1 500
                                                500 https://repos.influxdata.com/debian stable/main arm64 Packages
                                             2.7.0-1 500
                                                500 https://repos.influxdata.com/debian stable/main arm64 Packages
                                             2.6.1-1 500
                                                500 https://repos.influxdata.com/debian stable/main arm64 Packages
                                             2.6.0-1 500
                                                500 https://repos.influxdata.com/debian stable/main arm64 Packages
                                             2.5.1-1 500
                                                500 https://repos.influxdata.com/debian stable/main arm64 Packages
                                             2.4.0-1 500
                                                500 https://repos.influxdata.com/debian stable/main arm64 Packages
                                             2.3.0-1 500
                                                500 https://repos.influxdata.com/debian stable/main arm64 Packages
                                             2.2.0 500
                                                500 https://repos.influxdata.com/debian stable/main arm64 Packages
                                        N: Ignoring file 'export' in directory '/etc/apt/sources.list.d/' as it has no filename extension
                                        
                                        
                                        Thomas BraunT Online
                                        Thomas BraunT Online
                                        Thomas Braun
                                        Most Active
                                        wrote on last edited by
                                        #19

                                        @laser sagte in InfluxDB installieren wie:

                                        /etc/apt/sources.list.d/
                                        Da haste dir jetzt irgendwelchen Unfug in das Verzeichnis geballert.

                                        ls -lh /etc/apt/sources.list.d/
                                        

                                        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

                                          @laser sagte in InfluxDB installieren wie:

                                          /etc/apt/sources.list.d/
                                          Da haste dir jetzt irgendwelchen Unfug in das Verzeichnis geballert.

                                          ls -lh /etc/apt/sources.list.d/
                                          
                                          L Offline
                                          L Offline
                                          Laser
                                          wrote on last edited by Laser
                                          #20

                                          @thomas-braun sagte in InfluxDB installieren wie:

                                          ls -lh /etc/apt/sources.list.d/

                                           ls -lh /etc/apt/sources.list.d/
                                          total 20K
                                          -rw-r--r-- 1 root root 2.8K Jan  1 14:53 export
                                          -rw-r--r-- 1 root root   60 Nov 20  2023 grafana.list
                                          -rw-r--r-- 1 root root  114 Jan  1 15:18 influxdata.list
                                          -rw-r--r-- 1 root root  100 Oct 15 18:10 nodesource.list
                                          -rw-r--r-- 1 root root  191 Oct 10  2023 raspi.list
                                          
                                          

                                          in influxdata.list steht:

                                          deb [signed-by=/usr/share/keyrings/influxdata-archive_compat.gpg] https://repos.influxdata.com/debian stable main
                                          
                                          
                                          Thomas BraunT 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

                                          640

                                          Online

                                          32.4k

                                          Users

                                          81.4k

                                          Topics

                                          1.3m

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

                                          • Don't have an account? Register

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