Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Probleme mit sudo apt update / PUBKEY

    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

    Probleme mit sudo apt update / PUBKEY

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

      @thomas-braun sagte in Probleme mit sudo apt update / PUBKEY:

      Könnte es evtl. sein, dass du von einer Vorversion auf RaspberryOS 12 'Bookworm' upgegraded hast und keine Neuinstallation?

      Ne, Bookworm habe ich bereits ein paar Monate laufen. Grafana habe ich wieder "in Betrieb genommen".

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

        @mp3junkie sagte in Probleme mit sudo apt update / PUBKEY:

        Please set BootTarget to 'multi-user.target' or run 'iobroker fix'

        Tu das.
        Ansonsten sieht das soweit okay aus.
        Künftig den ersten User nicht 'pi' nennen sondern was eigenes ausdenken.
        vorname oder forumsnick sind da besser.

        M 1 Reply Last reply Reply Quote 0
        • M
          mp3junkie @Thomas Braun last edited by

          @thomas-braun

          iob fix ist erledigt.
          Deine Hinweise habe ich notiert und werde sie umsetzen.
          Danke für deine schnelle und perfekte Hilfe. 😀

          P 1 Reply Last reply Reply Quote 0
          • P
            puffy00007 @mp3junkie last edited by Homoran

            @mp3junkie Hi, ich habe ein ähnliches Problem, könnt ih mir helfen?

            pi@iobroker:/var/lib $ 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
            Get:5 https://repos.influxdata.com/debian stable InRelease [6,907 B]
            Get:6 https://packages.grafana.com/oss/deb stable InRelease [7,661 B]
            Hit:7 https://deb.nodesource.com/node_20.x nodistro InRelease
            Err:5 https://repos.influxdata.com/debian stable InRelease
              The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E
            Err:6 https://packages.grafana.com/oss/deb stable InRelease
              The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 963FA27710458545
            Fetched 6,907 B in 2s (3,699 B/s)
            Reading package lists... Done
            Building dependency tree... Done
            Reading state information... Done
            104 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://repos.influxdata.com/debian stable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E
            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 963FA27710458545
            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 963FA27710458545
            W: Failed to fetch https://repos.influxdata.com/debian/dists/stable/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.
            

            MOD-EDIT: Code in code-tags gesetzt!

            die Zugriffsrechte (ls -l /etc/apt/trusted.gpg.d/) dind alle auf 644

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

              @puffy00007 sagte in Probleme mit sudo apt update / PUBKEY:

              104 packages can be upgraded. Run 'apt list --upgradable' to see them.

              DRINGENDST updaten...

              Sowohl grafana wie auch influx müssen neu angelegt werden.
              Mach es danach:

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

              P 1 Reply Last reply Reply Quote 0
              • P
                puffy00007 @Thomas Braun last edited by Homoran

                @thomas-braun Bei Grafana ging alles gut, bei Influx sieht so aus:

                pi@iobroker:/var/lib $ echo '393e8779c89ac8d958f81f942f9ad7fb82a25e133faddaf92e15b16e6ac9ce4c influxdata-archive_compat.key' | sha256sum -c && cat influxdata-archive_compat.key | gpg --dearmor | sudo tee /usr/share/keyrings/influxdata-archive_compat.gpg > /dev/null
                sha256sum: influxdata-archive_compat.key: No such file or directory
                influxdata-archive_compat.key: FAILED open or read
                sha256sum: WARNING: 1 listed file could not be read
                

                MOD-EDIT: Code in code-tags gesetzt!

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

                  @puffy00007

                  Stell dich NICHT in /var/lib rein.
                  Du musst in deinem home stehen....

                  Grundsätzlich hast du da eh nix verloren.

                  1 Reply Last reply Reply Quote 0
                  • P
                    puffy00007 last edited by

                    @thomas-braun Super, alles sauber durchgelaufen und aufm neusten Stand!

                    Aber es gibt ein Problem:
                    Ich nutze VIS (1.5.6), darin habe ich auf der Hauptpage ein iFrame und als Quelle eine der URL aus Grafana, um die Visualisierung darzustellen.
                    Der weigert sich den Inhalt zu zeigen. KATASTROPHE

                    Was ist hier anders?

                    Homoran 1 Reply Last reply Reply Quote -1
                    • Homoran
                      Homoran Global Moderator Administrators @puffy00007 last edited by

                      @puffy00007 sagte in Probleme mit sudo apt update / PUBKEY:

                      KATASTROPHE

                      das hat nichts mit diesem Thread zu tun.

                      Bitte neuen Thread in der richtigen Kategorie aufmachen, oder an einen der zu diesem Thema bestehenden anhängen

                      P 1 Reply Last reply Reply Quote 0
                      • P
                        puffy00007 @Homoran last edited by

                        @homoran Habs gelöst, sorry und DANKE!

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

                        Support us

                        ioBroker
                        Community Adapters
                        Donate
                        FAQ Cloud / IOT
                        HowTo: Node.js-Update
                        HowTo: Backup/Restore
                        Downloads
                        BLOG

                        383
                        Online

                        31.8k
                        Users

                        79.9k
                        Topics

                        1.3m
                        Posts

                        sudo apt update pubkey
                        4
                        26
                        745
                        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