Skip to content
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • 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

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
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

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.7k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    2.2k

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    16
    1
    3.0k

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

Geplant Angeheftet Gesperrt Verschoben Off Topic
309 Beiträge 43 Kommentatoren 84.1k Aufrufe 42 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • R Rockfox

    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?

    OpenSourceNomadO Offline
    OpenSourceNomadO Offline
    OpenSourceNomad
    Most Active
    schrieb am zuletzt editiert von
    #168

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

    Was kann ich hier ggf. versuchen?

    Mittels hostname verbinden :raised_hands:

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

    1 Antwort Letzte Antwort
    0
    • R Rockfox

      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?

      AlCalzoneA Offline
      AlCalzoneA Offline
      AlCalzone
      Developer
      schrieb am zuletzt editiert von
      #169

      @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? :man-shrugging:

      Warum `sudo` böse ist: https://forum.iobroker.net/post/17109

      R 1 Antwort Letzte Antwort
      0
      • AlCalzoneA AlCalzone

        @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? :man-shrugging:

        R Offline
        R Offline
        Rockfox
        schrieb am zuletzt editiert von Rockfox
        #170

        @alcalzone
        OKay manchmal sieht man den Wald vor lauter Bäumen nicht. :innocent: 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 BraunT 1 Antwort Letzte Antwort
        0
        • R Rockfox

          @alcalzone
          OKay manchmal sieht man den Wald vor lauter Bäumen nicht. :innocent: 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 BraunT Online
          Thomas BraunT Online
          Thomas Braun
          Most Active
          schrieb am zuletzt editiert von
          #171

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

          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

          AlCalzoneA 1 Antwort Letzte Antwort
          0
          • Thomas BraunT Thomas Braun

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

            AlCalzoneA Offline
            AlCalzoneA Offline
            AlCalzone
            Developer
            schrieb am zuletzt editiert von
            #172

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

            Warum `sudo` böse ist: https://forum.iobroker.net/post/17109

            M 1 Antwort Letzte Antwort
            0
            • AlCalzoneA AlCalzone

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

              M Offline
              M Offline
              maxpd
              schrieb am zuletzt editiert von maxpd
              #173

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

              pi@iobroker:~ $ neofetch
              -bash: neofetch: Kommando nicht gefunden.
              
              

              Gruß
              maxpd

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

              Thomas BraunT 1 Antwort Letzte Antwort
              0
              • 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
                schrieb am zuletzt editiert von 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 Antwort Letzte Antwort
                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
                  schrieb am zuletzt editiert von
                  #175

                  @thomas-braun Merci, deine Anleitung hat funktioniert!

                  Gruß
                  maxpd

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

                  1 Antwort Letzte Antwort
                  0
                  • SMSS Offline
                    SMSS Offline
                    SMS
                    schrieb am zuletzt editiert von
                    #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 Antworten Letzte Antwort
                    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
                      schrieb am zuletzt editiert von
                      #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 Antwort Letzte Antwort
                      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
                        schrieb am zuletzt editiert von
                        #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 Antwort Letzte Antwort
                        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
                          schrieb am zuletzt editiert von
                          #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 Antworten Letzte Antwort
                          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
                            schrieb am zuletzt editiert von
                            #180

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

                            1 Antwort Letzte Antwort
                            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
                              schrieb am zuletzt editiert von
                              #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 Antwort Letzte Antwort
                              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
                                schrieb am zuletzt editiert von
                                #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 Antwort Letzte Antwort
                                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
                                  schrieb am zuletzt editiert von
                                  #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 Antworten Letzte Antwort
                                  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
                                    schrieb am zuletzt editiert von
                                    #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 Antwort Letzte Antwort
                                    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
                                      schrieb am zuletzt editiert von
                                      #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 Antwort Letzte Antwort
                                      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
                                        schrieb am zuletzt editiert von
                                        #186

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

                                        J 1 Antwort Letzte Antwort
                                        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
                                          schrieb am zuletzt editiert von 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 Antwort Letzte Antwort
                                          0
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          790

                                          Online

                                          32.4k

                                          Benutzer

                                          81.5k

                                          Themen

                                          1.3m

                                          Beiträge
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Anmelden

                                          • Du hast noch kein Konto? Registrieren

                                          • Anmelden oder registrieren, um zu suchen
                                          • Erster Beitrag
                                            Letzter Beitrag
                                          0
                                          • Home
                                          • Aktuell
                                          • Tags
                                          • Ungelesen 0
                                          • Kategorien
                                          • Unreplied
                                          • Beliebt
                                          • GitHub
                                          • Docu
                                          • Hilfe