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. ioBroker Allgemein
  4. nach dem Update, geht nichts mehr.....

NEWS

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

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

  • Weihnachtsangebot 2025! 🎄
    BluefoxB
    Bluefox
    25
    1
    2.0k

nach dem Update, geht nichts mehr.....

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
44 Beiträge 7 Kommentatoren 4.0k Aufrufe 5 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.
  • paul53P paul53

    @zimbl sagte: 1 GB RAM, auf dem ich den ioBroker betreibe.

    Da ioBroker ständig wächst, könnte 1 GB RAM bei gleicher Zahl von Instanzen inwischen zu wenig sein.

    Z Offline
    Z Offline
    Zimbl
    schrieb am zuletzt editiert von
    #9

    @paul53

    ja vielleicht muss man irgendwann das Ding zum alten Eisen führen...
    ich habe auch diverse Probleme, das die GPIO´s nicht so gesetzt werden,
    wie gewünscht.

    Thomas BraunT 1 Antwort Letzte Antwort
    0
    • Z Zimbl

      @paul53

      ja vielleicht muss man irgendwann das Ding zum alten Eisen führen...
      ich habe auch diverse Probleme, das die GPIO´s nicht so gesetzt werden,
      wie gewünscht.

      Thomas BraunT Online
      Thomas BraunT Online
      Thomas Braun
      Most Active
      schrieb am zuletzt editiert von
      #10

      @zimbl

      Bei den GPIOs hat sich was getan in letzter Zeit.
      Was sagt die Test-Version von iob diag ?

      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
      • Z Zimbl

        Hallo zusammen,

        ich besitze einen Raspberry Pi 2 mit 1 GB RAM, auf dem ich den ioBroker betreibe. Der Pi kommt damit bisher ganz gut zurecht, da ich keine VISU (Visualisierung) nutze. Ich verwende ihn hauptsächlich zur Steuerung einer Heizungsanlage mit ZigBee, was im Großen und Ganzen gut funktioniert. Natürlich gibt es hin und wieder Probleme, aber ich möchte dem kleinen Pi trotzdem eine Chance geben.

        Heute habe ich einige Adapter aktualisiert, darunter auch den rpi2-monitor und gpio. Dabei wurde mir angezeigt, dass meine js controller-Version veraltet ist. Daraufhin habe ich versucht, die js controller-Version mithilfe von Anleitungen aus dem Internet zu aktualisieren. Leider läuft seitdem nichts mehr.

        Wenn ich beispielsweise eine Port-Übersicht durchführe, wird mir weder ein Admin-Port noch etwas Ähnliches angezeigt. Stattdessen erhalte ich bei verschiedenen Befehlen folgende Fehlermeldung:

        pi@raspberrypi:~ $ iobroker status
        internal/modules/cjs/loader.js:781
              throw new ERR_UNKNOWN_BUILTIN_MODULE(filename);
              ^
        
        Error [ERR_UNKNOWN_BUILTIN_MODULE]: No such built-in module: node:timers/promises
            at new NodeError (internal/errors.js:322:7)
            at Function.Module._load (internal/modules/cjs/loader.js:781:13)
            at Module.require (internal/modules/cjs/loader.js:1003:19)
            at require (internal/modules/cjs/helpers.js:107:18)
            at Object.<anonymous> (/opt/iobroker/node_modules/@iobroker/js-controller-cli/build/lib/setup/dbConnection.js:34:20)
            at Module._compile (internal/modules/cjs/loader.js:1114:14)
            at Object.Module._extensions..js (internal/modules/cjs/loader.js:1143:10)
            at Module.load (internal/modules/cjs/loader.js:979:32)
            at Function.Module._load (internal/modules/cjs/loader.js:819:12)
            at Module.require (internal/modules/cjs/loader.js:1003:19) {
          code: 'ERR_UNKNOWN_BUILTIN_MODULE'
        

        Ein Durchlauf von iob fix hat leider keine Verbesserung gebracht.

        Nach der Durchführung von iob diag erhalte ich folgende Meldung:

        *** iob diag is starting up, please wait ***
        iob diag needs to be updated. Please execute 'iobroker fix' first.
        
        

        Ich bin ehrlich gesagt ratlos, was ich als nächstes versuchen soll. Hat jemand eine Idee, wie ich das Problem beheben könnte? Für jede Hilfe wäre ich sehr dankbar.

        Viele Grüße
        zi

        mcm1957M Online
        mcm1957M Online
        mcm1957
        schrieb am zuletzt editiert von mcm1957
        #11

        Daraufhin habe ich versucht, die js controller-Version mithilfe von Anleitungen aus dem Internet zu aktualisieren. Leider läuft seitdem nichts mehr.

        Warum nicht nach den Anleitung HIER im Forum

        Im Internet gesister auch viel falsches rum. Da du aber nicht schreibst was du denn nun wirklich gemacht hast, kann auch niemand beurteilen was denn nun richtig oder falsch war.

        Und ohne irgendwelche Versionsinfos ist eine weitere Diskussion hier eher unnötig-

        Also:
        Output von iob diag ind er LANGFASSUNG bitte.
        Wenn das nicht geht bitte zumindets

        Version des js.controllers VOR dem Update
        Version des js.controllers NACH dem Update
        node.js Version
        O/S (Betriebssystem) Version

        Entwicklung u Betreuung: envertech-pv, hoymiles-ms, ns-client, pid, snmp Adapter;
        Support Repositoryverwaltung.

        Wer Danke sagen will, kann nen Kaffee spendieren: https://paypal.me/mcm1957atiobroker

        LESEN - gute Forenbeitrage

        Z 1 Antwort Letzte Antwort
        0
        • mcm1957M mcm1957

          Daraufhin habe ich versucht, die js controller-Version mithilfe von Anleitungen aus dem Internet zu aktualisieren. Leider läuft seitdem nichts mehr.

          Warum nicht nach den Anleitung HIER im Forum

          Im Internet gesister auch viel falsches rum. Da du aber nicht schreibst was du denn nun wirklich gemacht hast, kann auch niemand beurteilen was denn nun richtig oder falsch war.

          Und ohne irgendwelche Versionsinfos ist eine weitere Diskussion hier eher unnötig-

          Also:
          Output von iob diag ind er LANGFASSUNG bitte.
          Wenn das nicht geht bitte zumindets

          Version des js.controllers VOR dem Update
          Version des js.controllers NACH dem Update
          node.js Version
          O/S (Betriebssystem) Version

          Z Offline
          Z Offline
          Zimbl
          schrieb am zuletzt editiert von
          #12

          @mcm1957

          mal eine blöde Frage, ich habe nun die sh runtergeladen, sie ist auch auf dem
          Pi drauf, aber ich kann sie nicht ausführen...

          muss ich da was beachten ?

          wie kann ich meine Backups von Pi runterladen, die letzten die er vernünftig auf dem Server
          geladen hat, waren im November

          Thomas BraunT 1 Antwort Letzte Antwort
          0
          • Z Zimbl

            @mcm1957

            mal eine blöde Frage, ich habe nun die sh runtergeladen, sie ist auch auf dem
            Pi drauf, aber ich kann sie nicht ausführen...

            muss ich da was beachten ?

            wie kann ich meine Backups von Pi runterladen, die letzten die er vernünftig auf dem Server
            geladen hat, waren im November

            Thomas BraunT Online
            Thomas BraunT Online
            Thomas Braun
            Most Active
            schrieb am zuletzt editiert von
            #13

            @zimbl

            Alle drei Zeilen eingeben / einkopieren. Nicht nur herunterladen.
            Also

            curl https://raw.githubusercontent.com/Grothesk242/ioBroker/refs/heads/Raspbian/diag.sh > iob_diag.sh
            chmod 744 iob_diag.sh
            ./iob_diag.sh
            

            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

            Z 1 Antwort Letzte Antwort
            0
            • Thomas BraunT Thomas Braun

              @zimbl

              Alle drei Zeilen eingeben / einkopieren. Nicht nur herunterladen.
              Also

              curl https://raw.githubusercontent.com/Grothesk242/ioBroker/refs/heads/Raspbian/diag.sh > iob_diag.sh
              chmod 744 iob_diag.sh
              ./iob_diag.sh
              
              Z Offline
              Z Offline
              Zimbl
              schrieb am zuletzt editiert von
              #14

              @thomas-braun

              ah ok...vielen Dank...

              So hier das Ergebnis :

              
              ======================= SUMMARY =======================
                                      v.2024-12-09 Raspbian+zigbee diag+masking
              
              
                 Static hostname: raspberrypi
                       Icon name: computer
                Operating System: Raspbian GNU/Linux 11 (bullseye)
                          Kernel: Linux 6.1.21-v7+
                    Architecture: arm
              
              Installation:           native
              Kernel:                 armv7l
              Userland:               32 bit
              Timezone:               Europe/Berlin (CET, +0100)
              User-ID:                1000
              Display-Server:         false
              Boot Target:            multi-user.target
              
              Pending OS-Updates:     0
              internal/modules/cjs/loader.js:781
                    throw new ERR_UNKNOWN_BUILTIN_MODULE(filename);
                    ^
              
              Error [ERR_UNKNOWN_BUILTIN_MODULE]: No such built-in module: node:timers/promises
                  at new NodeError (internal/errors.js:322:7)
                  at Function.Module._load (internal/modules/cjs/loader.js:781:13)
                  at Module.require (internal/modules/cjs/loader.js:1003:19)
                  at require (internal/modules/cjs/helpers.js:107:18)
                  at Object.<anonymous> (/opt/iobroker/node_modules/@iobroker/js-controller-cli/build/lib/setup/dbConnection.js:34:20)
                  at Module._compile (internal/modules/cjs/loader.js:1114:14)
                  at Object.Module._extensions..js (internal/modules/cjs/loader.js:1143:10)
                  at Module.load (internal/modules/cjs/loader.js:979:32)
                  at Function.Module._load (internal/modules/cjs/loader.js:819:12)
                  at Module.require (internal/modules/cjs/loader.js:1003:19) {
                code: 'ERR_UNKNOWN_BUILTIN_MODULE'
              }
              Pending iob updates:    0
              
              Nodejs-Installation:
              /usr/bin/nodejs         v14.21.3
              /usr/bin/node           v14.21.3
              /usr/bin/npm            6.14.18
              /usr/bin/npx            6.14.18
              /usr/bin/corepack       0.15.1
              
              Recommended versions are nodejs  and npm
              nodeJS installation is correct
              
              MEMORY:
                             total        used        free      shared  buff/cache   available
              Mem:            921M         57M        248M        0.0K        615M        799M
              Swap:            99M        2.0M         97M
              Total:          1.0G         59M        346M
              
              Active iob-Instances:   0
              internal/modules/cjs/loader.js:781
                    throw new ERR_UNKNOWN_BUILTIN_MODULE(filename);
                    ^
              
              Error [ERR_UNKNOWN_BUILTIN_MODULE]: No such built-in module: node:timers/promises
                  at new NodeError (internal/errors.js:322:7)
                  at Function.Module._load (internal/modules/cjs/loader.js:781:13)
                  at Module.require (internal/modules/cjs/loader.js:1003:19)
                  at require (internal/modules/cjs/helpers.js:107:18)
                  at Object.<anonymous> (/opt/iobroker/node_modules/@iobroker/js-controller-cli/build/lib/setup/dbConnection.js:34:20)
                  at Module._compile (internal/modules/cjs/loader.js:1114:14)
                  at Object.Module._extensions..js (internal/modules/cjs/loader.js:1143:10)
                  at Module.load (internal/modules/cjs/loader.js:979:32)
                  at Function.Module._load (internal/modules/cjs/loader.js:819:12)
                  at Module.require (internal/modules/cjs/loader.js:1003:19) {
                code: 'ERR_UNKNOWN_BUILTIN_MODULE'
              }
              
              internal/modules/cjs/loader.js:781
                    throw new ERR_UNKNOWN_BUILTIN_MODULE(filename);
                    ^
              
              Error [ERR_UNKNOWN_BUILTIN_MODULE]: No such built-in module: node:timers/promises
                  at new NodeError (internal/errors.js:322:7)
                  at Function.Module._load (internal/modules/cjs/loader.js:781:13)
                  at Module.require (internal/modules/cjs/loader.js:1003:19)
                  at require (internal/modules/cjs/helpers.js:107:18)
                  at Object.<anonymous> (/opt/iobroker/node_modules/@iobroker/js-controller-cli/build/lib/setup/dbConnection.js:34:20)
                  at Module._compile (internal/modules/cjs/loader.js:1114:14)
                  at Object.Module._extensions..js (internal/modules/cjs/loader.js:1143:10)
                  at Module.load (internal/modules/cjs/loader.js:979:32)
                  at Function.Module._load (internal/modules/cjs/loader.js:819:12)
                  at Module.require (internal/modules/cjs/loader.js:1003:19) {
                code: 'ERR_UNKNOWN_BUILTIN_MODULE'
              }
              ioBroker Core:          js-controller
              internal/modules/cjs/loader.js:781
                    throw new ERR_UNKNOWN_BUILTIN_MODULE(filename);
                    ^
              
              Error [ERR_UNKNOWN_BUILTIN_MODULE]: No such built-in module: node:timers/promises
                  at new NodeError (internal/errors.js:322:7)
                  at Function.Module._load (internal/modules/cjs/loader.js:781:13)
                  at Module.require (internal/modules/cjs/loader.js:1003:19)
                  at require (internal/modules/cjs/helpers.js:107:18)
                  at Object.<anonymous> (/opt/iobroker/node_modules/@iobroker/js-controller-cli/build/lib/setup/dbConnection.js:34:20)
                  at Module._compile (internal/modules/cjs/loader.js:1114:14)
                  at Object.Module._extensions..js (internal/modules/cjs/loader.js:1143:10)
                  at Module.load (internal/modules/cjs/loader.js:979:32)
                  at Function.Module._load (internal/modules/cjs/loader.js:819:12)
                  at Module.require (internal/modules/cjs/loader.js:1003:19) {
                code: 'ERR_UNKNOWN_BUILTIN_MODULE'
              }
                                      admin
              
              internal/modules/cjs/loader.js:781
                    throw new ERR_UNKNOWN_BUILTIN_MODULE(filename);
                    ^
              
              Error [ERR_UNKNOWN_BUILTIN_MODULE]: No such built-in module: node:timers/promises
                  at new NodeError (internal/errors.js:322:7)
                  at Function.Module._load (internal/modules/cjs/loader.js:781:13)
                  at Module.require (internal/modules/cjs/loader.js:1003:19)
                  at require (internal/modules/cjs/helpers.js:107:18)
                  at Object.<anonymous> (/opt/iobroker/node_modules/@iobroker/js-controller-cli/build/lib/setup/dbConnection.js:34:20)
                  at Module._compile (internal/modules/cjs/loader.js:1114:14)
                  at Object.Module._extensions..js (internal/modules/cjs/loader.js:1143:10)
                  at Module.load (internal/modules/cjs/loader.js:979:32)
                  at Function.Module._load (internal/modules/cjs/loader.js:819:12)
                  at Module.require (internal/modules/cjs/loader.js:1003:19) {
                code: 'ERR_UNKNOWN_BUILTIN_MODULE'
              }
              ioBroker Status:
              
              Status admin and web instance:
              
              Objects:                0
              States:                 0
              
              Size of iob-Database:
              
              9.9M    /opt/iobroker/iobroker-data/objects.jsonl
              200K    /opt/iobroker/iobroker-data/states.jsonl
              
              
              1 CRITICAL ERRORS DETECTED!
              Check 'sudo dmesg --level=emerg,alert,crit -T' for details
              Debian 'bullseye' is the current oldstable version. Please upgrade to the latest stable release 'bookworm' in due time!
              
              =================== END OF SUMMARY ====================
              
              mcm1957M Thomas BraunT 2 Antworten Letzte Antwort
              0
              • Z Offline
                Z Offline
                Zimbl
                schrieb am zuletzt editiert von
                #15

                @thomas-braun

                so ich habe das nun mal wieder ausgeführt und er versucht nun wieder zu starten...

                curl -sL https://deb.nodesource.com/setup_18.x | sudo -E bash -
                sudo apt-get install -y nodejs
                
                
                1 Antwort Letzte Antwort
                0
                • Z Zimbl

                  @thomas-braun

                  ah ok...vielen Dank...

                  So hier das Ergebnis :

                  
                  ======================= SUMMARY =======================
                                          v.2024-12-09 Raspbian+zigbee diag+masking
                  
                  
                     Static hostname: raspberrypi
                           Icon name: computer
                    Operating System: Raspbian GNU/Linux 11 (bullseye)
                              Kernel: Linux 6.1.21-v7+
                        Architecture: arm
                  
                  Installation:           native
                  Kernel:                 armv7l
                  Userland:               32 bit
                  Timezone:               Europe/Berlin (CET, +0100)
                  User-ID:                1000
                  Display-Server:         false
                  Boot Target:            multi-user.target
                  
                  Pending OS-Updates:     0
                  internal/modules/cjs/loader.js:781
                        throw new ERR_UNKNOWN_BUILTIN_MODULE(filename);
                        ^
                  
                  Error [ERR_UNKNOWN_BUILTIN_MODULE]: No such built-in module: node:timers/promises
                      at new NodeError (internal/errors.js:322:7)
                      at Function.Module._load (internal/modules/cjs/loader.js:781:13)
                      at Module.require (internal/modules/cjs/loader.js:1003:19)
                      at require (internal/modules/cjs/helpers.js:107:18)
                      at Object.<anonymous> (/opt/iobroker/node_modules/@iobroker/js-controller-cli/build/lib/setup/dbConnection.js:34:20)
                      at Module._compile (internal/modules/cjs/loader.js:1114:14)
                      at Object.Module._extensions..js (internal/modules/cjs/loader.js:1143:10)
                      at Module.load (internal/modules/cjs/loader.js:979:32)
                      at Function.Module._load (internal/modules/cjs/loader.js:819:12)
                      at Module.require (internal/modules/cjs/loader.js:1003:19) {
                    code: 'ERR_UNKNOWN_BUILTIN_MODULE'
                  }
                  Pending iob updates:    0
                  
                  Nodejs-Installation:
                  /usr/bin/nodejs         v14.21.3
                  /usr/bin/node           v14.21.3
                  /usr/bin/npm            6.14.18
                  /usr/bin/npx            6.14.18
                  /usr/bin/corepack       0.15.1
                  
                  Recommended versions are nodejs  and npm
                  nodeJS installation is correct
                  
                  MEMORY:
                                 total        used        free      shared  buff/cache   available
                  Mem:            921M         57M        248M        0.0K        615M        799M
                  Swap:            99M        2.0M         97M
                  Total:          1.0G         59M        346M
                  
                  Active iob-Instances:   0
                  internal/modules/cjs/loader.js:781
                        throw new ERR_UNKNOWN_BUILTIN_MODULE(filename);
                        ^
                  
                  Error [ERR_UNKNOWN_BUILTIN_MODULE]: No such built-in module: node:timers/promises
                      at new NodeError (internal/errors.js:322:7)
                      at Function.Module._load (internal/modules/cjs/loader.js:781:13)
                      at Module.require (internal/modules/cjs/loader.js:1003:19)
                      at require (internal/modules/cjs/helpers.js:107:18)
                      at Object.<anonymous> (/opt/iobroker/node_modules/@iobroker/js-controller-cli/build/lib/setup/dbConnection.js:34:20)
                      at Module._compile (internal/modules/cjs/loader.js:1114:14)
                      at Object.Module._extensions..js (internal/modules/cjs/loader.js:1143:10)
                      at Module.load (internal/modules/cjs/loader.js:979:32)
                      at Function.Module._load (internal/modules/cjs/loader.js:819:12)
                      at Module.require (internal/modules/cjs/loader.js:1003:19) {
                    code: 'ERR_UNKNOWN_BUILTIN_MODULE'
                  }
                  
                  internal/modules/cjs/loader.js:781
                        throw new ERR_UNKNOWN_BUILTIN_MODULE(filename);
                        ^
                  
                  Error [ERR_UNKNOWN_BUILTIN_MODULE]: No such built-in module: node:timers/promises
                      at new NodeError (internal/errors.js:322:7)
                      at Function.Module._load (internal/modules/cjs/loader.js:781:13)
                      at Module.require (internal/modules/cjs/loader.js:1003:19)
                      at require (internal/modules/cjs/helpers.js:107:18)
                      at Object.<anonymous> (/opt/iobroker/node_modules/@iobroker/js-controller-cli/build/lib/setup/dbConnection.js:34:20)
                      at Module._compile (internal/modules/cjs/loader.js:1114:14)
                      at Object.Module._extensions..js (internal/modules/cjs/loader.js:1143:10)
                      at Module.load (internal/modules/cjs/loader.js:979:32)
                      at Function.Module._load (internal/modules/cjs/loader.js:819:12)
                      at Module.require (internal/modules/cjs/loader.js:1003:19) {
                    code: 'ERR_UNKNOWN_BUILTIN_MODULE'
                  }
                  ioBroker Core:          js-controller
                  internal/modules/cjs/loader.js:781
                        throw new ERR_UNKNOWN_BUILTIN_MODULE(filename);
                        ^
                  
                  Error [ERR_UNKNOWN_BUILTIN_MODULE]: No such built-in module: node:timers/promises
                      at new NodeError (internal/errors.js:322:7)
                      at Function.Module._load (internal/modules/cjs/loader.js:781:13)
                      at Module.require (internal/modules/cjs/loader.js:1003:19)
                      at require (internal/modules/cjs/helpers.js:107:18)
                      at Object.<anonymous> (/opt/iobroker/node_modules/@iobroker/js-controller-cli/build/lib/setup/dbConnection.js:34:20)
                      at Module._compile (internal/modules/cjs/loader.js:1114:14)
                      at Object.Module._extensions..js (internal/modules/cjs/loader.js:1143:10)
                      at Module.load (internal/modules/cjs/loader.js:979:32)
                      at Function.Module._load (internal/modules/cjs/loader.js:819:12)
                      at Module.require (internal/modules/cjs/loader.js:1003:19) {
                    code: 'ERR_UNKNOWN_BUILTIN_MODULE'
                  }
                                          admin
                  
                  internal/modules/cjs/loader.js:781
                        throw new ERR_UNKNOWN_BUILTIN_MODULE(filename);
                        ^
                  
                  Error [ERR_UNKNOWN_BUILTIN_MODULE]: No such built-in module: node:timers/promises
                      at new NodeError (internal/errors.js:322:7)
                      at Function.Module._load (internal/modules/cjs/loader.js:781:13)
                      at Module.require (internal/modules/cjs/loader.js:1003:19)
                      at require (internal/modules/cjs/helpers.js:107:18)
                      at Object.<anonymous> (/opt/iobroker/node_modules/@iobroker/js-controller-cli/build/lib/setup/dbConnection.js:34:20)
                      at Module._compile (internal/modules/cjs/loader.js:1114:14)
                      at Object.Module._extensions..js (internal/modules/cjs/loader.js:1143:10)
                      at Module.load (internal/modules/cjs/loader.js:979:32)
                      at Function.Module._load (internal/modules/cjs/loader.js:819:12)
                      at Module.require (internal/modules/cjs/loader.js:1003:19) {
                    code: 'ERR_UNKNOWN_BUILTIN_MODULE'
                  }
                  ioBroker Status:
                  
                  Status admin and web instance:
                  
                  Objects:                0
                  States:                 0
                  
                  Size of iob-Database:
                  
                  9.9M    /opt/iobroker/iobroker-data/objects.jsonl
                  200K    /opt/iobroker/iobroker-data/states.jsonl
                  
                  
                  1 CRITICAL ERRORS DETECTED!
                  Check 'sudo dmesg --level=emerg,alert,crit -T' for details
                  Debian 'bullseye' is the current oldstable version. Please upgrade to the latest stable release 'bookworm' in due time!
                  
                  =================== END OF SUMMARY ====================
                  
                  mcm1957M Online
                  mcm1957M Online
                  mcm1957
                  schrieb am zuletzt editiert von mcm1957
                  #16

                  @zimbl said in nach dem Update, geht nichts mehr.....:

                  /usr/bin/nodejs v14.21.3

                  Das ist aber ein Zombie system. Setz ne Staubschutzmaske auf wenn du da ran gehst :-)
                  Du erwartest doch nicht wirklich, dass mit node 14 noch irgendwas normal funktioniert.

                  Node.js 20 ist derzeitige Empfehlung.
                  Dazu muss aber auch das OS passen.

                  Und die Anleitung mit der du einen aktuellen js-controller auf das System gequetscht hast vergiss ganz schnell. Mit Boardmitteln hätt dies der js.controller schon geweigert da was anzurühren.

                  P.S. node 18 wird von immer mehr Adapterns nicht unterstützt. Auch wenn du dein System mit node 18 hichkriegst solltes du zeitnahe einen Update andenken.

                  Entwicklung u Betreuung: envertech-pv, hoymiles-ms, ns-client, pid, snmp Adapter;
                  Support Repositoryverwaltung.

                  Wer Danke sagen will, kann nen Kaffee spendieren: https://paypal.me/mcm1957atiobroker

                  LESEN - gute Forenbeitrage

                  1 Antwort Letzte Antwort
                  0
                  • Z Zimbl

                    @thomas-braun

                    ah ok...vielen Dank...

                    So hier das Ergebnis :

                    
                    ======================= SUMMARY =======================
                                            v.2024-12-09 Raspbian+zigbee diag+masking
                    
                    
                       Static hostname: raspberrypi
                             Icon name: computer
                      Operating System: Raspbian GNU/Linux 11 (bullseye)
                                Kernel: Linux 6.1.21-v7+
                          Architecture: arm
                    
                    Installation:           native
                    Kernel:                 armv7l
                    Userland:               32 bit
                    Timezone:               Europe/Berlin (CET, +0100)
                    User-ID:                1000
                    Display-Server:         false
                    Boot Target:            multi-user.target
                    
                    Pending OS-Updates:     0
                    internal/modules/cjs/loader.js:781
                          throw new ERR_UNKNOWN_BUILTIN_MODULE(filename);
                          ^
                    
                    Error [ERR_UNKNOWN_BUILTIN_MODULE]: No such built-in module: node:timers/promises
                        at new NodeError (internal/errors.js:322:7)
                        at Function.Module._load (internal/modules/cjs/loader.js:781:13)
                        at Module.require (internal/modules/cjs/loader.js:1003:19)
                        at require (internal/modules/cjs/helpers.js:107:18)
                        at Object.<anonymous> (/opt/iobroker/node_modules/@iobroker/js-controller-cli/build/lib/setup/dbConnection.js:34:20)
                        at Module._compile (internal/modules/cjs/loader.js:1114:14)
                        at Object.Module._extensions..js (internal/modules/cjs/loader.js:1143:10)
                        at Module.load (internal/modules/cjs/loader.js:979:32)
                        at Function.Module._load (internal/modules/cjs/loader.js:819:12)
                        at Module.require (internal/modules/cjs/loader.js:1003:19) {
                      code: 'ERR_UNKNOWN_BUILTIN_MODULE'
                    }
                    Pending iob updates:    0
                    
                    Nodejs-Installation:
                    /usr/bin/nodejs         v14.21.3
                    /usr/bin/node           v14.21.3
                    /usr/bin/npm            6.14.18
                    /usr/bin/npx            6.14.18
                    /usr/bin/corepack       0.15.1
                    
                    Recommended versions are nodejs  and npm
                    nodeJS installation is correct
                    
                    MEMORY:
                                   total        used        free      shared  buff/cache   available
                    Mem:            921M         57M        248M        0.0K        615M        799M
                    Swap:            99M        2.0M         97M
                    Total:          1.0G         59M        346M
                    
                    Active iob-Instances:   0
                    internal/modules/cjs/loader.js:781
                          throw new ERR_UNKNOWN_BUILTIN_MODULE(filename);
                          ^
                    
                    Error [ERR_UNKNOWN_BUILTIN_MODULE]: No such built-in module: node:timers/promises
                        at new NodeError (internal/errors.js:322:7)
                        at Function.Module._load (internal/modules/cjs/loader.js:781:13)
                        at Module.require (internal/modules/cjs/loader.js:1003:19)
                        at require (internal/modules/cjs/helpers.js:107:18)
                        at Object.<anonymous> (/opt/iobroker/node_modules/@iobroker/js-controller-cli/build/lib/setup/dbConnection.js:34:20)
                        at Module._compile (internal/modules/cjs/loader.js:1114:14)
                        at Object.Module._extensions..js (internal/modules/cjs/loader.js:1143:10)
                        at Module.load (internal/modules/cjs/loader.js:979:32)
                        at Function.Module._load (internal/modules/cjs/loader.js:819:12)
                        at Module.require (internal/modules/cjs/loader.js:1003:19) {
                      code: 'ERR_UNKNOWN_BUILTIN_MODULE'
                    }
                    
                    internal/modules/cjs/loader.js:781
                          throw new ERR_UNKNOWN_BUILTIN_MODULE(filename);
                          ^
                    
                    Error [ERR_UNKNOWN_BUILTIN_MODULE]: No such built-in module: node:timers/promises
                        at new NodeError (internal/errors.js:322:7)
                        at Function.Module._load (internal/modules/cjs/loader.js:781:13)
                        at Module.require (internal/modules/cjs/loader.js:1003:19)
                        at require (internal/modules/cjs/helpers.js:107:18)
                        at Object.<anonymous> (/opt/iobroker/node_modules/@iobroker/js-controller-cli/build/lib/setup/dbConnection.js:34:20)
                        at Module._compile (internal/modules/cjs/loader.js:1114:14)
                        at Object.Module._extensions..js (internal/modules/cjs/loader.js:1143:10)
                        at Module.load (internal/modules/cjs/loader.js:979:32)
                        at Function.Module._load (internal/modules/cjs/loader.js:819:12)
                        at Module.require (internal/modules/cjs/loader.js:1003:19) {
                      code: 'ERR_UNKNOWN_BUILTIN_MODULE'
                    }
                    ioBroker Core:          js-controller
                    internal/modules/cjs/loader.js:781
                          throw new ERR_UNKNOWN_BUILTIN_MODULE(filename);
                          ^
                    
                    Error [ERR_UNKNOWN_BUILTIN_MODULE]: No such built-in module: node:timers/promises
                        at new NodeError (internal/errors.js:322:7)
                        at Function.Module._load (internal/modules/cjs/loader.js:781:13)
                        at Module.require (internal/modules/cjs/loader.js:1003:19)
                        at require (internal/modules/cjs/helpers.js:107:18)
                        at Object.<anonymous> (/opt/iobroker/node_modules/@iobroker/js-controller-cli/build/lib/setup/dbConnection.js:34:20)
                        at Module._compile (internal/modules/cjs/loader.js:1114:14)
                        at Object.Module._extensions..js (internal/modules/cjs/loader.js:1143:10)
                        at Module.load (internal/modules/cjs/loader.js:979:32)
                        at Function.Module._load (internal/modules/cjs/loader.js:819:12)
                        at Module.require (internal/modules/cjs/loader.js:1003:19) {
                      code: 'ERR_UNKNOWN_BUILTIN_MODULE'
                    }
                                            admin
                    
                    internal/modules/cjs/loader.js:781
                          throw new ERR_UNKNOWN_BUILTIN_MODULE(filename);
                          ^
                    
                    Error [ERR_UNKNOWN_BUILTIN_MODULE]: No such built-in module: node:timers/promises
                        at new NodeError (internal/errors.js:322:7)
                        at Function.Module._load (internal/modules/cjs/loader.js:781:13)
                        at Module.require (internal/modules/cjs/loader.js:1003:19)
                        at require (internal/modules/cjs/helpers.js:107:18)
                        at Object.<anonymous> (/opt/iobroker/node_modules/@iobroker/js-controller-cli/build/lib/setup/dbConnection.js:34:20)
                        at Module._compile (internal/modules/cjs/loader.js:1114:14)
                        at Object.Module._extensions..js (internal/modules/cjs/loader.js:1143:10)
                        at Module.load (internal/modules/cjs/loader.js:979:32)
                        at Function.Module._load (internal/modules/cjs/loader.js:819:12)
                        at Module.require (internal/modules/cjs/loader.js:1003:19) {
                      code: 'ERR_UNKNOWN_BUILTIN_MODULE'
                    }
                    ioBroker Status:
                    
                    Status admin and web instance:
                    
                    Objects:                0
                    States:                 0
                    
                    Size of iob-Database:
                    
                    9.9M    /opt/iobroker/iobroker-data/objects.jsonl
                    200K    /opt/iobroker/iobroker-data/states.jsonl
                    
                    
                    1 CRITICAL ERRORS DETECTED!
                    Check 'sudo dmesg --level=emerg,alert,crit -T' for details
                    Debian 'bullseye' is the current oldstable version. Please upgrade to the latest stable release 'bookworm' in due time!
                    
                    =================== END OF SUMMARY ====================
                    
                    Thomas BraunT Online
                    Thomas BraunT Online
                    Thomas Braun
                    Most Active
                    schrieb am zuletzt editiert von
                    #17

                    @zimbl sagte in nach dem Update, geht nichts mehr.....:

                    So hier das Ergebnis :

                    Die Langfassung.
                    Nachdem du

                    iob nodejs-update 20
                    

                    ausgeführt hast.

                    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

                    Z 1 Antwort Letzte Antwort
                    0
                    • Thomas BraunT Thomas Braun

                      @zimbl sagte in nach dem Update, geht nichts mehr.....:

                      So hier das Ergebnis :

                      Die Langfassung.
                      Nachdem du

                      iob nodejs-update 20
                      

                      ausgeführt hast.

                      Z Offline
                      Z Offline
                      Zimbl
                      schrieb am zuletzt editiert von
                      #18

                      @thomas-braun

                      ok ich führe aus.

                      Vielleicht bekomme ich es ja noch hin, das es ein gutes System wird :-)

                      Thomas BraunT 1 Antwort Letzte Antwort
                      0
                      • Z Zimbl

                        @thomas-braun

                        ok ich führe aus.

                        Vielleicht bekomme ich es ja noch hin, das es ein gutes System wird :-)

                        Thomas BraunT Online
                        Thomas BraunT Online
                        Thomas Braun
                        Most Active
                        schrieb am zuletzt editiert von
                        #19

                        @zimbl sagte in nach dem Update, geht nichts mehr.....:

                        das es ein gutes System wird

                        Das ist durch die abgehangene Hardware schon ausgeschlossen.

                        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

                        Z 1 Antwort Letzte Antwort
                        0
                        • Thomas BraunT Thomas Braun

                          @zimbl sagte in nach dem Update, geht nichts mehr.....:

                          das es ein gutes System wird

                          Das ist durch die abgehangene Hardware schon ausgeschlossen.

                          Z Offline
                          Z Offline
                          Zimbl
                          schrieb am zuletzt editiert von
                          #20

                          @thomas-braun

                          ok, wenn wir die mal ausklammern. Sagen wir es mal so, das es das beste wird, was man rausholen kann.

                          Wenn ich z.b. eine neue Hardware kaufe, kann man dann eigentlich das Backup auch auf diese dann aufspielen ?

                          Thomas BraunT 1 Antwort Letzte Antwort
                          0
                          • Z Zimbl

                            @thomas-braun

                            ok, wenn wir die mal ausklammern. Sagen wir es mal so, das es das beste wird, was man rausholen kann.

                            Wenn ich z.b. eine neue Hardware kaufe, kann man dann eigentlich das Backup auch auf diese dann aufspielen ?

                            Thomas BraunT Online
                            Thomas BraunT Online
                            Thomas Braun
                            Most Active
                            schrieb am zuletzt editiert von
                            #21

                            @zimbl sagte in nach dem Update, geht nichts mehr.....:

                            kann man dann eigentlich das Backup auch auf diese dann aufspielen ?

                            Ein Backup nur des ioBrokers: Ja
                            Ein 'Backup' (Klon) des gesamten Systems: Nein

                            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

                            Z 1 Antwort Letzte Antwort
                            0
                            • Thomas BraunT Thomas Braun

                              @zimbl sagte in nach dem Update, geht nichts mehr.....:

                              kann man dann eigentlich das Backup auch auf diese dann aufspielen ?

                              Ein Backup nur des ioBrokers: Ja
                              Ein 'Backup' (Klon) des gesamten Systems: Nein

                              Z Offline
                              Z Offline
                              Zimbl
                              schrieb am zuletzt editiert von
                              #22

                              @thomas-braun

                              also ich würde dann die Normale Installation inkl. IOBroker durchführen und dann die Backups ausführen..

                              das würde aber dann funktionieren...

                              Aber ein Pi5 mit 4 GB sollten dann aber auch erstmal dem Stand der Technik reichen,
                              oder?

                              Thomas BraunT 1 Antwort Letzte Antwort
                              0
                              • Z Zimbl

                                @thomas-braun

                                also ich würde dann die Normale Installation inkl. IOBroker durchführen und dann die Backups ausführen..

                                das würde aber dann funktionieren...

                                Aber ein Pi5 mit 4 GB sollten dann aber auch erstmal dem Stand der Technik reichen,
                                oder?

                                Thomas BraunT Online
                                Thomas BraunT Online
                                Thomas Braun
                                Most Active
                                schrieb am zuletzt editiert von Thomas Braun
                                #23

                                @zimbl

                                Ja, dürfte mehr als ausreichend sein für deinen Anwendungsfall.
                                Der Raspberry4 dürfte auch ausreichen.

                                Unter 4GB würde ich allerdings nicht gehen.

                                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
                                • Z Offline
                                  Z Offline
                                  Zimbl
                                  schrieb am zuletzt editiert von
                                  #24

                                  @thomas-braun

                                  ja man weiß ja nie, was da alles noch so kommt...

                                  Bin dann eher jemand der nicht irgendwann wieder aufrüsten will...

                                  IOB Diag läuft noch..

                                  aber muss auch wieder über das Skript laufen, da der normale immer noch nicht läuft...
                                  steht dann dort wieder, das ich den Fix durchführen muss, aber auch , nachdem ich
                                  den Fix durchgeführt habe..

                                  
                                  ========== Start marking the full check here ===========
                                  
                                  ```bash
                                  Script v.2024-12-09 Raspbian+zigbee diag+masking
                                  
                                  *** BASE SYSTEM ***
                                     Static hostname: raspberrypi
                                           Icon name: computer
                                    Operating System: Raspbian GNU/Linux 11 (bullseye)
                                              Kernel: Linux 6.1.21-v7+
                                        Architecture: arm
                                  OS is similar to: debian
                                  
                                  Model           : Raspberry Pi 2 Model B Rev 1.1
                                  Docker          : false
                                  Virtualization  : none
                                  Kernel          : armv7l
                                  Userland        : 32 bit
                                  
                                  Systemuptime and Load:
                                   18:14:20 up 12 min,  1 user,  load average: 0.37, 0.31, 0.28
                                  CPU threads: 4
                                  
                                  
                                  *** LIFE CYCLE STATUS ***
                                  Debian 'bullseye' is the current oldstable version. Please upgrade to the latest stable release 'bookworm' in due time!
                                  
                                  *** RASPBERRY THROTTLING ***
                                  Current issues:
                                  No throttling issues detected.
                                  
                                  Previously detected issues:
                                  ~ Under-voltage has occurred
                                  ~ Arm frequency capping has occurred
                                  
                                  *** TIME AND TIMEZONES ***
                                                 Local time: Tue 2024-12-10 18:14:21 CET
                                             Universal time: Tue 2024-12-10 17:14:21 UTC
                                                   RTC time: n/a
                                                  Time zone: Europe/Berlin (CET, +0100)
                                  System clock synchronized: yes
                                                NTP service: active
                                            RTC in local TZ: no
                                  
                                  *** Users and Groups ***
                                  User that called 'iob diag':
                                  pi
                                  HOME=/home/pi
                                  GROUPS=pi adm dialout cdrom sudo audio video plugdev games users input render netdev gpio i2c spi iobroker
                                  
                                  User that is running 'js-controller':
                                  js-controller is not running
                                  
                                  *** DISPLAY-SERVER SETUP ***
                                  Display-Server: false
                                  Desktop:
                                  Terminal:       tty
                                  
                                  *** MEMORY ***
                                                 total        used        free      shared  buff/cache   available
                                  Mem:            921M         59M        435M        0.0K        426M        797M
                                  Swap:            99M          0B         99M
                                  Total:          1.0G         59M        535M
                                  
                                  Active iob-Instances:   1
                                  
                                            921 M total memory
                                             60 M used memory
                                            241 M active memory
                                            150 M inactive memory
                                            435 M free memory
                                             68 M buffer memory
                                            358 M swap cache
                                             99 M total swap
                                              0 M used swap
                                             99 M free swap
                                  
                                  *** top - Table Of Processes  ***
                                  top - 18:14:21 up 12 min,  1 user,  load average: 0.37, 0.31, 0.28
                                  Tasks: 120 total,   1 running, 119 sleeping,   0 stopped,   0 zombie
                                  %Cpu(s):  2.5 us,  3.8 sy,  0.0 ni, 93.7 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st
                                  MiB Mem :    922.0 total,    435.7 free,     60.0 used,    426.4 buff/cache
                                  MiB Swap:    100.0 total,    100.0 free,      0.0 used.    797.1 avail Mem
                                  
                                  *** FAILED SERVICES ***
                                  
                                    UNIT             LOAD   ACTIVE SUB    DESCRIPTION
                                  * iobroker.service loaded failed failed ioBroker Server
                                  * rc-local.service loaded failed failed /etc/rc.local Compatibility
                                  
                                  LOAD   = Reflects whether the unit definition was properly loaded.
                                  ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
                                  SUB    = The low-level unit activation state, values depend on unit type.
                                  2 loaded units listed.
                                  
                                  
                                  *** DMESG CRITICAL ERRORS ***
                                  1 CRITICAL ERRORS DETECTED!
                                  Check 'sudo dmesg --level=emerg,alert,crit -T' for details
                                  
                                  *** FILESYSTEM ***
                                  Filesystem     Type      Size  Used Avail Use% Mounted on
                                  /dev/root      ext4       59G  6.8G   50G  13% /
                                  devtmpfs       devtmpfs  333M     0  333M   0% /dev
                                  tmpfs          tmpfs     461M     0  461M   0% /dev/shm
                                  tmpfs          tmpfs     185M  940K  184M   1% /run
                                  tmpfs          tmpfs     5.0M  4.0K  5.0M   1% /run/lock
                                  /dev/mmcblk0p1 vfat      255M   51M  205M  20% /boot
                                  tmpfs          tmpfs      93M     0   93M   0% /run/user/1000
                                  
                                  Messages concerning ext4 filesystem in dmesg:
                                  [Tue Dec 10 18:02:05 2024] Kernel command line: coherent_pool=1M snd_bcm2835.enable_headphones=0 snd_bcm2835.enable_headphones=1 snd_bcm2835.enable_hdmi=1 snd_bcm2835.enable_hdmi=0 video=Composite-1:720x480@60i vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  console=ttyAMA0,115200 console=tty1 root=PARTUUID=a13bd72e-02 rootfstype=ext4 fsck.repair=yes rootwait
                                  [Tue Dec 10 18:02:09 2024] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Quota mode: none.
                                  [Tue Dec 10 18:02:09 2024] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
                                  [Tue Dec 10 18:02:14 2024] EXT4-fs (mmcblk0p2): re-mounted. Quota mode: none.
                                  
                                  Show mounted filesystems:
                                  TARGET  SOURCE         FSTYPE OPTIONS
                                  /       /dev/mmcblk0p2 ext4   rw,noatime
                                  `-/boot /dev/mmcblk0p1 vfat   rw,relatime,fmask=0022,dmask=0022,codepage=437,ioc
                                  
                                  Files in neuralgic directories:
                                  
                                  /var:
                                  2.2G    /var/
                                  1.9G    /var/log/journal/b4db8c2bf1074a1ba2ba6c07d9465d9d
                                  1.9G    /var/log/journal
                                  1.9G    /var/log
                                  123M    /var/cache
                                  
                                  Archived and active journals take up 1.8G in the file system.
                                  
                                  /opt/iobroker/backups:
                                  94M     /opt/iobroker/backups/
                                  
                                  /opt/iobroker/iobroker-data:
                                  804M    /opt/iobroker/iobroker-data/
                                  720M    /opt/iobroker/iobroker-data/files
                                  617M    /opt/iobroker/iobroker-data/files/javascript.admin
                                  560M    /opt/iobroker/iobroker-data/files/javascript.admin/static
                                  558M    /opt/iobroker/iobroker-data/files/javascript.admin/static/js
                                  
                                  The five largest files in iobroker-data are:
                                  22M     /opt/iobroker/iobroker-data/files/modbus.admin/static/js/main.578d79d9.js.map
                                  12M     /opt/iobroker/iobroker-data/files/backitup.admin/static/js/main.bd24114f.js
                                  9.9M    /opt/iobroker/iobroker-data/objects.jsonl
                                  8.8M    /opt/iobroker/iobroker-data/files/modbus.admin/static/js/main.578d79d9.js
                                  8.7M    /opt/iobroker/iobroker-data/files/javascript.admin/static/js/838.0aa41cb0.chunk.js.map
                                  
                                  USB-Devices by-id:
                                  USB-Sticks -  Avoid direct links to /dev/tty* in your adapter setups, please always prefer the links 'by-id':
                                  
                                  /dev/serial/by-id/usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_ceccc8e6cbc9eb119edf8b4f1d69213e-if00-port0
                                  
                                  *** ZigBee Settings ***
                                  
                                  Your zigbee.0 COM-Port is matching 'by-id'. Very good!
                                  Zigbee Network Settings on your coordinator/in nvbackup are:
                                  
                                  zigbee.X
                                  Extended Pan ID:
                                  *** MASKED ***
                                  Pan ID:
                                  *** MASKED ***
                                  Channel:
                                  *** MASKED ***
                                  Network Key:
                                  *** MASKED ***
                                  
                                  To unmask the settings run 'iob diag --unmask'
                                  
                                  
                                  *** NodeJS-Installation ***
                                  
                                  /usr/bin/nodejs         v20.18.1
                                  /usr/bin/node           v20.18.1
                                  /usr/bin/npm            10.8.2
                                  /usr/bin/npx            10.8.2
                                  /usr/bin/corepack       0.29.4
                                  
                                  nodejs:
                                    Installed: 20.18.1-1nodesource1
                                    Candidate: 20.18.1-1nodesource1
                                    Version table:
                                   *** 20.18.1-1nodesource1 600
                                          500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                          100 /var/lib/dpkg/status
                                       20.18.0-1nodesource1 600
                                          500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                       20.17.0-1nodesource1 600
                                          500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                       20.16.0-1nodesource1 600
                                          500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                       20.15.1-1nodesource1 600
                                          500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                       20.15.0-1nodesource1 600
                                          500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                       20.14.0-1nodesource1 600
                                          500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                       20.13.1-1nodesource1 600
                                          500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                       20.13.0-1nodesource1 600
                                          500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                       20.12.2-1nodesource1 600
                                          500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                       20.12.1-1nodesource1 600
                                          500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                       20.12.0-1nodesource1 600
                                          500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                       20.11.1-1nodesource1 600
                                          500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                       20.11.0-1nodesource1 600
                                          500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                       20.10.0-1nodesource1 600
                                          500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                       20.9.0-1nodesource1 600
                                          500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                       20.8.1-1nodesource1 600
                                          500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                       20.8.0-1nodesource1 600
                                          500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                       20.7.0-1nodesource1 600
                                          500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                       20.6.1-1nodesource1 600
                                          500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                       20.6.0-1nodesource1 600
                                          500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                       20.5.1-1nodesource1 600
                                          500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                       20.5.0-1nodesource1 600
                                          500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                       20.4.0-1nodesource1 600
                                          500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                       20.3.1-1nodesource1 600
                                          500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                       20.3.0-1nodesource1 600
                                          500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                       20.2.0-1nodesource1 600
                                          500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                       20.1.0-1nodesource1 600
                                          500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                       20.0.0-1nodesource1 600
                                          500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                       12.22.12~dfsg-1~deb11u5 500
                                          500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages
                                  
                                  Temp directories causing deletion problem: 0
                                  No problems detected
                                  
                                  Errors in npm tree: 0
                                  No problems detected
                                  
                                  *** ioBroker-Installation ***
                                  
                                  ioBroker Status
                                  iobroker is not running on this host.
                                  
                                  
                                  Objects type: jsonl
                                  States  type: jsonl
                                  
                                  Hosts:
                                  raspberrypi         raspberrypi (version: 5.0.19, hostname: raspberrypi   , alive, uptime: 45)
                                  
                                  Core adapters versions
                                  js-controller:  5.0.19
                                  admin:          7.1.5
                                  javascript:     8.8.3
                                  
                                  nodejs modules from github:     0
                                  
                                  Adapter State
                                    system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0 (SSL), run as: admin
                                    system.adapter.backitup.0               : backitup              : raspberrypi                              -  enabled
                                    system.adapter.discovery.0              : discovery             : raspberrypi                              - disabled
                                    system.adapter.gruenbeck.0              : gruenbeck             : raspberrypi                              - disabled
                                    system.adapter.javascript.0             : javascript            : raspberrypi                              -  enabled
                                    system.adapter.modbus.0                 : modbus                : raspberrypi                              -  enabled
                                    system.adapter.ping.0                   : ping                  : raspberrypi                              -  enabled
                                    system.adapter.rpi2.0                   : rpi2                  : raspberrypi                              -  enabled
                                    system.adapter.shelly.0                 : shelly                : raspberrypi                              -  enabled, port: 1882, bind: 0.0.0.0
                                    system.adapter.tuya.0                   : tuya                  : raspberrypi                              -  enabled
                                    system.adapter.zigbee.0                 : zigbee                : raspberrypi                              -  enabled, port: /dev/serial/by-id/usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_ceccc8e6cbc9eb119edf8b4f1d69213e-if00-port0
                                  
                                  + instance is alive
                                  
                                  Enabled adapters with bindings
                                    system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0 (SSL), run as: admin
                                    system.adapter.shelly.0                 : shelly                : raspberrypi                              -  enabled, port: 1882, bind: 0.0.0.0
                                    system.adapter.zigbee.0                 : zigbee                : raspberrypi                              -  enabled, port: /dev/serial/by-id/usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_ceccc8e6cbc9eb119edf8b4f1d69213e-if00-port0
                                  
                                  ioBroker-Repositories
                                  stable        : http://download.iobroker.net/sources-dist.json
                                  beta          : http://download.iobroker.net/sources-dist-latest.json
                                  
                                  Active repo(s): stable
                                  
                                  Installed ioBroker-Instances
                                  Used repository: stable
                                  Adapter    "admin"        : 7.1.5    , installed 7.1.5
                                  Adapter    "backitup"     : 3.0.25   , installed 3.0.25
                                  Adapter    "deconz"       : 1.4.1    , installed 1.4.0  [Updatable]
                                  Adapter    "discovery"    : 5.0.0    , installed 4.4.0  [Updatable]
                                  Adapter    "gruenbeck"    : 0.0.43   , installed 0.0.42 [Updatable]
                                  Adapter    "javascript"   : 8.8.3    , installed 8.8.3
                                  Controller "js-controller": 7.0.3    , installed 5.0.19 [Updatable]
                                  Adapter    "modbus"       : 6.3.2    , installed 6.1.0  [Updatable]
                                  Adapter    "ping"         : 1.6.2    , installed 1.6.2
                                  Adapter    "rpi2"         : 2.2.1    , installed 1.3.2  [Updatable]
                                  Adapter    "shelly"       : 8.2.1    , installed 8.2.1
                                  Adapter    "sonoff"       : 3.1.2    , installed 3.0.3  [Updatable]
                                  Adapter    "tuya"         : 3.16.0   , installed 3.15.0 [Updatable]
                                  Adapter    "zigbee"       : 1.10.3   , installed 1.10.3
                                  
                                  Objects and States
                                  Please stand by - This may take a while
                                  Objects:        957
                                  States:         570
                                  
                                  *** OS-Repositories and Updates ***
                                  Hit:1 http://archive.raspberrypi.org/debian bullseye InRelease
                                  Hit:2 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
                                  Hit:3 https://deb.nodesource.com/node_20.x nodistro InRelease
                                  Reading package lists... Done
                                  Pending Updates: 0
                                  
                                  *** Listening Ports ***
                                  Active Internet connections (only servers)
                                  Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode      PID/Program name
                                  tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          11824      446/sshd: /usr/sbin
                                  tcp6       0      0 :::22                   :::*                    LISTEN      0          11826      446/sshd: /usr/sbin
                                  udp        0      0 0.0.0.0:5353            0.0.0.0:*                           108        12579      344/avahi-daemon: r
                                  udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          448        571/dhcpcd
                                  udp        0      0 0.0.0.0:46688           0.0.0.0:*                           108        12581      344/avahi-daemon: r
                                  udp6       0      0 :::5353                 :::*                                108        12580      344/avahi-daemon: r
                                  udp6       0      0 :::58708                :::*                                108        12582      344/avahi-daemon: r
                                  udp6       0      0 :::546                  :::*                                0          13728      571/dhcpcd
                                  
                                  *** Log File - Last 25 Lines ***
                                  
                                  2024-12-10 18:03:09.660  - info: admin.0 (684) terminating
                                  2024-12-10 18:03:09.737  - warn: host.raspberrypi instance system.adapter.rpi2.0 terminated due to SIGTERM
                                  2024-12-10 18:03:09.739  - info: host.raspberrypi instance system.adapter.rpi2.0 terminated with code null ()
                                  2024-12-10 18:03:09.741  - warn: host.raspberrypi instance system.adapter.tuya.0 terminated due to SIGTERM
                                  2024-12-10 18:03:09.743  - info: host.raspberrypi instance system.adapter.tuya.0 terminated with code null ()
                                  2024-12-10 18:03:09.746  - warn: host.raspberrypi instance system.adapter.zigbee.0 terminated due to SIGTERM
                                  2024-12-10 18:03:09.747  - info: host.raspberrypi instance system.adapter.zigbee.0 terminated with code null ()
                                  2024-12-10 18:03:09.827  - warn: admin.0 (684) get state error: Connection is closed.
                                  2024-12-10 18:03:09.887  - warn: admin.0 (684) Could not perform strict object check of state admin.0.info.updatesJson: DB closed
                                  2024-12-10 18:03:09.890  - warn: admin.0 (684) get state error: Connection is closed.
                                  2024-12-10 18:03:09.895  - warn: admin.0 (684) Cannot check common objects: DB closed
                                  2024-12-10 18:03:10.266  - info: host.raspberrypi instance system.adapter.javascript.0 terminated with code 0 (NO_ERROR)
                                  2024-12-10 18:03:10.270  - info: host.raspberrypi instance system.adapter.backitup.0 terminated with code 0 (NO_ERROR)
                                  2024-12-10 18:03:10.273  - info: host.raspberrypi instance system.adapter.modbus.0 terminated with code 0 (NO_ERROR)
                                  2024-12-10 18:03:10.376  - info: host.raspberrypi instance system.adapter.ping.0 started with pid 817
                                  2024-12-10 18:03:10.408  - info: host.raspberrypi instance system.adapter.admin.0 terminated with code 0 (NO_ERROR)
                                  2024-12-10 18:03:17.864  - info: ping.0 (817) starting. Version 1.6.2 in /opt/iobroker/node_modules/iobroker.ping, node: v20.18.1, js-controller: 5.0.19
                                  2024-12-10 18:03:17.941  - warn: ping.0 (817) Poll interval is too short. Reset to 5000 ms.
                                  2024-12-10 18:03:21.717  - info: host.raspberrypi force terminating
                                  2024-12-10 18:03:21.721  - info: host.raspberrypi Adapter ping still running
                                  2024-12-10 18:03:24.399  - info: ping.0 (817) terminating with timeout
                                  2024-12-10 18:03:24.407  - info: ping.0 (817) Terminated (NO_ERROR): Without reason
                                  2024-12-10 18:03:26.556  - error: ping.0 (817) Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                                  2024-12-10 18:03:26.832  - warn: ping.0 (817) get state error: Connection is closed.
                                  2024-12-10 18:03:26.840  - info: ping.0 (817) terminating
                                  
                                  

                                  ============ Mark until here for C&P =============

                                  iob diag has finished.

                                  Press any key for a summary

                                  
                                  
                                  so was sollte ich nun noch durchführen ?
                                  Thomas BraunT 2 Antworten Letzte Antwort
                                  0
                                  • Z Zimbl

                                    @thomas-braun

                                    ja man weiß ja nie, was da alles noch so kommt...

                                    Bin dann eher jemand der nicht irgendwann wieder aufrüsten will...

                                    IOB Diag läuft noch..

                                    aber muss auch wieder über das Skript laufen, da der normale immer noch nicht läuft...
                                    steht dann dort wieder, das ich den Fix durchführen muss, aber auch , nachdem ich
                                    den Fix durchgeführt habe..

                                    
                                    ========== Start marking the full check here ===========
                                    
                                    ```bash
                                    Script v.2024-12-09 Raspbian+zigbee diag+masking
                                    
                                    *** BASE SYSTEM ***
                                       Static hostname: raspberrypi
                                             Icon name: computer
                                      Operating System: Raspbian GNU/Linux 11 (bullseye)
                                                Kernel: Linux 6.1.21-v7+
                                          Architecture: arm
                                    OS is similar to: debian
                                    
                                    Model           : Raspberry Pi 2 Model B Rev 1.1
                                    Docker          : false
                                    Virtualization  : none
                                    Kernel          : armv7l
                                    Userland        : 32 bit
                                    
                                    Systemuptime and Load:
                                     18:14:20 up 12 min,  1 user,  load average: 0.37, 0.31, 0.28
                                    CPU threads: 4
                                    
                                    
                                    *** LIFE CYCLE STATUS ***
                                    Debian 'bullseye' is the current oldstable version. Please upgrade to the latest stable release 'bookworm' in due time!
                                    
                                    *** RASPBERRY THROTTLING ***
                                    Current issues:
                                    No throttling issues detected.
                                    
                                    Previously detected issues:
                                    ~ Under-voltage has occurred
                                    ~ Arm frequency capping has occurred
                                    
                                    *** TIME AND TIMEZONES ***
                                                   Local time: Tue 2024-12-10 18:14:21 CET
                                               Universal time: Tue 2024-12-10 17:14:21 UTC
                                                     RTC time: n/a
                                                    Time zone: Europe/Berlin (CET, +0100)
                                    System clock synchronized: yes
                                                  NTP service: active
                                              RTC in local TZ: no
                                    
                                    *** Users and Groups ***
                                    User that called 'iob diag':
                                    pi
                                    HOME=/home/pi
                                    GROUPS=pi adm dialout cdrom sudo audio video plugdev games users input render netdev gpio i2c spi iobroker
                                    
                                    User that is running 'js-controller':
                                    js-controller is not running
                                    
                                    *** DISPLAY-SERVER SETUP ***
                                    Display-Server: false
                                    Desktop:
                                    Terminal:       tty
                                    
                                    *** MEMORY ***
                                                   total        used        free      shared  buff/cache   available
                                    Mem:            921M         59M        435M        0.0K        426M        797M
                                    Swap:            99M          0B         99M
                                    Total:          1.0G         59M        535M
                                    
                                    Active iob-Instances:   1
                                    
                                              921 M total memory
                                               60 M used memory
                                              241 M active memory
                                              150 M inactive memory
                                              435 M free memory
                                               68 M buffer memory
                                              358 M swap cache
                                               99 M total swap
                                                0 M used swap
                                               99 M free swap
                                    
                                    *** top - Table Of Processes  ***
                                    top - 18:14:21 up 12 min,  1 user,  load average: 0.37, 0.31, 0.28
                                    Tasks: 120 total,   1 running, 119 sleeping,   0 stopped,   0 zombie
                                    %Cpu(s):  2.5 us,  3.8 sy,  0.0 ni, 93.7 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st
                                    MiB Mem :    922.0 total,    435.7 free,     60.0 used,    426.4 buff/cache
                                    MiB Swap:    100.0 total,    100.0 free,      0.0 used.    797.1 avail Mem
                                    
                                    *** FAILED SERVICES ***
                                    
                                      UNIT             LOAD   ACTIVE SUB    DESCRIPTION
                                    * iobroker.service loaded failed failed ioBroker Server
                                    * rc-local.service loaded failed failed /etc/rc.local Compatibility
                                    
                                    LOAD   = Reflects whether the unit definition was properly loaded.
                                    ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
                                    SUB    = The low-level unit activation state, values depend on unit type.
                                    2 loaded units listed.
                                    
                                    
                                    *** DMESG CRITICAL ERRORS ***
                                    1 CRITICAL ERRORS DETECTED!
                                    Check 'sudo dmesg --level=emerg,alert,crit -T' for details
                                    
                                    *** FILESYSTEM ***
                                    Filesystem     Type      Size  Used Avail Use% Mounted on
                                    /dev/root      ext4       59G  6.8G   50G  13% /
                                    devtmpfs       devtmpfs  333M     0  333M   0% /dev
                                    tmpfs          tmpfs     461M     0  461M   0% /dev/shm
                                    tmpfs          tmpfs     185M  940K  184M   1% /run
                                    tmpfs          tmpfs     5.0M  4.0K  5.0M   1% /run/lock
                                    /dev/mmcblk0p1 vfat      255M   51M  205M  20% /boot
                                    tmpfs          tmpfs      93M     0   93M   0% /run/user/1000
                                    
                                    Messages concerning ext4 filesystem in dmesg:
                                    [Tue Dec 10 18:02:05 2024] Kernel command line: coherent_pool=1M snd_bcm2835.enable_headphones=0 snd_bcm2835.enable_headphones=1 snd_bcm2835.enable_hdmi=1 snd_bcm2835.enable_hdmi=0 video=Composite-1:720x480@60i vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  console=ttyAMA0,115200 console=tty1 root=PARTUUID=a13bd72e-02 rootfstype=ext4 fsck.repair=yes rootwait
                                    [Tue Dec 10 18:02:09 2024] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Quota mode: none.
                                    [Tue Dec 10 18:02:09 2024] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
                                    [Tue Dec 10 18:02:14 2024] EXT4-fs (mmcblk0p2): re-mounted. Quota mode: none.
                                    
                                    Show mounted filesystems:
                                    TARGET  SOURCE         FSTYPE OPTIONS
                                    /       /dev/mmcblk0p2 ext4   rw,noatime
                                    `-/boot /dev/mmcblk0p1 vfat   rw,relatime,fmask=0022,dmask=0022,codepage=437,ioc
                                    
                                    Files in neuralgic directories:
                                    
                                    /var:
                                    2.2G    /var/
                                    1.9G    /var/log/journal/b4db8c2bf1074a1ba2ba6c07d9465d9d
                                    1.9G    /var/log/journal
                                    1.9G    /var/log
                                    123M    /var/cache
                                    
                                    Archived and active journals take up 1.8G in the file system.
                                    
                                    /opt/iobroker/backups:
                                    94M     /opt/iobroker/backups/
                                    
                                    /opt/iobroker/iobroker-data:
                                    804M    /opt/iobroker/iobroker-data/
                                    720M    /opt/iobroker/iobroker-data/files
                                    617M    /opt/iobroker/iobroker-data/files/javascript.admin
                                    560M    /opt/iobroker/iobroker-data/files/javascript.admin/static
                                    558M    /opt/iobroker/iobroker-data/files/javascript.admin/static/js
                                    
                                    The five largest files in iobroker-data are:
                                    22M     /opt/iobroker/iobroker-data/files/modbus.admin/static/js/main.578d79d9.js.map
                                    12M     /opt/iobroker/iobroker-data/files/backitup.admin/static/js/main.bd24114f.js
                                    9.9M    /opt/iobroker/iobroker-data/objects.jsonl
                                    8.8M    /opt/iobroker/iobroker-data/files/modbus.admin/static/js/main.578d79d9.js
                                    8.7M    /opt/iobroker/iobroker-data/files/javascript.admin/static/js/838.0aa41cb0.chunk.js.map
                                    
                                    USB-Devices by-id:
                                    USB-Sticks -  Avoid direct links to /dev/tty* in your adapter setups, please always prefer the links 'by-id':
                                    
                                    /dev/serial/by-id/usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_ceccc8e6cbc9eb119edf8b4f1d69213e-if00-port0
                                    
                                    *** ZigBee Settings ***
                                    
                                    Your zigbee.0 COM-Port is matching 'by-id'. Very good!
                                    Zigbee Network Settings on your coordinator/in nvbackup are:
                                    
                                    zigbee.X
                                    Extended Pan ID:
                                    *** MASKED ***
                                    Pan ID:
                                    *** MASKED ***
                                    Channel:
                                    *** MASKED ***
                                    Network Key:
                                    *** MASKED ***
                                    
                                    To unmask the settings run 'iob diag --unmask'
                                    
                                    
                                    *** NodeJS-Installation ***
                                    
                                    /usr/bin/nodejs         v20.18.1
                                    /usr/bin/node           v20.18.1
                                    /usr/bin/npm            10.8.2
                                    /usr/bin/npx            10.8.2
                                    /usr/bin/corepack       0.29.4
                                    
                                    nodejs:
                                      Installed: 20.18.1-1nodesource1
                                      Candidate: 20.18.1-1nodesource1
                                      Version table:
                                     *** 20.18.1-1nodesource1 600
                                            500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                            100 /var/lib/dpkg/status
                                         20.18.0-1nodesource1 600
                                            500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                         20.17.0-1nodesource1 600
                                            500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                         20.16.0-1nodesource1 600
                                            500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                         20.15.1-1nodesource1 600
                                            500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                         20.15.0-1nodesource1 600
                                            500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                         20.14.0-1nodesource1 600
                                            500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                         20.13.1-1nodesource1 600
                                            500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                         20.13.0-1nodesource1 600
                                            500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                         20.12.2-1nodesource1 600
                                            500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                         20.12.1-1nodesource1 600
                                            500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                         20.12.0-1nodesource1 600
                                            500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                         20.11.1-1nodesource1 600
                                            500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                         20.11.0-1nodesource1 600
                                            500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                         20.10.0-1nodesource1 600
                                            500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                         20.9.0-1nodesource1 600
                                            500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                         20.8.1-1nodesource1 600
                                            500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                         20.8.0-1nodesource1 600
                                            500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                         20.7.0-1nodesource1 600
                                            500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                         20.6.1-1nodesource1 600
                                            500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                         20.6.0-1nodesource1 600
                                            500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                         20.5.1-1nodesource1 600
                                            500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                         20.5.0-1nodesource1 600
                                            500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                         20.4.0-1nodesource1 600
                                            500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                         20.3.1-1nodesource1 600
                                            500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                         20.3.0-1nodesource1 600
                                            500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                         20.2.0-1nodesource1 600
                                            500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                         20.1.0-1nodesource1 600
                                            500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                         20.0.0-1nodesource1 600
                                            500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                         12.22.12~dfsg-1~deb11u5 500
                                            500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages
                                    
                                    Temp directories causing deletion problem: 0
                                    No problems detected
                                    
                                    Errors in npm tree: 0
                                    No problems detected
                                    
                                    *** ioBroker-Installation ***
                                    
                                    ioBroker Status
                                    iobroker is not running on this host.
                                    
                                    
                                    Objects type: jsonl
                                    States  type: jsonl
                                    
                                    Hosts:
                                    raspberrypi         raspberrypi (version: 5.0.19, hostname: raspberrypi   , alive, uptime: 45)
                                    
                                    Core adapters versions
                                    js-controller:  5.0.19
                                    admin:          7.1.5
                                    javascript:     8.8.3
                                    
                                    nodejs modules from github:     0
                                    
                                    Adapter State
                                      system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0 (SSL), run as: admin
                                      system.adapter.backitup.0               : backitup              : raspberrypi                              -  enabled
                                      system.adapter.discovery.0              : discovery             : raspberrypi                              - disabled
                                      system.adapter.gruenbeck.0              : gruenbeck             : raspberrypi                              - disabled
                                      system.adapter.javascript.0             : javascript            : raspberrypi                              -  enabled
                                      system.adapter.modbus.0                 : modbus                : raspberrypi                              -  enabled
                                      system.adapter.ping.0                   : ping                  : raspberrypi                              -  enabled
                                      system.adapter.rpi2.0                   : rpi2                  : raspberrypi                              -  enabled
                                      system.adapter.shelly.0                 : shelly                : raspberrypi                              -  enabled, port: 1882, bind: 0.0.0.0
                                      system.adapter.tuya.0                   : tuya                  : raspberrypi                              -  enabled
                                      system.adapter.zigbee.0                 : zigbee                : raspberrypi                              -  enabled, port: /dev/serial/by-id/usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_ceccc8e6cbc9eb119edf8b4f1d69213e-if00-port0
                                    
                                    + instance is alive
                                    
                                    Enabled adapters with bindings
                                      system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0 (SSL), run as: admin
                                      system.adapter.shelly.0                 : shelly                : raspberrypi                              -  enabled, port: 1882, bind: 0.0.0.0
                                      system.adapter.zigbee.0                 : zigbee                : raspberrypi                              -  enabled, port: /dev/serial/by-id/usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_ceccc8e6cbc9eb119edf8b4f1d69213e-if00-port0
                                    
                                    ioBroker-Repositories
                                    stable        : http://download.iobroker.net/sources-dist.json
                                    beta          : http://download.iobroker.net/sources-dist-latest.json
                                    
                                    Active repo(s): stable
                                    
                                    Installed ioBroker-Instances
                                    Used repository: stable
                                    Adapter    "admin"        : 7.1.5    , installed 7.1.5
                                    Adapter    "backitup"     : 3.0.25   , installed 3.0.25
                                    Adapter    "deconz"       : 1.4.1    , installed 1.4.0  [Updatable]
                                    Adapter    "discovery"    : 5.0.0    , installed 4.4.0  [Updatable]
                                    Adapter    "gruenbeck"    : 0.0.43   , installed 0.0.42 [Updatable]
                                    Adapter    "javascript"   : 8.8.3    , installed 8.8.3
                                    Controller "js-controller": 7.0.3    , installed 5.0.19 [Updatable]
                                    Adapter    "modbus"       : 6.3.2    , installed 6.1.0  [Updatable]
                                    Adapter    "ping"         : 1.6.2    , installed 1.6.2
                                    Adapter    "rpi2"         : 2.2.1    , installed 1.3.2  [Updatable]
                                    Adapter    "shelly"       : 8.2.1    , installed 8.2.1
                                    Adapter    "sonoff"       : 3.1.2    , installed 3.0.3  [Updatable]
                                    Adapter    "tuya"         : 3.16.0   , installed 3.15.0 [Updatable]
                                    Adapter    "zigbee"       : 1.10.3   , installed 1.10.3
                                    
                                    Objects and States
                                    Please stand by - This may take a while
                                    Objects:        957
                                    States:         570
                                    
                                    *** OS-Repositories and Updates ***
                                    Hit:1 http://archive.raspberrypi.org/debian bullseye InRelease
                                    Hit:2 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
                                    Hit:3 https://deb.nodesource.com/node_20.x nodistro InRelease
                                    Reading package lists... Done
                                    Pending Updates: 0
                                    
                                    *** Listening Ports ***
                                    Active Internet connections (only servers)
                                    Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode      PID/Program name
                                    tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          11824      446/sshd: /usr/sbin
                                    tcp6       0      0 :::22                   :::*                    LISTEN      0          11826      446/sshd: /usr/sbin
                                    udp        0      0 0.0.0.0:5353            0.0.0.0:*                           108        12579      344/avahi-daemon: r
                                    udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          448        571/dhcpcd
                                    udp        0      0 0.0.0.0:46688           0.0.0.0:*                           108        12581      344/avahi-daemon: r
                                    udp6       0      0 :::5353                 :::*                                108        12580      344/avahi-daemon: r
                                    udp6       0      0 :::58708                :::*                                108        12582      344/avahi-daemon: r
                                    udp6       0      0 :::546                  :::*                                0          13728      571/dhcpcd
                                    
                                    *** Log File - Last 25 Lines ***
                                    
                                    2024-12-10 18:03:09.660  - info: admin.0 (684) terminating
                                    2024-12-10 18:03:09.737  - warn: host.raspberrypi instance system.adapter.rpi2.0 terminated due to SIGTERM
                                    2024-12-10 18:03:09.739  - info: host.raspberrypi instance system.adapter.rpi2.0 terminated with code null ()
                                    2024-12-10 18:03:09.741  - warn: host.raspberrypi instance system.adapter.tuya.0 terminated due to SIGTERM
                                    2024-12-10 18:03:09.743  - info: host.raspberrypi instance system.adapter.tuya.0 terminated with code null ()
                                    2024-12-10 18:03:09.746  - warn: host.raspberrypi instance system.adapter.zigbee.0 terminated due to SIGTERM
                                    2024-12-10 18:03:09.747  - info: host.raspberrypi instance system.adapter.zigbee.0 terminated with code null ()
                                    2024-12-10 18:03:09.827  - warn: admin.0 (684) get state error: Connection is closed.
                                    2024-12-10 18:03:09.887  - warn: admin.0 (684) Could not perform strict object check of state admin.0.info.updatesJson: DB closed
                                    2024-12-10 18:03:09.890  - warn: admin.0 (684) get state error: Connection is closed.
                                    2024-12-10 18:03:09.895  - warn: admin.0 (684) Cannot check common objects: DB closed
                                    2024-12-10 18:03:10.266  - info: host.raspberrypi instance system.adapter.javascript.0 terminated with code 0 (NO_ERROR)
                                    2024-12-10 18:03:10.270  - info: host.raspberrypi instance system.adapter.backitup.0 terminated with code 0 (NO_ERROR)
                                    2024-12-10 18:03:10.273  - info: host.raspberrypi instance system.adapter.modbus.0 terminated with code 0 (NO_ERROR)
                                    2024-12-10 18:03:10.376  - info: host.raspberrypi instance system.adapter.ping.0 started with pid 817
                                    2024-12-10 18:03:10.408  - info: host.raspberrypi instance system.adapter.admin.0 terminated with code 0 (NO_ERROR)
                                    2024-12-10 18:03:17.864  - info: ping.0 (817) starting. Version 1.6.2 in /opt/iobroker/node_modules/iobroker.ping, node: v20.18.1, js-controller: 5.0.19
                                    2024-12-10 18:03:17.941  - warn: ping.0 (817) Poll interval is too short. Reset to 5000 ms.
                                    2024-12-10 18:03:21.717  - info: host.raspberrypi force terminating
                                    2024-12-10 18:03:21.721  - info: host.raspberrypi Adapter ping still running
                                    2024-12-10 18:03:24.399  - info: ping.0 (817) terminating with timeout
                                    2024-12-10 18:03:24.407  - info: ping.0 (817) Terminated (NO_ERROR): Without reason
                                    2024-12-10 18:03:26.556  - error: ping.0 (817) Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                                    2024-12-10 18:03:26.832  - warn: ping.0 (817) get state error: Connection is closed.
                                    2024-12-10 18:03:26.840  - info: ping.0 (817) terminating
                                    
                                    

                                    ============ Mark until here for C&P =============

                                    iob diag has finished.

                                    Press any key for a summary

                                    
                                    
                                    so was sollte ich nun noch durchführen ?
                                    Thomas BraunT Online
                                    Thomas BraunT Online
                                    Thomas Braun
                                    Most Active
                                    schrieb am zuletzt editiert von
                                    #25

                                    @zimbl

                                    iob update
                                    iob upgrade all -y
                                    iob stop
                                    iob upgrade self
                                    iob start
                                    

                                    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
                                    • Z Zimbl

                                      @thomas-braun

                                      ja man weiß ja nie, was da alles noch so kommt...

                                      Bin dann eher jemand der nicht irgendwann wieder aufrüsten will...

                                      IOB Diag läuft noch..

                                      aber muss auch wieder über das Skript laufen, da der normale immer noch nicht läuft...
                                      steht dann dort wieder, das ich den Fix durchführen muss, aber auch , nachdem ich
                                      den Fix durchgeführt habe..

                                      
                                      ========== Start marking the full check here ===========
                                      
                                      ```bash
                                      Script v.2024-12-09 Raspbian+zigbee diag+masking
                                      
                                      *** BASE SYSTEM ***
                                         Static hostname: raspberrypi
                                               Icon name: computer
                                        Operating System: Raspbian GNU/Linux 11 (bullseye)
                                                  Kernel: Linux 6.1.21-v7+
                                            Architecture: arm
                                      OS is similar to: debian
                                      
                                      Model           : Raspberry Pi 2 Model B Rev 1.1
                                      Docker          : false
                                      Virtualization  : none
                                      Kernel          : armv7l
                                      Userland        : 32 bit
                                      
                                      Systemuptime and Load:
                                       18:14:20 up 12 min,  1 user,  load average: 0.37, 0.31, 0.28
                                      CPU threads: 4
                                      
                                      
                                      *** LIFE CYCLE STATUS ***
                                      Debian 'bullseye' is the current oldstable version. Please upgrade to the latest stable release 'bookworm' in due time!
                                      
                                      *** RASPBERRY THROTTLING ***
                                      Current issues:
                                      No throttling issues detected.
                                      
                                      Previously detected issues:
                                      ~ Under-voltage has occurred
                                      ~ Arm frequency capping has occurred
                                      
                                      *** TIME AND TIMEZONES ***
                                                     Local time: Tue 2024-12-10 18:14:21 CET
                                                 Universal time: Tue 2024-12-10 17:14:21 UTC
                                                       RTC time: n/a
                                                      Time zone: Europe/Berlin (CET, +0100)
                                      System clock synchronized: yes
                                                    NTP service: active
                                                RTC in local TZ: no
                                      
                                      *** Users and Groups ***
                                      User that called 'iob diag':
                                      pi
                                      HOME=/home/pi
                                      GROUPS=pi adm dialout cdrom sudo audio video plugdev games users input render netdev gpio i2c spi iobroker
                                      
                                      User that is running 'js-controller':
                                      js-controller is not running
                                      
                                      *** DISPLAY-SERVER SETUP ***
                                      Display-Server: false
                                      Desktop:
                                      Terminal:       tty
                                      
                                      *** MEMORY ***
                                                     total        used        free      shared  buff/cache   available
                                      Mem:            921M         59M        435M        0.0K        426M        797M
                                      Swap:            99M          0B         99M
                                      Total:          1.0G         59M        535M
                                      
                                      Active iob-Instances:   1
                                      
                                                921 M total memory
                                                 60 M used memory
                                                241 M active memory
                                                150 M inactive memory
                                                435 M free memory
                                                 68 M buffer memory
                                                358 M swap cache
                                                 99 M total swap
                                                  0 M used swap
                                                 99 M free swap
                                      
                                      *** top - Table Of Processes  ***
                                      top - 18:14:21 up 12 min,  1 user,  load average: 0.37, 0.31, 0.28
                                      Tasks: 120 total,   1 running, 119 sleeping,   0 stopped,   0 zombie
                                      %Cpu(s):  2.5 us,  3.8 sy,  0.0 ni, 93.7 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st
                                      MiB Mem :    922.0 total,    435.7 free,     60.0 used,    426.4 buff/cache
                                      MiB Swap:    100.0 total,    100.0 free,      0.0 used.    797.1 avail Mem
                                      
                                      *** FAILED SERVICES ***
                                      
                                        UNIT             LOAD   ACTIVE SUB    DESCRIPTION
                                      * iobroker.service loaded failed failed ioBroker Server
                                      * rc-local.service loaded failed failed /etc/rc.local Compatibility
                                      
                                      LOAD   = Reflects whether the unit definition was properly loaded.
                                      ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
                                      SUB    = The low-level unit activation state, values depend on unit type.
                                      2 loaded units listed.
                                      
                                      
                                      *** DMESG CRITICAL ERRORS ***
                                      1 CRITICAL ERRORS DETECTED!
                                      Check 'sudo dmesg --level=emerg,alert,crit -T' for details
                                      
                                      *** FILESYSTEM ***
                                      Filesystem     Type      Size  Used Avail Use% Mounted on
                                      /dev/root      ext4       59G  6.8G   50G  13% /
                                      devtmpfs       devtmpfs  333M     0  333M   0% /dev
                                      tmpfs          tmpfs     461M     0  461M   0% /dev/shm
                                      tmpfs          tmpfs     185M  940K  184M   1% /run
                                      tmpfs          tmpfs     5.0M  4.0K  5.0M   1% /run/lock
                                      /dev/mmcblk0p1 vfat      255M   51M  205M  20% /boot
                                      tmpfs          tmpfs      93M     0   93M   0% /run/user/1000
                                      
                                      Messages concerning ext4 filesystem in dmesg:
                                      [Tue Dec 10 18:02:05 2024] Kernel command line: coherent_pool=1M snd_bcm2835.enable_headphones=0 snd_bcm2835.enable_headphones=1 snd_bcm2835.enable_hdmi=1 snd_bcm2835.enable_hdmi=0 video=Composite-1:720x480@60i vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  console=ttyAMA0,115200 console=tty1 root=PARTUUID=a13bd72e-02 rootfstype=ext4 fsck.repair=yes rootwait
                                      [Tue Dec 10 18:02:09 2024] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Quota mode: none.
                                      [Tue Dec 10 18:02:09 2024] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
                                      [Tue Dec 10 18:02:14 2024] EXT4-fs (mmcblk0p2): re-mounted. Quota mode: none.
                                      
                                      Show mounted filesystems:
                                      TARGET  SOURCE         FSTYPE OPTIONS
                                      /       /dev/mmcblk0p2 ext4   rw,noatime
                                      `-/boot /dev/mmcblk0p1 vfat   rw,relatime,fmask=0022,dmask=0022,codepage=437,ioc
                                      
                                      Files in neuralgic directories:
                                      
                                      /var:
                                      2.2G    /var/
                                      1.9G    /var/log/journal/b4db8c2bf1074a1ba2ba6c07d9465d9d
                                      1.9G    /var/log/journal
                                      1.9G    /var/log
                                      123M    /var/cache
                                      
                                      Archived and active journals take up 1.8G in the file system.
                                      
                                      /opt/iobroker/backups:
                                      94M     /opt/iobroker/backups/
                                      
                                      /opt/iobroker/iobroker-data:
                                      804M    /opt/iobroker/iobroker-data/
                                      720M    /opt/iobroker/iobroker-data/files
                                      617M    /opt/iobroker/iobroker-data/files/javascript.admin
                                      560M    /opt/iobroker/iobroker-data/files/javascript.admin/static
                                      558M    /opt/iobroker/iobroker-data/files/javascript.admin/static/js
                                      
                                      The five largest files in iobroker-data are:
                                      22M     /opt/iobroker/iobroker-data/files/modbus.admin/static/js/main.578d79d9.js.map
                                      12M     /opt/iobroker/iobroker-data/files/backitup.admin/static/js/main.bd24114f.js
                                      9.9M    /opt/iobroker/iobroker-data/objects.jsonl
                                      8.8M    /opt/iobroker/iobroker-data/files/modbus.admin/static/js/main.578d79d9.js
                                      8.7M    /opt/iobroker/iobroker-data/files/javascript.admin/static/js/838.0aa41cb0.chunk.js.map
                                      
                                      USB-Devices by-id:
                                      USB-Sticks -  Avoid direct links to /dev/tty* in your adapter setups, please always prefer the links 'by-id':
                                      
                                      /dev/serial/by-id/usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_ceccc8e6cbc9eb119edf8b4f1d69213e-if00-port0
                                      
                                      *** ZigBee Settings ***
                                      
                                      Your zigbee.0 COM-Port is matching 'by-id'. Very good!
                                      Zigbee Network Settings on your coordinator/in nvbackup are:
                                      
                                      zigbee.X
                                      Extended Pan ID:
                                      *** MASKED ***
                                      Pan ID:
                                      *** MASKED ***
                                      Channel:
                                      *** MASKED ***
                                      Network Key:
                                      *** MASKED ***
                                      
                                      To unmask the settings run 'iob diag --unmask'
                                      
                                      
                                      *** NodeJS-Installation ***
                                      
                                      /usr/bin/nodejs         v20.18.1
                                      /usr/bin/node           v20.18.1
                                      /usr/bin/npm            10.8.2
                                      /usr/bin/npx            10.8.2
                                      /usr/bin/corepack       0.29.4
                                      
                                      nodejs:
                                        Installed: 20.18.1-1nodesource1
                                        Candidate: 20.18.1-1nodesource1
                                        Version table:
                                       *** 20.18.1-1nodesource1 600
                                              500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                              100 /var/lib/dpkg/status
                                           20.18.0-1nodesource1 600
                                              500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                           20.17.0-1nodesource1 600
                                              500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                           20.16.0-1nodesource1 600
                                              500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                           20.15.1-1nodesource1 600
                                              500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                           20.15.0-1nodesource1 600
                                              500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                           20.14.0-1nodesource1 600
                                              500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                           20.13.1-1nodesource1 600
                                              500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                           20.13.0-1nodesource1 600
                                              500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                           20.12.2-1nodesource1 600
                                              500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                           20.12.1-1nodesource1 600
                                              500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                           20.12.0-1nodesource1 600
                                              500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                           20.11.1-1nodesource1 600
                                              500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                           20.11.0-1nodesource1 600
                                              500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                           20.10.0-1nodesource1 600
                                              500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                           20.9.0-1nodesource1 600
                                              500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                           20.8.1-1nodesource1 600
                                              500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                           20.8.0-1nodesource1 600
                                              500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                           20.7.0-1nodesource1 600
                                              500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                           20.6.1-1nodesource1 600
                                              500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                           20.6.0-1nodesource1 600
                                              500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                           20.5.1-1nodesource1 600
                                              500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                           20.5.0-1nodesource1 600
                                              500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                           20.4.0-1nodesource1 600
                                              500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                           20.3.1-1nodesource1 600
                                              500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                           20.3.0-1nodesource1 600
                                              500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                           20.2.0-1nodesource1 600
                                              500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                           20.1.0-1nodesource1 600
                                              500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                           20.0.0-1nodesource1 600
                                              500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                           12.22.12~dfsg-1~deb11u5 500
                                              500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages
                                      
                                      Temp directories causing deletion problem: 0
                                      No problems detected
                                      
                                      Errors in npm tree: 0
                                      No problems detected
                                      
                                      *** ioBroker-Installation ***
                                      
                                      ioBroker Status
                                      iobroker is not running on this host.
                                      
                                      
                                      Objects type: jsonl
                                      States  type: jsonl
                                      
                                      Hosts:
                                      raspberrypi         raspberrypi (version: 5.0.19, hostname: raspberrypi   , alive, uptime: 45)
                                      
                                      Core adapters versions
                                      js-controller:  5.0.19
                                      admin:          7.1.5
                                      javascript:     8.8.3
                                      
                                      nodejs modules from github:     0
                                      
                                      Adapter State
                                        system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0 (SSL), run as: admin
                                        system.adapter.backitup.0               : backitup              : raspberrypi                              -  enabled
                                        system.adapter.discovery.0              : discovery             : raspberrypi                              - disabled
                                        system.adapter.gruenbeck.0              : gruenbeck             : raspberrypi                              - disabled
                                        system.adapter.javascript.0             : javascript            : raspberrypi                              -  enabled
                                        system.adapter.modbus.0                 : modbus                : raspberrypi                              -  enabled
                                        system.adapter.ping.0                   : ping                  : raspberrypi                              -  enabled
                                        system.adapter.rpi2.0                   : rpi2                  : raspberrypi                              -  enabled
                                        system.adapter.shelly.0                 : shelly                : raspberrypi                              -  enabled, port: 1882, bind: 0.0.0.0
                                        system.adapter.tuya.0                   : tuya                  : raspberrypi                              -  enabled
                                        system.adapter.zigbee.0                 : zigbee                : raspberrypi                              -  enabled, port: /dev/serial/by-id/usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_ceccc8e6cbc9eb119edf8b4f1d69213e-if00-port0
                                      
                                      + instance is alive
                                      
                                      Enabled adapters with bindings
                                        system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0 (SSL), run as: admin
                                        system.adapter.shelly.0                 : shelly                : raspberrypi                              -  enabled, port: 1882, bind: 0.0.0.0
                                        system.adapter.zigbee.0                 : zigbee                : raspberrypi                              -  enabled, port: /dev/serial/by-id/usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_ceccc8e6cbc9eb119edf8b4f1d69213e-if00-port0
                                      
                                      ioBroker-Repositories
                                      stable        : http://download.iobroker.net/sources-dist.json
                                      beta          : http://download.iobroker.net/sources-dist-latest.json
                                      
                                      Active repo(s): stable
                                      
                                      Installed ioBroker-Instances
                                      Used repository: stable
                                      Adapter    "admin"        : 7.1.5    , installed 7.1.5
                                      Adapter    "backitup"     : 3.0.25   , installed 3.0.25
                                      Adapter    "deconz"       : 1.4.1    , installed 1.4.0  [Updatable]
                                      Adapter    "discovery"    : 5.0.0    , installed 4.4.0  [Updatable]
                                      Adapter    "gruenbeck"    : 0.0.43   , installed 0.0.42 [Updatable]
                                      Adapter    "javascript"   : 8.8.3    , installed 8.8.3
                                      Controller "js-controller": 7.0.3    , installed 5.0.19 [Updatable]
                                      Adapter    "modbus"       : 6.3.2    , installed 6.1.0  [Updatable]
                                      Adapter    "ping"         : 1.6.2    , installed 1.6.2
                                      Adapter    "rpi2"         : 2.2.1    , installed 1.3.2  [Updatable]
                                      Adapter    "shelly"       : 8.2.1    , installed 8.2.1
                                      Adapter    "sonoff"       : 3.1.2    , installed 3.0.3  [Updatable]
                                      Adapter    "tuya"         : 3.16.0   , installed 3.15.0 [Updatable]
                                      Adapter    "zigbee"       : 1.10.3   , installed 1.10.3
                                      
                                      Objects and States
                                      Please stand by - This may take a while
                                      Objects:        957
                                      States:         570
                                      
                                      *** OS-Repositories and Updates ***
                                      Hit:1 http://archive.raspberrypi.org/debian bullseye InRelease
                                      Hit:2 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
                                      Hit:3 https://deb.nodesource.com/node_20.x nodistro InRelease
                                      Reading package lists... Done
                                      Pending Updates: 0
                                      
                                      *** Listening Ports ***
                                      Active Internet connections (only servers)
                                      Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode      PID/Program name
                                      tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          11824      446/sshd: /usr/sbin
                                      tcp6       0      0 :::22                   :::*                    LISTEN      0          11826      446/sshd: /usr/sbin
                                      udp        0      0 0.0.0.0:5353            0.0.0.0:*                           108        12579      344/avahi-daemon: r
                                      udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          448        571/dhcpcd
                                      udp        0      0 0.0.0.0:46688           0.0.0.0:*                           108        12581      344/avahi-daemon: r
                                      udp6       0      0 :::5353                 :::*                                108        12580      344/avahi-daemon: r
                                      udp6       0      0 :::58708                :::*                                108        12582      344/avahi-daemon: r
                                      udp6       0      0 :::546                  :::*                                0          13728      571/dhcpcd
                                      
                                      *** Log File - Last 25 Lines ***
                                      
                                      2024-12-10 18:03:09.660  - info: admin.0 (684) terminating
                                      2024-12-10 18:03:09.737  - warn: host.raspberrypi instance system.adapter.rpi2.0 terminated due to SIGTERM
                                      2024-12-10 18:03:09.739  - info: host.raspberrypi instance system.adapter.rpi2.0 terminated with code null ()
                                      2024-12-10 18:03:09.741  - warn: host.raspberrypi instance system.adapter.tuya.0 terminated due to SIGTERM
                                      2024-12-10 18:03:09.743  - info: host.raspberrypi instance system.adapter.tuya.0 terminated with code null ()
                                      2024-12-10 18:03:09.746  - warn: host.raspberrypi instance system.adapter.zigbee.0 terminated due to SIGTERM
                                      2024-12-10 18:03:09.747  - info: host.raspberrypi instance system.adapter.zigbee.0 terminated with code null ()
                                      2024-12-10 18:03:09.827  - warn: admin.0 (684) get state error: Connection is closed.
                                      2024-12-10 18:03:09.887  - warn: admin.0 (684) Could not perform strict object check of state admin.0.info.updatesJson: DB closed
                                      2024-12-10 18:03:09.890  - warn: admin.0 (684) get state error: Connection is closed.
                                      2024-12-10 18:03:09.895  - warn: admin.0 (684) Cannot check common objects: DB closed
                                      2024-12-10 18:03:10.266  - info: host.raspberrypi instance system.adapter.javascript.0 terminated with code 0 (NO_ERROR)
                                      2024-12-10 18:03:10.270  - info: host.raspberrypi instance system.adapter.backitup.0 terminated with code 0 (NO_ERROR)
                                      2024-12-10 18:03:10.273  - info: host.raspberrypi instance system.adapter.modbus.0 terminated with code 0 (NO_ERROR)
                                      2024-12-10 18:03:10.376  - info: host.raspberrypi instance system.adapter.ping.0 started with pid 817
                                      2024-12-10 18:03:10.408  - info: host.raspberrypi instance system.adapter.admin.0 terminated with code 0 (NO_ERROR)
                                      2024-12-10 18:03:17.864  - info: ping.0 (817) starting. Version 1.6.2 in /opt/iobroker/node_modules/iobroker.ping, node: v20.18.1, js-controller: 5.0.19
                                      2024-12-10 18:03:17.941  - warn: ping.0 (817) Poll interval is too short. Reset to 5000 ms.
                                      2024-12-10 18:03:21.717  - info: host.raspberrypi force terminating
                                      2024-12-10 18:03:21.721  - info: host.raspberrypi Adapter ping still running
                                      2024-12-10 18:03:24.399  - info: ping.0 (817) terminating with timeout
                                      2024-12-10 18:03:24.407  - info: ping.0 (817) Terminated (NO_ERROR): Without reason
                                      2024-12-10 18:03:26.556  - error: ping.0 (817) Objects database error: connect ECONNREFUSED 127.0.0.1:9001
                                      2024-12-10 18:03:26.832  - warn: ping.0 (817) get state error: Connection is closed.
                                      2024-12-10 18:03:26.840  - info: ping.0 (817) terminating
                                      
                                      

                                      ============ Mark until here for C&P =============

                                      iob diag has finished.

                                      Press any key for a summary

                                      
                                      
                                      so was sollte ich nun noch durchführen ?
                                      Thomas BraunT Online
                                      Thomas BraunT Online
                                      Thomas Braun
                                      Most Active
                                      schrieb am zuletzt editiert von
                                      #26

                                      @zimbl sagte in nach dem Update, geht nichts mehr.....:

                                      aber muss auch wieder über das Skript laufen, da der normale immer noch nicht läuft...
                                      steht dann dort wieder, das ich den Fix durchführen muss, aber auch , nachdem ich
                                      den Fix durchgeführt habe..

                                      Ja, da ist ein 'Bug' drin. Deswegen ja die Testversion, da ist es behoben.

                                      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

                                      Z 1 Antwort Letzte Antwort
                                      0
                                      • Thomas BraunT Thomas Braun

                                        @zimbl sagte in nach dem Update, geht nichts mehr.....:

                                        aber muss auch wieder über das Skript laufen, da der normale immer noch nicht läuft...
                                        steht dann dort wieder, das ich den Fix durchführen muss, aber auch , nachdem ich
                                        den Fix durchgeführt habe..

                                        Ja, da ist ein 'Bug' drin. Deswegen ja die Testversion, da ist es behoben.

                                        Z Offline
                                        Z Offline
                                        Zimbl
                                        schrieb am zuletzt editiert von
                                        #27

                                        @thomas-braun

                                        ah ok, danke für die Info Thomas...

                                        die Updates laufen derzeit, danach führe ich wieder den DIAG aus...

                                        Z 1 Antwort Letzte Antwort
                                        0
                                        • Z Zimbl

                                          @thomas-braun

                                          ah ok, danke für die Info Thomas...

                                          die Updates laufen derzeit, danach führe ich wieder den DIAG aus...

                                          Z Offline
                                          Z Offline
                                          Zimbl
                                          schrieb am zuletzt editiert von
                                          #28

                                          So ich habe wieder mal ein aktuelles Ergebnis :

                                          
                                          ========== Start marking the full check here ===========
                                          
                                          ```bash
                                          Script v.2024-12-09 Raspbian+zigbee diag+masking
                                          
                                          *** BASE SYSTEM ***
                                             Static hostname: raspberrypi
                                                   Icon name: computer
                                            Operating System: Raspbian GNU/Linux 11 (bullseye)
                                                      Kernel: Linux 6.1.21-v7+
                                                Architecture: arm
                                          OS is similar to: debian
                                          
                                          Model           : Raspberry Pi 2 Model B Rev 1.1
                                          Docker          : false
                                          Virtualization  : none
                                          Kernel          : armv7l
                                          Userland        : 32 bit
                                          
                                          Systemuptime and Load:
                                           18:52:41 up 50 min,  1 user,  load average: 1.45, 1.87, 1.47
                                          CPU threads: 4
                                          
                                          
                                          *** LIFE CYCLE STATUS ***
                                          Debian 'bullseye' is the current oldstable version. Please upgrade to the latest stable release 'bookworm' in due time!
                                          
                                          *** RASPBERRY THROTTLING ***
                                          Current issues:
                                          No throttling issues detected.
                                          
                                          Previously detected issues:
                                          ~ Under-voltage has occurred
                                          ~ Arm frequency capping has occurred
                                          
                                          *** TIME AND TIMEZONES ***
                                                         Local time: Tue 2024-12-10 18:52:41 CET
                                                     Universal time: Tue 2024-12-10 17:52:41 UTC
                                                           RTC time: n/a
                                                          Time zone: Europe/Berlin (CET, +0100)
                                          System clock synchronized: yes
                                                        NTP service: active
                                                    RTC in local TZ: no
                                          
                                          *** Users and Groups ***
                                          User that called 'iob diag':
                                          pi
                                          HOME=/home/pi
                                          GROUPS=pi adm dialout cdrom sudo audio video plugdev games users input render netdev gpio i2c spi iobroker
                                          
                                          User that is running 'js-controller':
                                          iobroker
                                          HOME=/home/iobroker
                                          GROUPS=iobroker tty dialout audio video plugdev bluetooth gpio i2c
                                          
                                          *** DISPLAY-SERVER SETUP ***
                                          Display-Server: false
                                          Desktop:
                                          Terminal:       tty
                                          
                                          *** MEMORY ***
                                                         total        used        free      shared  buff/cache   available
                                          Mem:            921M        517M         75M        0.0K        328M        344M
                                          Swap:            99M         92M        7.0M
                                          Total:          1.0G        610M         82M
                                          
                                          Active iob-Instances:   10
                                          
                                                    921 M total memory
                                                    517 M used memory
                                                    300 M active memory
                                                    466 M inactive memory
                                                     74 M free memory
                                                     22 M buffer memory
                                                    307 M swap cache
                                                     99 M total swap
                                                     92 M used swap
                                                      7 M free swap
                                          
                                          *** top - Table Of Processes  ***
                                          top - 18:52:43 up 50 min,  1 user,  load average: 1.41, 1.86, 1.47
                                          Tasks: 133 total,   1 running, 132 sleeping,   0 stopped,   0 zombie
                                          %Cpu(s):  2.6 us,  3.9 sy,  0.0 ni, 93.4 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st
                                          MiB Mem :    922.0 total,     74.4 free,    518.1 used,    329.4 buff/cache
                                          MiB Swap:    100.0 total,      7.3 free,     92.7 used.    343.8 avail Mem
                                          
                                          *** FAILED SERVICES ***
                                          
                                            UNIT             LOAD   ACTIVE SUB    DESCRIPTION
                                          * rc-local.service loaded failed failed /etc/rc.local Compatibility
                                          
                                          LOAD   = Reflects whether the unit definition was properly loaded.
                                          ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
                                          SUB    = The low-level unit activation state, values depend on unit type.
                                          1 loaded units listed.
                                          
                                          
                                          *** DMESG CRITICAL ERRORS ***
                                          1 CRITICAL ERRORS DETECTED!
                                          Check 'sudo dmesg --level=emerg,alert,crit -T' for details
                                          
                                          *** FILESYSTEM ***
                                          Filesystem     Type      Size  Used Avail Use% Mounted on
                                          /dev/root      ext4       59G  7.0G   49G  13% /
                                          devtmpfs       devtmpfs  333M     0  333M   0% /dev
                                          tmpfs          tmpfs     461M     0  461M   0% /dev/shm
                                          tmpfs          tmpfs     185M  944K  184M   1% /run
                                          tmpfs          tmpfs     5.0M  4.0K  5.0M   1% /run/lock
                                          /dev/mmcblk0p1 vfat      255M   51M  205M  20% /boot
                                          tmpfs          tmpfs      93M     0   93M   0% /run/user/1000
                                          
                                          Messages concerning ext4 filesystem in dmesg:
                                          [Tue Dec 10 18:02:05 2024] Kernel command line: coherent_pool=1M snd_bcm2835.enable_headphones=0 snd_bcm2835.enable_headphones=1 snd_bcm2835.enable_hdmi=1 snd_bcm2835.enable_hdmi=0 video=Composite-1:720x480@60i vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  console=ttyAMA0,115200 console=tty1 root=PARTUUID=a13bd72e-02 rootfstype=ext4 fsck.repair=yes rootwait
                                          [Tue Dec 10 18:02:09 2024] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Quota mode: none.
                                          [Tue Dec 10 18:02:09 2024] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
                                          [Tue Dec 10 18:02:14 2024] EXT4-fs (mmcblk0p2): re-mounted. Quota mode: none.
                                          
                                          Show mounted filesystems:
                                          TARGET  SOURCE         FSTYPE OPTIONS
                                          /       /dev/mmcblk0p2 ext4   rw,noatime
                                          `-/boot /dev/mmcblk0p1 vfat   rw,relatime,fmask=0022,dmask=0022,codepage=437,ioc
                                          
                                          Files in neuralgic directories:
                                          
                                          /var:
                                          2.2G    /var/
                                          1.9G    /var/log/journal/b4db8c2bf1074a1ba2ba6c07d9465d9d
                                          1.9G    /var/log/journal
                                          1.9G    /var/log
                                          123M    /var/cache
                                          
                                          Archived and active journals take up 1.8G in the file system.
                                          
                                          /opt/iobroker/backups:
                                          97M     /opt/iobroker/backups/
                                          
                                          /opt/iobroker/iobroker-data:
                                          818M    /opt/iobroker/iobroker-data/
                                          722M    /opt/iobroker/iobroker-data/files
                                          617M    /opt/iobroker/iobroker-data/files/javascript.admin
                                          560M    /opt/iobroker/iobroker-data/files/javascript.admin/static
                                          558M    /opt/iobroker/iobroker-data/files/javascript.admin/static/js
                                          
                                          The five largest files in iobroker-data are:
                                          24M     /opt/iobroker/iobroker-data/files/modbus.admin/static/js/main.6a71b34c.js.map
                                          21M     /opt/iobroker/iobroker-data/objects.jsonl
                                          12M     /opt/iobroker/iobroker-data/files/backitup.admin/static/js/main.bd24114f.js
                                          9.3M    /opt/iobroker/iobroker-data/files/modbus.admin/static/js/main.6a71b34c.js
                                          8.7M    /opt/iobroker/iobroker-data/files/javascript.admin/static/js/838.0aa41cb0.chunk.js.map
                                          
                                          USB-Devices by-id:
                                          USB-Sticks -  Avoid direct links to /dev/tty* in your adapter setups, please always prefer the links 'by-id':
                                          
                                          /dev/serial/by-id/usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_ceccc8e6cbc9eb119edf8b4f1d69213e-if00-port0
                                          
                                          *** ZigBee Settings ***
                                          
                                          Your zigbee.0 COM-Port is matching 'by-id'. Very good!
                                          Zigbee Network Settings on your coordinator/in nvbackup are:
                                          
                                          zigbee.X
                                          Extended Pan ID:
                                          *** MASKED ***
                                          Pan ID:
                                          *** MASKED ***
                                          Channel:
                                          *** MASKED ***
                                          Network Key:
                                          *** MASKED ***
                                          
                                          To unmask the settings run 'iob diag --unmask'
                                          
                                          
                                          *** NodeJS-Installation ***
                                          
                                          /usr/bin/nodejs         v20.18.1
                                          /usr/bin/node           v20.18.1
                                          /usr/bin/npm            10.8.2
                                          /usr/bin/npx            10.8.2
                                          /usr/bin/corepack       0.29.4
                                          
                                          nodejs:
                                            Installed: 20.18.1-1nodesource1
                                            Candidate: 20.18.1-1nodesource1
                                            Version table:
                                           *** 20.18.1-1nodesource1 600
                                                  500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                                  100 /var/lib/dpkg/status
                                               20.18.0-1nodesource1 600
                                                  500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                               20.17.0-1nodesource1 600
                                                  500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                               20.16.0-1nodesource1 600
                                                  500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                               20.15.1-1nodesource1 600
                                                  500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                               20.15.0-1nodesource1 600
                                                  500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                               20.14.0-1nodesource1 600
                                                  500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                               20.13.1-1nodesource1 600
                                                  500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                               20.13.0-1nodesource1 600
                                                  500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                               20.12.2-1nodesource1 600
                                                  500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                               20.12.1-1nodesource1 600
                                                  500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                               20.12.0-1nodesource1 600
                                                  500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                               20.11.1-1nodesource1 600
                                                  500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                               20.11.0-1nodesource1 600
                                                  500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                               20.10.0-1nodesource1 600
                                                  500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                               20.9.0-1nodesource1 600
                                                  500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                               20.8.1-1nodesource1 600
                                                  500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                               20.8.0-1nodesource1 600
                                                  500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                               20.7.0-1nodesource1 600
                                                  500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                               20.6.1-1nodesource1 600
                                                  500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                               20.6.0-1nodesource1 600
                                                  500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                               20.5.1-1nodesource1 600
                                                  500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                               20.5.0-1nodesource1 600
                                                  500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                               20.4.0-1nodesource1 600
                                                  500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                               20.3.1-1nodesource1 600
                                                  500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                               20.3.0-1nodesource1 600
                                                  500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                               20.2.0-1nodesource1 600
                                                  500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                               20.1.0-1nodesource1 600
                                                  500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                               20.0.0-1nodesource1 600
                                                  500 https://deb.nodesource.com/node_20.x nodistro/main armhf Packages
                                               12.22.12~dfsg-1~deb11u5 500
                                                  500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages
                                          
                                          Temp directories causing deletion problem: 0
                                          No problems detected
                                          
                                          Errors in npm tree: 0
                                          No problems detected
                                          
                                          *** ioBroker-Installation ***
                                          
                                          ioBroker Status
                                          iobroker is running on this host.
                                          
                                          
                                          Objects type: jsonl
                                          States  type: jsonl
                                          
                                          Hosts:
                                          raspberrypi         raspberrypi (version: 7.0.3, hostname: raspberrypi   , alive, uptime: 495)
                                          
                                          Core adapters versions
                                          js-controller:  7.0.3
                                          admin:          7.1.5
                                          javascript:     8.8.3
                                          
                                          nodejs modules from github:     0
                                          
                                          Adapter State
                                          + system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0 (SSL), run as: admin
                                          + system.adapter.backitup.0               : backitup              : raspberrypi                              -  enabled
                                            system.adapter.discovery.0              : discovery             : raspberrypi                              - disabled
                                            system.adapter.gruenbeck.0              : gruenbeck             : raspberrypi                              - disabled
                                          + system.adapter.javascript.0             : javascript            : raspberrypi                              -  enabled
                                          + system.adapter.modbus.0                 : modbus                : raspberrypi                              -  enabled
                                          + system.adapter.ping.0                   : ping                  : raspberrypi                              -  enabled
                                          + system.adapter.rpi2.0                   : rpi2                  : raspberrypi                              -  enabled
                                          + system.adapter.shelly.0                 : shelly                : raspberrypi                              -  enabled, port: 1882, bind: 0.0.0.0
                                          + system.adapter.tuya.0                   : tuya                  : raspberrypi                              -  enabled
                                          + system.adapter.zigbee.0                 : zigbee                : raspberrypi                              -  enabled, port: /dev/serial/by-id/usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_ceccc8e6cbc9eb119edf8b4f1d69213e-if00-port0
                                          
                                          + instance is alive
                                          
                                          Enabled adapters with bindings
                                          + system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0 (SSL), run as: admin
                                          + system.adapter.shelly.0                 : shelly                : raspberrypi                              -  enabled, port: 1882, bind: 0.0.0.0
                                          + system.adapter.zigbee.0                 : zigbee                : raspberrypi                              -  enabled, port: /dev/serial/by-id/usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_ceccc8e6cbc9eb119edf8b4f1d69213e-if00-port0
                                          
                                          ioBroker-Repositories
                                          ┌─────────┬──────────┬─────────────────────────────────────────────────────────┬──────────────┐
                                          │ (index) │ name     │ url                                                     │ auto upgrade │
                                          ├─────────┼──────────┼─────────────────────────────────────────────────────────┼──────────────┤
                                          │ 0       │ 'stable' │ 'http://download.iobroker.net/sources-dist.json'        │ false        │
                                          │ 1       │ 'beta'   │ 'http://download.iobroker.net/sources-dist-latest.json' │ false        │
                                          └─────────┴──────────┴─────────────────────────────────────────────────────────┴──────────────┘
                                          
                                          Active repo(s): stable
                                          Upgrade policy: none
                                          
                                          Installed ioBroker-Instances
                                          Used repository: stable
                                          Adapter    "admin"        : 7.1.5    , installed 7.1.5
                                          Adapter    "backitup"     : 3.0.25   , installed 3.0.25
                                          Adapter    "deconz"       : 1.4.1    , installed 1.4.1
                                          Adapter    "discovery"    : 5.0.0    , installed 5.0.0
                                          Adapter    "gruenbeck"    : 0.0.43   , installed 0.0.43
                                          Adapter    "javascript"   : 8.8.3    , installed 8.8.3
                                          Controller "js-controller": 7.0.3    , installed 7.0.3
                                          Adapter    "modbus"       : 6.3.2    , installed 6.3.2
                                          Adapter    "ping"         : 1.6.2    , installed 1.6.2
                                          Adapter    "rpi2"         : 2.2.1    , installed 2.2.1
                                          Adapter    "shelly"       : 8.2.1    , installed 8.2.1
                                          Adapter    "sonoff"       : 3.1.2    , installed 3.1.2
                                          Adapter    "tuya"         : 3.16.0   , installed 3.16.0
                                          Adapter    "zigbee"       : 1.10.3   , installed 1.10.3
                                          
                                          Objects and States
                                          Please stand by - This may take a while
                                          Objects:        974
                                          States:         665
                                          
                                          *** OS-Repositories and Updates ***
                                          Hit:1 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
                                          Hit:2 http://archive.raspberrypi.org/debian bullseye InRelease
                                          Hit:3 https://deb.nodesource.com/node_20.x nodistro InRelease
                                          Reading package lists... Done
                                          Pending Updates: 0
                                          
                                          *** Listening Ports ***
                                          Active Internet connections (only servers)
                                          Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode      PID/Program name
                                          tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1001       33968      3854/iobroker.js-co
                                          tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       33963      3854/iobroker.js-co
                                          tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          11824      446/sshd: /usr/sbin
                                          tcp6       0      0 :::8081                 :::*                    LISTEN      1001       34103      3872/io.admin.0
                                          tcp6       0      0 :::22                   :::*                    LISTEN      0          11826      446/sshd: /usr/sbin
                                          udp        0      0 0.0.0.0:5353            0.0.0.0:*                           108        12579      344/avahi-daemon: r
                                          udp        0      0 0.0.0.0:6666            0.0.0.0:*                           1001       34921      3919/io.tuya.0
                                          udp        0      0 0.0.0.0:6667            0.0.0.0:*                           1001       34922      3919/io.tuya.0
                                          udp        0      0 0.0.0.0:5683            0.0.0.0:*                           1001       33344      3950/io.shelly.0
                                          udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          448        571/dhcpcd
                                          udp        0      0 0.0.0.0:46688           0.0.0.0:*                           108        12581      344/avahi-daemon: r
                                          udp6       0      0 :::5353                 :::*                                108        12580      344/avahi-daemon: r
                                          udp6       0      0 :::58708                :::*                                108        12582      344/avahi-daemon: r
                                          udp6       0      0 :::546                  :::*                                0          13728      571/dhcpcd
                                          
                                          *** Log File - Last 25 Lines ***
                                          
                                          2024-12-10 18:51:53.743  - info: host.raspberrypi stopInstance system.adapter.rpi2.0 (force=false, process=true)
                                          2024-12-10 18:51:53.811  - info: rpi2.0 (5014) Got terminate signal TERMINATE_YOURSELF
                                          2024-12-10 18:51:53.828  - info: host.raspberrypi stopInstance system.adapter.rpi2.0 send kill signal
                                          2024-12-10 18:51:53.823  - info: rpi2.0 (5014) terminating
                                          2024-12-10 18:51:53.830  - info: rpi2.0 (5014) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                                          2024-12-10 18:51:54.454  - info: rpi2.0 (5014) terminating
                                          2024-12-10 18:51:54.529  - error: rpi2.0 (5014) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                                          2024-12-10 18:51:54.531  - error: rpi2.0 (5014) unhandled promise rejection: DB closed
                                          2024-12-10 18:51:54.540  - error: rpi2.0 (5014) Error: DB closed
                                              at Redis.sendCommand (/opt/iobroker/node_modules/ioredis/built/redis/index.js:636:24)
                                              at Redis.get (/opt/iobroker/node_modules/ioredis/built/commander.js:122:25)
                                              at ObjectsInRedisClient._getObject (file:///opt/iobroker/node_modules/@iobroker/db-objects-redis/build/esm/lib/objects/objectsInRedisClient.js:2333:37)
                                              at Immediate.<anonymous> (file:///opt/iobroker/node_modules/@iobroker/db-objects-redis/build/esm/lib/objects/objectsInRedisClient.js:2374:29)
                                              at process.processImmediate (node:internal/timers:485:21)
                                          2024-12-10 18:51:54.543  - error: rpi2.0 (5014) DB closed
                                          2024-12-10 18:51:54.668  - info: host.raspberrypi instance system.adapter.rpi2.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                                          2024-12-10 18:51:59.938  - info: host.raspberrypi instance system.adapter.rpi2.0 in version "2.2.1" started with pid 5085
                                          2024-12-10 18:52:07.710  - info: rpi2.0 (5085) starting. Version 2.2.1 in /opt/iobroker/node_modules/iobroker.rpi2, node: v20.18.1, js-controller: 7.0.3
                                          2024-12-10 18:53:10.144  - info: admin.0 (3872) ==> Connected system.user.admin from ::ffff:192.168.178.82
                                          2024-12-10 18:53:11.238  - info: zigbee.0 (3932) List of port: [{"path":"/dev/ttyAMA0"},{"path":"/dev/ttyUSB0","manufacturer":"ITead","serialNumber":"ceccc8e6cbc9eb119edf8b4f1d69213e","pnpId":"usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_ceccc8e6cbc9eb119edf8b4f1d69213e-if00-port0","vendorId":"10c4","productId":"ea60"}]
                                          2024-12-10 18:53:16.482  - info: admin.0 (3872) <== Disconnect system.user.admin from ::ffff:192.168.178.82
                                          2024-12-10 18:53:24.487  - info: admin.0 (3872) ==> Connected system.user.admin from ::ffff:192.168.178.82
                                          2024-12-10 18:53:46.635  - info: admin.0 (3872) <== Disconnect system.user.admin from ::ffff:192.168.178.82 javascript
                                          2024-12-10 18:53:57.051  - info: admin.0 (3872) ==> Connected system.user.admin from ::ffff:192.168.178.82
                                          2024-12-10 18:54:58.672  - warn: backitup.0 (3886) [iobroker/clean] No older backup files are deleted, because this backup was started manually
                                          
                                          

                                          ============ Mark until here for C&P =============

                                          iob diag has finished.

                                          Press any key for a summary

                                          Thomas BraunT 2 Antworten Letzte Antwort
                                          0
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate
                                          FAQ Cloud / IOT
                                          HowTo: Node.js-Update
                                          HowTo: Backup/Restore
                                          Downloads
                                          BLOG

                                          417

                                          Online

                                          32.6k

                                          Benutzer

                                          82.0k

                                          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