Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Error/Bug
    4. Iobroker stürzt täglich ab

    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

    Iobroker stürzt täglich ab

    This topic has been deleted. Only users with topic management privileges can see it.
    • R
      robert_r last edited by

      Systemdata Bitte Ausfüllen
      Hardwaresystem: Pi4
      Arbeitsspeicher: 4GB
      Festplattenart: SD-Karte
      Betriebssystem: Ubuntu/Windows/Mac
      Node-Version: V12.22.8syslog
      Nodejs-Version: V12.22.8
      NPM-Version: 8.3.0
      Installationsart: Skript/Manuell
      Image genutzt: Ja/Nein
      Ort/Name der Imagedatei: Link

      Hallo, Mein Iobroker stürzt täglich ab. Ich finde aber leider das Problem nicht. Vielleicht findet ja wer in meine Logfile (Anhang) wer das Problem. Danke schon einmal im Voraus. LG Robert)

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

        @robert_r

        Reached target Graphical Interface.
        

        Schalt den Desktop aus.

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

          @thomas-braun said in Iobroker stürzt täglich ab:

          Schalt den Desktop aus.

          Wie schalt ich den Desktop aus? Sollte dass das Problem beheben?

          Thomas Braun 2 Replies Last reply Reply Quote 0
          • Thomas Braun
            Thomas Braun Most Active @robert_r last edited by

            @robert_r

            In

            sudo raspi-config
            
            1 System Options       
             -> S5 Boot / Auto Login 
               -> B1 Console           
            

            Nimmt auf jedenfall schon mal einen Bremsschuh aus dem Spiel.

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

              @robert_r

              Dein nodejs ist auch nicht richtig installiert.
              node14 kommt nicht mit npm8 daher. Das hast du mal nachinstalliert.
              Schau in meiner Signatur wie man das fixt.

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

                @thomas-braun
                danke für die rasche Antwort, hab ich nun einmal so eingestellt....

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

                  @thomas-braun
                  also soll ich Node 14 inklusive npm 6 installieren. Kann ich einfach ein downdate von npm 8 auf npm 6 machen?

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

                    @robert_r

                    Noch einfacher (vermutlich). Erst lesen, dann eine Datei, die im falschen Pfad liegt, löschen.

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

                      @thomas-braun

                      sollte das jetzt so passen?

                      pi@raspberrypi4iobroker:~ $ which nodejs node npm && nodejs -v && node -v && npm -v && whoami && sudo apt update &> /dev/null && sudo apt update && apt policy n odejs
                      /usr/bin/nodejs
                      /usr/bin/node
                      /usr/bin/npm
                      v14.18.3
                      v14.18.3
                      6.14.15
                      pi
                      Hit:1 http://archive.raspberrypi.org/debian buster InRelease
                      Hit:2 http://raspbian.raspberrypi.org/raspbian buster InRelease
                      Hit:3 https://deb.nodesource.com/node_12.x buster InRelease
                      Hit:4 https://deb.nodesource.com/node_12.x bullseye InRelease
                      Hit:5 https://deb.nodesource.com/node_14.x bullseye InRelease
                      Reading package lists... Done
                      Building dependency tree
                      Reading state information... Done
                      All packages are up to date.
                      nodejs:
                      Installed: 14.18.3-deb-1nodesource1
                      Candidate: 14.18.3-deb-1nodesource1
                      Version table:
                      *** 14.18.3-deb-1nodesource1 500
                      500 https://deb.nodesource.com/node_14.x bullseye/main armhf Packages
                      100 /var/lib/dpkg/status
                      12.22.9-deb-1nodesource1 500
                      500 https://deb.nodesource.com/node_12.x buster/main armhf Packages
                      500 https://deb.nodesource.com/node_12.x bullseye/main armhf Packages
                      10.24.0~dfsg-1~deb10u1 500
                      500 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages

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

                        @robert_r sagte in Iobroker stürzt täglich ab:

                        Jein. Grundsätzlich schon, die Pfade sind jetzt richtig.
                        Allerdings hast du da in deiner /etc/apt/sources.list.d/nodesources.list:

                        Hit:1 http://archive.raspberrypi.org/debian buster InRelease
                        Hit:2 http://raspbian.raspberrypi.org/raspbian buster InRelease
                        Hit:3 https://deb.nodesource.com/node_12.x buster InRelease
                        Hit:4 https://deb.nodesource.com/node_12.x bullseye InRelease
                        Hit:5 https://deb.nodesource.com/node_14.x bullseye InRelease

                        bullseye drin stehen, fährst aber buster. Änder das auf deine verwendete Version ab. Das muss konsistent sein.

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

                          @thomas-braun
                          jetzt sollt es passen oder? Macht es deiner Meinung eigentlich Sinn von Buster auf Bullseye umzusteigen?

                          pi@raspberrypi4iobroker:~ $ which nodejs node npm && nodejs -v && node -v && npm -v && whoami && sudo apt upd ate &> /dev/null && sudo apt update && apt policy nodejs
                          /usr/bin/nodejs
                          /usr/bin/node
                          /usr/bin/npm
                          v14.18.3
                          v14.18.3
                          6.14.15
                          pi
                          Hit:1 http://raspbian.raspberrypi.org/raspbian buster InRelease
                          Hit:2 http://archive.raspberrypi.org/debian buster InRelease
                          Hit:3 https://deb.nodesource.com/node_12.x buster InRelease
                          Hit:4 https://deb.nodesource.com/node_14.x buster InRelease
                          Reading package lists... Done
                          Building dependency tree
                          Reading state information... Done
                          All packages are up to date.
                          nodejs:
                          Installed: 14.18.3-deb-1nodesource1
                          Candidate: 14.18.3-deb-1nodesource1
                          Version table:
                          *** 14.18.3-deb-1nodesource1 500
                          500 https://deb.nodesource.com/node_14.x buster/main armhf Packages
                          100 /var/lib/dpkg/status
                          12.22.9-deb-1nodesource1 500
                          500 https://deb.nodesource.com/node_12.x buster/main armhf Packages
                          10.24.0~dfsg-1~deb10u1 500
                          500 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages

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

                            @robert_r sagte in Iobroker stürzt täglich ab:

                            Ja, jetzt schaut's gut aus.

                            Macht es deiner Meinung eigentlich Sinn von Buster auf Bullseye umzusteigen?

                            Nein, muss man nicht unbedingt. Beide Versionen werden im Moment aktiv gepflegt.

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

                              @thomas-braun
                              super danke für deine rasche Hilfe. Hoffe iobroker stürzt jetzt nicht ständig ab?
                              Hast du im Log sonst noch was gesehen? Ev. Wlan Verbindung schlecht oder bricht ab?

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

                                @robert_r

                                Ehrlich gesagt hab ich es nur überflogen. Große Klopper sind mit aber nicht ins Auge gefallen.

                                Wie schaut die Situation beim Arbeitsspeicher aus?

                                free -ht --mega
                                
                                R 1 Reply Last reply Reply Quote 0
                                • R
                                  robert_r @Thomas Braun last edited by

                                  @thomas-braun said in Iobroker stürzt täglich ab:

                                  free -ht --mega

                                  free -ht --mega
                                  total used free shared buff/cache available
                                  Mem: 3.8G 1.2G 1.5G 8.0M 1.2G 2.8G
                                  Swap: 99M 0B 99M
                                  Total: 3.9G 1.2G 1.6G

                                  Thomas Braun 2 Replies Last reply Reply Quote 0
                                  • Thomas Braun
                                    Thomas Braun Most Active @robert_r last edited by Thomas Braun

                                    @robert_r

                                    Bitte CodeTags verwenden. Dann kann man das besser lesen.

                                    echad@chet:~ $ free -ht --mega
                                                   total        used        free      shared  buff/cache   available
                                    Mem:            7.8G        1.9G        3.7G        0.0K        2.2G        5.8G
                                    Swap:            99M          0B         99M
                                    Total:          7.9G        1.9G        3.8G
                                    
                                    1 Reply Last reply Reply Quote 1
                                    • Thomas Braun
                                      Thomas Braun Most Active @robert_r last edited by

                                      @robert_r

                                      Schaut erstmal gesund aus. Wenn du dir jetzt kein skript ins Unendliche gestrickt hast oder ein in sich rekursives Backup oder sowas sollte das eigentlich stabil laufen.

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

                                        @thomas-braun
                                        zumindest ist jetzt mal über Nacht ohne Absturz gelaufen 🙂

                                        Hab im Systemlog auch nochmals nachgeschaut. Weißt du was diese Meldungen sind? Bekomme die relativ häufig...

                                        Jan 12 06:58:26 raspberrypi4iobroker bash[647]: cat: /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_cur_freq: Permission denied
                                        Jan 12 06:59:26 raspberrypi4iobroker bash[647]: cat: /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_cur_freq: Permission denied
                                        Jan 12 06:59:30 raspberrypi4iobroker wpa_supplicant[468]: RRM: Ignoring radio measurement request: Not RRM network
                                        Jan 12 06:59:30 raspberrypi4iobroker wpa_supplicant[468]: RRM: Ignoring radio measurement request: Not RRM network
                                        Jan 12 07:00:26 raspberrypi4iobroker bash[647]: cat: /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_cur_freq: Permission denied
                                        Jan 12 07:01:26 raspberrypi4iobroker bash[647]: cat: /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_cur_freq: Permission denied
                                        Jan 12 07:01:36 raspberrypi4iobroker wpa_supplicant[468]: RRM: Ignoring radio measurement request: Not RRM network
                                        Jan 12 07:01:36 raspberrypi4iobroker wpa_supplicant[468]: RRM: Ignoring radio measurement request: Not RRM network
                                        Jan 12 07:01:47 raspberrypi4iobroker motion: [9:nc9:Camera2] [ERR] [NET] netcam_rtsp_handler: Normal resolution: Bad image.  Reconnecting with camera....
                                        Jan 12 07:01:47 raspberrypi4iobroker motion: [7:nc7:Camera4] [ERR] [NET] netcam_rtsp_handler: Normal resolution: Bad image.  Reconnecting with camera....
                                        Jan 12 07:01:48 raspberrypi4iobroker motion: [6:nc6:Camera3] [ERR] [NET] netcam_rtsp_handler: Normal resolution: Bad image.  Reconnecting with camera....
                                        Jan 12 07:01:48 raspberrypi4iobroker motion: [8:nc8:Camera1] [ERR] [NET] netcam_rtsp_handler: Normal resolution: Bad image.  Reconnecting with camera....
                                        Jan 12 07:02:26 raspberrypi4iobroker bash[647]: cat: /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_cur_freq: Permission denied
                                        Jan 12 07:03:26 raspberrypi4iobroker bash[647]: cat: /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_cur_freq: Permission denied
                                        Jan 12 07:04:26 raspberrypi4iobroker bash[647]: cat: /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_cur_freq: Permission denied
                                        
                                        
                                        R Thomas Braun 2 Replies Last reply Reply Quote 0
                                        • R
                                          robert_r @robert_r last edited by

                                          @thomas-braun

                                          leider hat er sich vorhin schon wieder aufgehängt. Musste den Pi vom Strom nehmen und wieder anstecken. Danach geht wieder alles. Ist aber leider keine Dauerlösung
                                          syslog

                                          Thomas Braun Homoran H 3 Replies Last reply Reply Quote 0
                                          • Thomas Braun
                                            Thomas Braun Most Active @robert_r last edited by

                                            @robert_r sagte in Iobroker stürzt täglich ab:

                                            leider hat er sich vorhin schon wieder aufgehängt.

                                            Wann? Dein log hat (wenn du schon mal reingeschaut hast) 21 Stunden drin.

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            871
                                            Online

                                            31.9k
                                            Users

                                            80.1k
                                            Topics

                                            1.3m
                                            Posts

                                            4
                                            34
                                            1385
                                            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