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.
    • Thomas Braun
      Thomas Braun Most Active @SpeedyBlade last edited by Thomas Braun

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

      mit welchem Befehl bekommst du dies angezeigt?

      ? Mit

      neofetch
      

      ist aber nur Spielerei und deswegen nicht vorinstalliert.

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

        Hallo,
        bei meinem zweiten Versuch hat das Upgrade auf Bullseye 11.7 geklappt.

        Es gibt aber noch ein Problem

        pi@raspberrypi4-iobroker:~ $ ls -l /dev/serial/by-id
        ls: cannot access '/dev/serial/by-id': No such file or directory
        

        Gibt es eine Alternative? Ich verwende das für den Zigbee Stick.

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

          @supernils

          sudo apt update
          apt policy udev
          

          sagt?

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

            @thomas-braun

            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
            All packages are up to date.
            pi@raspberrypi4-iobroker:~ $ 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
            
            
            Thomas Braun 1 Reply Last reply Reply Quote 0
            • Thomas Braun
              Thomas Braun Most Active @Supernils last edited by

              @supernils

              Vollständig lesen, inkl. der Ergänzungen im letzten Absatz.
              Der ist besonders wichtig für dein 32bit-RaspberryOS.

              https://forum.iobroker.net/topic/65017/zigbee-conbee2-funktioniert-nach-update-nicht-mehr-udev?_=1696419855987

              1 Reply Last reply Reply Quote 1
              • 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
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            981
                                            Online

                                            31.7k
                                            Users

                                            79.7k
                                            Topics

                                            1.3m
                                            Posts

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