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. Off Topic
  4. Upgrade von Debian 10 'Buster' auf 11 'Bullseye'

NEWS

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    17
    1
    620

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

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

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

Scheduled Pinned Locked Moved Off Topic
309 Posts 43 Posters 91.9k Views 42 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.
  • M maxpd

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

    pi@iobroker:~ $ neofetch
    -bash: neofetch: Kommando nicht gefunden.
    
    
    Thomas BraunT Online
    Thomas BraunT Online
    Thomas Braun
    Most Active
    wrote on last edited by Thomas Braun
    #174

    @maxpd

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

    lsb_release -a
    

    nachschauen.

    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

    M 1 Reply Last reply
    1
    • Thomas BraunT 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 Offline
      M Offline
      maxpd
      wrote on last edited by
      #175

      @thomas-braun Merci, deine Anleitung hat funktioniert!

      Gruß
      maxpd

      Raspi 4 8gb | iobroker + pivccu3 | 46 Adapter | 68 Scripte, 120 Devices

      1 Reply Last reply
      0
      • SMSS Offline
        SMSS Offline
        SMS
        wrote on last edited by
        #176

        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 BraunT 3 Replies Last reply
        0
        • SMSS SMS

          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 Offline
          J Offline
          Jan1
          wrote on last edited by
          #177

          @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
          0
          • SMSS SMS

            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!

            M Offline
            M Offline
            maxpd
            wrote on last edited by
            #178

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

            Gruß
            maxpd

            Raspi 4 8gb | iobroker + pivccu3 | 46 Adapter | 68 Scripte, 120 Devices

            1 Reply Last reply
            0
            • SMSS SMS

              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!

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

              @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.

              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

              J SMSS 2 Replies Last reply
              0
              • Thomas BraunT Thomas Braun

                @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 Offline
                J Offline
                Jan1
                wrote on last edited by
                #180

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

                1 Reply Last reply
                0
                • Thomas BraunT Thomas Braun

                  @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.

                  SMSS Offline
                  SMSS Offline
                  SMS
                  wrote on last edited by
                  #181

                  @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 BraunT 1 Reply Last reply
                  0
                  • SMSS SMS

                    @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 BraunT Online
                    Thomas BraunT Online
                    Thomas Braun
                    Most Active
                    wrote on last edited by
                    #182

                    @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?

                    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

                    SMSS 1 Reply Last reply
                    0
                    • Thomas BraunT Thomas Braun

                      @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?

                      SMSS Offline
                      SMSS Offline
                      SMS
                      wrote on last edited by
                      #183

                      @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 BraunT 2 Replies Last reply
                      0
                      • SMSS SMS

                        @thomas-braun

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

                        keine Ahnung. Eigentlich funktioniert ja alles automatisch ...

                        J Offline
                        J Offline
                        Jan1
                        wrote on last edited by
                        #184

                        @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.

                        SMSS 1 Reply Last reply
                        0
                        • SMSS SMS

                          @thomas-braun

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

                          keine Ahnung. Eigentlich funktioniert ja alles automatisch ...

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

                          @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.

                          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
                          • J Jan1

                            @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.

                            SMSS Offline
                            SMSS Offline
                            SMS
                            wrote on last edited by
                            #186

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

                            J 1 Reply Last reply
                            0
                            • SMSS SMS

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

                              J Offline
                              J Offline
                              Jan1
                              wrote on last edited by Jan1
                              #187

                              @sms
                              Ich hatte sehr lange den IOBroker auf nem Pi und nie ein Defekt der Karte. Wenn ich nicht irre, steht in der Anleitung auch wie man das auf USB bekommt.

                              Übrigens sind USB Sticks anfälliger als SD Karten, deshalb ist das auch nicht wirklich ne Lösung. Es sei man hängt ne SSD an USB ;)

                              M 1 Reply Last reply
                              0
                              • J Jan1

                                @sms
                                Ich hatte sehr lange den IOBroker auf nem Pi und nie ein Defekt der Karte. Wenn ich nicht irre, steht in der Anleitung auch wie man das auf USB bekommt.

                                Übrigens sind USB Sticks anfälliger als SD Karten, deshalb ist das auch nicht wirklich ne Lösung. Es sei man hängt ne SSD an USB ;)

                                M Offline
                                M Offline
                                maxpd
                                wrote on last edited by
                                #188

                                @jan1 ich habe eine SSD am USB2 und habe letzte Woche die Anleitung hier erfolgreich durchlaufen.

                                Gruß
                                maxpd

                                Raspi 4 8gb | iobroker + pivccu3 | 46 Adapter | 68 Scripte, 120 Devices

                                1 Reply Last reply
                                1
                                • OpenSourceNomadO Offline
                                  OpenSourceNomadO Offline
                                  OpenSourceNomad
                                  Most Active
                                  wrote on last edited by
                                  #189

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

                                  leider gehen bei mir die Speicherkarten kaputt, was ich auch nicht verstehe.

                                  Nein! Doch! Ohhh!

                                  RaspberryOS + ioBroker = SD Karten Killer :boom:

                                  „Das Widerlegen von Schwachsinn erfordert eine Größenordnung mehr Energie als dessen Produktion.“ - Alberto Brandolini (Bullshit-Asymmetrie-Prinzip)

                                  J 1 Reply Last reply
                                  0
                                  • OpenSourceNomadO OpenSourceNomad

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

                                    leider gehen bei mir die Speicherkarten kaputt, was ich auch nicht verstehe.

                                    Nein! Doch! Ohhh!

                                    RaspberryOS + ioBroker = SD Karten Killer :boom:

                                    J Offline
                                    J Offline
                                    Jan1
                                    wrote on last edited by
                                    #190

                                    @opensourcenomad
                                    Zwei Jahr mit Pi auf SD Karte und keine defekt SD, folglich sind solch pauschale Aussagen doch etwas haarsträubend, selbst wenn die über den Link dann noch erklärt werden ;)

                                    OpenSourceNomadO 1 Reply Last reply
                                    0
                                    • J Jan1

                                      @opensourcenomad
                                      Zwei Jahr mit Pi auf SD Karte und keine defekt SD, folglich sind solch pauschale Aussagen doch etwas haarsträubend, selbst wenn die über den Link dann noch erklärt werden ;)

                                      OpenSourceNomadO Offline
                                      OpenSourceNomadO Offline
                                      OpenSourceNomad
                                      Most Active
                                      wrote on last edited by OpenSourceNomad
                                      #191

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

                                      etwas haarsträubend, selbst wenn die über den Link dann noch erklärt werden

                                      Wer es nicht schafft den Link zu öffnen den sollen sich aber auch die Nackenhaare zu Berge stellen und alle seine Flash Speicher einen frühzeitigen Tot durch write ampflication sterben! :rolling_on_the_floor_laughing:

                                      Zwei Jahr mit Pi auf SD Karte und keine defekt SD

                                      Soll schon Leute gegeben haben die haben SD Karten zwei Jahre nicht benutzt und dann waren die Daten futsch, auch eine besondere Eigenheit von Flash Speicher (Stichwort: data retention) :bulb:

                                      „Das Widerlegen von Schwachsinn erfordert eine Größenordnung mehr Energie als dessen Produktion.“ - Alberto Brandolini (Bullshit-Asymmetrie-Prinzip)

                                      1 Reply Last reply
                                      0
                                      • Thomas BraunT Online
                                        Thomas BraunT Online
                                        Thomas Braun
                                        Most Active
                                        wrote on last edited by
                                        #192

                                        Am besten benutzen wir wieder wie die alten Sumerer Tontäfelchen. Die kann man auch nach Jahrtausenden noch lesen.

                                        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
                                        2
                                        • wendy2702W Online
                                          wendy2702W Online
                                          wendy2702
                                          wrote on last edited by
                                          #193

                                          In Stein meißeln soll auch relativ lange halten....

                                          Wenn denn die Daten nicht zu häufig überschrieben werden ;-)

                                          Bitte keine Fragen per PN, die gehören ins Forum!

                                          Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                                          1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          599

                                          Online

                                          32.7k

                                          Users

                                          82.6k

                                          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