Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Einsteigerfragen
    4. Absturzursache Raspi und iO Broker finden

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    Absturzursache Raspi und iO Broker finden

    This topic has been deleted. Only users with topic management privileges can see it.
    • L
      Laser @Thomas Braun last edited by Laser

      @thomas-braun
      Was kann ich dabei falsch machen? Wie geht es richtig?
      EDIT: apt- get habe ich auch nicht mehr verwendet, war eine Falschaussage!

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

        @laser

        sudo apt update
        

        zeigen.

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

          @thomas-braun

          
          pi@Heizung:~ $ sudo apt update
          Ign:1 http://security.debian.org/debian-security stable/updates InRelease
          Err:2 http://security.debian.org/debian-security stable/updates Release
            404  Not Found [IP: 2a04:4e42:6f::644 80]
          Get:3 http://ftp.debian.org/debian stable InRelease [116 kB]
          Hit:4 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
          Hit:5 http://archive.raspberrypi.org/debian bullseye InRelease
          Get:6 http://ftp.debian.org/debian stable-updates InRelease [44.1 kB]
          Hit:7 https://deb.nodesource.com/node_16.x bullseye InRelease
          Err:3 http://ftp.debian.org/debian stable InRelease
            The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 648ACFD622F3D138 NO_PUBKEY 0E98404D386FA1D9 NO_PUBKEY 605C66F00D6C9793
          Err:6 http://ftp.debian.org/debian stable-updates InRelease
            The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 648ACFD622F3D138 NO_PUBKEY 0E98404D386FA1D9
          Reading package lists... Done
          E: The repository 'http://security.debian.org/debian-security stable/updates Release' does not have a Release file.
          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.
          W: GPG error: http://ftp.debian.org/debian stable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 648ACFD622F3D138 NO_PUBKEY 0E98404D386FA1D9 NO_PUBKEY 605C66F00D6C9793
          E: The repository 'http://ftp.debian.org/debian stable 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.
          W: GPG error: http://ftp.debian.org/debian stable-updates InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 648ACFD622F3D138 NO_PUBKEY 0E98404D386FA1D9
          E: The repository 'http://ftp.debian.org/debian stable-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.
          
          
          L 1 Reply Last reply Reply Quote 0
          • L
            Laser @Laser last edited by

            @Thomas-Braun
            Jetzt noch "sudo apt" upgrade gemacht. Mehr brauche ich nicht.
            Einmal habe ich eine Adapter von der Konsole aus installiert, weil ich den im offiziellen Repostery nicht gefunden habe. "opendtu". Das war das Außergewöhnlichste, was ich "getrieben" habe. Ansonsten spiele ich nicht aus Langeweile am System herum.
            Warte auf den nächsten "Hänger"...

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

              @laser sagte in Absturzursache Raspi und iO Broker finden:

              @Thomas-Braun
              Jetzt noch "sudo apt" upgrade gemacht.

              Das wird nicht richtig funktionieren, solange da noch die Quelle falsch ist.

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

                @thomas-braun
                Wie kommt der Verweis auf eine fehlerhafte Quelle da rein und wie korrigiere ich das?

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

                  @laser

                  Kann ich gerade nicht nachschauen, vielleicht jemand anderes, bei dem die Quellen für bullseye richtig sind.

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

                    @thomas-braun
                    Ich versuche da was zu finden und passe die /etc/apt/sources.list an.
                    Evtl. auf einen anderen PI bullseye installieren und dort nachsehen?
                    IOBroker ändert da nichts?

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

                      @laser

                      cat /etc/apt/sources.list
                      
                      L 1 Reply Last reply Reply Quote 0
                      • L
                        Laser @Thomas Braun last edited by Laser

                        @thomas-braun
                        bin da gerade drin: (läßt sich ja Alles rückgängig machen)

                        
                        # Uncomment line below then 'apt-get update' to enable 'apt-get source'
                        #deb-src http://raspbian.raspberrypi.org/raspbian/ bullseye main contrib non-free rpi
                        
                        #neu:
                        ### official Debian mirrors might be more up-to-date...
                        deb http://ftp.debian.org/debian stable main contrib non-free
                        deb http://security.debian.org/debian-security stable/updates main contrib non-free
                        deb http://ftp.debian.org/debian stable-updates main contrib non-free
                        #deb http://ftp.debian.org/debian stable-proposed-updates main contrib non-free
                        
                        
                        Thomas Braun 2 Replies Last reply Reply Quote 0
                        • Thomas Braun
                          Thomas Braun Most Active @Laser last edited by Thomas Braun

                          @laser sagte in Absturzursache Raspi und iO Broker finden:

                          Trag das mal so ein:

                          deb http://deb.debian.org/debian stable main contrib non-free
                          deb http://security.debian.org/debian-security stable-security main contrib non-free
                          deb http://deb.debian.org/debian stable-updates main contrib non-free
                          
                          1 Reply Last reply Reply Quote 0
                          • Thomas Braun
                            Thomas Braun Most Active @Laser last edited by

                            @laser

                            Und danach

                            sudo apt update
                            
                            L 1 Reply Last reply Reply Quote 0
                            • L
                              Laser @Thomas Braun last edited by

                              @thomas-braun

                              
                              pi@Heizung:~ $ sudo apt upgrade
                              Reading package lists... Done
                              Building dependency tree... Done
                              Reading state information... Done
                              Calculating upgrade... Done
                              The following package was automatically installed and is no longer required:
                                raspinfo
                              Use 'sudo apt autoremove' to remove it.
                              The following packages will be upgraded:
                                curl libcurl3-gnutls libcurl4 libtiff5
                              4 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
                              Need to get 1,144 kB of archives.
                              After this operation, 0 B of additional disk space will be used.
                              Do you want to continue? [Y/n] y
                              Get:1 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf curl armhf 7.                       74.0-1.3+deb11u7 [258 kB]
                              Get:2 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf libcurl4 armh                       f 7.74.0-1.3+deb11u7 [310 kB]
                              Get:3 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf libcurl3-gnut                       ls armhf 7.74.0-1.3+deb11u7 [306 kB]
                              Get:4 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf libtiff5 armh                       f 4.2.0-1+deb11u4 [270 kB]
                              Fetched 1,144 kB in 1s (1,171 kB/s)
                              Reading changelogs... Done
                              (Reading database ... 54016 files and directories currently installed.)
                              Preparing to unpack .../curl_7.74.0-1.3+deb11u7_armhf.deb ...
                              Unpacking curl (7.74.0-1.3+deb11u7) over (7.74.0-1.3+deb11u5) ...
                              Preparing to unpack .../libcurl4_7.74.0-1.3+deb11u7_armhf.deb ...
                              Unpacking libcurl4:armhf (7.74.0-1.3+deb11u7) over (7.74.0-1.3+deb11u5) ...
                              Preparing to unpack .../libcurl3-gnutls_7.74.0-1.3+deb11u7_armhf.deb ...
                              Unpacking libcurl3-gnutls:armhf (7.74.0-1.3+deb11u7) over (7.74.0-1.3+deb11u5) .                       ..
                              Preparing to unpack .../libtiff5_4.2.0-1+deb11u4_armhf.deb ...
                              Unpacking libtiff5:armhf (4.2.0-1+deb11u4) over (4.2.0-1+deb11u3) ...
                              Setting up libcurl3-gnutls:armhf (7.74.0-1.3+deb11u7) ...
                              Setting up libcurl4:armhf (7.74.0-1.3+deb11u7) ...
                              Setting up libtiff5:armhf (4.2.0-1+deb11u4) ...
                              Setting up curl (7.74.0-1.3+deb11u7) ...
                              Processing triggers for man-db (2.9.4-2) ...
                              Processing triggers for libc-bin (2.31-13+rpt2+rpi1+deb11u5) ...
                              pi@Heizung:~ $ nano /etc/apt/sources.list
                              pi@Heizung:~ $ sudo nano/etc/apt/sources.list
                              sudo: nano/etc/apt/sources.list: command not found
                              pi@Heizung:~ $ sudo nano /etc/apt/sources.list
                              pi@Heizung:~ $
                              pi@Heizung:~ $ sudo apt update
                              Get:1 http://security.debian.org/debian-security stable-security InRelease [48.4 kB]
                              Hit:2 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
                              Get:3 http://deb.debian.org/debian stable InRelease [116 kB]
                              Hit:4 http://archive.raspberrypi.org/debian bullseye InRelease
                              Get:5 http://deb.debian.org/debian stable-updates InRelease [44.1 kB]
                              Hit:6 https://deb.nodesource.com/node_16.x bullseye InRelease
                              0% [Working]gpgv: Signature made Wed Mar  1 05:32:51 2023 CET
                              gpgv:                using RSA key A0DA38D0D76E8B5D638872819165938D90FDDD2E
                              gpgv: Good signature from "Mike Thompson (Raspberry Pi Debian armhf ARMv6+VFP) <mpthompson@gmail.com>"
                              /usr/bin/apt-key: 57: cannot create /dev/null: Permission denied
                              0% [Working]gpgv: Signature made Sat Dec 17 11:15:20 2022 CET
                              gpgv:                using RSA key 0146DC6D4A0B2914BDED34DB648ACFD622F3D138
                              gpgv: Can't check signature: No public key
                              gpgv: Signature made Sat Dec 17 11:15:21 2022 CET
                              gpgv:                using RSA key A7236886F3CCCAAD148A27F80E98404D386FA1D9
                              gpgv: Can't check signature: No public key
                              gpgv: Signature made Sat Dec 17 11:20:04 2022 CET
                              gpgv:                using RSA key A4285295FC7B1A81600062A9605C66F00D6C9793
                              gpgv:                issuer "debian-release@lists.debian.org"
                              gpgv: Can't check signature: No public key
                              /usr/bin/apt-key: 57: cannot create /dev/null: Permission denied
                              Err:3 http://deb.debian.org/debian stable InRelease
                                The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 648ACFD622F3D138 NO_PUBKEY 0E98404D386FA1D9 NO_PUBKEY 605C66F00D6C9793
                              0% [Working]gpgv: Signature made Wed Mar  1 06:32:42 2023 CET
                              gpgv:                using RSA key 5237CEEEF212F3D51C74ABE0112695A0E562B32A
                              gpgv: Can't check signature: No public key
                              gpgv: Signature made Wed Mar  1 06:32:43 2023 CET
                              gpgv:                using RSA key ED541312A33F1128F10B1C6C54404762BBB6E853
                              gpgv: Can't check signature: No public key
                              /usr/bin/apt-key: 57: cannot create /dev/null: Permission denied
                              Err:1 http://security.debian.org/debian-security stable-security InRelease
                                The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 112695A0E562B32A NO_PUBKEY 54404762BBB6E853
                              0% [Working]gpgv: Signature made Tue Feb 28 15:00:50 2023 CET
                              gpgv:                using RSA key CF8A1AF502A2AA2D763BAE7E82B129927FA3303E
                              gpgv: Good signature from "Raspberry Pi Archive Signing Key"
                              /usr/bin/apt-key: 57: cannot create /dev/null: Permission denied
                              0% [Working]gpgv: Signature made Wed Mar  1 09:14:56 2023 CET
                              gpgv:                using RSA key 0146DC6D4A0B2914BDED34DB648ACFD622F3D138
                              gpgv: Can't check signature: No public key
                              gpgv: Signature made Wed Mar  1 09:15:35 2023 CET
                              gpgv:                using RSA key A7236886F3CCCAAD148A27F80E98404D386FA1D9
                              gpgv: Can't check signature: No public key
                              /usr/bin/apt-key: 57: cannot create /dev/null: Permission denied
                              Err:5 http://deb.debian.org/debian stable-updates InRelease
                                The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 648ACFD622F3D138 NO_PUBKEY 0E98404D386FA1D9
                              0% [Working]gpgv: Signature made Fri Feb 17 01:55:45 2023 CET
                              gpgv:                using RSA key 9FD3B784BC1C6FC31A8A0A1C1655A0AB68576280
                              gpgv: Good signature from "NodeSource <gpg@nodesource.com>"
                              /usr/bin/apt-key: 57: cannot create /dev/null: Permission denied
                              Reading package lists... Done
                              W: GPG error: http://deb.debian.org/debian stable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 648ACFD622F3D138 NO_PUBKEY 0E98404D386FA1D9 NO_PUBKEY 605C66F00D6C9793
                              E: The repository 'http://deb.debian.org/debian stable 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.
                              W: GPG error: http://security.debian.org/debian-security stable-security InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 112695A0E562B32A NO_PUBKEY 54404762BBB6E853
                              E: The repository 'http://security.debian.org/debian-security stable-security 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.
                              W: GPG error: http://deb.debian.org/debian stable-updates InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 648ACFD622F3D138 NO_PUBKEY 0E98404D386FA1D9
                              E: The repository 'http://deb.debian.org/debian stable-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.
                              pi@Heizung:~ $ sudo apt upgrade
                              Reading package lists... Done
                              Building dependency tree... Done
                              Reading state information... Done
                              Calculating upgrade... Done
                              The following package was automatically installed and is no longer required:
                                raspinfo
                              Use 'sudo apt autoremove' to remove it.
                              0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
                              
                              
                              Thomas Braun 1 Reply Last reply Reply Quote 0
                              • Thomas Braun
                                Thomas Braun Most Active @Laser last edited by

                                @laser

                                Ersetz mal 'stable' durch den Releasename das du da fährst. 'bullseye'?

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

                                  @thomas-braun so?

                                  
                                  deb http://deb.debian.org/debian bullseye main contrib non-free
                                  deb http://security.debian.org/debian-security bullseye-security main contrib non-free
                                  deb http://deb.debian.org/debian bullseye-updates main contrib non-free
                                  
                                  
                                  
                                  pi@Heizung:/etc/apt$ sudo apt update
                                  Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
                                  Get:2 http://security.debian.org/debian-security bullseye-security InRelease [48                     .4 kB]
                                  Hit:3 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
                                  Hit:4 http://archive.raspberrypi.org/debian bullseye InRelease
                                  Get:5 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
                                  Hit:6 https://deb.nodesource.com/node_16.x bullseye InRelease
                                  0% [Working]gpgv: Signature made Wed Mar  1 05:32:51 2023 CET
                                  gpgv:                using RSA key A0DA38D0D76E8B5D638872819165938D90FDDD2E
                                  gpgv: Good signature from "Mike Thompson (Raspberry Pi Debian armhf ARMv6+VFP) <                     mpthompson@gmail.com>"
                                  /usr/bin/apt-key: 57: cannot create /dev/null: Permission denied
                                  0% [Working]gpgv: Signature made Wed Mar  1 06:32:42 2023 CET
                                  gpgv:                using RSA key 5237CEEEF212F3D51C74ABE0112695A0E562B32A
                                  gpgv: Can't check signature: No public key
                                  gpgv: Signature made Wed Mar  1 06:32:43 2023 CET
                                  gpgv:                using RSA key ED541312A33F1128F10B1C6C54404762BBB6E853
                                  gpgv: Can't check signature: No public key
                                  /usr/bin/apt-key: 57: cannot create /dev/null: Permission denied
                                  Err:2 http://security.debian.org/debian-security bullseye-security InRelease
                                    The following signatures couldn't be verified because the public key is not av                     ailable: NO_PUBKEY 112695A0E562B32A NO_PUBKEY 54404762BBB6E853
                                  0% [Working]gpgv: Signature made Tue Feb 28 15:00:50 2023 CET
                                  gpgv:                using RSA key CF8A1AF502A2AA2D763BAE7E82B129927FA3303E
                                  gpgv: Good signature from "Raspberry Pi Archive Signing Key"
                                  /usr/bin/apt-key: 57: cannot create /dev/null: Permission denied
                                  0% [Working]gpgv: Signature made Sat Dec 17 11:15:20 2022 CET
                                  gpgv:                using RSA key 0146DC6D4A0B2914BDED34DB648ACFD622F3D138
                                  gpgv: Can't check signature: No public key
                                  gpgv: Signature made Sat Dec 17 11:15:21 2022 CET
                                  gpgv:                using RSA key A7236886F3CCCAAD148A27F80E98404D386FA1D9
                                  gpgv: Can't check signature: No public key
                                  gpgv: Signature made Sat Dec 17 11:20:04 2022 CET
                                  gpgv:                using RSA key A4285295FC7B1A81600062A9605C66F00D6C9793
                                  gpgv:                issuer "debian-release@lists.debian.org"
                                  gpgv: Can't check signature: No public key
                                  /usr/bin/apt-key: 57: cannot create /dev/null: Permission denied
                                  Err:1 http://deb.debian.org/debian bullseye InRelease
                                    The following signatures couldn't be verified because the public key is not av                     ailable: NO_PUBKEY 648ACFD622F3D138 NO_PUBKEY 0E98404D386FA1D9 NO_PUBKEY 605C66F                     00D6C9793
                                  0% [Working]gpgv: Signature made Wed Mar  1 09:14:56 2023 CET
                                  gpgv:                using RSA key 0146DC6D4A0B2914BDED34DB648ACFD622F3D138
                                  gpgv: Can't check signature: No public key
                                  gpgv: Signature made Wed Mar  1 09:15:35 2023 CET
                                  gpgv:                using RSA key A7236886F3CCCAAD148A27F80E98404D386FA1D9
                                  gpgv: Can't check signature: No public key
                                  /usr/bin/apt-key: 57: cannot create /dev/null: Permission denied
                                  Err:5 http://deb.debian.org/debian bullseye-updates InRelease
                                    The following signatures couldn't be verified because the public key is not av                     ailable: NO_PUBKEY 648ACFD622F3D138 NO_PUBKEY 0E98404D386FA1D9
                                  0% [Working]gpgv: Signature made Fri Feb 17 01:55:45 2023 CET
                                  gpgv:                using RSA key 9FD3B784BC1C6FC31A8A0A1C1655A0AB68576280
                                  gpgv: Good signature from "NodeSource <gpg@nodesource.com>"
                                  /usr/bin/apt-key: 57: cannot create /dev/null: Permission denied
                                  Reading package lists... Done
                                  W: GPG error: http://security.debian.org/debian-security bullseye-security InRel                     ease: The following signatures couldn't be verified because the public key is no                     t available: NO_PUBKEY 112695A0E562B32A NO_PUBKEY 54404762BBB6E853
                                  E: The repository 'http://security.debian.org/debian-security bullseye-security                      InRelease' is not signed.
                                  N: Updating from such a repository can't be done securely, and is therefore disa                     bled by default.
                                  N: See apt-secure(8) manpage for repository creation and user configuration deta                     ils.
                                  W: GPG error: http://deb.debian.org/debian bullseye InRelease: The following sig                     natures couldn't be verified because the public key is not available: NO_PUBKEY                      648ACFD622F3D138 NO_PUBKEY 0E98404D386FA1D9 NO_PUBKEY 605C66F00D6C9793
                                  E: The repository 'http://deb.debian.org/debian bullseye InRelease' is not signe                     d.
                                  N: Updating from such a repository can't be done securely, and is therefore disa                     bled by default.
                                  N: See apt-secure(8) manpage for repository creation and user configuration deta                     ils.
                                  W: GPG error: http://deb.debian.org/debian bullseye-updates InRelease: The follo                     wing signatures couldn't be verified because the public key is not available: NO                     _PUBKEY 648ACFD622F3D138 NO_PUBKEY 0E98404D386FA1D9
                                  E: The repository 'http://deb.debian.org/debian bullseye-updates InRelease' is n                     ot signed.
                                  N: Updating from such a repository can't be done securely, and is therefore disa                     bled by default.
                                  N: See apt-secure(8) manpage for repository creation and user configuration deta                     ils.
                                  pi@Heizung:/etc/apt$ sudo apt upgrade
                                  Reading package lists... Done
                                  Building dependency tree... Done
                                  Reading state information... Done
                                  Calculating upgrade... Done
                                  The following package was automatically installed and is no longer required:
                                    raspinfo
                                  Use 'sudo apt autoremove' to remove it.
                                  0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
                                  
                                  
                                  Thomas Braun 1 Reply Last reply Reply Quote 0
                                  • Thomas Braun
                                    Thomas Braun Most Active @Laser last edited by

                                    @laser

                                    Irgendwas stimmt mit den signaturen noch nicht.
                                    Ich kann aber im Moment nicht nachschauen, weil ich hier ein ganz anderes System fahre.

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

                                      @thomas-braun
                                      Kein Problem!
                                      Ich suche mal nach einem anderen Pi zur Testinstallation. Ich muß jetzt auch erst mal weg.
                                      Unabhängig von den falschen Quellen hat meine FritzBox ein Problem. Muß ich auch immer mal neu starten. Evtl. hat der Hersteller ein "Gute Nacht- kauf mal was Neues" - Update installiert?

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

                                        @laser sagte in Absturzursache Raspi und iO Broker finden:

                                        Evtl. hat der Hersteller ein "Gute Nacht- kauf mal was Neues" - Update installiert?

                                        Das siehst du ja in entsprechenden Logs.
                                        Wenn du die nicht ausknipsen würdest jedenfalls...

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

                                          @thomas-braun
                                          ich werde die logs wieder einschalten. Aber gefunden habe ich darin bisher nichts Brauchbares...

                                          1 Reply Last reply Reply Quote 0
                                          • Homoran
                                            Homoran Global Moderator Administrators @Laser last edited by

                                            @laser sagte in Absturzursache Raspi und iO Broker finden:

                                            wie es die Anleitung gezeigt hat.

                                            welche?

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            631
                                            Online

                                            31.9k
                                            Users

                                            80.2k
                                            Topics

                                            1.3m
                                            Posts

                                            11
                                            148
                                            9155
                                            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