Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Visualisierung
    4. Linux/Debian - Grafana-Repo muss aktualisiert werden

    NEWS

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    Linux/Debian - Grafana-Repo muss aktualisiert werden

    This topic has been deleted. Only users with topic management privileges can see it.
    • Thomas Braun
      Thomas Braun Most Active @Marty56 last edited by Thomas Braun

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

      1 Reply Last reply Reply Quote 1
      • Chaot
        Chaot @Marty56 last edited by

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

        1 Reply Last reply Reply Quote 0
        • ?
          A Former User last edited by

          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 Reply Quote 3
          • M
            Marty56 @Guest last edited by

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

            1 Reply Last reply Reply Quote 0
            • S
              shellyrulestheworld @Thomas Braun last edited by

              @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 Braun 1 Reply Last reply Reply Quote 0
              • Thomas Braun
                Thomas Braun Most Active @shellyrulestheworld last edited by 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 1 Reply Last reply Reply Quote 0
                • S
                  shellyrulestheworld @Thomas Braun last edited by

                  @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 Braun 1 Reply Last reply Reply Quote 0
                  • Thomas Braun
                    Thomas Braun Most Active @shellyrulestheworld last edited by 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 H 2 Replies Last reply Reply Quote 3
                    • S
                      shellyrulestheworld @Thomas Braun last edited by

                      @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 Reply Quote 0
                      • D
                        darkblu last edited by

                        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 Braun 1 Reply Last reply Reply Quote 0
                        • Thomas Braun
                          Thomas Braun Most Active @darkblu last edited by

                          @darkblu

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

                          D 1 Reply Last reply Reply Quote 0
                          • D
                            darkblu @Thomas Braun last edited by

                            @thomas-braun
                            Wie finde ich denn raus, ob ich das Repo anlegen muss, bzw. welches Setup ich habe ?
                            Sorry für meine Unwissenheit.

                            wendy2702 1 Reply Last reply Reply Quote 0
                            • wendy2702
                              wendy2702 @darkblu last edited by

                              @darkblu Guckst du hier: https://forum.iobroker.net/post/937984

                              1 Reply Last reply Reply Quote 0
                              • D
                                darkblu last edited by

                                sodele,

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

                                sagt:

                                pi@raspberrypi:~ $ sudo apt-key del 05CE15085FC09D18E99EFB22684A14CF2582E0C5
                                Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
                                OK
                                pi@raspberrypi:~ $ sudo apt-key del 9D539D90D3328DC7D6C8D3B9D8FF8E1F7DF8B07E
                                Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
                                OK
                                pi@raspberrypi:~ $ ls -lA /etc/apt/sources.list.d/
                                insgesamt 12
                                -rw-r--r-- 1 root root  84 30. Jan 18:31 grafana.list
                                -rw-r--r-- 1 root root 208 26. Aug 15:09 nodesource.list
                                -rw-r--r-- 1 root root 191 30. Okt 2021  raspi.list
                                pi@raspberrypi:~ $ sudo apt update
                                OK:1 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
                                OK:2 https://deb.nodesource.com/node_16.x bullseye InRelease
                                OK:3 https://apt.grafana.com stable InRelease
                                OK:4 http://archive.raspberrypi.org/debian bullseye InRelease
                                Paketlisten werden gelesen… Fertig
                                Abhängigkeitsbaum wird aufgebaut… Fertig
                                Statusinformationen werden eingelesen… Fertig
                                Alle Pakete sind aktuell.
                                

                                wenn ich es richtig verstanden habe, bin ich dann endlich am Ziel und muss nix mehr machen 😧 ?

                                also das hier (nicht machen):

                                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
                                
                                Thomas Braun 1 Reply Last reply Reply Quote 0
                                • Thomas Braun
                                  Thomas Braun Most Active @darkblu last edited by

                                  @darkblu

                                  Da ist kein Repo für influxdb angelegt.
                                  Also wirst du das tun müssen, wenn influxdb verwendet werden soll.

                                  D 1 Reply Last reply Reply Quote 0
                                  • D
                                    darkblu @Thomas Braun last edited by

                                    @thomas-braun
                                    ey ey Sir
                                    hier die Ausgabe:

                                    pi@raspberrypi:~ $ iob stop
                                    pi@raspberrypi:~ $ sudo rm /etc/apt/sources.list.d/influxdb.list
                                    rm: das Entfernen von '/etc/apt/sources.list.d/influxdb.list' ist nicht möglich: Datei oder Verzeichnis nicht gefunden
                                    pi@raspberrypi:~ $ wget -q https://repos.influxdata.com/influxdata-archive_compat.key
                                    pi@raspberrypi:~ $ 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
                                    influxdata-archive_compat.key: OK
                                    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 apt update
                                    OK:1 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
                                    Holen:2 https://repos.influxdata.com/debian stable InRelease [6.874 B]
                                    OK:3 https://apt.grafana.com stable InRelease
                                    OK:4 https://deb.nodesource.com/node_16.x bullseye InRelease
                                    OK:5 http://archive.raspberrypi.org/debian bullseye InRelease
                                    Holen:6 https://repos.influxdata.com/debian stable/main armhf Packages [1.669 B]
                                    Es wurden 8.543 B in 1 s geholt (6.376 B/s).
                                    Paketlisten werden gelesen… Fertig
                                    Abhängigkeitsbaum wird aufgebaut… Fertig
                                    Statusinformationen werden eingelesen… Fertig
                                    Alle Pakete sind aktuell.
                                    pi@raspberrypi:~ $ sudo apt full-upgrade
                                    Paketlisten werden gelesen… Fertig
                                    Abhängigkeitsbaum wird aufgebaut… Fertig
                                    Statusinformationen werden eingelesen… Fertig
                                    Paketaktualisierung (Upgrade) wird berechnet… Fertig
                                    0 aktualisiert, 0 neu installiert, 0 zu entfernen und 0 nicht aktualisiert.
                                    pi@raspberrypi:~ $
                                    

                                    jetzt bin ich aber durch ?

                                    Thomas Braun 1 Reply Last reply Reply Quote 0
                                    • Thomas Braun
                                      Thomas Braun Most Active @darkblu last edited by

                                      @darkblu

                                      apt policy influxdb*
                                      

                                      sagt?

                                      D 1 Reply Last reply Reply Quote 0
                                      • D
                                        darkblu @Thomas Braun last edited by

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

                                        apt policy influxdb*

                                        sagt:

                                        pi@raspberrypi:~ $ apt policy influxdb*
                                        influxdb-client:
                                          Installiert:           (keine)
                                          Installationskandidat: 1.6.7~rc0-1
                                          Versionstabelle:
                                             1.6.7~rc0-1 500
                                                500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages
                                        influxdb-dev:
                                          Installiert:           (keine)
                                          Installationskandidat: (keine)
                                          Versionstabelle:
                                        influxdb:
                                          Installiert:           1.8.10-1
                                          Installationskandidat: 1.8.10-1
                                          Versionstabelle:
                                         *** 1.8.10-1 500
                                                500 https://repos.influxdata.com/debian stable/main armhf Packages
                                                100 /var/lib/dpkg/status
                                             1.6.7~rc0-1 500
                                                500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages
                                        pi@raspberrypi:~ $
                                        
                                        Thomas Braun 1 Reply Last reply Reply Quote 0
                                        • Thomas Braun
                                          Thomas Braun Most Active @darkblu last edited by

                                          @darkblu

                                          Passt.

                                          D 1 Reply Last reply Reply Quote 0
                                          • D
                                            darkblu @Thomas Braun last edited by

                                            @thomas-braun ,
                                            ich kann mich nur wiederholen
                                            vielen lieben Dank

                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            901
                                            Online

                                            31.6k
                                            Users

                                            79.5k
                                            Topics

                                            1.3m
                                            Posts

                                            21
                                            144
                                            26136
                                            Loading More Posts
                                            • Oldest to Newest
                                            • Newest to Oldest
                                            • Most Votes
                                            Reply
                                            • Reply as topic
                                            Log in to reply
                                            Community
                                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                            The ioBroker Community 2014-2023
                                            logo