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. Visualisierung
  4. Linux/Debian - Grafana-Repo muss aktualisiert werden

NEWS

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

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

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

Linux/Debian - Grafana-Repo muss aktualisiert werden

Scheduled Pinned Locked Moved Visualisierung
146 Posts 22 Posters 38.8k Views 22 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.
  • ? A Former User

    @australien sagte in Linux/Debian - Grafana-Repo muss aktualisiert werden:

    $ $ cat influxdata-archive_co

    Moin,

    das mir zwei $ $ geht nicht, Bash kennt kein $. Falsch kopiert 😉

    VG
    Bernd

    A Offline
    A Offline
    australien
    wrote on last edited by
    #37

    @dp20eic

    das ganze von vorne

    pi@raspberrypi:~ $ cd
    pi@raspberrypi:~ $ pwd
    /home/pi
    pi@raspberrypi:~ $ wget -q https://repos.influxdata.com/influxdata-archive_compat.key
    pi@raspberrypi:~ $ gpg --with-fingerprint --show-keys ./influxdata-archive_compat.key
    pub   rsa4096 2023-01-18 [SC] [expires: 2026-01-17]
          9D53 9D90 D332 8DC7 D6C8  D3B9 D8FF 8E1F 7DF8 B07E
    uid                      InfluxData Package Signing Key <support@influxdata.com>
    
    pi@raspberrypi:~ $ cat influxdata-archive_compat.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/influxdata-archive_compat.gpg > /dev/null
    pi@raspberrypi:~ $ echo 'deb [signed-by=/etc/apt/trusted.gpg.d/influxdata-archive_compat.gpg] https://repos.influxdata.com/debian stable main' | sudo tee /etc/apt/sources.list.d/influxdata.list
    deb [signed-by=/etc/apt/trusted.gpg.d/influxdata-archive_compat.gpg] https://repos.influxdata.com/debian stable main
    pi@raspberrypi:~ $ sudo rm -f /etc/apt/trusted.gpg.d/influxdb.gpg
    pi@raspberrypi:~ $ sudo apt update
    Hit:1 https://repos.influxdata.com/debian stable InRelease
    Hit:2 http://deb.debian.org/debian bullseye InRelease
    Hit:3 http://security.debian.org/debian-security bullseye-security InRelease
    Hit:4 http://archive.raspberrypi.org/debian bullseye InRelease
    Get:5 https://repos.influxdata.com/debian bullseye InRelease [7,022 B]
    Hit:6 http://deb.debian.org/debian bullseye-updates InRelease
    Hit:7 https://deb.nodesource.com/node_17.x bullseye InRelease
    Err:5 https://repos.influxdata.com/debian bullseye InRelease
      The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E
    Fetched 7,022 B in 2s (3,881 B/s)
    Reading package lists... Done
    Building dependency tree... Done
    Reading state information... Done
    All packages are up to date.
    W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://repos.influxdata.com/debian bullseye InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E
    W: Failed to fetch https://repos.influxdata.com/debian/dists/bullseye/InRelease  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E
    W: Some index files failed to download. They have been ignored, or old ones used instead.
    pi@raspberrypi:~ $
    
    
    ? 1 Reply Last reply
    0
    • A australien

      @dp20eic

      ich dacht ich hab es, aber......

      pi@raspberrypi:~ $ wget -q https://repos.influxdata.com/influxdata-archive_compat.key
      pi@raspberrypi:~ $ ls
      Abfall.ics  influxdata-archive_compat.key  iobroker       log      node_modules  package-lock.json
      Calender    iob                            iobroker-data  nbsm.py  package.json  raspberrypi.gpg.key
      pi@raspberrypi:~ $ gpg --with-fingerprint --show-keys ./influxdata-archive_compat.key
      pub   rsa4096 2023-01-18 [SC] [expires: 2026-01-17]
            9D53 9D90 D332 8DC7 D6C8  D3B9 D8FF 8E1F 7DF8 B07E
      uid                      InfluxData Package Signing Key <support@influxdata.com>
      
      pi@raspberrypi:~ $ $ cat influxdata-archive_compat.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/influxdata-archive_compat.gpg > /dev/null
      -bash: $: command not found
      gpg: no valid OpenPGP data found.
      pi@raspberrypi:~ $ cat influxdata-archive_compat.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/influxdata-archive_compat.gpg > /dev/null
      pi@raspberrypi:~ $ echo 'deb [signed-by=/etc/apt/trusted.gpg.d/influxdata-archive_compat.gpg] https://repos.influxdata.com/debian stable main' | sudo tee /etc/apt/sources.list.d/influxdata.list
      deb [signed-by=/etc/apt/trusted.gpg.d/influxdata-archive_compat.gpg] https://repos.influxdata.com/debian stable main
      pi@raspberrypi:~ $ sudo rm -f /etc/apt/trusted.gpg.d/influxdb.gpg
      pi@raspberrypi:~ $ sudo apt update
      Hit:1 http://deb.debian.org/debian bullseye InRelease
      Hit:2 http://security.debian.org/debian-security bullseye-security InRelease
      Hit:3 http://deb.debian.org/debian bullseye-updates InRelease
      Hit:4 http://archive.raspberrypi.org/debian bullseye InRelease
      Get:5 https://repos.influxdata.com/debian stable InRelease [6,874 B]
      Hit:6 https://deb.nodesource.com/node_17.x bullseye InRelease
      Get:7 https://repos.influxdata.com/debian bullseye InRelease [7,022 B]
      Get:8 https://repos.influxdata.com/debian stable/main arm64 Packages [3,275 B]
      Err:7 https://repos.influxdata.com/debian bullseye InRelease
        The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E
      Get:9 https://repos.influxdata.com/debian stable/main armhf Packages [1,669 B]
      Fetched 18.8 kB in 2s (9,253 B/s)
      Reading package lists... Done
      Building dependency tree... Done
      Reading state information... Done
      All packages are up to date.
      W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://repos.influxdata.com/debian bullseye InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E
      W: Failed to fetch https://repos.influxdata.com/debian/dists/bullseye/InRelease  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E
      W: Some index files failed to download. They have been ignored, or old ones used instead.
      pi@raspberrypi:~ $
      
      
      ? Offline
      ? Offline
      A Former User
      wrote on last edited by
      #38

      @australien sagte in Linux/Debian - Grafana-Repo muss aktualisiert werden:

      Get:7 https://repos.influxdata.com/debian bullseye InRelease [7,022 B]

      Moin,

      lies mal im Thread, den @Thomas-Braun verlinkt hat weiter, dann kommst Du auch auf die Lösung 🙂

      Kleiner Tip,

      # ls -la /etc/apt/sources.list.d/
      

      Dann

      Get:7 https://repos.influxdata.com/debian bullseye InRelease [7,022 B]
      Get:8 https://repos.influxdata.com/debian stable/main arm64 Packages [3,275 B]
      Err:7 https://repos.influxdata.com/debian bullseye InRelease
      

      VG
      Bernd

      A 1 Reply Last reply
      0
      • ? A Former User

        @australien sagte in Linux/Debian - Grafana-Repo muss aktualisiert werden:

        Get:7 https://repos.influxdata.com/debian bullseye InRelease [7,022 B]

        Moin,

        lies mal im Thread, den @Thomas-Braun verlinkt hat weiter, dann kommst Du auch auf die Lösung 🙂

        Kleiner Tip,

        # ls -la /etc/apt/sources.list.d/
        

        Dann

        Get:7 https://repos.influxdata.com/debian bullseye InRelease [7,022 B]
        Get:8 https://repos.influxdata.com/debian stable/main arm64 Packages [3,275 B]
        Err:7 https://repos.influxdata.com/debian bullseye InRelease
        

        VG
        Bernd

        A Offline
        A Offline
        australien
        wrote on last edited by
        #39

        @dp20eic

        DANKE!!!!

        jetzt hab ich es auch 🙂

        1 Reply Last reply
        0
        • A australien

          @dp20eic

          das ganze von vorne

          pi@raspberrypi:~ $ cd
          pi@raspberrypi:~ $ pwd
          /home/pi
          pi@raspberrypi:~ $ wget -q https://repos.influxdata.com/influxdata-archive_compat.key
          pi@raspberrypi:~ $ gpg --with-fingerprint --show-keys ./influxdata-archive_compat.key
          pub   rsa4096 2023-01-18 [SC] [expires: 2026-01-17]
                9D53 9D90 D332 8DC7 D6C8  D3B9 D8FF 8E1F 7DF8 B07E
          uid                      InfluxData Package Signing Key <support@influxdata.com>
          
          pi@raspberrypi:~ $ cat influxdata-archive_compat.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/influxdata-archive_compat.gpg > /dev/null
          pi@raspberrypi:~ $ echo 'deb [signed-by=/etc/apt/trusted.gpg.d/influxdata-archive_compat.gpg] https://repos.influxdata.com/debian stable main' | sudo tee /etc/apt/sources.list.d/influxdata.list
          deb [signed-by=/etc/apt/trusted.gpg.d/influxdata-archive_compat.gpg] https://repos.influxdata.com/debian stable main
          pi@raspberrypi:~ $ sudo rm -f /etc/apt/trusted.gpg.d/influxdb.gpg
          pi@raspberrypi:~ $ sudo apt update
          Hit:1 https://repos.influxdata.com/debian stable InRelease
          Hit:2 http://deb.debian.org/debian bullseye InRelease
          Hit:3 http://security.debian.org/debian-security bullseye-security InRelease
          Hit:4 http://archive.raspberrypi.org/debian bullseye InRelease
          Get:5 https://repos.influxdata.com/debian bullseye InRelease [7,022 B]
          Hit:6 http://deb.debian.org/debian bullseye-updates InRelease
          Hit:7 https://deb.nodesource.com/node_17.x bullseye InRelease
          Err:5 https://repos.influxdata.com/debian bullseye InRelease
            The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E
          Fetched 7,022 B in 2s (3,881 B/s)
          Reading package lists... Done
          Building dependency tree... Done
          Reading state information... Done
          All packages are up to date.
          W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://repos.influxdata.com/debian bullseye InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E
          W: Failed to fetch https://repos.influxdata.com/debian/dists/bullseye/InRelease  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E
          W: Some index files failed to download. They have been ignored, or old ones used instead.
          pi@raspberrypi:~ $
          
          
          ? Offline
          ? Offline
          A Former User
          wrote on last edited by
          #40

          @australien sagte in Linux/Debian - Grafana-Repo muss aktualisiert werden:

          das ganze von vorne

          Moin,
          warum so ungeduldig?

          Erst lesen, dann Nachdenken 🙂

          Du hast mit Sicherheit mehr Source List Files für influxDB im Verzeichnis, die werden beim apt-get update auch genommen, nur die alten List Files haben keine gültige Signatur mehr.

          Also immer ganz ruhig junger Padawan 🙂

          VG
          Bernd

          M 1 Reply Last reply
          0
          • ? A Former User

            @australien sagte in Linux/Debian - Grafana-Repo muss aktualisiert werden:

            das ganze von vorne

            Moin,
            warum so ungeduldig?

            Erst lesen, dann Nachdenken 🙂

            Du hast mit Sicherheit mehr Source List Files für influxDB im Verzeichnis, die werden beim apt-get update auch genommen, nur die alten List Files haben keine gültige Signatur mehr.

            Also immer ganz ruhig junger Padawan 🙂

            VG
            Bernd

            M Offline
            M Offline
            Marty56
            wrote on last edited by Marty56
            #41

            Danke an alle.

            Warum muss Linux immer so eine fürchterlichere Frickelei sein?!
            Ich verstehe das nicht.
            Ich habe die Befehle vom ersten Post eingetippt.
            Und bekomme jetzt folgenden Output.

            Hit:1 http://security.debian.org bullseye-security InRelease
            Hit:2 http://ftp.debian.org/debian bullseye InRelease                                                                                                                   
            Hit:3 http://ftp.debian.org/debian bullseye-updates InRelease                                                                                                           
            Get:4 https://packages.grafana.com/oss/deb stable InRelease [5984 B]                                                                                                    
            Get:5 https://repos.influxdata.com/debian bullseye InRelease [7022 B]                                                                                                   
            Get:6 https://apt.grafana.com stable InRelease [5984 B]                                                                                                                 
            Hit:7 https://deb.nodesource.com/node_16.x bullseye InRelease             
            Ign:8 https://apt.tvheadend.org/unstable bullseye InRelease               
            Hit:9 https://apt.tvheadend.org/unstable bullseye Release
            Err:4 https://packages.grafana.com/oss/deb stable InRelease
              The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 9E439B102CF3C0C6
            Err:5 https://repos.influxdata.com/debian bullseye InRelease
              The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E
            Get:11 https://apt.grafana.com stable/main amd64 Packages [105 kB]
            Fetched 118 kB in 1s (80.5 kB/s) 
            Reading package lists... Done
            Building dependency tree... Done
            Reading state information... Done
            4 packages can be upgraded. Run 'apt list --upgradable' to see them.
            W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://packages.grafana.com/oss/deb stable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 9E439B102CF3C0C6
            W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://repos.influxdata.com/debian bullseye InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E
            N: Skipping acquire of configured file 'main/binary-amd64/Packages' as repository 'https://apt.tvheadend.org/unstable bullseye InRelease' doesn't support architecture 'amd64'
            W: Failed to fetch https://packages.grafana.com/oss/deb/dists/stable/InRelease  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 9E439B102CF3C0C6
            W: Failed to fetch https://repos.influxdata.com/debian/dists/bullseye/InRelease  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E
            W: Some index files failed to download. They have been ignored, or old ones used instead.
            
            apt-key list | grep -i grafana | wc -l
            Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
            0
            

            HW:NUC (16 GB Ram)
            OS: Debian Bullseye, Promox V7, node v16.x npm 8.19.3

            wendy2702W ? 2 Replies Last reply
            0
            • M Marty56

              Danke an alle.

              Warum muss Linux immer so eine fürchterlichere Frickelei sein?!
              Ich verstehe das nicht.
              Ich habe die Befehle vom ersten Post eingetippt.
              Und bekomme jetzt folgenden Output.

              Hit:1 http://security.debian.org bullseye-security InRelease
              Hit:2 http://ftp.debian.org/debian bullseye InRelease                                                                                                                   
              Hit:3 http://ftp.debian.org/debian bullseye-updates InRelease                                                                                                           
              Get:4 https://packages.grafana.com/oss/deb stable InRelease [5984 B]                                                                                                    
              Get:5 https://repos.influxdata.com/debian bullseye InRelease [7022 B]                                                                                                   
              Get:6 https://apt.grafana.com stable InRelease [5984 B]                                                                                                                 
              Hit:7 https://deb.nodesource.com/node_16.x bullseye InRelease             
              Ign:8 https://apt.tvheadend.org/unstable bullseye InRelease               
              Hit:9 https://apt.tvheadend.org/unstable bullseye Release
              Err:4 https://packages.grafana.com/oss/deb stable InRelease
                The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 9E439B102CF3C0C6
              Err:5 https://repos.influxdata.com/debian bullseye InRelease
                The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E
              Get:11 https://apt.grafana.com stable/main amd64 Packages [105 kB]
              Fetched 118 kB in 1s (80.5 kB/s) 
              Reading package lists... Done
              Building dependency tree... Done
              Reading state information... Done
              4 packages can be upgraded. Run 'apt list --upgradable' to see them.
              W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://packages.grafana.com/oss/deb stable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 9E439B102CF3C0C6
              W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://repos.influxdata.com/debian bullseye InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E
              N: Skipping acquire of configured file 'main/binary-amd64/Packages' as repository 'https://apt.tvheadend.org/unstable bullseye InRelease' doesn't support architecture 'amd64'
              W: Failed to fetch https://packages.grafana.com/oss/deb/dists/stable/InRelease  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 9E439B102CF3C0C6
              W: Failed to fetch https://repos.influxdata.com/debian/dists/bullseye/InRelease  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E
              W: Some index files failed to download. They have been ignored, or old ones used instead.
              
              apt-key list | grep -i grafana | wc -l
              Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
              0
              
              wendy2702W Offline
              wendy2702W Offline
              wendy2702
              wrote on last edited by wendy2702
              #42

              @marty56 sagte in Linux/Debian - Grafana-Repo muss aktualisiert werden:

              Warum muss Linux immer so eine fürchterlichere Frickelei sein?!
              Ich verstehe das nicht.
              Ich habe die Befehle vom ersten Post eingetippt.

              Verstehe nicht was daran Frickelei ist. Blos weil du bei WIndows nicht mitbekommst was die auf deinem Rechner veranstalten ist es nicht besser.

              Poste doch bitte mal die vollständige Ausgabe der Eingabe der Befehle aus dem ersten Post.

              Bitte keine Fragen per PN, die gehören ins Forum!

              Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

              1 Reply Last reply
              0
              • M Marty56

                Danke an alle.

                Warum muss Linux immer so eine fürchterlichere Frickelei sein?!
                Ich verstehe das nicht.
                Ich habe die Befehle vom ersten Post eingetippt.
                Und bekomme jetzt folgenden Output.

                Hit:1 http://security.debian.org bullseye-security InRelease
                Hit:2 http://ftp.debian.org/debian bullseye InRelease                                                                                                                   
                Hit:3 http://ftp.debian.org/debian bullseye-updates InRelease                                                                                                           
                Get:4 https://packages.grafana.com/oss/deb stable InRelease [5984 B]                                                                                                    
                Get:5 https://repos.influxdata.com/debian bullseye InRelease [7022 B]                                                                                                   
                Get:6 https://apt.grafana.com stable InRelease [5984 B]                                                                                                                 
                Hit:7 https://deb.nodesource.com/node_16.x bullseye InRelease             
                Ign:8 https://apt.tvheadend.org/unstable bullseye InRelease               
                Hit:9 https://apt.tvheadend.org/unstable bullseye Release
                Err:4 https://packages.grafana.com/oss/deb stable InRelease
                  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 9E439B102CF3C0C6
                Err:5 https://repos.influxdata.com/debian bullseye InRelease
                  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E
                Get:11 https://apt.grafana.com stable/main amd64 Packages [105 kB]
                Fetched 118 kB in 1s (80.5 kB/s) 
                Reading package lists... Done
                Building dependency tree... Done
                Reading state information... Done
                4 packages can be upgraded. Run 'apt list --upgradable' to see them.
                W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://packages.grafana.com/oss/deb stable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 9E439B102CF3C0C6
                W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://repos.influxdata.com/debian bullseye InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E
                N: Skipping acquire of configured file 'main/binary-amd64/Packages' as repository 'https://apt.tvheadend.org/unstable bullseye InRelease' doesn't support architecture 'amd64'
                W: Failed to fetch https://packages.grafana.com/oss/deb/dists/stable/InRelease  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 9E439B102CF3C0C6
                W: Failed to fetch https://repos.influxdata.com/debian/dists/bullseye/InRelease  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E
                W: Some index files failed to download. They have been ignored, or old ones used instead.
                
                apt-key list | grep -i grafana | wc -l
                Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
                0
                
                ? Offline
                ? Offline
                A Former User
                wrote on last edited by
                #43

                @marty56 sagte in Linux/Debian - Grafana-Repo muss aktualisiert werden:

                Warum muss Linux immer so eine fürchterlichere Frickelei sein?!
                Ich verstehe das nicht.
                Ich habe die Befehle vom ersten Post eingetippt.

                Moin,

                Zu 1: Das hat nichts mit Linux zu tun, sondern mit der Distribution und den 3rd. Party Software Hersteller, die versuchen zu verhinder, das schlechte Menschen, verseuchte Pakete auf Deinen PC installieren können. Jede Distribution kocht da leider ihr eigenes Süppchen.
                Zu 2. Dann musst Du dir mal ein gutes Buch zu Linux kaufen und lesen, dann wird vieles klar 🙂
                Zu 3. immer nur Befehle, die ein anderer hier eintippt blindlings zu kopieren und sich dann zu wundern wieso geht das bei mir nicht, ist auch nicht so klug.

                Hatte ich ja schon weiter oben geschrieben, Lesen (Bildet) dann nachdenken, dann handeln.

                Wenn Du auf die Seite von Grafana gehst, steht genau beschrieben was zu tun ist, um die neuen Signaturen in sein System zu bekommen.

                VG
                Bernd

                M 1 Reply Last reply
                0
                • ? A Former User

                  @marty56 sagte in Linux/Debian - Grafana-Repo muss aktualisiert werden:

                  Warum muss Linux immer so eine fürchterlichere Frickelei sein?!
                  Ich verstehe das nicht.
                  Ich habe die Befehle vom ersten Post eingetippt.

                  Moin,

                  Zu 1: Das hat nichts mit Linux zu tun, sondern mit der Distribution und den 3rd. Party Software Hersteller, die versuchen zu verhinder, das schlechte Menschen, verseuchte Pakete auf Deinen PC installieren können. Jede Distribution kocht da leider ihr eigenes Süppchen.
                  Zu 2. Dann musst Du dir mal ein gutes Buch zu Linux kaufen und lesen, dann wird vieles klar 🙂
                  Zu 3. immer nur Befehle, die ein anderer hier eintippt blindlings zu kopieren und sich dann zu wundern wieso geht das bei mir nicht, ist auch nicht so klug.

                  Hatte ich ja schon weiter oben geschrieben, Lesen (Bildet) dann nachdenken, dann handeln.

                  Wenn Du auf die Seite von Grafana gehst, steht genau beschrieben was zu tun ist, um die neuen Signaturen in sein System zu bekommen.

                  VG
                  Bernd

                  M Offline
                  M Offline
                  Marty56
                  wrote on last edited by Marty56
                  #44

                  @dp20eic Sehr hilfreich. Leider habe ich überhaupt keinen Bock, Bücher über Linux zu lesen und Frickelkönig zu werden.

                  HW:NUC (16 GB Ram)
                  OS: Debian Bullseye, Promox V7, node v16.x npm 8.19.3

                  ? Thomas BraunT ChaotC 3 Replies Last reply
                  -4
                  • M Marty56

                    @dp20eic Sehr hilfreich. Leider habe ich überhaupt keinen Bock, Bücher über Linux zu lesen und Frickelkönig zu werden.

                    ? Offline
                    ? Offline
                    A Former User
                    wrote on last edited by
                    #45

                    @marty56 sagte in Linux/Debian - Grafana-Repo muss aktualisiert werden:

                    @dp20eic Sehr hilfreich. Leider habe ich überhaupt keinen Bock, Bücher über Linux zu lesen und Frickelkönig zu werden.

                    Moin,
                    ist doch eine Aussage, kann ich mit leben, ob Du damit leben kannst und ob Du mit dieser Einstellung Hilfe bekommst, kann ich Dir nur wünschen. Ich bin dann mal weg.

                    VG
                    Bernd

                    1 Reply Last reply
                    1
                    • M Marty56

                      @dp20eic Sehr hilfreich. Leider habe ich überhaupt keinen Bock, Bücher über Linux zu lesen und Frickelkönig zu werden.

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

                      @marty56 sagte in Linux/Debian - Grafana-Repo muss aktualisiert werden:

                      Leider habe ich überhaupt keinen Bock, Bücher über Linux zu lesen und Frickelkönig zu werden.

                      Dann lass es bleiben und nerv andere nicht mit deinem Unwillen dich damit zu beschäftigen.

                      Ich z.B. habe überhaupt keinen Bock so triviales Zeug Leuten zu erklären die es nicht wissen wollen. Setz besser ein Windows ein.

                      Das Repo ist nach der obigen Anleitung und mit ein wenig Nachdenken in Nullkommanix richtig umgestellt. Hat gestern bei mir keine 10 Sekunden gedauert. Da war nix 'zu frickeln'.

                      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
                      1
                      • M Marty56

                        @dp20eic Sehr hilfreich. Leider habe ich überhaupt keinen Bock, Bücher über Linux zu lesen und Frickelkönig zu werden.

                        ChaotC Offline
                        ChaotC Offline
                        Chaot
                        wrote on last edited by
                        #47

                        @marty56 Ich verstehe dein Problem nicht.
                        Ich musste mich beim Übergang von win 3.1 auf Win 95 komplett neu damit befassen. Dann kam Win2000 was auch viele Eigenheiten hatte und dann die Umstellung auf Win7. Auch hier musste einiges komplett neu erlernt werden.
                        Warum ist das bei Windows ok, aber bei Linux plötzlich böse?
                        Wenn ich eine Software nutze muss ich mich halt damit beschäftigen damit ich sie richtig einsetzen kann. Das war schon bei PC-DOS so und wird auch bei Win 25 irgendwann so bleiben.
                        Und Frickelkönig? Dann hast du noch nie einen Windows Server bearbeitet.

                        ioBroker auf NUC unter Proxmox; VIS: 12" Touchscreen und 17" Touch; Lichtsteuerung, Thermometer und Sensoren: Tasmota (39); Ambiente Beleuchtung: WLED (9); Heizung: DECT Thermostate (9) an Fritz 6690; EMS-ESP; 1 Echo V2; 3 Echo DOT; 1 Echo Connect; 2 Echo Show 5; Unifi Ap-Ac Lite.

                        1 Reply Last reply
                        0
                        • ? Offline
                          ? Offline
                          A Former User
                          wrote on last edited by
                          #48

                          Moin,

                          lasst doch gut sein, es geht hier nur darum Grafana und zwischendurch auch mal influxDB nach der Singnaturänderung wieder ans Laufen zu bringen, alles andere ist vergebene Liebesmüh und bring hier gar nichts 🙂

                          VG
                          Bernd

                          M 1 Reply Last reply
                          3
                          • ? A Former User

                            Moin,

                            lasst doch gut sein, es geht hier nur darum Grafana und zwischendurch auch mal influxDB nach der Singnaturänderung wieder ans Laufen zu bringen, alles andere ist vergebene Liebesmüh und bring hier gar nichts 🙂

                            VG
                            Bernd

                            M Offline
                            M Offline
                            Marty56
                            wrote on last edited by
                            #49

                            @dp20eic ganz meiner Meinung. Sorry, dass ich vom Thema abgewichen bin.

                            HW:NUC (16 GB Ram)
                            OS: Debian Bullseye, Promox V7, node v16.x npm 8.19.3

                            1 Reply Last reply
                            0
                            • Thomas BraunT Thomas Braun

                              @lessthanmore

                              Key löschen. Geht wie oben:

                              sudo apt-key del 05CE15085FC09D18E99EFB22684A14CF2582E0C5
                              

                              Die /etc/apt/sources.list.d/influxdata.list löschen.
                              Aktuelles Setup für influxdb:

                              wget -q -O - https://repos.influxdata.com/influxdb.key | sudo gpg --dearmor -o /usr/share/keyrings/influxdb.gpg
                              export DISTRIB_ID=$(lsb_release -si); export DISTRIB_CODENAME=$(lsb_release -sc)
                              echo "deb [signed-by=/usr/share/keyrings/influxdb.gpg] https://repos.influxdata.com/${DISTRIB_ID,,} ${DISTRIB_CODENAME} stable" | sudo tee /etc/apt/sources.list.d/influxdb.list > /dev/null
                              
                              S Offline
                              S Offline
                              shellyrulestheworld
                              wrote on last edited by
                              #50

                              @thomas-braun
                              Vielen Dank für deine Beiträge. Hab auch versucht influxdb umzustellen, wie von dir beschrieben.

                              
                              Err:7 https://repos.influxdata.com/debian bullseye InRelease
                                The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E
                              Fetched 7,022 B in 3s (2,530 B/s)
                              Reading package lists... Done
                              Building dependency tree... Done
                              Reading state information... Done
                              All packages are up to date.
                              W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://repos.influxdata.com/debian bullseye InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E
                              W: Failed to fetch https://repos.influxdata.com/debian/dists/bullseye/InRelease  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E
                              W: Some index files failed to download. They have been ignored, or old ones used instead.
                              
                              

                              klappt aber leider nicht. Hab ich was vergessen?
                              mein vorgehen war folgendes:

                              apt-key list | grep -i influxdb | wc -l
                              Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
                              0
                              sudo rm influxdb.list
                              wget -q -O - https://repos.influxdata.com/influxdb.key | sudo gpg --dearmor -o /usr/share/keyrings/influxdb.gpg
                              export DISTRIB_ID=$(lsb_release -si); export DISTRIB_CODENAME=$(lsb_release -sc)
                              echo "deb [signed-by=/usr/share/keyrings/influxdb.gpg] https://repos.influxdata.com/${DISTRIB_ID,,} ${DISTRIB_CODENAME} stable" | sudo tee /etc/apt/sources.list.d/influxdb.list > /dev/null
                              
                              
                              Thomas BraunT 1 Reply Last reply
                              0
                              • S shellyrulestheworld

                                @thomas-braun
                                Vielen Dank für deine Beiträge. Hab auch versucht influxdb umzustellen, wie von dir beschrieben.

                                
                                Err:7 https://repos.influxdata.com/debian bullseye InRelease
                                  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E
                                Fetched 7,022 B in 3s (2,530 B/s)
                                Reading package lists... Done
                                Building dependency tree... Done
                                Reading state information... Done
                                All packages are up to date.
                                W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://repos.influxdata.com/debian bullseye InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E
                                W: Failed to fetch https://repos.influxdata.com/debian/dists/bullseye/InRelease  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E
                                W: Some index files failed to download. They have been ignored, or old ones used instead.
                                
                                

                                klappt aber leider nicht. Hab ich was vergessen?
                                mein vorgehen war folgendes:

                                apt-key list | grep -i influxdb | wc -l
                                Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
                                0
                                sudo rm influxdb.list
                                wget -q -O - https://repos.influxdata.com/influxdb.key | sudo gpg --dearmor -o /usr/share/keyrings/influxdb.gpg
                                export DISTRIB_ID=$(lsb_release -si); export DISTRIB_CODENAME=$(lsb_release -sc)
                                echo "deb [signed-by=/usr/share/keyrings/influxdb.gpg] https://repos.influxdata.com/${DISTRIB_ID,,} ${DISTRIB_CODENAME} stable" | sudo tee /etc/apt/sources.list.d/influxdb.list > /dev/null
                                
                                
                                Thomas BraunT Online
                                Thomas BraunT Online
                                Thomas Braun
                                Most Active
                                wrote on last edited by Thomas Braun
                                #51

                                @shellyrulestheworld

                                ls -lA /etc/apt/sources.list.d/
                                sudo apt update
                                

                                sagt? Vollständig posten, nix weg lassen. Auch nicht das login prompt.

                                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

                                S 1 Reply Last reply
                                0
                                • Thomas BraunT Thomas Braun

                                  @shellyrulestheworld

                                  ls -lA /etc/apt/sources.list.d/
                                  sudo apt update
                                  

                                  sagt? Vollständig posten, nix weg lassen. Auch nicht das login prompt.

                                  S Offline
                                  S Offline
                                  shellyrulestheworld
                                  wrote on last edited by
                                  #52

                                  @thomas-braun said in Linux/Debian - Grafana-Repo muss aktualisiert werden:

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

                                  
                                  pi@raspberrypi:~ $ ls -lA /etc/apt/sources.list.d/
                                  total 24
                                  -rw-r--r-- 1 root root  60 Dec 23 10:10 deconz.list
                                  -rw-r--r-- 1 root root  84 Jan 30 14:21 grafana.list
                                  -rw-r--r-- 1 root root 101 Jan 30 15:05 influxdb.list
                                  -rw-r--r-- 1 root root 208 Dec 23 09:34 nodesource.list
                                  -rw-r--r-- 1 root root 398 Jan 11 16:11 ookla_speedtest-cli.list
                                  -rw-r--r-- 1 root root 191 Sep 22 04:50 raspi.list
                                  pi@raspberrypi:~ $ sudo apt update
                                  Hit:1 http://deb.debian.org/debian bullseye InRelease
                                  Hit:2 http://deb.debian.org/debian bullseye-updates InRelease
                                  Hit:3 http://security.debian.org/debian-security bullseye-security InRelease
                                  Hit:4 http://archive.raspberrypi.org/debian bullseye InRelease
                                  Hit:5 https://deb.nodesource.com/node_16.x bullseye InRelease
                                  Hit:6 https://phoscon.de/apt/deconz bullseye InRelease
                                  Hit:7 https://apt.grafana.com stable InRelease
                                  Get:8 https://repos.influxdata.com/debian bullseye InRelease [7,022 B]
                                  Hit:9 https://packagecloud.io/ookla/speedtest-cli/debian bullseye InRelease
                                  Err:8 https://repos.influxdata.com/debian bullseye InRelease
                                    The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E
                                  Fetched 7,022 B in 2s (3,282 B/s)
                                  Reading package lists... Done
                                  Building dependency tree... Done
                                  Reading state information... Done
                                  All packages are up to date.
                                  W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://repos.influxdata.com/debian bullseye InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E
                                  W: Failed to fetch https://repos.influxdata.com/debian/dists/bullseye/InRelease  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E
                                  W: Some index files failed to download. They have been ignored, or old ones used instead.
                                  pi@raspberrypi:~ $
                                  
                                  
                                  Thomas BraunT 1 Reply Last reply
                                  0
                                  • S shellyrulestheworld

                                    @thomas-braun said in Linux/Debian - Grafana-Repo muss aktualisiert werden:

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

                                    
                                    pi@raspberrypi:~ $ ls -lA /etc/apt/sources.list.d/
                                    total 24
                                    -rw-r--r-- 1 root root  60 Dec 23 10:10 deconz.list
                                    -rw-r--r-- 1 root root  84 Jan 30 14:21 grafana.list
                                    -rw-r--r-- 1 root root 101 Jan 30 15:05 influxdb.list
                                    -rw-r--r-- 1 root root 208 Dec 23 09:34 nodesource.list
                                    -rw-r--r-- 1 root root 398 Jan 11 16:11 ookla_speedtest-cli.list
                                    -rw-r--r-- 1 root root 191 Sep 22 04:50 raspi.list
                                    pi@raspberrypi:~ $ sudo apt update
                                    Hit:1 http://deb.debian.org/debian bullseye InRelease
                                    Hit:2 http://deb.debian.org/debian bullseye-updates InRelease
                                    Hit:3 http://security.debian.org/debian-security bullseye-security InRelease
                                    Hit:4 http://archive.raspberrypi.org/debian bullseye InRelease
                                    Hit:5 https://deb.nodesource.com/node_16.x bullseye InRelease
                                    Hit:6 https://phoscon.de/apt/deconz bullseye InRelease
                                    Hit:7 https://apt.grafana.com stable InRelease
                                    Get:8 https://repos.influxdata.com/debian bullseye InRelease [7,022 B]
                                    Hit:9 https://packagecloud.io/ookla/speedtest-cli/debian bullseye InRelease
                                    Err:8 https://repos.influxdata.com/debian bullseye InRelease
                                      The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E
                                    Fetched 7,022 B in 2s (3,282 B/s)
                                    Reading package lists... Done
                                    Building dependency tree... Done
                                    Reading state information... Done
                                    All packages are up to date.
                                    W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://repos.influxdata.com/debian bullseye InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E
                                    W: Failed to fetch https://repos.influxdata.com/debian/dists/bullseye/InRelease  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E
                                    W: Some index files failed to download. They have been ignored, or old ones used instead.
                                    pi@raspberrypi:~ $
                                    
                                    
                                    Thomas BraunT Online
                                    Thomas BraunT Online
                                    Thomas Braun
                                    Most Active
                                    wrote on last edited by Thomas Braun
                                    #53

                                    @shellyrulestheworld

                                    sudo rm /etc/apt/sources.list.d/influxdb.list
                                    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 /etc/apt/trusted.gpg.d/influxdata-archive_compat.gpg > /dev/null
                                    echo 'deb [signed-by=/etc/apt/trusted.gpg.d/influxdata-archive_compat.gpg] https://repos.influxdata.com/debian stable main' | sudo tee /etc/apt/sources.list.d/influxdata.list
                                    sudo apt update
                                    sudo apt full-upgrade
                                    

                                    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

                                    S H 2 Replies Last reply
                                    3
                                    • Thomas BraunT Thomas Braun

                                      @shellyrulestheworld

                                      sudo rm /etc/apt/sources.list.d/influxdb.list
                                      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 /etc/apt/trusted.gpg.d/influxdata-archive_compat.gpg > /dev/null
                                      echo 'deb [signed-by=/etc/apt/trusted.gpg.d/influxdata-archive_compat.gpg] https://repos.influxdata.com/debian stable main' | sudo tee /etc/apt/sources.list.d/influxdata.list
                                      sudo apt update
                                      sudo apt full-upgrade
                                      
                                      S Offline
                                      S Offline
                                      shellyrulestheworld
                                      wrote on last edited by
                                      #54

                                      @thomas-braun said in Linux/Debian - Grafana-Repo muss aktualisiert werden:

                                      echo 'deb [signed-by=/etc/apt/trusted.gpg.d/influxdata-archive_compat.gpg] https://repos.influxdata.com/debian stable main' | sudo tee /etc/apt/sources.list.d/influxdata.list

                                      ein großes Dankeschön, läuft perfekt durch 🙂
                                      Ist wirklich ein klasse Support von dir

                                      1 Reply Last reply
                                      0
                                      • D Online
                                        D Online
                                        darkblu
                                        wrote on last edited by
                                        #55

                                        und wieder eine Anfänger Frage, muss ich hier auch die beiden Schlüssel von influx löschen ?

                                        pi@raspberrypi:~ $ apt-key list
                                        Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
                                        /etc/apt/trusted.gpg
                                        --------------------
                                        pub   rsa2048 2012-04-01 [SC]
                                              A0DA 38D0 D76E 8B5D 6388  7281 9165 938D 90FD DD2E
                                        uid        [ unbekannt ] Mike Thompson (Raspberry Pi Debian armhf ARMv6+VFP) <mpthompson@gmail.com>
                                        sub   rsa2048 2012-04-01 [E]
                                        
                                        pub   rsa2048 2012-06-17 [SC]
                                              CF8A 1AF5 02A2 AA2D 763B  AE7E 82B1 2992 7FA3 303E
                                        uid        [ unbekannt ] Raspberry Pi Archive Signing Key
                                        sub   rsa2048 2012-06-17 [E]
                                        
                                        pub   rsa4096 2015-09-28 [SC]
                                              05CE 1508 5FC0 9D18 E99E  FB22 684A 14CF 2582 E0C5
                                        uid        [ unbekannt ] InfluxDB Packaging Service <support@influxdb.com>
                                        sub   rsa4096 2015-09-28 [E]
                                        
                                        /etc/apt/trusted.gpg.d/influxdata-archive_compat.gpg
                                        ----------------------------------------------------
                                        pub   rsa4096 2023-01-18 [SC] [verfällt: 2026-01-17]
                                              9D53 9D90 D332 8DC7 D6C8  D3B9 D8FF 8E1F 7DF8 B07E
                                        uid        [ unbekannt ] InfluxData Package Signing Key <support@influxdata.com>
                                        
                                        pi@raspberrypi:~ $
                                        

                                        und dann

                                        sudo rm /etc/apt/sources.list.d/influxdb.list
                                        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 /etc/apt/trusted.gpg.d/influxdata-archive_compat.gpg > /dev/null
                                        echo 'deb [signed-by=/etc/apt/trusted.gpg.d/influxdata-archive_compat.gpg] https://repos.influxdata.com/debian stable main' | sudo tee /etc/apt/sources.list.d/influxdata.list
                                        sudo apt update
                                        sudo apt full-upgrade
                                        

                                        ausführen ?

                                        Raspi 4, 4GB für Influxdb 1.8 und Grafana
                                        Raspi 5, 8 GB für ioBroker

                                        Thomas BraunT 1 Reply Last reply
                                        0
                                        • D darkblu

                                          und wieder eine Anfänger Frage, muss ich hier auch die beiden Schlüssel von influx löschen ?

                                          pi@raspberrypi:~ $ apt-key list
                                          Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
                                          /etc/apt/trusted.gpg
                                          --------------------
                                          pub   rsa2048 2012-04-01 [SC]
                                                A0DA 38D0 D76E 8B5D 6388  7281 9165 938D 90FD DD2E
                                          uid        [ unbekannt ] Mike Thompson (Raspberry Pi Debian armhf ARMv6+VFP) <mpthompson@gmail.com>
                                          sub   rsa2048 2012-04-01 [E]
                                          
                                          pub   rsa2048 2012-06-17 [SC]
                                                CF8A 1AF5 02A2 AA2D 763B  AE7E 82B1 2992 7FA3 303E
                                          uid        [ unbekannt ] Raspberry Pi Archive Signing Key
                                          sub   rsa2048 2012-06-17 [E]
                                          
                                          pub   rsa4096 2015-09-28 [SC]
                                                05CE 1508 5FC0 9D18 E99E  FB22 684A 14CF 2582 E0C5
                                          uid        [ unbekannt ] InfluxDB Packaging Service <support@influxdb.com>
                                          sub   rsa4096 2015-09-28 [E]
                                          
                                          /etc/apt/trusted.gpg.d/influxdata-archive_compat.gpg
                                          ----------------------------------------------------
                                          pub   rsa4096 2023-01-18 [SC] [verfällt: 2026-01-17]
                                                9D53 9D90 D332 8DC7 D6C8  D3B9 D8FF 8E1F 7DF8 B07E
                                          uid        [ unbekannt ] InfluxData Package Signing Key <support@influxdata.com>
                                          
                                          pi@raspberrypi:~ $
                                          

                                          und dann

                                          sudo rm /etc/apt/sources.list.d/influxdb.list
                                          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 /etc/apt/trusted.gpg.d/influxdata-archive_compat.gpg > /dev/null
                                          echo 'deb [signed-by=/etc/apt/trusted.gpg.d/influxdata-archive_compat.gpg] https://repos.influxdata.com/debian stable main' | sudo tee /etc/apt/sources.list.d/influxdata.list
                                          sudo apt update
                                          sudo apt full-upgrade
                                          

                                          ausführen ?

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

                                          @darkblu

                                          Ja, die Schlüssel sollten aus apt-key raus.
                                          Ob du dann das Repo anlegen musst hängt vom jetzigen Setup ab.

                                          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

                                          D 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

                                          748

                                          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