Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Einsteigerfragen
    4. Webinterface nicht mehr aufrufbar

    NEWS

    • Wir empfehlen: Node.js 22.x

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker goes Matter ... Matter Adapter in Stable

    Webinterface nicht mehr aufrufbar

    This topic has been deleted. Only users with topic management privileges can see it.
    • G
      GiB64 @haselchen last edited by

      @haselchen Danke, das wars. Aber wieso hat er das nicht mehr automatisch gestartet (hatte auch Restart ausprobiert)?

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

        @gib64

        iob start admin
        

        Und System auf Stand halten, das sind die Repos für grafana und influxdb nicht gepflegt.

        1 Reply Last reply Reply Quote 0
        • G
          GiB64 last edited by

          @thomas-braun Danke aber ganz blöde Frage, wie mache ich das? Hatte gedacht das es mit

          sudo apt update && sudo apt upgrade
          

          erledigt ist aber leider nicht. Auch die Hilfe bei Influx hat mir nicht wirklich weiter geholfen...

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

            @gib64

            Aus dem August:
            https://forum.iobroker.net/topic/67822/grafana-repo-braucht-neuen-schlüssel

            Aus dem Januar:
            https://forum.iobroker.net/topic/62040/linux-debian-grafana-repo-muss-aktualisiert-werden

            Solange hängt das also schon schief bei dir...

            G 1 Reply Last reply Reply Quote 0
            • G
              GiB64 @Thomas Braun last edited by

              @thomas-braun Mag sein, mir fehlt noch ein wenig der Überblich als Windowsuser... Ich hatte es so wie von Dir beschrieben gemacht und

              apt-key list | grep -i grafana | wc -l
              

              ergab die gewünschte 0:

              pi@raspberry64:~ $ 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
              pi@raspberry64:~ $ sudo wget -q -O /usr/share/keyrings/grafana.key https://apt.grafana.com/gpg.key
              pi@raspberry64:~ $ echo "deb [signed-by=/usr/share/keyrings/grafana.key] https://apt.grafana.com stable main" | sudo tee /etc/apt/sources.list.d/grafana.list
              deb [signed-by=/usr/share/keyrings/grafana.key] https://apt.grafana.com stable main
              pi@raspberry64:~ $ sudo apt update
              Hit:1 http://security.debian.org/debian-security bullseye-security InRelease
              Hit:2 http://deb.debian.org/debian bullseye InRelease
              Hit:3 http://deb.debian.org/debian bullseye-updates InRelease
              Get:4 https://deb.nodesource.com/node_16.x bullseye InRelease [4,586 B]
              Get:5 https://repos.influxdata.com/debian bullseye InRelease [7,040 B]
              Get:6 https://apt.grafana.com stable InRelease [5,983 B]
              Hit:7 http://archive.raspberrypi.org/debian 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
              Get:8 https://apt.grafana.com stable/main arm64 Packages [112 kB]
              Get:9 https://apt.grafana.com stable/main armhf Packages [96.5 kB]
              Fetched 220 kB in 2s (113 kB/s)
              Reading package lists... Done
              Building dependency tree... Done
              Reading state information... Done
              1 package can be upgraded. Run 'apt list --upgradable' to see it.
              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.
              
              

              da das update dann immer noch Fehler zeigte wollte ich dann den Key löschen und neu anlegen. Leider habe ich dann den falschen gelöscht.

              Wie kann ich diesen denn wieder herstellen oder ist der nicht wichtig?: 😰

              /etc/apt/trusted.gpg.d/raspberrypi-archive-stable.gpg
              -----------------------------------------------------
              pub   rsa2048 2012-06-17 [SC]
                    CF8A 1AF5 02A2 AA2D 763B  AE7E 82B1 2992 7FA3 303E
              uid           [ unknown] Raspberry Pi Archive Signing Key
              sub   rsa2048 2012-06-17 [E]
              
              
              Thomas Braun 1 Reply Last reply Reply Quote 0
              • Thomas Braun
                Thomas Braun Most Active @GiB64 last edited by Thomas Braun

                @gib64

                apt-key list | grep -i grafana | wc -l
                sudo wget -q -O /usr/share/keyrings/grafana.key https://apt.grafana.com/gpg.key
                

                sagt?

                €dit: Grafana ist doch okay nun. Da ist aber noch die zweite Baustelle bei influxdb. Dazu steht im Thread aus dem Januar aber was drin.

                G 1 Reply Last reply Reply Quote 0
                • G
                  GiB64 @Thomas Braun last edited by

                  @thomas-braun Der ausversehen gelöscht Raspberrypi-Key scheint doch wichtig zu sein. Nachdem ich den Influx Key erneuert habe kommt:

                  pi@raspberry64:~ $ sudo apt update
                  Hit:1 http://security.debian.org/debian-security bullseye-security InRelease
                  Hit:2 http://deb.debian.org/debian bullseye InRelease
                  Hit:3 http://deb.debian.org/debian bullseye-updates InRelease
                  Get:4 https://repos.influxdata.com/debian bullseye InRelease [7,040 B]
                  Get:5 https://deb.nodesource.com/node_16.x bullseye InRelease [4,586 B]
                  Hit:6 http://archive.raspberrypi.org/debian bullseye InRelease
                  Err:4 https://repos.influxdata.com/debian bullseye InRelease
                    The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E
                  Err:6 http://archive.raspberrypi.org/debian bullseye InRelease
                    The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 82B129927FA3303E
                  Fetched 11.6 kB in 1s (7,993 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: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://archive.raspberrypi.org/debian bullseye InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 82B129927FA3303E
                  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: Failed to fetch http://archive.raspberrypi.org/debian/dists/bullseye/InRelease  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 82B129927FA3303E
                  W: Some index files failed to download. They have been ignored, or old ones used instead.
                  
                  
                  Thomas Braun 1 Reply Last reply Reply Quote 0
                  • Thomas Braun
                    Thomas Braun Most Active @GiB64 last edited by

                    @gib64 sagte in Webinterface nicht mehr aufrufbar:

                    82B129927FA3303E

                    wget http://archive.raspberrypi.org/debian/raspberrypi.gpg.key
                    sudo apt-key add raspberrypi.gpg.key
                    rm raspberrypi.gpg.key
                    
                    G 1 Reply Last reply Reply Quote 0
                    • G
                      GiB64 @Thomas Braun last edited by GiB64

                      @thomas-braun Danke lief fehlerfrei durch aber ich bekomme immer noch Influx angemeckert obwohl ich den Key erneuert hatte:

                      pi@raspberry64:~ $ sudo apt update
                      Hit:1 http://archive.raspberrypi.org/debian bullseye InRelease
                      Hit:2 http://deb.debian.org/debian bullseye InRelease
                      Hit:3 http://deb.debian.org/debian bullseye-updates InRelease
                      Hit:4 http://security.debian.org/debian-security bullseye-security InRelease
                      Get:5 https://deb.nodesource.com/node_16.x bullseye InRelease [4,586 B]
                      Get:6 https://repos.influxdata.com/debian bullseye InRelease [7,040 B]
                      Err:6 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 11.6 kB in 2s (7,264 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@raspberry64:~ $
                      
                      

                      Edit: kann es sein das beim Import was schief gelaufen ist?:

                      pi@raspberry64:~ $ 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-06-17 [SC]
                            CF8A 1AF5 02A2 AA2D 763B  AE7E 82B1 2992 7FA3 303E
                      uid           [ unknown] Raspberry Pi Archive Signing Key
                      sub   rsa2048 2012-06-17 [E]
                      
                      /etc/apt/trusted.gpg.d/debian-archive-bookworm-automatic.gpg
                      ------------------------------------------------------------
                      pub   rsa4096 2023-01-21 [SC] [expires: 2031-01-19]
                            B8B8 0B5B 623E AB6A D877  5C45 B7C5 D7D6 3509 47F8
                      uid           [ unknown] Debian Archive Automatic Signing Key (12/bookworm) <ftpmaster@debian.org>
                      sub   rsa4096 2023-01-21 [S] [expires: 2031-01-19]
                      
                      /etc/apt/trusted.gpg.d/debian-archive-bookworm-security-automatic.gpg
                      ---------------------------------------------------------------------
                      pub   rsa4096 2023-01-21 [SC] [expires: 2031-01-19]
                            05AB 9034 0C0C 5E79 7F44  A8C8 254C F3B5 AEC0 A8F0
                      uid           [ unknown] Debian Security Archive Automatic Signing Key (12/bookworm) <ftpmaster@debian.org>
                      sub   rsa4096 2023-01-21 [S] [expires: 2031-01-19]
                      
                      /etc/apt/trusted.gpg.d/debian-archive-bookworm-stable.gpg
                      ---------------------------------------------------------
                      pub   ed25519 2023-01-23 [SC] [expires: 2031-01-21]
                            4D64 FEC1 19C2 0290 67D6  E791 F8D2 585B 8783 D481
                      uid           [ unknown] Debian Stable Release Key (12/bookworm) <debian-release@lists.debian.org>
                      
                      /etc/apt/trusted.gpg.d/debian-archive-bullseye-automatic.gpg
                      ------------------------------------------------------------
                      pub   rsa4096 2021-01-17 [SC] [expires: 2029-01-15]
                            1F89 983E 0081 FDE0 18F3  CC96 73A4 F27B 8DD4 7936
                      uid           [ unknown] Debian Archive Automatic Signing Key (11/bullseye) <ftpmaster@debian.org>
                      sub   rsa4096 2021-01-17 [S] [expires: 2029-01-15]
                      
                      /etc/apt/trusted.gpg.d/debian-archive-bullseye-security-automatic.gpg
                      ---------------------------------------------------------------------
                      pub   rsa4096 2021-01-17 [SC] [expires: 2029-01-15]
                            AC53 0D52 0F2F 3269 F5E9  8313 A484 4904 4AAD 5C5D
                      uid           [ unknown] Debian Security Archive Automatic Signing Key (11/bullseye) <ftpmaster@debian.org>
                      sub   rsa4096 2021-01-17 [S] [expires: 2029-01-15]
                      
                      /etc/apt/trusted.gpg.d/debian-archive-bullseye-stable.gpg
                      ---------------------------------------------------------
                      pub   rsa4096 2021-02-13 [SC] [expires: 2029-02-11]
                            A428 5295 FC7B 1A81 6000  62A9 605C 66F0 0D6C 9793
                      uid           [ unknown] Debian Stable Release Key (11/bullseye) <debian-release@lists.debian.org>
                      
                      /etc/apt/trusted.gpg.d/debian-archive-buster-automatic.gpg
                      ----------------------------------------------------------
                      pub   rsa4096 2019-04-14 [SC] [expires: 2027-04-12]
                            80D1 5823 B7FD 1561 F9F7  BCDD DC30 D7C2 3CBB ABEE
                      uid           [ unknown] Debian Archive Automatic Signing Key (10/buster) <ftpmaster@debian.org>
                      sub   rsa4096 2019-04-14 [S] [expires: 2027-04-12]
                      
                      /etc/apt/trusted.gpg.d/debian-archive-buster-security-automatic.gpg
                      -------------------------------------------------------------------
                      pub   rsa4096 2019-04-14 [SC] [expires: 2027-04-12]
                            5E61 B217 265D A980 7A23  C5FF 4DFA B270 CAA9 6DFA
                      uid           [ unknown] Debian Security Archive Automatic Signing Key (10/buster) <ftpmaster@debian.org>
                      sub   rsa4096 2019-04-14 [S] [expires: 2027-04-12]
                      
                      /etc/apt/trusted.gpg.d/debian-archive-buster-stable.gpg
                      -------------------------------------------------------
                      pub   rsa4096 2019-02-05 [SC] [expires: 2027-02-03]
                            6D33 866E DD8F FA41 C014  3AED DCC9 EFBF 77E1 1517
                      uid           [ unknown] Debian Stable Release Key (10/buster) <debian-release@lists.debian.org>
                      
                      pi@raspberry64:~ $
                      
                      
                      Thomas Braun 1 Reply Last reply Reply Quote 0
                      • Thomas Braun
                        Thomas Braun Most Active @GiB64 last edited by

                        @gib64 sagte in Webinterface nicht mehr aufrufbar:

                        Edit: kann es sein das beim Import was schief gelaufen ist?:

                        Nein, die Pakete sind mehrfach signiert.

                        Zu influx:

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

                        sagt? Ich vermute da liegen zwei Dateien mit Bezug zu influx drin.

                        G 1 Reply Last reply Reply Quote 0
                        • G
                          GiB64 @Thomas Braun last edited by

                          @thomas-braun said in Webinterface nicht mehr aufrufbar:

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

                          pi@raspberry64:~ $ ls -lAh /etc/apt/sources.list.d/
                          total 12K
                          -rw-r--r-- 1 root root   0 Oct  5 15:19 grafana.list
                          -rw-r--r-- 1 root root 101 Oct  5 15:27 influxdb.list
                          -rw-r--r-- 1 root root 208 Dec  1  2022 nodesource.list
                          -rw-r--r-- 1 root root 191 Sep 22  2022 raspi.list
                          pi@raspberry64:~ $
                          
                          
                          Thomas Braun 1 Reply Last reply Reply Quote 0
                          • Thomas Braun
                            Thomas Braun Most Active @GiB64 last edited by Thomas Braun

                            @gib64

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

                            Dann nochmal

                            sudo apt update
                            
                            1 Reply Last reply Reply Quote 0
                            • G
                              GiB64 last edited by

                              @thomas-braun Vielen Dank! Jetzt ist alles auf Stand ohne Fehler. Aber mal ehrlich, wie hätte ich da als Windows User drauf kommen sollen?

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

                                @gib64 sagte in Webinterface nicht mehr aufrufbar:

                                Aber mal ehrlich, wie hätte ich da als Windows User drauf kommen sollen?

                                Lesen bildet. Linux und Debian ist sehr gut dokumentiert.

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

                                Support us

                                ioBroker
                                Community Adapters
                                Donate

                                453
                                Online

                                32.0k
                                Users

                                80.4k
                                Topics

                                1.3m
                                Posts

                                3
                                16
                                437
                                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