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.
    • R
      Rockfox last edited by

      Hab das Update wie beschrieben ausgeführt, dass hat soweit auch alles geklappt und war fertig. Danach hab ich den Pi mit

      sudo reboot now
      

      Neu starten lassen Jetzt komme ich mit ssh pi@ip-adresse nicht mehr auf den pi drauf

      ssh pi@ip-adresse
      ssh: connect to host ..... port 22: Operation timed out
      danach 
      ssh: connect to host ..... port 22: Host is down
      

      Was kann ich hier ggf. versuchen?

      OpenSourceNomad AlCalzone 2 Replies Last reply Reply Quote 0
      • OpenSourceNomad
        OpenSourceNomad Most Active @Rockfox last edited by

        @rockfox said in Upgrade von Debian 10 'Buster' auf 11 'Bullseye':

        Was kann ich hier ggf. versuchen?

        Mittels hostname verbinden 🙌

        1 Reply Last reply Reply Quote 0
        • AlCalzone
          AlCalzone Developer @Rockfox last edited by

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

          Hab das Update wie beschrieben ausgeführt, dass hat soweit auch alles geklappt und war fertig. Danach hab ich den Pi mit

          Meinen Post direkt über deinem lesen? 🤷‍♂️

          R 1 Reply Last reply Reply Quote 0
          • R
            Rockfox @AlCalzone last edited by Rockfox

            @alcalzone
            OKay manchmal sieht man den Wald vor lauter Bäumen nicht. 😇 Sorry dafür.

            Also muss ich das ausführen:

            sudo nano /etc/systemd/system/dhcpcd.service.d/wait.conf
            
            Change from:
            [Service]
            ExecStart=
            ExecStart=/usr/lib/dhcpcd5/dhcpcd -q -w
            
            To:
            [Service]
            ExecStart=
            ExecStart=/usr/sbin/dhcpcd -q -w
            

            Wie komme ich jetzt an den pi ran? BIldschirm und Tastatur direkt anschließen die einzigste Möglichkeit?

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

              @rockfox
              Wenn das WLAN-Kabel zerschnitten ist musst du wohl zunächst mal lokal an die Kiste.

              AlCalzone 1 Reply Last reply Reply Quote 0
              • AlCalzone
                AlCalzone Developer @Thomas Braun last edited by

                @thomas-braun Vielleicht wirklich oben vorm Reboot erwähnen?

                M 1 Reply Last reply Reply Quote 0
                • M
                  maxpd @AlCalzone last edited by maxpd

                  Bei mir gibt es neofetch zur Prüfung der aktuellen Version nicht

                  pi@iobroker:~ $ neofetch
                  -bash: neofetch: Kommando nicht gefunden.
                  
                  
                  Thomas Braun 1 Reply Last reply Reply Quote 0
                  • Thomas Braun
                    Thomas Braun Most Active @maxpd last edited by Thomas Braun

                    @maxpd

                    Das brauchst du nicht. neofetch ist nur Spielerei auf der Konsole.
                    Kannst du nachinstallieren oder einfach mit

                    lsb_release -a
                    

                    nachschauen.

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

                      @thomas-braun Merci, deine Anleitung hat funktioniert!

                      1 Reply Last reply Reply Quote 0
                      • SMS
                        SMS last edited by

                        Guten Morgen,
                        leider komme ich aktuell nicht weiter und bitte euch um Hilfe.
                        Pi4 8GB, Boot über USB
                        Ausgangspunkt:
                        2021-03-04-raspios-buster-armhf-lite
                        Alles Neuere hat nicht funktioniert, warum auch immer. Aber nach versuch des updates ging der Pi nicht mehr. Grüne LED dauerhaft an.
                        Was habe ich bis jetzt gemacht:
                        sudo apt update -> sudo apt upgrade -> sudo reboot now -> sudo apt update -> Listen umgestellt -> sudo apt update -> sudo apt full-upgrade

                        Nun hänge ich hier:

                        411 upgraded, 89 newly installed, 8 to remove and 0 not upgraded.
                        Need to get 0 B/355 MB of archives.
                        After this operation, 294 MB of additional disk space will be used.
                        Do you want to continue? [Y/n] y
                        Reading changelogs... Done
                        apt-listchanges: News
                        ---------------------
                        
                        apt (2.1.16) unstable; urgency=medium
                        
                          Automatically remove unused kernels on apt {dist,full}-upgrade. To revert
                          to previous behavior, set APT::Get::AutomaticRemove::Kernels to false or
                          pass --no-auto-remove to the command. apt-get remains unchanged.
                        
                          Packages files can now set the Phased-Update-Percentage field to restrict
                          update rollout to a specified percentage of machines. Previously, this has
                          only been available to users of Ubuntu's update-manager tool. See
                          apt_preferences(5) for details and how to configure multiple systems to get
                          the same updates. Phased updates are disabled in chroots for now to not
                          break buildd-style setups.
                        
                         -- Julian Andres Klode <jak@debian.org>  Fri, 08 Jan 2021 22:01:50 +0100
                        
                        apt (1.9.11) experimental; urgency=medium
                        
                          apt(8) now waits for the lock indefinitely if connected to a tty, or
                          for 120 seconds if not.
                        
                         -- Julian Andres Klode <jak@debian.org>  Wed, 26 Feb 2020 20:30:33 +0100
                        
                        apt (1.9.6) experimental; urgency=medium
                        
                          apt(8) no longer treats package names passed as regular expressions or fnmatch
                          expressions, requiring the use of patterns (apt-patterns(5)) to perform complex
                          searches. For ease of use, regular expressions starting with ^ or ending with
                          $ continue to work.
                        
                          This fixes the problem where e.g. g++ could mean either "the package g++"
                          or, if there is no g++ package, "all packages containing g". This change
                          will propagate to apt-* after the release of Debian bullseye.
                        
                         -- Julian Andres Klode <jak@debian.org>  Wed, 15 Jan 2020 21:45:18 +0100
                        
                        apt (1.9.5) unstable; urgency=medium
                        
                          Credentials in apt_auth.conf(5) now only apply to https and tor+https
                          sources to avoid them being leaked over plaintext (Closes: #945911). To
                          opt-in to http, add http:// before the hostname. Note that this will transmit
                          credentials in plain text, which you do not want on devices that could be
                          operating in an untrusted network.
                        
                         -- Julian Andres Klode <juliank@ubuntu.com>  Mon, 02 Dec 2019 11:45:52 +0100
                        :
                        
                        

                        Was soll ich tun?

                        Danke!

                        J M Thomas Braun 3 Replies Last reply Reply Quote 0
                        • J
                          Jan1 @SMS last edited by

                          @sms
                          Mein Rat wenn man so gefummelt hat, einfach Pi mit Bullseye neu aufsetzten und IOBroker Backup über den Adapter restoren. Zeitaufwand für einen der kein Plan hat, wohl 4 Stunden, mit Plan um die 2 😉
                          Somit definitiv schneller als das Zerfummelte zu retten.

                          Anleitung für ne wirklich saubere Installation des PI und das "Raspberry Pi OS Lite" verwenden.

                          1 Reply Last reply Reply Quote 0
                          • M
                            maxpd @SMS last edited by

                            @sms ich glaube einmal Q drücken für quit. Dir wird nur das changelog angezeigt bevor es weitergeht. Oder?

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

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

                              2021-03-04-raspios-buster-armhf-lite
                              Alles Neuere hat nicht funktioniert, warum auch immer.

                              Du installierst ein Buster, um dann auf Bullseye zu springen? Warum nicht direkt Bullseye?

                              Aus der Anzeige des Changelogs kommst du glaube ich mit der Leertaste ans Ende. Oder mit Enter.

                              J SMS 2 Replies Last reply Reply Quote 0
                              • J
                                Jan1 @Thomas Braun last edited by

                                @thomas-braun
                                Deshalb auch der Link für die "gute" Anleitung.

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

                                  @thomas-braun wie geschrieben, wenn ich das Neuste installiere und den Pi neu starte, leuchtet die grüne LED dauerhaft und es geht gar nichts mehr.
                                  Vielleicht lag es am USB (ich benutze jetzt einen Anderen), aber aktuell komme ich so weiter ...

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

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

                                    Vielleicht lag es am USB (ich benutze jetzt einen Anderen)

                                    Was für ein USB?
                                    Was veranstaltet ihr da eigentlich immer bei den Installationen?

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

                                      @thomas-braun

                                      USB 2.0 (werde es mit einem aneren PI nochmal versuchen direkt auf bullseye)

                                      keine Ahnung. Eigentlich funktioniert ja alles automatisch ...

                                      J Thomas Braun 2 Replies Last reply Reply Quote 0
                                      • J
                                        Jan1 @SMS last edited by

                                        @sms
                                        Für die Installation ist aber kein USB vorgesehen und da ist schon das erste ? 😉
                                        Halte Dich an die Anleitung und es läuft.

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

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

                                          Eigentlich funktioniert ja alles automatisch ...

                                          Wenn man das wie vorgesehen machen würde... Ja.

                                          1 Reply Last reply Reply Quote 0
                                          • SMS
                                            SMS @Jan1 last edited by

                                            @jan1
                                            leider gehen bei mir die Speicherkarten kaputt, was ich auch nicht verstehe. Daher bin ich auf USB umgestiegen.

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            648
                                            Online

                                            31.7k
                                            Users

                                            79.8k
                                            Topics

                                            1.3m
                                            Posts

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