Skip to content
  • Home
  • 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
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. nach Upgrade auf Bookworm Schlüssel und Quellen anpassen

NEWS

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    18
    1
    771

  • Jahresrückblick 2025 – unser neuer Blogbeitrag ist online! ✨
    BluefoxB
    Bluefox
    18
    1
    6.2k

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    13
    1
    1.5k

nach Upgrade auf Bookworm Schlüssel und Quellen anpassen

Scheduled Pinned Locked Moved ioBroker Allgemein
15 Posts 3 Posters 1.2k Views 3 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.
  • G guitardoc

    Hallo zusammen,

    @Thomas-Braun hat mich freundlicherweise in einem anderen Thread darauf hingewiesen, dass an meinem System etwas geändert werden muss:

    Schlüssel frisch/anders anlegen:

    W: http://phoscon.de/apt/deconz/dists/bookworm/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.

    Die Quellen musst du auf bookworm anpassen.

    Hit:4 http://archive.raspberrypi.org/debian bullseye InRelease
    Get:9 https://pkgs.tailscale.com/stable/debian bullseye InRelease

    Rauswerfen:

    Hit:6 http://deb.debian.org/debian bullseye-proposed-updates InRelease

    Nun weiß ich nicht wie ich das machen muss - kann mir da jemand helfen?

    Danke schon mal im Voraus.

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

    @guitardoc

    Final per

    sudo apt update
    

    schauen, ob es alles passt.

    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
    • Thomas BraunT Thomas Braun

      @guitardoc

      1). Schau mit

      apt-key list
      

      nach dem phoscon/deconz-Schlüssel schauen. Den dann mit

      apt-key del GERADEHERAUSGEFUNDENEKEYID
      

      Mit

      wget -qO- http://phoscon.de/apt/deconz.pub.key | sudo gpg --dearmor -o /usr/share/keyrings/deconz.gpg > /dev/null
      
      sudo sh -c "echo 'deb [signed-by=/usr/share/keyrings/deconz.gpg] http://phoscon.de/apt/deconz $(lsb_release -cs) main' > /etc/apt/sources.list.d/deconz.list"
      
      rm deconz.pub.key
      

      dann die Quelle neuanlegen.

      G Offline
      G Offline
      guitardoc
      wrote on last edited by
      #6

      @thomas-braun said in nach Upgrade auf Bookworm Schlüssel und Quellen anpassen:

      apt-key del GERADEHERAUSGEFUNDENEKEYID

      Hmm - wie ist denn die Key-ID aufgebaut? Ungefähr so:
      ABCD DCBA 1234 5678 9876 5432 ABCD CDBA 1234 5678?

      Ich muss dann also eingeben:

      apt-key del ABCD DCBA 1234 5678 9876  5432 ABCD CDBA 1234 5678
      

      Ist das so richtig?

      G Thomas BraunT 2 Replies Last reply
      0
      • G guitardoc

        @thomas-braun said in nach Upgrade auf Bookworm Schlüssel und Quellen anpassen:

        apt-key del GERADEHERAUSGEFUNDENEKEYID

        Hmm - wie ist denn die Key-ID aufgebaut? Ungefähr so:
        ABCD DCBA 1234 5678 9876 5432 ABCD CDBA 1234 5678?

        Ich muss dann also eingeben:

        apt-key del ABCD DCBA 1234 5678 9876  5432 ABCD CDBA 1234 5678
        

        Ist das so richtig?

        G Offline
        G Offline
        guitardoc
        wrote on last edited by
        #7

        @guitardoc said in nach Upgrade auf Bookworm Schlüssel und Quellen anpassen:

        @thomas-braun said in nach Upgrade auf Bookworm Schlüssel und Quellen anpassen:

        apt-key del GERADEHERAUSGEFUNDENEKEYID

        Hmm - wie ist denn die Key-ID aufgebaut? Ungefähr so:
        ABCD DCBA 1234 5678 9876 5432 ABCD CDBA 1234 5678?

        Ich muss dann also eingeben:

        apt-key del ABCD DCBA 1234 5678 9876  5432 ABCD CDBA 1234 5678
        

        Ist das so richtig?

        Oder ist es die uid? Da steht aber nichts...:

        uid           [ unknown] chris (...) <cha@dresden-elektronik.de>
        
        1 Reply Last reply
        0
        • G guitardoc

          @thomas-braun said in nach Upgrade auf Bookworm Schlüssel und Quellen anpassen:

          apt-key del GERADEHERAUSGEFUNDENEKEYID

          Hmm - wie ist denn die Key-ID aufgebaut? Ungefähr so:
          ABCD DCBA 1234 5678 9876 5432 ABCD CDBA 1234 5678?

          Ich muss dann also eingeben:

          apt-key del ABCD DCBA 1234 5678 9876  5432 ABCD CDBA 1234 5678
          

          Ist das so richtig?

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

          @guitardoc

          Sieht ungefähr so aus:

          apt-key del 0E22EB88E39E12277A7760AE9E439B102CF3C0C6
          

          Die Leerzeichen können weg.

          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

          G Dr. BakteriusD 2 Replies Last reply
          1
          • Thomas BraunT Thomas Braun

            @guitardoc

            Sieht ungefähr so aus:

            apt-key del 0E22EB88E39E12277A7760AE9E439B102CF3C0C6
            

            Die Leerzeichen können weg.

            G Offline
            G Offline
            guitardoc
            wrote on last edited by
            #9

            @thomas-braun Ist durchgelaufen, bis auf

            rm deconz.pub.key
            rm: cannot remove 'deconz.pub.key': No such file or directory
            
            Thomas BraunT 1 Reply Last reply
            0
            • G guitardoc

              @thomas-braun Ist durchgelaufen, bis auf

              rm deconz.pub.key
              rm: cannot remove 'deconz.pub.key': No such file or directory
              
              Thomas BraunT Online
              Thomas BraunT Online
              Thomas Braun
              Most Active
              wrote on last edited by
              #10

              @guitardoc

              Das ist okay.

              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

              G 1 Reply Last reply
              1
              • Thomas BraunT Thomas Braun

                @guitardoc

                Das ist okay.

                G Offline
                G Offline
                guitardoc
                wrote on last edited by
                #11

                @thomas-braun Jetzt sieht es so aus:

                *** OS-Repositories and Updates ***
                Hit:1 http://security.debian.org/debian-security bookworm-security InRelease
                Hit:2 http://deb.debian.org/debian bookworm InRelease
                Hit:3 http://deb.debian.org/debian bookworm-updates InRelease
                Hit:4 http://phoscon.de/apt/deconz bookworm InRelease
                Hit:5 http://archive.raspberrypi.org/debian bookworm InRelease
                Hit:6 https://repo.homebridge.io stable InRelease
                Hit:7 https://deb.nodesource.com/node_18.x nodistro InRelease
                Get:8 https://pkgs.tailscale.com/stable/debian bookworm InRelease
                Fetched 6560 B in 3s (2483 B/s)
                Reading package lists...
                Pending Updates: 0
                
                
                Thomas BraunT 1 Reply Last reply
                0
                • G guitardoc

                  @thomas-braun Jetzt sieht es so aus:

                  *** OS-Repositories and Updates ***
                  Hit:1 http://security.debian.org/debian-security bookworm-security InRelease
                  Hit:2 http://deb.debian.org/debian bookworm InRelease
                  Hit:3 http://deb.debian.org/debian bookworm-updates InRelease
                  Hit:4 http://phoscon.de/apt/deconz bookworm InRelease
                  Hit:5 http://archive.raspberrypi.org/debian bookworm InRelease
                  Hit:6 https://repo.homebridge.io stable InRelease
                  Hit:7 https://deb.nodesource.com/node_18.x nodistro InRelease
                  Get:8 https://pkgs.tailscale.com/stable/debian bookworm InRelease
                  Fetched 6560 B in 3s (2483 B/s)
                  Reading package lists...
                  Pending Updates: 0
                  
                  
                  Thomas BraunT Online
                  Thomas BraunT Online
                  Thomas Braun
                  Most Active
                  wrote on last edited by
                  #12

                  @guitardoc
                  Jaaaaaaa, jetzt ist schön.

                  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

                  G 1 Reply Last reply
                  1
                  • Thomas BraunT Thomas Braun

                    @guitardoc
                    Jaaaaaaa, jetzt ist schön.

                    G Offline
                    G Offline
                    guitardoc
                    wrote on last edited by
                    #13

                    @thomas-braun Vielen vielen lieben Dank!!! Du hast mir sehr geholfen!!!!

                    1 Reply Last reply
                    0
                    • Thomas BraunT Thomas Braun

                      @guitardoc

                      Sieht ungefähr so aus:

                      apt-key del 0E22EB88E39E12277A7760AE9E439B102CF3C0C6
                      

                      Die Leerzeichen können weg.

                      Dr. BakteriusD Online
                      Dr. BakteriusD Online
                      Dr. Bakterius
                      Most Active
                      wrote on last edited by
                      #14

                      @thomas-braun Und es reichen die letzten 8 Zeichen. Man muss nicht den kompletten Key angeben.

                      Thomas BraunT 1 Reply Last reply
                      0
                      • Dr. BakteriusD Dr. Bakterius

                        @thomas-braun Und es reichen die letzten 8 Zeichen. Man muss nicht den kompletten Key angeben.

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

                        @dr-bakterius

                        Der Teufel ist ein Eichhörnchen. Auch wenn die Wahrscheinlichkeit äußerst gering ist, kann es ja einen anderen Key mit der gleichen Endung geben.
                        Deswegen immer so genau wie möglich sagen was man will.

                        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
                        0

                        Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                        Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                        With your input, this post could be even better 💗

                        Register Login
                        Reply
                        • Reply as topic
                        Log in to reply
                        • Oldest to Newest
                        • Newest to Oldest
                        • Most Votes


                        Support us

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

                        483

                        Online

                        32.8k

                        Users

                        82.7k

                        Topics

                        1.3m

                        Posts
                        Community
                        Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                        ioBroker Community 2014-2025
                        logo
                        • Login

                        • Don't have an account? Register

                        • Login or register to search.
                        • First post
                          Last post
                        0
                        • Home
                        • Recent
                        • Tags
                        • Unread 0
                        • Categories
                        • Unreplied
                        • Popular
                        • GitHub
                        • Docu
                        • Hilfe