Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Off Topic
    4. Upgrade von Debian 10 'Buster' auf 11 'Bullseye'

    NEWS

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    Upgrade von Debian 10 'Buster' auf 11 'Bullseye'

    This topic has been deleted. Only users with topic management privileges can see it.
    • S
      Supernils last edited by

      pi@raspberrypi4-iobroker:/etc/apt/sources.list.d $ sudo apt update
      Hit:1 http://archive.raspberrypi.org/debian bullseye InRelease
      Hit:2 https://deb.nodesource.com/node_18.x bullseye InRelease
      Get:3 http://deb.debian.org/debian bullseye-proposed-updates InRelease [58.5 kB]
      Hit:4 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
      Err:3 http://deb.debian.org/debian bullseye-proposed-updates InRelease
        The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 0E98404D386FA1D9 NO_PUBKEY 6ED0E7B82643E131
      Reading package lists... Done
      W: GPG error: http://deb.debian.org/debian bullseye-proposed-updates InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 0E98404D386FA1D9 NO_PUBKEY 6ED0E7B82643E131
      E: The repository 'http://deb.debian.org/debian bullseye-proposed-updates InRelease' is not signed.
      N: Updating from such a repository can't be done securely, and is therefore disabled by default.
      N: See apt-secure(8) manpage for repository creation and user configuration details.
      
      
      
      Thomas Braun 1 Reply Last reply Reply Quote 0
      • Thomas Braun
        Thomas Braun Most Active @Supernils last edited by

        @supernils sagte in Upgrade von Debian 10 'Buster' auf 11 'Bullseye':

        0E98404D386FA1D9

        Zieh den key rein. Steht glaube ich auch in dem HowTo drin, wie man das macht.

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

          @thomas-braun Ah verstanden. Hier stimmt doch etwas nicht oder? 🙂

          pi@raspberrypi4-iobroker:/etc/apt/sources.list.d $ sudo apt update
          Hit:1 http://deb.debian.org/debian bullseye-proposed-updates InRelease
          Hit:2 http://archive.raspberrypi.org/debian bullseye InRelease
          Hit:3 https://deb.nodesource.com/node_18.x bullseye InRelease
          Hit:4 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
          Reading package lists... Done
          Building dependency tree... Done
          Reading state information... Done
          39 packages can be upgraded. Run 'apt list --upgradable' to see them.
          pi@raspberrypi4-iobroker:/etc/apt/sources.list.d $ sudo apt -t bullseye-proposed-updates install udev
          Reading package lists... Done
          Building dependency tree... Done
          Reading state information... Done
          udev is already the newest version (247.3-7+rpi1+deb11u2).
          0 upgraded, 0 newly installed, 0 to remove and 55 not upgraded.
          
          
          Thomas Braun 1 Reply Last reply Reply Quote 0
          • Thomas Braun
            Thomas Braun Most Active @Supernils last edited by Thomas Braun

            @supernils

            apt policy udev
            

            sagt? Der 'Trick' ist, die "niedrigere" Versionsnummer zu installieren:

            sudo apt install udev=247.3-7+deb11u4 libudev1=247.3-7+deb11u4
            

            Danach die frisch angelegte Quelle wieder löschen.

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

              @thomas-braun said in Upgrade von Debian 10 'Buster' auf 11 'Bullseye':

              pi@raspberrypi4-iobroker:/etc/apt/sources.list.d $ apt policy udev
              udev:
                Installed: 247.3-7+rpi1+deb11u2
                Candidate: 247.3-7+rpi1+deb11u2
                Version table:
               *** 247.3-7+rpi1+deb11u2 500
                      500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages
                      100 /var/lib/dpkg/status
                   247.3-7+deb11u4 500
                      500 http://deb.debian.org/debian bullseye-proposed-updates/main armhf Packages
              
              
              Thomas Braun 1 Reply Last reply Reply Quote 0
              • Thomas Braun
                Thomas Braun Most Active @Supernils last edited by

                @supernils

                Siehe vorstehende Antwort.

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

                  @thomas-braun Vielen Dank

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

                    @supernils

                    udev auf hold gesetzt und die proposed-Quelle wieder gelöscht?

                    sudo apt update
                    

                    sagt nun?

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

                      @thomas-braun said in Upgrade von Debian 10 'Buster' auf 11 'Bullseye':

                      sudo apt update

                      pi@raspberrypi4-iobroker:~ $ sudo apt-mark hold udev
                      udev set on hold.
                      pi@raspberrypi4-iobroker:~ $ sudo apt update
                      Hit:1 http://archive.raspberrypi.org/debian bullseye InRelease
                      Hit:2 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
                      Hit:3 https://deb.nodesource.com/node_18.x bullseye InRelease
                      Reading package lists... Done
                      Building dependency tree... Done
                      Reading state information... Done
                      2 packages can be upgraded. Run 'apt list --upgradable' to see them.
                      
                      
                      Thomas Braun 1 Reply Last reply Reply Quote 0
                      • Thomas Braun
                        Thomas Braun Most Active @Supernils last edited by

                        @supernils

                        Ja, passt.

                        1 Reply Last reply Reply Quote 1
                        • B
                          Bibo*13 last edited by

                          Hallo zusammen. Ich benötige Hilfe.
                          Anfangs lief es ganz gut aber dann:
                          nach sudo apt install gcc-8-base

                          kommt das und nach dem : bleibt es stehen
                          8dc0d003-de1c-4776-8914-4c24a6e34460-image.png

                          was kann ich tun? Der Pi läuft ohne sd-card mit ssd drive
                          Gruß Bibo

                          Thomas Braun 1 Reply Last reply Reply Quote 0
                          • Thomas Braun
                            Thomas Braun Most Active @Bibo*13 last edited by

                            @bibo-13 sagte in Upgrade von Debian 10 'Buster' auf 11 'Bullseye':

                            was kann ich tun?

                            Mit der Taste q die Anzeige verlassen.

                            B 1 Reply Last reply Reply Quote 0
                            • B
                              Bibo*13 @Thomas Braun last edited by

                              @thomas-braun Danke. Wie geht es dann weiter?

                              Thomas Braun 1 Reply Last reply Reply Quote 0
                              • Thomas Braun
                                Thomas Braun Most Active @Bibo*13 last edited by Thomas Braun

                                @bibo-13

                                Wie in der Anleitung.

                                Hättest du überhaupt die Meldung, die eine Installation von gcc-8-base erforderlich macht? Oder einfach mal auf Verdacht installiert?

                                B 2 Replies Last reply Reply Quote 0
                                • B
                                  Bibo*13 @Thomas Braun last edited by

                                  @thomas-braun ich hatte die Meldung. Deshalb habe ich auch den Befehl ausgeführt.
                                  Im Moment läuft die Inst nach sudo apt update und sudo apt full-upgrade

                                  1 Reply Last reply Reply Quote 0
                                  • B
                                    Bibo*13 @Thomas Braun last edited by

                                    @thomas-braun Ich bin durch. Das System rennt wieder.
                                    Danke für Deinen Support

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

                                      Hallo,
                                      @thomas-braun sagte in Upgrade von Debian 10 'Buster' auf 11 'Bullseye':

                                      Vorsichtshalber schauen wir noch in den dhcpd.service rein.

                                      sudo nano /etc/systemd/system/dhcpcd.service.d/wait.conf
                                      

                                      kann es sein, dass die Konfigurationsdatei erst nach dem Upgrade vorhanden ist?

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

                                        @mp3junkie

                                        Möglich. Allerdings ist 'Bullseye' auch bereits abgekündigt, es ergibt also wenig Sinn das heute zu unternehmen.

                                        Neuschwansteini M 2 Replies Last reply Reply Quote 0
                                        • Neuschwansteini
                                          Neuschwansteini @Thomas Braun last edited by

                                          @thomas-braun

                                          @Homoran

                                          Man koennte diesen Thread auch schliessen, bzw die Kommentarfunktion rausnehmen.
                                          War damals ne schoene Anleitung, aber in Zeiten von Bookworm nicht mehr notwendig und schon garnicht mehr Sinnvoll.

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

                                            @thomas-braun sagte in Upgrade von Debian 10 'Buster' auf 11 'Bullseye':

                                            @mp3junkie

                                            Möglich. Allerdings ist 'Bullseye' auch bereits abgekündigt, es ergibt also wenig Sinn das heute zu unternehmen.

                                            Ich bin noch auf Buster unterwegs. Deshalb meine Frage.
                                            Ich wollte zunächst zu Bullseye und dann zu Bookworm.
                                            Schritt für Schritt.

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            994
                                            Online

                                            31.7k
                                            Users

                                            79.7k
                                            Topics

                                            1.3m
                                            Posts

                                            43
                                            309
                                            56856
                                            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