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

    • Neuer Blog: Fotos und Eindrücke aus Solingen

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    Linux/Debian - Grafana-Repo muss aktualisiert werden

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

      @thomas-braun

      Wenn ich deine oben erstellten Befehle anwende, kommt direkt beim ersten folgende Meldung:

      pi@Pi4ioBroker128GB:~ $ apt-key list | grep -i grafana | wc -l
      Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (s                             ee apt-key(8)).
      1
      
      ? Thomas Braun 2 Replies Last reply Reply Quote 0
      • ?
        A Former User @Sushibomba last edited by

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

        @thomas-braun

        Wenn ich deine oben erstellten Befehle anwende, kommt direkt beim ersten folgende Meldung:

        pi@Pi4ioBroker128GB:~ $ apt-key list | grep -i grafana | wc -l
        Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (s                             ee apt-key(8)).
        1
        

        Moin,

        das ist ein Warning kein Fehler, bedeutet, dass dieser Befehl irgendwann in einem Release nicht mehr zur Verfügung steht.

        Der Befehl listet Dir nur die benutzten Key auf.

        Sieh Dir mal die man Page dazu an https://manpages.debian.org/stretch/apt/apt-key.8.de.html

        VG
        Bernd

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

          @sushibomba

          Dann wird da ein Key gefunden, der weg sollte. Die Ausgabe muss 0 sein.

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

            @thomas-braun
            Ok danke das hat geklappt 🙂

            1 Reply Last reply Reply Quote 0
            • C
              Creatorhs @Thomas Braun last edited by

              Hallo Thomas,

              wie im anderen Thread schon beschrieben, scheine ich Probleme mit Grafana zu haben.
              Habe die SChritte oben gemacht bis ich zu folgendem komme:

              Jetzt wird der neue Key und das neue Repo reingezogen:

              sudo wget -q -O /usr/share/keyrings/grafana.key https://apt.grafana.com/gpg.key
              echo "deb [signed-by=/usr/share/keyrings/grafana.key] https://apt.grafana.com stable main" | sudo tee /etc/apt/sources.list.d/grafana.list
              

              Da passiert bei mir gar nichts. keine Antwort in der Konsole, nix...

              weißt du woran das liegen kann?

              Danke

              crunchip Thomas Braun 2 Replies Last reply Reply Quote 0
              • crunchip
                crunchip Forum Testing Most Active @Creatorhs last edited by

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

                keine Antwort in der Konsole

                heisst in der Regel alles io

                was kommt nun nach einem

                sudo apt update
                
                1 Reply Last reply Reply Quote 0
                • Thomas Braun
                  Thomas Braun Most Active @Creatorhs last edited by

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

                  keine Antwort in der Konsole, nix...

                  Der Pinguin ist da maulfaul. Keine Meldung = Alles i.O., Befehl wurde ohne Fehler ausgeführt.

                  sudo apt update
                  

                  sagt?

                  C 1 Reply Last reply Reply Quote 0
                  • C
                    Creatorhs @Thomas Braun last edited by

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

                    sudo apt update

                    pi@raspberrypi:~ $ sudo apt update
                    OK:1 http://archive.raspberrypi.org/debian buster InRelease
                    OK:2 http://raspbian.raspberrypi.org/raspbian buster InRelease
                    Ign:3 https://apt.grafana.com stable InRelease
                    OK:4 https://deb.nodesource.com/node_12.x buster InRelease
                    Fehl:5 https://apt.grafana.com stable Release
                      Certificate verification failed: The certificate is NOT trusted. The certificate chain uses expired certificate.  Could not handshake: Error in the certificate verification. [IP: 2a04:4e42:6f::729 443]
                    Paketlisten werden gelesen... Fertig
                    E: Das Depot »https://apt.grafana.com stable Release« enthält keine Release-Datei.
                    N: Eine Aktualisierung von solch einem Depot kann nicht auf eine sichere Art durchgeführt werden, daher ist es standardmäßig deaktiviert.
                    N: Weitere Details zur Erzeugung von Paketdepots sowie zu deren Benutzerkonfiguration finden Sie in der Handbuchseite apt-secure(8).
                    
                    
                    DJMarc75 Thomas Braun 3 Replies Last reply Reply Quote 0
                    • DJMarc75
                      DJMarc75 @Creatorhs last edited by

                      @creatorhs da ist ja alles Steinzeit

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

                        @creatorhs

                        cat /etc/apt/sources.list.d/grafan*
                        

                        sagt?

                        Und @DJMarc75 hat Recht, dringenst die Antiquitäten da entsorgen.

                        C 1 Reply Last reply Reply Quote 0
                        • C
                          Creatorhs @Thomas Braun last edited by

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

                          cat /etc/apt/sources.list.d/grafan*

                          pi@raspberrypi:~ $ cat /etc/apt/sources.list.d/grafan*
                          deb [signed-by=/usr/share/keyrings/grafana.key] https://apt.grafana.com stable main

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

                            @creatorhs

                            sudo rm /usr/share/keyrings/graf*
                            sudo rm /etc/apt/sources.list.d/graf*
                            sudo wget -q -O /usr/share/keyrings/grafana.key https://apt.grafana.com/gpg.key
                            echo "deb [signed-by=/usr/share/keyrings/grafana.key] https://apt.grafana.com stable main" | sudo tee /etc/apt/sources.list.d/grafana.list
                            sudo apt update
                            
                            C 1 Reply Last reply Reply Quote 0
                            • C
                              Creatorhs @Thomas Braun last edited by

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

                              echo "deb [signed-by=/usr/share/keyrings/grafana.key] https://apt.grafana.com stable main" | sudo tee /etc/apt/sources.list.d/grafana.list sudo apt update

                              pi@raspberrypi:~ $ sudo apt update
                              OK:1 http://archive.raspberrypi.org/debian buster InRelease
                              Ign:2 https://apt.grafana.com stable InRelease
                              OK:3 https://deb.nodesource.com/node_12.x buster InRelease
                              OK:4 http://raspbian.raspberrypi.org/raspbian buster InRelease
                              Fehl:5 https://apt.grafana.com stable Release
                                Certificate verification failed: The certificate is NOT trusted. The certificate chain uses expired certificate.  Could not handshake: Error in the certificate verification. [IP: 2a04:4e42:6f::729 443]
                              Paketlisten werden gelesen... Fertig
                              E: Das Depot »https://apt.grafana.com stable Release« enthält keine Release-Datei.
                              N: Eine Aktualisierung von solch einem Depot kann nicht auf eine sichere Art durchgeführt werden, daher ist es standardmäßig deaktiviert.
                              N: Weitere Details zur Erzeugung von Paketdepots sowie zu deren Benutzerkonfiguration finden Sie in der Handbuchseite apt-secure(8).
                              
                              
                              Thomas Braun 1 Reply Last reply Reply Quote 0
                              • Thomas Braun
                                Thomas Braun Most Active @Creatorhs last edited by Thomas Braun

                                @creatorhs

                                Dann bring dein Buster da in die Gegenwart.
                                nodejs dann auch gleich auf v18.

                                C 1 Reply Last reply Reply Quote 0
                                • C
                                  Creatorhs @Thomas Braun last edited by

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

                                  @creatorhs

                                  Dann bring dein Buster da in die Gegenwart.
                                  nodejs dann auch gleich auf v18.

                                  blöde Frage: Wie? sorry, bin da sehr vorsichtig und auch unwissend, wenn ich ganz ehrlich bin...

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

                                    @creatorhs

                                    Solange 'vorsichtig', bis wegen Überalterung nix mehr geht...

                                    https://forum.iobroker.net/topic/47214/upgrade-von-debian-10-buster-auf-11-bullseye

                                    Zu nodejs siehe meine Signatur.

                                    Und zeig mal die VOLLSTÄNDIGE Augabe von

                                    sudo apt update
                                    

                                    Da müsste eigentlich noch was kommen...

                                    C 1 Reply Last reply Reply Quote 0
                                    • C
                                      Creatorhs @Thomas Braun last edited by Creatorhs

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

                                      @creatorhs

                                      Und zeig mal die VOLLSTÄNDIGE Augabe von

                                      sudo apt update
                                      

                                      Da müsste eigentlich noch was kommen...

                                      
                                      pi@raspberrypi:~ $ sudo apt update
                                      Holen:1 http://raspbian.raspberrypi.org/raspbian buster InRelease [15,0 kB]
                                      Ign:2 https://apt.grafana.com stable InRelease
                                      OK:3 http://archive.raspberrypi.org/debian buster InRelease
                                      OK:4 https://deb.nodesource.com/node_12.x buster InRelease
                                      Fehl:5 https://apt.grafana.com stable Release
                                        Certificate verification failed: The certificate is NOT trusted. The certificate chain uses expired certificate.  Could not handshake: Error in the certificate verification. [IP: 2a04:4e42:6f::729 443]
                                      Paketlisten werden gelesen... Fertig
                                      E: Das Depot »https://apt.grafana.com stable Release« enthält keine Release-Datei.
                                      N: Eine Aktualisierung von solch einem Depot kann nicht auf eine sichere Art durchgeführt werden, daher ist es standardmäßig deaktiviert.
                                      N: Weitere Details zur Erzeugung von Paketdepots sowie zu deren Benutzerkonfiguration finden Sie in der Handbuchseite apt-secure(8).
                                      
                                      

                                      das ist alles, was da kommt

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

                                        @creatorhs

                                        Dann alles bis einschließlich der neuen Eingabezeile.

                                        C 1 Reply Last reply Reply Quote 0
                                        • C
                                          Creatorhs @Thomas Braun last edited by

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

                                          @creatorhs

                                          Dann alles bis einschließlich der neuen Eingabezeile.

                                          
                                          pi@raspberrypi:~ $ sudo apt update
                                          Holen:1 http://raspbian.raspberrypi.org/raspbian buster InRelease [15,0 kB]
                                          Ign:2 https://apt.grafana.com stable InRelease
                                          OK:3 http://archive.raspberrypi.org/debian buster InRelease
                                          OK:4 https://deb.nodesource.com/node_12.x buster InRelease
                                          Fehl:5 https://apt.grafana.com stable Release
                                            Certificate verification failed: The certificate is NOT trusted. The certificate chain uses expired certificate.  Could not handshake: Error in the certificate verification. [IP: 2a04:4e42:6f::729 443]
                                          Paketlisten werden gelesen... Fertig
                                          E: Das Depot »https://apt.grafana.com stable Release« enthält keine Release-Datei.
                                          N: Eine Aktualisierung von solch einem Depot kann nicht auf eine sichere Art durchgeführt werden, daher ist es standardmäßig deaktiviert.
                                          N: Weitere Details zur Erzeugung von Paketdepots sowie zu deren Benutzerkonfiguration finden Sie in der Handbuchseite apt-secure(8).
                                          pi@raspberrypi:~ $
                                          
                                          
                                          Thomas Braun 1 Reply Last reply Reply Quote 0
                                          • Thomas Braun
                                            Thomas Braun Most Active @Creatorhs last edited by

                                            @creatorhs

                                            sudo rm /etc/apt/sources.list.d/graf*
                                            sudo apt update
                                            
                                            C 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            803
                                            Online

                                            31.7k
                                            Users

                                            79.8k
                                            Topics

                                            1.3m
                                            Posts

                                            21
                                            144
                                            27035
                                            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