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. ioBroker update führt zu GLIBCXX_3.4.26-Problem - GELÖST!

NEWS

  • Jahresrückblick 2025 – unser neuer Blogbeitrag ist online! ✨
    BluefoxB
    Bluefox
    14
    1
    337

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

  • Weihnachtsangebot 2025! 🎄
    BluefoxB
    Bluefox
    25
    1
    1.8k

ioBroker update führt zu GLIBCXX_3.4.26-Problem - GELÖST!

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
92 Beiträge 5 Kommentatoren 15.9k Aufrufe 4 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.
  • K KNX-Bodensee

    Ich wollte gerade meinen iobroker auf nodejs 18.x aktualisieren, da der knx-Adapter dies voraussetzt.
    Die Installation lief vermeintlich gut durch, aber es kam dann auch die GLIBCXX-Fehlermeldung.

    nun bin ich an einem Punkt, an dem garnichts mehr läuft.
    iob fix habe ich schon laufen lassen, wenn ich

    sudo -H -u iobroker npm install iobroker.js-controller
    

    Eingebe kommt

    sudo: npm: command not found
    

    Bei

     type -P nodejs node npm npx && nodejs -v && node -v && npm -v && npx -v
    

    kommt nur:

    /usr/bin/nodejs
    

    Wie bekomme ich das System wieder ans laufen? Ein Bakcup über den BackItUp-Adapter habe ich vor der Aktion gemacht.

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

    @knx-bodensee sagte in ioBroker update führt zu GLIBCXX_3.4.26-Problem - GELÖST!:

    aber es kam dann auch die GLIBCXX-Fehlermeldung.

    Dann ist dein Betriebssystem zu alt.
    Installier da NEU das aktuelle Release. Und dann würde ich auch gleich nodejs@20 einspielen, das ist die derzeitige Empfehlung für den ioBroker. Und dann da halt dein Backup reinjubeln.

    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
    • K Offline
      K Offline
      KNX-Bodensee
      schrieb am zuletzt editiert von
      #69

      Sodele, habe nach einem kompletten Update des Raspberry mittels

      curl -sLf https://iobroker.net/install.sh | bash -
      

      das System neu installiert. Die Installation spuckt aber diese Fehlermeldung aus:

      ==========================================================================
          Installing prerequisites (1/4)
      ==========================================================================
      
      Hit:1 http://archive.raspberrypi.org/debian buster InRelease
      Hit:2 http://raspbian.raspberrypi.org/raspbian buster InRelease
      Hit:3 https://deb.nodesource.com/node_20.x nodistro InRelease
      Reading package lists... Done
      node: /lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by node)
      bash: line 919: [: !=: unary operator expected
      

      Irgendwie hänge ich fest ;-)

      Thomas BraunT 1 Antwort Letzte Antwort
      0
      • K KNX-Bodensee

        Sodele, habe nach einem kompletten Update des Raspberry mittels

        curl -sLf https://iobroker.net/install.sh | bash -
        

        das System neu installiert. Die Installation spuckt aber diese Fehlermeldung aus:

        ==========================================================================
            Installing prerequisites (1/4)
        ==========================================================================
        
        Hit:1 http://archive.raspberrypi.org/debian buster InRelease
        Hit:2 http://raspbian.raspberrypi.org/raspbian buster InRelease
        Hit:3 https://deb.nodesource.com/node_20.x nodistro InRelease
        Reading package lists... Done
        node: /lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by node)
        bash: line 919: [: !=: unary operator expected
        

        Irgendwie hänge ich fest ;-)

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

        @knx-bodensee sagte in ioBroker update führt zu GLIBCXX_3.4.26-Problem - GELÖST!:

        Irgendwie hänge ich fest

        Ja, du hängst da offenbar auf einer längst abgekündigten Version deines Betriebssystems fest. Vermutlich was aus der 'Buster'-Ära.

        cat /etc/debian_version
        

        sagt?

        Edit: Steht ja auch schon in deinem Log...

        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

        K 1 Antwort Letzte Antwort
        0
        • Thomas BraunT Thomas Braun

          @knx-bodensee sagte in ioBroker update führt zu GLIBCXX_3.4.26-Problem - GELÖST!:

          Irgendwie hänge ich fest

          Ja, du hängst da offenbar auf einer längst abgekündigten Version deines Betriebssystems fest. Vermutlich was aus der 'Buster'-Ära.

          cat /etc/debian_version
          

          sagt?

          Edit: Steht ja auch schon in deinem Log...

          K Offline
          K Offline
          KNX-Bodensee
          schrieb am zuletzt editiert von
          #71

          @thomas-braun said in ioBroker update führt zu GLIBCXX_3.4.26-Problem - GELÖST!:

          cat /etc/debian_version

          .....sagt 10.13

          Thomas BraunT 1 Antwort Letzte Antwort
          0
          • K KNX-Bodensee

            @thomas-braun said in ioBroker update führt zu GLIBCXX_3.4.26-Problem - GELÖST!:

            cat /etc/debian_version

            .....sagt 10.13

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

            @knx-bodensee

            Installier da NEU die Version 12 'Bookworm'.

            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

            K 1 Antwort Letzte Antwort
            0
            • Thomas BraunT Thomas Braun

              @knx-bodensee

              Installier da NEU die Version 12 'Bookworm'.

              K Offline
              K Offline
              KNX-Bodensee
              schrieb am zuletzt editiert von
              #73

              @thomas-braun Ok, das wird wohl was größeres. Muss ich mal in den Keller und die SD-Karte ausbauen ;-)
              Nächste Woche ist ja Feiertag und Brückentag, da kann ich das angehen.

              I 1 Antwort Letzte Antwort
              0
              • K KNX-Bodensee

                @thomas-braun Ok, das wird wohl was größeres. Muss ich mal in den Keller und die SD-Karte ausbauen ;-)
                Nächste Woche ist ja Feiertag und Brückentag, da kann ich das angehen.

                I Offline
                I Offline
                ioTechnik
                schrieb am zuletzt editiert von Homoran
                #74

                Hallo, ich habe das gleiche Problem.
                Im iobroker wurde angezeigt das Betriebssystem meines Raspi 3B Rev. 1.2 auf den neuesten Stand zu bringen.
                Leider kommt die obige Meldung und iobroker startet nicht mehr. Mein iob diag zeigt mir folgendes

                ======================= SUMMARY =======================
                                       v.2024-05-22
                  Static hostname: raspibroker
                        Icon name: computer
                 Operating System: Raspbian GNU/Linux 10 (buster)
                           Kernel: Linux 5.10.103-v7+
                     Architecture: arm
                
                Installation:           native
                Kernel:                 armv7l
                Userland:               32 bit
                Timezone:               Europe/Berlin (CEST, +0200)
                User-ID:                1000
                Display-Server:         false
                Boot Target:            multi-user.target
                
                Pending OS-Updates:     0
                (node:23850) UnhandledPromiseRejectionWarning: Error: Not supported
                   at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js:1:1)
                   at Module._compile (internal/modules/cjs/loader.js:778:30)
                   at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
                   at Module.load (internal/modules/cjs/loader.js:653:32)
                   at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
                   at Function.Module._load (internal/modules/cjs/loader.js:585:3)
                   at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
                   at startup (internal/bootstrap/node.js:283:19)
                   at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
                (node:23850) UnhandledPromiseRejectionWarning: 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(). (rejection id: 2)
                (node:23850) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
                Pending iob updates:    0
                
                Nodejs-Installation:
                /usr/bin/nodejs         v10.24.0
                /usr/bin/node           v10.24.0
                npm:                    N/A
                npx:                    N/A
                corepack:       N/A
                
                Recommended versions are nodejs  and npm
                *** nodejs is NOT correctly installed ***
                Wrong installation path detected. This needs to be fixed.
                
                Please execute
                iobroker nodejs-update
                to fix these errors.
                
                MEMORY:
                             total        used        free      shared  buff/cache   available
                Mem:           972M         47M        193M         48M        731M        812M
                Swap:           99M        4.0M         95M
                Total:         1.1G         52M        289M
                
                Active iob-Instances:   0
                (node:23870) UnhandledPromiseRejectionWarning: Error: Not supported
                   at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js:1:1)
                   at Module._compile (internal/modules/cjs/loader.js:778:30)
                   at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
                   at Module.load (internal/modules/cjs/loader.js:653:32)
                   at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
                   at Function.Module._load (internal/modules/cjs/loader.js:585:3)
                   at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
                   at startup (internal/bootstrap/node.js:283:19)
                   at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
                (node:23870) UnhandledPromiseRejectionWarning: 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(). (rejection id: 2)
                (node:23870) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
                
                (node:23880) UnhandledPromiseRejectionWarning: Error: Not supported
                   at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js:1:1)
                   at Module._compile (internal/modules/cjs/loader.js:778:30)
                   at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
                   at Module.load (internal/modules/cjs/loader.js:653:32)
                   at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
                   at Function.Module._load (internal/modules/cjs/loader.js:585:3)
                   at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
                   at startup (internal/bootstrap/node.js:283:19)
                   at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
                (node:23880) UnhandledPromiseRejectionWarning: 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(). (rejection id: 2)
                (node:23880) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
                ioBroker Core:          js-controller
                (node:23889) UnhandledPromiseRejectionWarning: Error: Not supported
                   at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js:1:1)
                   at Module._compile (internal/modules/cjs/loader.js:778:30)
                   at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
                   at Module.load (internal/modules/cjs/loader.js:653:32)
                   at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
                   at Function.Module._load (internal/modules/cjs/loader.js:585:3)
                   at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
                   at startup (internal/bootstrap/node.js:283:19)
                   at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
                (node:23889) UnhandledPromiseRejectionWarning: 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(). (rejection id: 2)
                (node:23889) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
                                       admin
                
                (node:23899) UnhandledPromiseRejectionWarning: Error: Not supported
                   at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js:1:1)
                   at Module._compile (internal/modules/cjs/loader.js:778:30)
                   at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
                   at Module.load (internal/modules/cjs/loader.js:653:32)
                   at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
                   at Function.Module._load (internal/modules/cjs/loader.js:585:3)
                   at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
                   at startup (internal/bootstrap/node.js:283:19)
                   at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
                (node:23899) UnhandledPromiseRejectionWarning: 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(). (rejection id: 2)
                (node:23899) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
                ioBroker Status:
                
                Status admin and web instance:
                
                Objects:                0
                States:                 0
                
                Size of iob-Database:
                
                13M     /opt/iobroker/iobroker-data/objects.jsonl
                3.0M    /opt/iobroker/iobroker-data/objects.json.migrated
                3.0M    /opt/iobroker/iobroker-data/objects.json.bak.migrated
                3.1M    /opt/iobroker/iobroker-data/states.jsonl
                8.0K    /opt/iobroker/iobroker-data/states.json.migrated
                8.0K    /opt/iobroker/iobroker-data/states.json.bak.migrated
                =================== END OF SUMMARY ====================
                


                MOD-EDIT: Code in code-tags gesetzt!

                Was kann ich tun

                HomoranH Thomas BraunT 2 Antworten Letzte Antwort
                0
                • I ioTechnik

                  Hallo, ich habe das gleiche Problem.
                  Im iobroker wurde angezeigt das Betriebssystem meines Raspi 3B Rev. 1.2 auf den neuesten Stand zu bringen.
                  Leider kommt die obige Meldung und iobroker startet nicht mehr. Mein iob diag zeigt mir folgendes

                  ======================= SUMMARY =======================
                                         v.2024-05-22
                    Static hostname: raspibroker
                          Icon name: computer
                   Operating System: Raspbian GNU/Linux 10 (buster)
                             Kernel: Linux 5.10.103-v7+
                       Architecture: arm
                  
                  Installation:           native
                  Kernel:                 armv7l
                  Userland:               32 bit
                  Timezone:               Europe/Berlin (CEST, +0200)
                  User-ID:                1000
                  Display-Server:         false
                  Boot Target:            multi-user.target
                  
                  Pending OS-Updates:     0
                  (node:23850) UnhandledPromiseRejectionWarning: Error: Not supported
                     at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js:1:1)
                     at Module._compile (internal/modules/cjs/loader.js:778:30)
                     at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
                     at Module.load (internal/modules/cjs/loader.js:653:32)
                     at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
                     at Function.Module._load (internal/modules/cjs/loader.js:585:3)
                     at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
                     at startup (internal/bootstrap/node.js:283:19)
                     at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
                  (node:23850) UnhandledPromiseRejectionWarning: 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(). (rejection id: 2)
                  (node:23850) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
                  Pending iob updates:    0
                  
                  Nodejs-Installation:
                  /usr/bin/nodejs         v10.24.0
                  /usr/bin/node           v10.24.0
                  npm:                    N/A
                  npx:                    N/A
                  corepack:       N/A
                  
                  Recommended versions are nodejs  and npm
                  *** nodejs is NOT correctly installed ***
                  Wrong installation path detected. This needs to be fixed.
                  
                  Please execute
                  iobroker nodejs-update
                  to fix these errors.
                  
                  MEMORY:
                               total        used        free      shared  buff/cache   available
                  Mem:           972M         47M        193M         48M        731M        812M
                  Swap:           99M        4.0M         95M
                  Total:         1.1G         52M        289M
                  
                  Active iob-Instances:   0
                  (node:23870) UnhandledPromiseRejectionWarning: Error: Not supported
                     at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js:1:1)
                     at Module._compile (internal/modules/cjs/loader.js:778:30)
                     at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
                     at Module.load (internal/modules/cjs/loader.js:653:32)
                     at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
                     at Function.Module._load (internal/modules/cjs/loader.js:585:3)
                     at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
                     at startup (internal/bootstrap/node.js:283:19)
                     at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
                  (node:23870) UnhandledPromiseRejectionWarning: 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(). (rejection id: 2)
                  (node:23870) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
                  
                  (node:23880) UnhandledPromiseRejectionWarning: Error: Not supported
                     at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js:1:1)
                     at Module._compile (internal/modules/cjs/loader.js:778:30)
                     at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
                     at Module.load (internal/modules/cjs/loader.js:653:32)
                     at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
                     at Function.Module._load (internal/modules/cjs/loader.js:585:3)
                     at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
                     at startup (internal/bootstrap/node.js:283:19)
                     at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
                  (node:23880) UnhandledPromiseRejectionWarning: 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(). (rejection id: 2)
                  (node:23880) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
                  ioBroker Core:          js-controller
                  (node:23889) UnhandledPromiseRejectionWarning: Error: Not supported
                     at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js:1:1)
                     at Module._compile (internal/modules/cjs/loader.js:778:30)
                     at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
                     at Module.load (internal/modules/cjs/loader.js:653:32)
                     at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
                     at Function.Module._load (internal/modules/cjs/loader.js:585:3)
                     at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
                     at startup (internal/bootstrap/node.js:283:19)
                     at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
                  (node:23889) UnhandledPromiseRejectionWarning: 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(). (rejection id: 2)
                  (node:23889) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
                                         admin
                  
                  (node:23899) UnhandledPromiseRejectionWarning: Error: Not supported
                     at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js:1:1)
                     at Module._compile (internal/modules/cjs/loader.js:778:30)
                     at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
                     at Module.load (internal/modules/cjs/loader.js:653:32)
                     at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
                     at Function.Module._load (internal/modules/cjs/loader.js:585:3)
                     at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
                     at startup (internal/bootstrap/node.js:283:19)
                     at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
                  (node:23899) UnhandledPromiseRejectionWarning: 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(). (rejection id: 2)
                  (node:23899) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
                  ioBroker Status:
                  
                  Status admin and web instance:
                  
                  Objects:                0
                  States:                 0
                  
                  Size of iob-Database:
                  
                  13M     /opt/iobroker/iobroker-data/objects.jsonl
                  3.0M    /opt/iobroker/iobroker-data/objects.json.migrated
                  3.0M    /opt/iobroker/iobroker-data/objects.json.bak.migrated
                  3.1M    /opt/iobroker/iobroker-data/states.jsonl
                  8.0K    /opt/iobroker/iobroker-data/states.json.migrated
                  8.0K    /opt/iobroker/iobroker-data/states.json.bak.migrated
                  =================== END OF SUMMARY ====================
                  


                  MOD-EDIT: Code in code-tags gesetzt!

                  Was kann ich tun

                  HomoranH Nicht stören
                  HomoranH Nicht stören
                  Homoran
                  Global Moderator Administrators
                  schrieb am zuletzt editiert von Homoran
                  #75

                  @ioTechnik
                  das ist leider nur die Zusammenfassung.

                  Aber sa sieht man, dass Dein Betriebssystem schon einige Jahre auf dem Buckel hat

                  @iotechnik sagte in ioBroker update führt zu GLIBCXX_3.4.26-Problem - GELÖST!:

                  Operating System: Raspbian GNU/Linux 10 (buster)

                  Inzwischen sind wir bei RaspiOS 12 (Bookworm)

                  Es müssen schon einige Viele Jahre sein
                  Node 10 ist ja uralt.
                  mittlerweile sind wir bei node 20!

                  da hilft nur eine komplette Neuinstallation, je nach Raspi aber nicht
                  @iotechnik sagte in ioBroker update führt zu GLIBCXX_3.4.26-Problem - GELÖST!:

                  Userland: 32 bit

                  sondern 64 bit.

                  und dann das letzte Backup zurückspielen.

                  kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

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

                  der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                  I 1 Antwort Letzte Antwort
                  0
                  • I ioTechnik

                    Hallo, ich habe das gleiche Problem.
                    Im iobroker wurde angezeigt das Betriebssystem meines Raspi 3B Rev. 1.2 auf den neuesten Stand zu bringen.
                    Leider kommt die obige Meldung und iobroker startet nicht mehr. Mein iob diag zeigt mir folgendes

                    ======================= SUMMARY =======================
                                           v.2024-05-22
                      Static hostname: raspibroker
                            Icon name: computer
                     Operating System: Raspbian GNU/Linux 10 (buster)
                               Kernel: Linux 5.10.103-v7+
                         Architecture: arm
                    
                    Installation:           native
                    Kernel:                 armv7l
                    Userland:               32 bit
                    Timezone:               Europe/Berlin (CEST, +0200)
                    User-ID:                1000
                    Display-Server:         false
                    Boot Target:            multi-user.target
                    
                    Pending OS-Updates:     0
                    (node:23850) UnhandledPromiseRejectionWarning: Error: Not supported
                       at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js:1:1)
                       at Module._compile (internal/modules/cjs/loader.js:778:30)
                       at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
                       at Module.load (internal/modules/cjs/loader.js:653:32)
                       at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
                       at Function.Module._load (internal/modules/cjs/loader.js:585:3)
                       at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
                       at startup (internal/bootstrap/node.js:283:19)
                       at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
                    (node:23850) UnhandledPromiseRejectionWarning: 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(). (rejection id: 2)
                    (node:23850) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
                    Pending iob updates:    0
                    
                    Nodejs-Installation:
                    /usr/bin/nodejs         v10.24.0
                    /usr/bin/node           v10.24.0
                    npm:                    N/A
                    npx:                    N/A
                    corepack:       N/A
                    
                    Recommended versions are nodejs  and npm
                    *** nodejs is NOT correctly installed ***
                    Wrong installation path detected. This needs to be fixed.
                    
                    Please execute
                    iobroker nodejs-update
                    to fix these errors.
                    
                    MEMORY:
                                 total        used        free      shared  buff/cache   available
                    Mem:           972M         47M        193M         48M        731M        812M
                    Swap:           99M        4.0M         95M
                    Total:         1.1G         52M        289M
                    
                    Active iob-Instances:   0
                    (node:23870) UnhandledPromiseRejectionWarning: Error: Not supported
                       at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js:1:1)
                       at Module._compile (internal/modules/cjs/loader.js:778:30)
                       at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
                       at Module.load (internal/modules/cjs/loader.js:653:32)
                       at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
                       at Function.Module._load (internal/modules/cjs/loader.js:585:3)
                       at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
                       at startup (internal/bootstrap/node.js:283:19)
                       at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
                    (node:23870) UnhandledPromiseRejectionWarning: 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(). (rejection id: 2)
                    (node:23870) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
                    
                    (node:23880) UnhandledPromiseRejectionWarning: Error: Not supported
                       at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js:1:1)
                       at Module._compile (internal/modules/cjs/loader.js:778:30)
                       at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
                       at Module.load (internal/modules/cjs/loader.js:653:32)
                       at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
                       at Function.Module._load (internal/modules/cjs/loader.js:585:3)
                       at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
                       at startup (internal/bootstrap/node.js:283:19)
                       at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
                    (node:23880) UnhandledPromiseRejectionWarning: 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(). (rejection id: 2)
                    (node:23880) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
                    ioBroker Core:          js-controller
                    (node:23889) UnhandledPromiseRejectionWarning: Error: Not supported
                       at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js:1:1)
                       at Module._compile (internal/modules/cjs/loader.js:778:30)
                       at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
                       at Module.load (internal/modules/cjs/loader.js:653:32)
                       at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
                       at Function.Module._load (internal/modules/cjs/loader.js:585:3)
                       at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
                       at startup (internal/bootstrap/node.js:283:19)
                       at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
                    (node:23889) UnhandledPromiseRejectionWarning: 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(). (rejection id: 2)
                    (node:23889) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
                                           admin
                    
                    (node:23899) UnhandledPromiseRejectionWarning: Error: Not supported
                       at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js:1:1)
                       at Module._compile (internal/modules/cjs/loader.js:778:30)
                       at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
                       at Module.load (internal/modules/cjs/loader.js:653:32)
                       at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
                       at Function.Module._load (internal/modules/cjs/loader.js:585:3)
                       at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
                       at startup (internal/bootstrap/node.js:283:19)
                       at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
                    (node:23899) UnhandledPromiseRejectionWarning: 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(). (rejection id: 2)
                    (node:23899) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
                    ioBroker Status:
                    
                    Status admin and web instance:
                    
                    Objects:                0
                    States:                 0
                    
                    Size of iob-Database:
                    
                    13M     /opt/iobroker/iobroker-data/objects.jsonl
                    3.0M    /opt/iobroker/iobroker-data/objects.json.migrated
                    3.0M    /opt/iobroker/iobroker-data/objects.json.bak.migrated
                    3.1M    /opt/iobroker/iobroker-data/states.jsonl
                    8.0K    /opt/iobroker/iobroker-data/states.json.migrated
                    8.0K    /opt/iobroker/iobroker-data/states.json.bak.migrated
                    =================== END OF SUMMARY ====================
                    


                    MOD-EDIT: Code in code-tags gesetzt!

                    Was kann ich tun

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

                    @iotechnik sagte in ioBroker update führt zu GLIBCXX_3.4.26-Problem - GELÖST!:

                    Hallo, ich habe das gleiche Problem.

                    Dann ist es auch die gleiche Lösung wie bei den 62153723712123 Vorpostern mit 'dem gleichen Problem'.

                    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
                    • HomoranH Homoran

                      @ioTechnik
                      das ist leider nur die Zusammenfassung.

                      Aber sa sieht man, dass Dein Betriebssystem schon einige Jahre auf dem Buckel hat

                      @iotechnik sagte in ioBroker update führt zu GLIBCXX_3.4.26-Problem - GELÖST!:

                      Operating System: Raspbian GNU/Linux 10 (buster)

                      Inzwischen sind wir bei RaspiOS 12 (Bookworm)

                      Es müssen schon einige Viele Jahre sein
                      Node 10 ist ja uralt.
                      mittlerweile sind wir bei node 20!

                      da hilft nur eine komplette Neuinstallation, je nach Raspi aber nicht
                      @iotechnik sagte in ioBroker update führt zu GLIBCXX_3.4.26-Problem - GELÖST!:

                      Userland: 32 bit

                      sondern 64 bit.

                      und dann das letzte Backup zurückspielen.

                      I Offline
                      I Offline
                      ioTechnik
                      schrieb am zuletzt editiert von
                      #77

                      @homoran
                      OK - Neuinstallation
                      wie mache ich das nach so vielen Jahren jetzt am Besten.
                      Mein Raspi läuft auf einer mSATA SSD. Muss ich die komplett neu installieren oder macht das Raspi-Image-Programm.
                      Würde das Paket "Raspberry Pi OS Lite" nehmen wollen.
                      Ein Backup habe ich. Es fehlen dort nur die letzten Änderungen weil ich nicht mehr ins System kam.
                      Danke erst mal für die Hilfe

                      Thomas BraunT 1 Antwort Letzte Antwort
                      0
                      • I ioTechnik

                        @homoran
                        OK - Neuinstallation
                        wie mache ich das nach so vielen Jahren jetzt am Besten.
                        Mein Raspi läuft auf einer mSATA SSD. Muss ich die komplett neu installieren oder macht das Raspi-Image-Programm.
                        Würde das Paket "Raspberry Pi OS Lite" nehmen wollen.
                        Ein Backup habe ich. Es fehlen dort nur die letzten Änderungen weil ich nicht mehr ins System kam.
                        Danke erst mal für die Hilfe

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

                        @iotechnik

                        iob nodejs-update 18
                        

                        versuchen. Dann wird vermutlich das Alt-System wieder starten. Adapter und js-controller auf den letzten Stand bringen, damit dann auf das neue System umziehen.

                        https://forum.iobroker.net/topic/51869/installation-auf-raspi-einfacher-geht-s-nicht/3

                        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
                        • I Offline
                          I Offline
                          ioTechnik
                          schrieb am zuletzt editiert von
                          #79

                          Hallo Thomas
                          habe deinen Versuch ohne Erfolg durchgeführt. Bleibt wohl nur die Neuinstallation.
                          Danke

                          HomoranH Thomas BraunT 2 Antworten Letzte Antwort
                          0
                          • I ioTechnik

                            Hallo Thomas
                            habe deinen Versuch ohne Erfolg durchgeführt. Bleibt wohl nur die Neuinstallation.
                            Danke

                            HomoranH Nicht stören
                            HomoranH Nicht stören
                            Homoran
                            Global Moderator Administrators
                            schrieb am zuletzt editiert von
                            #80

                            @iotechnik konntest du denn inzwischen die Langfassung von iob diag bekommen?

                            kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

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

                            der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                            I 1 Antwort Letzte Antwort
                            0
                            • I ioTechnik

                              Hallo Thomas
                              habe deinen Versuch ohne Erfolg durchgeführt. Bleibt wohl nur die Neuinstallation.
                              Danke

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

                              @iotechnik sagte in ioBroker update führt zu GLIBCXX_3.4.26-Problem - GELÖST!:

                              Bleibt wohl nur die Neuinstallation.

                              Die musst du eh machen.

                              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
                              • HomoranH Homoran

                                @iotechnik konntest du denn inzwischen die Langfassung von iob diag bekommen?

                                I Offline
                                I Offline
                                ioTechnik
                                schrieb am zuletzt editiert von
                                #82

                                @homoran
                                Die Langfassung hatte ich, konnte sie aber nicht hochladen. Ich probiers gleich noch mal.

                                1 Antwort Letzte Antwort
                                0
                                • I Offline
                                  I Offline
                                  ioTechnik
                                  schrieb am zuletzt editiert von
                                  #83

                                  Hier iob diag


                                  ======== Start marking the full check here =========

                                  Skript v.2024-05-22
                                  
                                  *** BASE SYSTEM ***
                                     Static hostname: raspibroker
                                           Icon name: computer
                                    Operating System: Raspbian GNU/Linux 10 (buster)
                                              Kernel: Linux 5.10.103-v7+
                                        Architecture: arm
                                  
                                  Model           : Raspberry Pi 3 Model B Rev 1.2
                                  Docker          : false
                                  Virtualization  : none
                                  Kernel          : armv7l
                                  Userland        : 32 bit
                                  
                                  Systemuptime and Load:
                                   13:10:30 up  9:10,  1 user,  load average: 0.61, 0.42, 0.28
                                  CPU threads: 4
                                  
                                  
                                  *** RASPBERRY THROTTLING ***
                                  Current issues:
                                  ~ Under-voltage detected
                                  ~ Arm frequency capped
                                  
                                  Previously detected issues:
                                  ~ Under-voltage has occurred
                                  ~ Arm frequency capping has occurred
                                  
                                  *** Time and Time Zones ***
                                                 Local time: Wed 2024-08-21 13:10:30 CEST
                                             Universal time: Wed 2024-08-21 11:10:30 UTC
                                                   RTC time: n/a
                                                  Time zone: Europe/Berlin (CEST, +0200)
                                  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 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
                                  Boot Target:    multi-user.target
                                  
                                  *** MEMORY ***
                                                total        used        free      shared  buff/cache   available
                                  Mem:           972M         43M        305M        3.0M        624M        862M
                                  Swap:           99M        4.0M         95M
                                  Total:         1.1G         47M        400M
                                  
                                  Active iob-Instances:   0
                                  
                                            972 M total memory
                                             43 M used memory
                                            292 M active memory
                                            273 M inactive memory
                                            305 M free memory
                                            199 M buffer memory
                                            424 M swap cache
                                             99 M total swap
                                              4 M used swap
                                             95 M free swap
                                  
                                  *** top - Table Of Processes  ***
                                  top - 13:10:30 up  9:10,  1 user,  load average: 0.61, 0.42, 0.28
                                  Tasks: 116 total,   1 running, 115 sleeping,   0 stopped,   0 zombie
                                  %Cpu(s):  3.9 us,  2.6 sy,  0.0 ni, 93.4 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st
                                  MiB Mem :    972.8 total,    305.2 free,     43.5 used,    624.1 buff/cache
                                  MiB Swap:    100.0 total,     95.7 free,      4.3 used.    862.2 avail Mem
                                  
                                  *** FAILED SERVICES ***
                                  
                                  0 loaded units listed. Pass --all to see loaded but inactive units, too.
                                  To show all installed unit files use 'systemctl list-unit-files'.
                                  
                                  *** FILESYSTEM ***
                                  Filesystem     Type      Size  Used Avail Use% Mounted on
                                  /dev/root      ext4      7.1G  5.7G  1.1G  85% /
                                  devtmpfs       devtmpfs  454M     0  454M   0% /dev
                                  tmpfs          tmpfs     487M     0  487M   0% /dev/shm
                                  tmpfs          tmpfs     487M  6.6M  480M   2% /run
                                  tmpfs          tmpfs     5.0M  4.0K  5.0M   1% /run/lock
                                  tmpfs          tmpfs     487M     0  487M   0% /sys/fs/cgroup
                                  /dev/sda1      vfat      247M   49M  198M  20% /boot
                                  tmpfs          tmpfs      98M     0   98M   0% /run/user/1000
                                  
                                  Messages concerning ext4 filesystem in dmesg:
                                  [Wed Aug 21 04:00:28 2024] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1 bcm2708_fb.fbwidth=656 bcm2708_fb.fbheight=416 bcm2708_fb.fbdepth=16 bcm2708_fb.fbswap=1 vc_mem.mem_base=0x3f000000 vc_mem.mem_size=0x3f600000  console=ttyS0,115200 console=tty1 root=PARTUUID=32e689ec-02 rootfstype=ext4 fsck.repair=yes rootwait
                                  [Wed Aug 21 04:00:34 2024] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
                                  [Wed Aug 21 04:00:34 2024] VFS: Mounted root (ext4 filesystem) readonly on device 8:2.
                                  [Wed Aug 21 04:00:36 2024] EXT4-fs (sda2): re-mounted. Opts: (null)
                                  
                                  Show mounted filesystems:
                                  TARGET                                SOURCE     FSTYPE     OPTIONS
                                  /                                     /dev/sda2  ext4       rw,noatime
                                  |-/dev                                devtmpfs   devtmpfs   rw,relatime,size=464768k,nr_inodes=116192,mode=755
                                  | |-/dev/shm                          tmpfs      tmpfs      rw,nosuid,nodev
                                  | |-/dev/pts                          devpts     devpts     rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000
                                  | `-/dev/mqueue                       mqueue     mqueue     rw,relatime
                                  |-/sys                                sysfs      sysfs      rw,nosuid,nodev,noexec,relatime
                                  | |-/sys/kernel/security              securityfs securityfs rw,nosuid,nodev,noexec,relatime
                                  | |-/sys/fs/cgroup                    tmpfs      tmpfs      ro,nosuid,nodev,noexec,mode=755
                                  | | |-/sys/fs/cgroup/unified          cgroup2    cgroup2    rw,nosuid,nodev,noexec,relatime,nsdelegate
                                  | | |-/sys/fs/cgroup/systemd          cgroup     cgroup     rw,nosuid,nodev,noexec,relatime,xattr,name=systemd
                                  | | |-/sys/fs/cgroup/cpuset           cgroup     cgroup     rw,nosuid,nodev,noexec,relatime,cpuset
                                  | | |-/sys/fs/cgroup/perf_event       cgroup     cgroup     rw,nosuid,nodev,noexec,relatime,perf_event
                                  | | |-/sys/fs/cgroup/blkio            cgroup     cgroup     rw,nosuid,nodev,noexec,relatime,blkio
                                  | | |-/sys/fs/cgroup/net_cls,net_prio cgroup     cgroup     rw,nosuid,nodev,noexec,relatime,net_cls,net_prio
                                  | | |-/sys/fs/cgroup/cpu,cpuacct      cgroup     cgroup     rw,nosuid,nodev,noexec,relatime,cpu,cpuacct
                                  | | |-/sys/fs/cgroup/freezer          cgroup     cgroup     rw,nosuid,nodev,noexec,relatime,freezer
                                  | | |-/sys/fs/cgroup/devices          cgroup     cgroup     rw,nosuid,nodev,noexec,relatime,devices
                                  | | `-/sys/fs/cgroup/pids             cgroup     cgroup     rw,nosuid,nodev,noexec,relatime,pids
                                  | |-/sys/fs/bpf                       none       bpf        rw,nosuid,nodev,noexec,relatime,mode=700
                                  | |-/sys/kernel/debug                 debugfs    debugfs    rw,relatime
                                  | |-/sys/kernel/config                configfs   configfs   rw,relatime
                                  | `-/sys/fs/fuse/connections          fusectl    fusectl    rw,relatime
                                  |-/proc                               proc       proc       rw,relatime
                                  | `-/proc/sys/fs/binfmt_misc          systemd-1  autofs     rw,relatime,fd=26,pgrp=1,timeout=0,minproto=5,maxproto=5,direct
                                  |-/run                                tmpfs      tmpfs      rw,nosuid,nodev,mode=755
                                  | |-/run/lock                         tmpfs      tmpfs      rw,nosuid,nodev,noexec,relatime,size=5120k
                                  | |-/run/rpc_pipefs                   sunrpc     rpc_pipefs rw,relatime
                                  | `-/run/user/1000                    tmpfs      tmpfs      rw,nosuid,nodev,relatime,size=99608k,mode=700,uid=1000,gid=1000
                                  `-/boot                               /dev/sda1  vfat       rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro
                                  
                                  Files in neuralgic directories:
                                  
                                  /var:
                                  300M    /var/
                                  94M     /var/lib
                                  85M     /var/cache
                                  78M     /var/cache/apt
                                  69M     /var/lib/apt/lists
                                  
                                  Archived and active journals take up 6.0M in the file system.
                                  
                                  /opt/iobroker/backups:
                                  1.3M    /opt/iobroker/backups/
                                  
                                  /opt/iobroker/iobroker-data:
                                  908M    /opt/iobroker/iobroker-data/
                                  658M    /opt/iobroker/iobroker-data/files
                                  441M    /opt/iobroker/iobroker-data/files/javascript.admin
                                  409M    /opt/iobroker/iobroker-data/files/javascript.admin/static
                                  408M    /opt/iobroker/iobroker-data/files/javascript.admin/static/js
                                  
                                  The five largest files in iobroker-data are:
                                  41M     /opt/iobroker/iobroker-data/files/material/static/js/main.c5478f66.js.map
                                  27M     /opt/iobroker/iobroker-data/files/tankerkoenig.admin/build/index.js.map
                                  13M     /opt/iobroker/iobroker-data/objects.jsonl
                                  9.9M    /opt/iobroker/iobroker-data/files/material/static/js/main.c5478f66.js
                                  9.2M    /opt/iobroker/iobroker-data/files/tankerkoenig.admin/build/index.js
                                  
                                  USB-Devices by-id:
                                  USB-Sticks -  Avoid direct links to /dev/tty* in your adapter setups, please always prefer the links 'by-id':
                                  
                                  No Devices found 'by-id'
                                  
                                  
                                  
                                  
                                  *** NodeJS-Installation ***
                                  
                                  /usr/bin/nodejs         v10.24.0
                                  /usr/bin/node           v10.24.0
                                  npm:                    N/A
                                  npx:                    N/A
                                  corepack:       N/A
                                  *** nodejs is NOT correctly installed ***
                                  
                                  nodejs:
                                    Installed: 10.24.0~dfsg-1~deb10u3
                                    Candidate: 10.24.0~dfsg-1~deb10u3
                                    Version table:
                                   *** 10.24.0~dfsg-1~deb10u3 500
                                          500 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages
                                          100 /var/lib/dpkg/status
                                  
                                  Temp directories causing npm8 problem: 0
                                  No problems detected
                                  
                                  Errors in npm tree:
                                  
                                  *** ioBroker-Installation ***
                                  
                                  ioBroker Status
                                  (node:6853) UnhandledPromiseRejectionWarning: Error: Not supported
                                      at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js:1:1)
                                      at Module._compile (internal/modules/cjs/loader.js:778:30)
                                      at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
                                      at Module.load (internal/modules/cjs/loader.js:653:32)
                                      at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
                                      at Function.Module._load (internal/modules/cjs/loader.js:585:3)
                                      at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
                                      at startup (internal/bootstrap/node.js:283:19)
                                      at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
                                  (node:6853) UnhandledPromiseRejectionWarning: 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(). (rejection id: 2)
                                  (node:6853) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
                                  
                                  Core adapters versions
                                  (node:6863) UnhandledPromiseRejectionWarning: Error: Not supported
                                      at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js:1:1)
                                      at Module._compile (internal/modules/cjs/loader.js:778:30)
                                      at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
                                      at Module.load (internal/modules/cjs/loader.js:653:32)
                                      at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
                                      at Function.Module._load (internal/modules/cjs/loader.js:585:3)
                                      at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
                                      at startup (internal/bootstrap/node.js:283:19)
                                      at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
                                  (node:6863) UnhandledPromiseRejectionWarning: 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(). (rejection id: 2)
                                  (node:6863) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
                                  js-controller:
                                  (node:6872) UnhandledPromiseRejectionWarning: Error: Not supported
                                      at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js:1:1)
                                      at Module._compile (internal/modules/cjs/loader.js:778:30)
                                      at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
                                      at Module.load (internal/modules/cjs/loader.js:653:32)
                                      at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
                                      at Function.Module._load (internal/modules/cjs/loader.js:585:3)
                                      at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
                                      at startup (internal/bootstrap/node.js:283:19)
                                      at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
                                  (node:6872) UnhandledPromiseRejectionWarning: 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(). (rejection id: 2)
                                  (node:6872) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
                                  admin:
                                  (node:6881) UnhandledPromiseRejectionWarning: Error: Not supported
                                      at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js:1:1)
                                      at Module._compile (internal/modules/cjs/loader.js:778:30)
                                      at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
                                      at Module.load (internal/modules/cjs/loader.js:653:32)
                                      at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
                                      at Function.Module._load (internal/modules/cjs/loader.js:585:3)
                                      at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
                                      at startup (internal/bootstrap/node.js:283:19)
                                      at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
                                  (node:6881) UnhandledPromiseRejectionWarning: 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(). (rejection id: 2)
                                  (node:6881) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
                                  javascript:
                                  
                                  nodejs modules from github:     0
                                  
                                  Adapter State
                                  
                                  
                                  Enabled adapters with bindings
                                  
                                  ioBroker-Repositories
                                  (node:6898) UnhandledPromiseRejectionWarning: Error: Not supported
                                      at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js:1:1)
                                      at Module._compile (internal/modules/cjs/loader.js:778:30)
                                      at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
                                      at Module.load (internal/modules/cjs/loader.js:653:32)
                                      at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
                                      at Function.Module._load (internal/modules/cjs/loader.js:585:3)
                                      at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
                                      at startup (internal/bootstrap/node.js:283:19)
                                      at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
                                  (node:6898) UnhandledPromiseRejectionWarning: 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(). (rejection id: 2)
                                  (node:6898) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
                                  
                                  Installed ioBroker-Instances
                                  (node:6907) UnhandledPromiseRejectionWarning: Error: Not supported
                                      at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js:1:1)
                                      at Module._compile (internal/modules/cjs/loader.js:778:30)
                                      at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
                                      at Module.load (internal/modules/cjs/loader.js:653:32)
                                      at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
                                      at Function.Module._load (internal/modules/cjs/loader.js:585:3)
                                      at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
                                      at startup (internal/bootstrap/node.js:283:19)
                                      at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
                                  (node:6907) UnhandledPromiseRejectionWarning: 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(). (rejection id: 2)
                                  (node:6907) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
                                  
                                  Objects and States
                                  Please stand by - This may take a while
                                  Objects:        0
                                  States:         0
                                  
                                  *** OS-Repositories and Updates ***
                                  W: GPG error: https://deb.nodesource.com/node_18.x nodistro InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 2F59B5F99B1BE0B4
                                  E: The repository 'https://deb.nodesource.com/node_18.x nodistro InRelease' is not signed.
                                  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          14266      678/sshd
                                  tcp        0      0 127.0.0.1:25            0.0.0.0:*               LISTEN      0          17461      971/exim4
                                  tcp6       0      0 :::22                   :::*                    LISTEN      0          14268      678/sshd
                                  tcp6       0      0 ::1:25                  :::*                    LISTEN      0          17462      971/exim4
                                  udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          14851      625/dhcpcd
                                  udp        0      0 0.0.0.0:5353            0.0.0.0:*                           108        13707      385/avahi-daemon: r
                                  udp        0      0 0.0.0.0:60864           0.0.0.0:*                           108        13709      385/avahi-daemon: r
                                  udp6       0      0 :::45260                :::*                                108        13710      385/avahi-daemon: r
                                  udp6       0      0 :::5353                 :::*                                108        13708      385/avahi-daemon: r
                                  udp6       0      0 :::546                  :::*                                0          16690      625/dhcpcd
                                  
                                  *** Log File - Last 25 Lines ***
                                  
                                  2024-08-20 09:12:38.956  - info: host.raspibroker stopInstance timeout system.adapter.admin.1 killing pid 800
                                  2024-08-20 09:12:38.959  - info: host.raspibroker stopInstance timeout system.adapter.javascript.0 killing pid 807
                                  2024-08-20 09:12:38.960  - info: host.raspibroker stopInstance timeout system.adapter.backitup.0 killing pid 853
                                  2024-08-20 09:12:38.961  - info: host.raspibroker stopInstance timeout system.adapter.tr-064.0 killing pid 859
                                  2024-08-20 09:12:38.961  - info: host.raspibroker stopInstance timeout system.adapter.ems-esp.0 killing pid 900
                                  2024-08-20 09:12:38.962  - info: host.raspibroker stopInstance timeout system.adapter.hm-rega.0 killing pid 932
                                  2024-08-20 09:12:38.964  - info: host.raspibroker stopInstance timeout system.adapter.web.0 killing pid 1138
                                  2024-08-20 09:12:39.162  - info: host.raspibroker instance system.adapter.sourceanalytix.0 terminated with code 0 (NO_ERROR)
                                  2024-08-20 09:12:39.164  - info: host.raspibroker instance system.adapter.hm-rpc.0 terminated with code 0 (NO_ERROR)
                                  2024-08-20 09:12:39.166  - info: host.raspibroker instance system.adapter.vis-inventwo.0 terminated with code 0 (NO_ERROR)
                                  2024-08-20 09:12:40.639  - info: host.raspibroker instance system.adapter.mqtt.0 terminated with code 0 (NO_ERROR)
                                  2024-08-20 09:12:40.641  - info: host.raspibroker instance system.adapter.tankerkoenig.0 terminated with code 0 (NO_ERROR)
                                  2024-08-20 09:12:40.642  - info: host.raspibroker instance system.adapter.pollenflug.0 terminated with code 0 (NO_ERROR)
                                  2024-08-20 09:12:40.686  - info: host.raspibroker instance system.adapter.admin.1 terminated with code 0 (NO_ERROR)
                                  2024-08-20 09:12:40.864  - info: host.raspibroker instance system.adapter.javascript.0 terminated with code 0 (NO_ERROR)
                                  2024-08-20 09:12:40.866  - info: host.raspibroker instance system.adapter.backitup.0 terminated with code 0 (NO_ERROR)
                                  2024-08-20 09:12:40.867  - info: host.raspibroker instance system.adapter.tr-064.0 terminated with code 0 (NO_ERROR)
                                  2024-08-20 09:12:40.868  - info: host.raspibroker instance system.adapter.ems-esp.0 terminated with code 0 (NO_ERROR)
                                  2024-08-20 09:12:40.869  - warn: host.raspibroker instance system.adapter.hm-rega.0 terminated due to SIGKILL
                                  2024-08-20 09:12:40.870  - info: host.raspibroker instance system.adapter.hm-rega.0 terminated with code null ()
                                  2024-08-20 09:12:40.871  - warn: host.raspibroker instance system.adapter.web.0 terminated due to SIGKILL
                                  2024-08-20 09:12:40.871  - info: host.raspibroker instance system.adapter.web.0 terminated with code null ()
                                  2024-08-20 09:12:41.153  - info: host.raspibroker instance system.adapter.history.0 terminated with code 0 (NO_ERROR)
                                  2024-08-20 09:12:41.155  - info: host.raspibroker All instances are stopped.
                                  2024-08-20 09:12:41.396  - info: host.raspibroker terminated
                                  
                                  

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

                                  iob diag has finished.


                                  Danke

                                  HomoranH Thomas BraunT 2 Antworten Letzte Antwort
                                  0
                                  • I ioTechnik

                                    Hier iob diag


                                    ======== Start marking the full check here =========

                                    Skript v.2024-05-22
                                    
                                    *** BASE SYSTEM ***
                                       Static hostname: raspibroker
                                             Icon name: computer
                                      Operating System: Raspbian GNU/Linux 10 (buster)
                                                Kernel: Linux 5.10.103-v7+
                                          Architecture: arm
                                    
                                    Model           : Raspberry Pi 3 Model B Rev 1.2
                                    Docker          : false
                                    Virtualization  : none
                                    Kernel          : armv7l
                                    Userland        : 32 bit
                                    
                                    Systemuptime and Load:
                                     13:10:30 up  9:10,  1 user,  load average: 0.61, 0.42, 0.28
                                    CPU threads: 4
                                    
                                    
                                    *** RASPBERRY THROTTLING ***
                                    Current issues:
                                    ~ Under-voltage detected
                                    ~ Arm frequency capped
                                    
                                    Previously detected issues:
                                    ~ Under-voltage has occurred
                                    ~ Arm frequency capping has occurred
                                    
                                    *** Time and Time Zones ***
                                                   Local time: Wed 2024-08-21 13:10:30 CEST
                                               Universal time: Wed 2024-08-21 11:10:30 UTC
                                                     RTC time: n/a
                                                    Time zone: Europe/Berlin (CEST, +0200)
                                    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 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
                                    Boot Target:    multi-user.target
                                    
                                    *** MEMORY ***
                                                  total        used        free      shared  buff/cache   available
                                    Mem:           972M         43M        305M        3.0M        624M        862M
                                    Swap:           99M        4.0M         95M
                                    Total:         1.1G         47M        400M
                                    
                                    Active iob-Instances:   0
                                    
                                              972 M total memory
                                               43 M used memory
                                              292 M active memory
                                              273 M inactive memory
                                              305 M free memory
                                              199 M buffer memory
                                              424 M swap cache
                                               99 M total swap
                                                4 M used swap
                                               95 M free swap
                                    
                                    *** top - Table Of Processes  ***
                                    top - 13:10:30 up  9:10,  1 user,  load average: 0.61, 0.42, 0.28
                                    Tasks: 116 total,   1 running, 115 sleeping,   0 stopped,   0 zombie
                                    %Cpu(s):  3.9 us,  2.6 sy,  0.0 ni, 93.4 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st
                                    MiB Mem :    972.8 total,    305.2 free,     43.5 used,    624.1 buff/cache
                                    MiB Swap:    100.0 total,     95.7 free,      4.3 used.    862.2 avail Mem
                                    
                                    *** FAILED SERVICES ***
                                    
                                    0 loaded units listed. Pass --all to see loaded but inactive units, too.
                                    To show all installed unit files use 'systemctl list-unit-files'.
                                    
                                    *** FILESYSTEM ***
                                    Filesystem     Type      Size  Used Avail Use% Mounted on
                                    /dev/root      ext4      7.1G  5.7G  1.1G  85% /
                                    devtmpfs       devtmpfs  454M     0  454M   0% /dev
                                    tmpfs          tmpfs     487M     0  487M   0% /dev/shm
                                    tmpfs          tmpfs     487M  6.6M  480M   2% /run
                                    tmpfs          tmpfs     5.0M  4.0K  5.0M   1% /run/lock
                                    tmpfs          tmpfs     487M     0  487M   0% /sys/fs/cgroup
                                    /dev/sda1      vfat      247M   49M  198M  20% /boot
                                    tmpfs          tmpfs      98M     0   98M   0% /run/user/1000
                                    
                                    Messages concerning ext4 filesystem in dmesg:
                                    [Wed Aug 21 04:00:28 2024] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1 bcm2708_fb.fbwidth=656 bcm2708_fb.fbheight=416 bcm2708_fb.fbdepth=16 bcm2708_fb.fbswap=1 vc_mem.mem_base=0x3f000000 vc_mem.mem_size=0x3f600000  console=ttyS0,115200 console=tty1 root=PARTUUID=32e689ec-02 rootfstype=ext4 fsck.repair=yes rootwait
                                    [Wed Aug 21 04:00:34 2024] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
                                    [Wed Aug 21 04:00:34 2024] VFS: Mounted root (ext4 filesystem) readonly on device 8:2.
                                    [Wed Aug 21 04:00:36 2024] EXT4-fs (sda2): re-mounted. Opts: (null)
                                    
                                    Show mounted filesystems:
                                    TARGET                                SOURCE     FSTYPE     OPTIONS
                                    /                                     /dev/sda2  ext4       rw,noatime
                                    |-/dev                                devtmpfs   devtmpfs   rw,relatime,size=464768k,nr_inodes=116192,mode=755
                                    | |-/dev/shm                          tmpfs      tmpfs      rw,nosuid,nodev
                                    | |-/dev/pts                          devpts     devpts     rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000
                                    | `-/dev/mqueue                       mqueue     mqueue     rw,relatime
                                    |-/sys                                sysfs      sysfs      rw,nosuid,nodev,noexec,relatime
                                    | |-/sys/kernel/security              securityfs securityfs rw,nosuid,nodev,noexec,relatime
                                    | |-/sys/fs/cgroup                    tmpfs      tmpfs      ro,nosuid,nodev,noexec,mode=755
                                    | | |-/sys/fs/cgroup/unified          cgroup2    cgroup2    rw,nosuid,nodev,noexec,relatime,nsdelegate
                                    | | |-/sys/fs/cgroup/systemd          cgroup     cgroup     rw,nosuid,nodev,noexec,relatime,xattr,name=systemd
                                    | | |-/sys/fs/cgroup/cpuset           cgroup     cgroup     rw,nosuid,nodev,noexec,relatime,cpuset
                                    | | |-/sys/fs/cgroup/perf_event       cgroup     cgroup     rw,nosuid,nodev,noexec,relatime,perf_event
                                    | | |-/sys/fs/cgroup/blkio            cgroup     cgroup     rw,nosuid,nodev,noexec,relatime,blkio
                                    | | |-/sys/fs/cgroup/net_cls,net_prio cgroup     cgroup     rw,nosuid,nodev,noexec,relatime,net_cls,net_prio
                                    | | |-/sys/fs/cgroup/cpu,cpuacct      cgroup     cgroup     rw,nosuid,nodev,noexec,relatime,cpu,cpuacct
                                    | | |-/sys/fs/cgroup/freezer          cgroup     cgroup     rw,nosuid,nodev,noexec,relatime,freezer
                                    | | |-/sys/fs/cgroup/devices          cgroup     cgroup     rw,nosuid,nodev,noexec,relatime,devices
                                    | | `-/sys/fs/cgroup/pids             cgroup     cgroup     rw,nosuid,nodev,noexec,relatime,pids
                                    | |-/sys/fs/bpf                       none       bpf        rw,nosuid,nodev,noexec,relatime,mode=700
                                    | |-/sys/kernel/debug                 debugfs    debugfs    rw,relatime
                                    | |-/sys/kernel/config                configfs   configfs   rw,relatime
                                    | `-/sys/fs/fuse/connections          fusectl    fusectl    rw,relatime
                                    |-/proc                               proc       proc       rw,relatime
                                    | `-/proc/sys/fs/binfmt_misc          systemd-1  autofs     rw,relatime,fd=26,pgrp=1,timeout=0,minproto=5,maxproto=5,direct
                                    |-/run                                tmpfs      tmpfs      rw,nosuid,nodev,mode=755
                                    | |-/run/lock                         tmpfs      tmpfs      rw,nosuid,nodev,noexec,relatime,size=5120k
                                    | |-/run/rpc_pipefs                   sunrpc     rpc_pipefs rw,relatime
                                    | `-/run/user/1000                    tmpfs      tmpfs      rw,nosuid,nodev,relatime,size=99608k,mode=700,uid=1000,gid=1000
                                    `-/boot                               /dev/sda1  vfat       rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro
                                    
                                    Files in neuralgic directories:
                                    
                                    /var:
                                    300M    /var/
                                    94M     /var/lib
                                    85M     /var/cache
                                    78M     /var/cache/apt
                                    69M     /var/lib/apt/lists
                                    
                                    Archived and active journals take up 6.0M in the file system.
                                    
                                    /opt/iobroker/backups:
                                    1.3M    /opt/iobroker/backups/
                                    
                                    /opt/iobroker/iobroker-data:
                                    908M    /opt/iobroker/iobroker-data/
                                    658M    /opt/iobroker/iobroker-data/files
                                    441M    /opt/iobroker/iobroker-data/files/javascript.admin
                                    409M    /opt/iobroker/iobroker-data/files/javascript.admin/static
                                    408M    /opt/iobroker/iobroker-data/files/javascript.admin/static/js
                                    
                                    The five largest files in iobroker-data are:
                                    41M     /opt/iobroker/iobroker-data/files/material/static/js/main.c5478f66.js.map
                                    27M     /opt/iobroker/iobroker-data/files/tankerkoenig.admin/build/index.js.map
                                    13M     /opt/iobroker/iobroker-data/objects.jsonl
                                    9.9M    /opt/iobroker/iobroker-data/files/material/static/js/main.c5478f66.js
                                    9.2M    /opt/iobroker/iobroker-data/files/tankerkoenig.admin/build/index.js
                                    
                                    USB-Devices by-id:
                                    USB-Sticks -  Avoid direct links to /dev/tty* in your adapter setups, please always prefer the links 'by-id':
                                    
                                    No Devices found 'by-id'
                                    
                                    
                                    
                                    
                                    *** NodeJS-Installation ***
                                    
                                    /usr/bin/nodejs         v10.24.0
                                    /usr/bin/node           v10.24.0
                                    npm:                    N/A
                                    npx:                    N/A
                                    corepack:       N/A
                                    *** nodejs is NOT correctly installed ***
                                    
                                    nodejs:
                                      Installed: 10.24.0~dfsg-1~deb10u3
                                      Candidate: 10.24.0~dfsg-1~deb10u3
                                      Version table:
                                     *** 10.24.0~dfsg-1~deb10u3 500
                                            500 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages
                                            100 /var/lib/dpkg/status
                                    
                                    Temp directories causing npm8 problem: 0
                                    No problems detected
                                    
                                    Errors in npm tree:
                                    
                                    *** ioBroker-Installation ***
                                    
                                    ioBroker Status
                                    (node:6853) UnhandledPromiseRejectionWarning: Error: Not supported
                                        at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js:1:1)
                                        at Module._compile (internal/modules/cjs/loader.js:778:30)
                                        at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
                                        at Module.load (internal/modules/cjs/loader.js:653:32)
                                        at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
                                        at Function.Module._load (internal/modules/cjs/loader.js:585:3)
                                        at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
                                        at startup (internal/bootstrap/node.js:283:19)
                                        at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
                                    (node:6853) UnhandledPromiseRejectionWarning: 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(). (rejection id: 2)
                                    (node:6853) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
                                    
                                    Core adapters versions
                                    (node:6863) UnhandledPromiseRejectionWarning: Error: Not supported
                                        at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js:1:1)
                                        at Module._compile (internal/modules/cjs/loader.js:778:30)
                                        at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
                                        at Module.load (internal/modules/cjs/loader.js:653:32)
                                        at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
                                        at Function.Module._load (internal/modules/cjs/loader.js:585:3)
                                        at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
                                        at startup (internal/bootstrap/node.js:283:19)
                                        at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
                                    (node:6863) UnhandledPromiseRejectionWarning: 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(). (rejection id: 2)
                                    (node:6863) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
                                    js-controller:
                                    (node:6872) UnhandledPromiseRejectionWarning: Error: Not supported
                                        at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js:1:1)
                                        at Module._compile (internal/modules/cjs/loader.js:778:30)
                                        at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
                                        at Module.load (internal/modules/cjs/loader.js:653:32)
                                        at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
                                        at Function.Module._load (internal/modules/cjs/loader.js:585:3)
                                        at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
                                        at startup (internal/bootstrap/node.js:283:19)
                                        at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
                                    (node:6872) UnhandledPromiseRejectionWarning: 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(). (rejection id: 2)
                                    (node:6872) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
                                    admin:
                                    (node:6881) UnhandledPromiseRejectionWarning: Error: Not supported
                                        at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js:1:1)
                                        at Module._compile (internal/modules/cjs/loader.js:778:30)
                                        at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
                                        at Module.load (internal/modules/cjs/loader.js:653:32)
                                        at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
                                        at Function.Module._load (internal/modules/cjs/loader.js:585:3)
                                        at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
                                        at startup (internal/bootstrap/node.js:283:19)
                                        at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
                                    (node:6881) UnhandledPromiseRejectionWarning: 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(). (rejection id: 2)
                                    (node:6881) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
                                    javascript:
                                    
                                    nodejs modules from github:     0
                                    
                                    Adapter State
                                    
                                    
                                    Enabled adapters with bindings
                                    
                                    ioBroker-Repositories
                                    (node:6898) UnhandledPromiseRejectionWarning: Error: Not supported
                                        at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js:1:1)
                                        at Module._compile (internal/modules/cjs/loader.js:778:30)
                                        at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
                                        at Module.load (internal/modules/cjs/loader.js:653:32)
                                        at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
                                        at Function.Module._load (internal/modules/cjs/loader.js:585:3)
                                        at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
                                        at startup (internal/bootstrap/node.js:283:19)
                                        at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
                                    (node:6898) UnhandledPromiseRejectionWarning: 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(). (rejection id: 2)
                                    (node:6898) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
                                    
                                    Installed ioBroker-Instances
                                    (node:6907) UnhandledPromiseRejectionWarning: Error: Not supported
                                        at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js:1:1)
                                        at Module._compile (internal/modules/cjs/loader.js:778:30)
                                        at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
                                        at Module.load (internal/modules/cjs/loader.js:653:32)
                                        at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
                                        at Function.Module._load (internal/modules/cjs/loader.js:585:3)
                                        at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
                                        at startup (internal/bootstrap/node.js:283:19)
                                        at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
                                    (node:6907) UnhandledPromiseRejectionWarning: 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(). (rejection id: 2)
                                    (node:6907) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
                                    
                                    Objects and States
                                    Please stand by - This may take a while
                                    Objects:        0
                                    States:         0
                                    
                                    *** OS-Repositories and Updates ***
                                    W: GPG error: https://deb.nodesource.com/node_18.x nodistro InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 2F59B5F99B1BE0B4
                                    E: The repository 'https://deb.nodesource.com/node_18.x nodistro InRelease' is not signed.
                                    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          14266      678/sshd
                                    tcp        0      0 127.0.0.1:25            0.0.0.0:*               LISTEN      0          17461      971/exim4
                                    tcp6       0      0 :::22                   :::*                    LISTEN      0          14268      678/sshd
                                    tcp6       0      0 ::1:25                  :::*                    LISTEN      0          17462      971/exim4
                                    udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          14851      625/dhcpcd
                                    udp        0      0 0.0.0.0:5353            0.0.0.0:*                           108        13707      385/avahi-daemon: r
                                    udp        0      0 0.0.0.0:60864           0.0.0.0:*                           108        13709      385/avahi-daemon: r
                                    udp6       0      0 :::45260                :::*                                108        13710      385/avahi-daemon: r
                                    udp6       0      0 :::5353                 :::*                                108        13708      385/avahi-daemon: r
                                    udp6       0      0 :::546                  :::*                                0          16690      625/dhcpcd
                                    
                                    *** Log File - Last 25 Lines ***
                                    
                                    2024-08-20 09:12:38.956  - info: host.raspibroker stopInstance timeout system.adapter.admin.1 killing pid 800
                                    2024-08-20 09:12:38.959  - info: host.raspibroker stopInstance timeout system.adapter.javascript.0 killing pid 807
                                    2024-08-20 09:12:38.960  - info: host.raspibroker stopInstance timeout system.adapter.backitup.0 killing pid 853
                                    2024-08-20 09:12:38.961  - info: host.raspibroker stopInstance timeout system.adapter.tr-064.0 killing pid 859
                                    2024-08-20 09:12:38.961  - info: host.raspibroker stopInstance timeout system.adapter.ems-esp.0 killing pid 900
                                    2024-08-20 09:12:38.962  - info: host.raspibroker stopInstance timeout system.adapter.hm-rega.0 killing pid 932
                                    2024-08-20 09:12:38.964  - info: host.raspibroker stopInstance timeout system.adapter.web.0 killing pid 1138
                                    2024-08-20 09:12:39.162  - info: host.raspibroker instance system.adapter.sourceanalytix.0 terminated with code 0 (NO_ERROR)
                                    2024-08-20 09:12:39.164  - info: host.raspibroker instance system.adapter.hm-rpc.0 terminated with code 0 (NO_ERROR)
                                    2024-08-20 09:12:39.166  - info: host.raspibroker instance system.adapter.vis-inventwo.0 terminated with code 0 (NO_ERROR)
                                    2024-08-20 09:12:40.639  - info: host.raspibroker instance system.adapter.mqtt.0 terminated with code 0 (NO_ERROR)
                                    2024-08-20 09:12:40.641  - info: host.raspibroker instance system.adapter.tankerkoenig.0 terminated with code 0 (NO_ERROR)
                                    2024-08-20 09:12:40.642  - info: host.raspibroker instance system.adapter.pollenflug.0 terminated with code 0 (NO_ERROR)
                                    2024-08-20 09:12:40.686  - info: host.raspibroker instance system.adapter.admin.1 terminated with code 0 (NO_ERROR)
                                    2024-08-20 09:12:40.864  - info: host.raspibroker instance system.adapter.javascript.0 terminated with code 0 (NO_ERROR)
                                    2024-08-20 09:12:40.866  - info: host.raspibroker instance system.adapter.backitup.0 terminated with code 0 (NO_ERROR)
                                    2024-08-20 09:12:40.867  - info: host.raspibroker instance system.adapter.tr-064.0 terminated with code 0 (NO_ERROR)
                                    2024-08-20 09:12:40.868  - info: host.raspibroker instance system.adapter.ems-esp.0 terminated with code 0 (NO_ERROR)
                                    2024-08-20 09:12:40.869  - warn: host.raspibroker instance system.adapter.hm-rega.0 terminated due to SIGKILL
                                    2024-08-20 09:12:40.870  - info: host.raspibroker instance system.adapter.hm-rega.0 terminated with code null ()
                                    2024-08-20 09:12:40.871  - warn: host.raspibroker instance system.adapter.web.0 terminated due to SIGKILL
                                    2024-08-20 09:12:40.871  - info: host.raspibroker instance system.adapter.web.0 terminated with code null ()
                                    2024-08-20 09:12:41.153  - info: host.raspibroker instance system.adapter.history.0 terminated with code 0 (NO_ERROR)
                                    2024-08-20 09:12:41.155  - info: host.raspibroker All instances are stopped.
                                    2024-08-20 09:12:41.396  - info: host.raspibroker terminated
                                    
                                    

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

                                    iob diag has finished.


                                    Danke

                                    HomoranH Nicht stören
                                    HomoranH Nicht stören
                                    Homoran
                                    Global Moderator Administrators
                                    schrieb am zuletzt editiert von Homoran
                                    #84

                                    @iotechnik sagte in ioBroker update führt zu GLIBCXX_3.4.26-Problem - GELÖST!:

                                    *** nodejs is NOT correctly installed ***

                                    nach wie vor!!

                                    und mit
                                    @iotechnik sagte in ioBroker update führt zu GLIBCXX_3.4.26-Problem - GELÖST!:

                                    Installed: 10.24.0~dfsg-1~deb10u3

                                    wird das auch nichts.

                                    Hattest du nicht iob fix gefahren?
                                    und danach iob nodejs-update?

                                    kann natürlich am vergammelten
                                    @iotechnik sagte in ioBroker update führt zu GLIBCXX_3.4.26-Problem - GELÖST!:

                                    Operating System: Raspbian GNU/Linux 10 (buster)

                                    liegen.
                                    Da das ganz aus xem Support raus ist, könnte es sein, dasss da gar kein update mehr möglich ist.

                                    kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

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

                                    der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                                    1 Antwort Letzte Antwort
                                    0
                                    • I ioTechnik

                                      Hier iob diag


                                      ======== Start marking the full check here =========

                                      Skript v.2024-05-22
                                      
                                      *** BASE SYSTEM ***
                                         Static hostname: raspibroker
                                               Icon name: computer
                                        Operating System: Raspbian GNU/Linux 10 (buster)
                                                  Kernel: Linux 5.10.103-v7+
                                            Architecture: arm
                                      
                                      Model           : Raspberry Pi 3 Model B Rev 1.2
                                      Docker          : false
                                      Virtualization  : none
                                      Kernel          : armv7l
                                      Userland        : 32 bit
                                      
                                      Systemuptime and Load:
                                       13:10:30 up  9:10,  1 user,  load average: 0.61, 0.42, 0.28
                                      CPU threads: 4
                                      
                                      
                                      *** RASPBERRY THROTTLING ***
                                      Current issues:
                                      ~ Under-voltage detected
                                      ~ Arm frequency capped
                                      
                                      Previously detected issues:
                                      ~ Under-voltage has occurred
                                      ~ Arm frequency capping has occurred
                                      
                                      *** Time and Time Zones ***
                                                     Local time: Wed 2024-08-21 13:10:30 CEST
                                                 Universal time: Wed 2024-08-21 11:10:30 UTC
                                                       RTC time: n/a
                                                      Time zone: Europe/Berlin (CEST, +0200)
                                      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 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
                                      Boot Target:    multi-user.target
                                      
                                      *** MEMORY ***
                                                    total        used        free      shared  buff/cache   available
                                      Mem:           972M         43M        305M        3.0M        624M        862M
                                      Swap:           99M        4.0M         95M
                                      Total:         1.1G         47M        400M
                                      
                                      Active iob-Instances:   0
                                      
                                                972 M total memory
                                                 43 M used memory
                                                292 M active memory
                                                273 M inactive memory
                                                305 M free memory
                                                199 M buffer memory
                                                424 M swap cache
                                                 99 M total swap
                                                  4 M used swap
                                                 95 M free swap
                                      
                                      *** top - Table Of Processes  ***
                                      top - 13:10:30 up  9:10,  1 user,  load average: 0.61, 0.42, 0.28
                                      Tasks: 116 total,   1 running, 115 sleeping,   0 stopped,   0 zombie
                                      %Cpu(s):  3.9 us,  2.6 sy,  0.0 ni, 93.4 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st
                                      MiB Mem :    972.8 total,    305.2 free,     43.5 used,    624.1 buff/cache
                                      MiB Swap:    100.0 total,     95.7 free,      4.3 used.    862.2 avail Mem
                                      
                                      *** FAILED SERVICES ***
                                      
                                      0 loaded units listed. Pass --all to see loaded but inactive units, too.
                                      To show all installed unit files use 'systemctl list-unit-files'.
                                      
                                      *** FILESYSTEM ***
                                      Filesystem     Type      Size  Used Avail Use% Mounted on
                                      /dev/root      ext4      7.1G  5.7G  1.1G  85% /
                                      devtmpfs       devtmpfs  454M     0  454M   0% /dev
                                      tmpfs          tmpfs     487M     0  487M   0% /dev/shm
                                      tmpfs          tmpfs     487M  6.6M  480M   2% /run
                                      tmpfs          tmpfs     5.0M  4.0K  5.0M   1% /run/lock
                                      tmpfs          tmpfs     487M     0  487M   0% /sys/fs/cgroup
                                      /dev/sda1      vfat      247M   49M  198M  20% /boot
                                      tmpfs          tmpfs      98M     0   98M   0% /run/user/1000
                                      
                                      Messages concerning ext4 filesystem in dmesg:
                                      [Wed Aug 21 04:00:28 2024] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1 bcm2708_fb.fbwidth=656 bcm2708_fb.fbheight=416 bcm2708_fb.fbdepth=16 bcm2708_fb.fbswap=1 vc_mem.mem_base=0x3f000000 vc_mem.mem_size=0x3f600000  console=ttyS0,115200 console=tty1 root=PARTUUID=32e689ec-02 rootfstype=ext4 fsck.repair=yes rootwait
                                      [Wed Aug 21 04:00:34 2024] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
                                      [Wed Aug 21 04:00:34 2024] VFS: Mounted root (ext4 filesystem) readonly on device 8:2.
                                      [Wed Aug 21 04:00:36 2024] EXT4-fs (sda2): re-mounted. Opts: (null)
                                      
                                      Show mounted filesystems:
                                      TARGET                                SOURCE     FSTYPE     OPTIONS
                                      /                                     /dev/sda2  ext4       rw,noatime
                                      |-/dev                                devtmpfs   devtmpfs   rw,relatime,size=464768k,nr_inodes=116192,mode=755
                                      | |-/dev/shm                          tmpfs      tmpfs      rw,nosuid,nodev
                                      | |-/dev/pts                          devpts     devpts     rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000
                                      | `-/dev/mqueue                       mqueue     mqueue     rw,relatime
                                      |-/sys                                sysfs      sysfs      rw,nosuid,nodev,noexec,relatime
                                      | |-/sys/kernel/security              securityfs securityfs rw,nosuid,nodev,noexec,relatime
                                      | |-/sys/fs/cgroup                    tmpfs      tmpfs      ro,nosuid,nodev,noexec,mode=755
                                      | | |-/sys/fs/cgroup/unified          cgroup2    cgroup2    rw,nosuid,nodev,noexec,relatime,nsdelegate
                                      | | |-/sys/fs/cgroup/systemd          cgroup     cgroup     rw,nosuid,nodev,noexec,relatime,xattr,name=systemd
                                      | | |-/sys/fs/cgroup/cpuset           cgroup     cgroup     rw,nosuid,nodev,noexec,relatime,cpuset
                                      | | |-/sys/fs/cgroup/perf_event       cgroup     cgroup     rw,nosuid,nodev,noexec,relatime,perf_event
                                      | | |-/sys/fs/cgroup/blkio            cgroup     cgroup     rw,nosuid,nodev,noexec,relatime,blkio
                                      | | |-/sys/fs/cgroup/net_cls,net_prio cgroup     cgroup     rw,nosuid,nodev,noexec,relatime,net_cls,net_prio
                                      | | |-/sys/fs/cgroup/cpu,cpuacct      cgroup     cgroup     rw,nosuid,nodev,noexec,relatime,cpu,cpuacct
                                      | | |-/sys/fs/cgroup/freezer          cgroup     cgroup     rw,nosuid,nodev,noexec,relatime,freezer
                                      | | |-/sys/fs/cgroup/devices          cgroup     cgroup     rw,nosuid,nodev,noexec,relatime,devices
                                      | | `-/sys/fs/cgroup/pids             cgroup     cgroup     rw,nosuid,nodev,noexec,relatime,pids
                                      | |-/sys/fs/bpf                       none       bpf        rw,nosuid,nodev,noexec,relatime,mode=700
                                      | |-/sys/kernel/debug                 debugfs    debugfs    rw,relatime
                                      | |-/sys/kernel/config                configfs   configfs   rw,relatime
                                      | `-/sys/fs/fuse/connections          fusectl    fusectl    rw,relatime
                                      |-/proc                               proc       proc       rw,relatime
                                      | `-/proc/sys/fs/binfmt_misc          systemd-1  autofs     rw,relatime,fd=26,pgrp=1,timeout=0,minproto=5,maxproto=5,direct
                                      |-/run                                tmpfs      tmpfs      rw,nosuid,nodev,mode=755
                                      | |-/run/lock                         tmpfs      tmpfs      rw,nosuid,nodev,noexec,relatime,size=5120k
                                      | |-/run/rpc_pipefs                   sunrpc     rpc_pipefs rw,relatime
                                      | `-/run/user/1000                    tmpfs      tmpfs      rw,nosuid,nodev,relatime,size=99608k,mode=700,uid=1000,gid=1000
                                      `-/boot                               /dev/sda1  vfat       rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro
                                      
                                      Files in neuralgic directories:
                                      
                                      /var:
                                      300M    /var/
                                      94M     /var/lib
                                      85M     /var/cache
                                      78M     /var/cache/apt
                                      69M     /var/lib/apt/lists
                                      
                                      Archived and active journals take up 6.0M in the file system.
                                      
                                      /opt/iobroker/backups:
                                      1.3M    /opt/iobroker/backups/
                                      
                                      /opt/iobroker/iobroker-data:
                                      908M    /opt/iobroker/iobroker-data/
                                      658M    /opt/iobroker/iobroker-data/files
                                      441M    /opt/iobroker/iobroker-data/files/javascript.admin
                                      409M    /opt/iobroker/iobroker-data/files/javascript.admin/static
                                      408M    /opt/iobroker/iobroker-data/files/javascript.admin/static/js
                                      
                                      The five largest files in iobroker-data are:
                                      41M     /opt/iobroker/iobroker-data/files/material/static/js/main.c5478f66.js.map
                                      27M     /opt/iobroker/iobroker-data/files/tankerkoenig.admin/build/index.js.map
                                      13M     /opt/iobroker/iobroker-data/objects.jsonl
                                      9.9M    /opt/iobroker/iobroker-data/files/material/static/js/main.c5478f66.js
                                      9.2M    /opt/iobroker/iobroker-data/files/tankerkoenig.admin/build/index.js
                                      
                                      USB-Devices by-id:
                                      USB-Sticks -  Avoid direct links to /dev/tty* in your adapter setups, please always prefer the links 'by-id':
                                      
                                      No Devices found 'by-id'
                                      
                                      
                                      
                                      
                                      *** NodeJS-Installation ***
                                      
                                      /usr/bin/nodejs         v10.24.0
                                      /usr/bin/node           v10.24.0
                                      npm:                    N/A
                                      npx:                    N/A
                                      corepack:       N/A
                                      *** nodejs is NOT correctly installed ***
                                      
                                      nodejs:
                                        Installed: 10.24.0~dfsg-1~deb10u3
                                        Candidate: 10.24.0~dfsg-1~deb10u3
                                        Version table:
                                       *** 10.24.0~dfsg-1~deb10u3 500
                                              500 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages
                                              100 /var/lib/dpkg/status
                                      
                                      Temp directories causing npm8 problem: 0
                                      No problems detected
                                      
                                      Errors in npm tree:
                                      
                                      *** ioBroker-Installation ***
                                      
                                      ioBroker Status
                                      (node:6853) UnhandledPromiseRejectionWarning: Error: Not supported
                                          at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js:1:1)
                                          at Module._compile (internal/modules/cjs/loader.js:778:30)
                                          at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
                                          at Module.load (internal/modules/cjs/loader.js:653:32)
                                          at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
                                          at Function.Module._load (internal/modules/cjs/loader.js:585:3)
                                          at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
                                          at startup (internal/bootstrap/node.js:283:19)
                                          at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
                                      (node:6853) UnhandledPromiseRejectionWarning: 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(). (rejection id: 2)
                                      (node:6853) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
                                      
                                      Core adapters versions
                                      (node:6863) UnhandledPromiseRejectionWarning: Error: Not supported
                                          at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js:1:1)
                                          at Module._compile (internal/modules/cjs/loader.js:778:30)
                                          at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
                                          at Module.load (internal/modules/cjs/loader.js:653:32)
                                          at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
                                          at Function.Module._load (internal/modules/cjs/loader.js:585:3)
                                          at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
                                          at startup (internal/bootstrap/node.js:283:19)
                                          at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
                                      (node:6863) UnhandledPromiseRejectionWarning: 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(). (rejection id: 2)
                                      (node:6863) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
                                      js-controller:
                                      (node:6872) UnhandledPromiseRejectionWarning: Error: Not supported
                                          at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js:1:1)
                                          at Module._compile (internal/modules/cjs/loader.js:778:30)
                                          at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
                                          at Module.load (internal/modules/cjs/loader.js:653:32)
                                          at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
                                          at Function.Module._load (internal/modules/cjs/loader.js:585:3)
                                          at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
                                          at startup (internal/bootstrap/node.js:283:19)
                                          at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
                                      (node:6872) UnhandledPromiseRejectionWarning: 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(). (rejection id: 2)
                                      (node:6872) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
                                      admin:
                                      (node:6881) UnhandledPromiseRejectionWarning: Error: Not supported
                                          at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js:1:1)
                                          at Module._compile (internal/modules/cjs/loader.js:778:30)
                                          at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
                                          at Module.load (internal/modules/cjs/loader.js:653:32)
                                          at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
                                          at Function.Module._load (internal/modules/cjs/loader.js:585:3)
                                          at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
                                          at startup (internal/bootstrap/node.js:283:19)
                                          at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
                                      (node:6881) UnhandledPromiseRejectionWarning: 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(). (rejection id: 2)
                                      (node:6881) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
                                      javascript:
                                      
                                      nodejs modules from github:     0
                                      
                                      Adapter State
                                      
                                      
                                      Enabled adapters with bindings
                                      
                                      ioBroker-Repositories
                                      (node:6898) UnhandledPromiseRejectionWarning: Error: Not supported
                                          at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js:1:1)
                                          at Module._compile (internal/modules/cjs/loader.js:778:30)
                                          at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
                                          at Module.load (internal/modules/cjs/loader.js:653:32)
                                          at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
                                          at Function.Module._load (internal/modules/cjs/loader.js:585:3)
                                          at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
                                          at startup (internal/bootstrap/node.js:283:19)
                                          at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
                                      (node:6898) UnhandledPromiseRejectionWarning: 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(). (rejection id: 2)
                                      (node:6898) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
                                      
                                      Installed ioBroker-Instances
                                      (node:6907) UnhandledPromiseRejectionWarning: Error: Not supported
                                          at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js:1:1)
                                          at Module._compile (internal/modules/cjs/loader.js:778:30)
                                          at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
                                          at Module.load (internal/modules/cjs/loader.js:653:32)
                                          at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
                                          at Function.Module._load (internal/modules/cjs/loader.js:585:3)
                                          at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
                                          at startup (internal/bootstrap/node.js:283:19)
                                          at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
                                      (node:6907) UnhandledPromiseRejectionWarning: 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(). (rejection id: 2)
                                      (node:6907) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
                                      
                                      Objects and States
                                      Please stand by - This may take a while
                                      Objects:        0
                                      States:         0
                                      
                                      *** OS-Repositories and Updates ***
                                      W: GPG error: https://deb.nodesource.com/node_18.x nodistro InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 2F59B5F99B1BE0B4
                                      E: The repository 'https://deb.nodesource.com/node_18.x nodistro InRelease' is not signed.
                                      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          14266      678/sshd
                                      tcp        0      0 127.0.0.1:25            0.0.0.0:*               LISTEN      0          17461      971/exim4
                                      tcp6       0      0 :::22                   :::*                    LISTEN      0          14268      678/sshd
                                      tcp6       0      0 ::1:25                  :::*                    LISTEN      0          17462      971/exim4
                                      udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          14851      625/dhcpcd
                                      udp        0      0 0.0.0.0:5353            0.0.0.0:*                           108        13707      385/avahi-daemon: r
                                      udp        0      0 0.0.0.0:60864           0.0.0.0:*                           108        13709      385/avahi-daemon: r
                                      udp6       0      0 :::45260                :::*                                108        13710      385/avahi-daemon: r
                                      udp6       0      0 :::5353                 :::*                                108        13708      385/avahi-daemon: r
                                      udp6       0      0 :::546                  :::*                                0          16690      625/dhcpcd
                                      
                                      *** Log File - Last 25 Lines ***
                                      
                                      2024-08-20 09:12:38.956  - info: host.raspibroker stopInstance timeout system.adapter.admin.1 killing pid 800
                                      2024-08-20 09:12:38.959  - info: host.raspibroker stopInstance timeout system.adapter.javascript.0 killing pid 807
                                      2024-08-20 09:12:38.960  - info: host.raspibroker stopInstance timeout system.adapter.backitup.0 killing pid 853
                                      2024-08-20 09:12:38.961  - info: host.raspibroker stopInstance timeout system.adapter.tr-064.0 killing pid 859
                                      2024-08-20 09:12:38.961  - info: host.raspibroker stopInstance timeout system.adapter.ems-esp.0 killing pid 900
                                      2024-08-20 09:12:38.962  - info: host.raspibroker stopInstance timeout system.adapter.hm-rega.0 killing pid 932
                                      2024-08-20 09:12:38.964  - info: host.raspibroker stopInstance timeout system.adapter.web.0 killing pid 1138
                                      2024-08-20 09:12:39.162  - info: host.raspibroker instance system.adapter.sourceanalytix.0 terminated with code 0 (NO_ERROR)
                                      2024-08-20 09:12:39.164  - info: host.raspibroker instance system.adapter.hm-rpc.0 terminated with code 0 (NO_ERROR)
                                      2024-08-20 09:12:39.166  - info: host.raspibroker instance system.adapter.vis-inventwo.0 terminated with code 0 (NO_ERROR)
                                      2024-08-20 09:12:40.639  - info: host.raspibroker instance system.adapter.mqtt.0 terminated with code 0 (NO_ERROR)
                                      2024-08-20 09:12:40.641  - info: host.raspibroker instance system.adapter.tankerkoenig.0 terminated with code 0 (NO_ERROR)
                                      2024-08-20 09:12:40.642  - info: host.raspibroker instance system.adapter.pollenflug.0 terminated with code 0 (NO_ERROR)
                                      2024-08-20 09:12:40.686  - info: host.raspibroker instance system.adapter.admin.1 terminated with code 0 (NO_ERROR)
                                      2024-08-20 09:12:40.864  - info: host.raspibroker instance system.adapter.javascript.0 terminated with code 0 (NO_ERROR)
                                      2024-08-20 09:12:40.866  - info: host.raspibroker instance system.adapter.backitup.0 terminated with code 0 (NO_ERROR)
                                      2024-08-20 09:12:40.867  - info: host.raspibroker instance system.adapter.tr-064.0 terminated with code 0 (NO_ERROR)
                                      2024-08-20 09:12:40.868  - info: host.raspibroker instance system.adapter.ems-esp.0 terminated with code 0 (NO_ERROR)
                                      2024-08-20 09:12:40.869  - warn: host.raspibroker instance system.adapter.hm-rega.0 terminated due to SIGKILL
                                      2024-08-20 09:12:40.870  - info: host.raspibroker instance system.adapter.hm-rega.0 terminated with code null ()
                                      2024-08-20 09:12:40.871  - warn: host.raspibroker instance system.adapter.web.0 terminated due to SIGKILL
                                      2024-08-20 09:12:40.871  - info: host.raspibroker instance system.adapter.web.0 terminated with code null ()
                                      2024-08-20 09:12:41.153  - info: host.raspibroker instance system.adapter.history.0 terminated with code 0 (NO_ERROR)
                                      2024-08-20 09:12:41.155  - info: host.raspibroker All instances are stopped.
                                      2024-08-20 09:12:41.396  - info: host.raspibroker terminated
                                      
                                      

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

                                      iob diag has finished.


                                      Danke

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

                                      @iotechnik
                                      Noch ein paar Hinweise:

                                      Setz das neue System als reines 64Bit-System auf.
                                      Spendier der Kiste ein gescheites, richtiges Netzteil. Die jetzige Spannungsversorgung ist zu schlapp.

                                      Mit

                                      /usr/bin/nodejs v10.24.0
                                      kannst du auch gar nichts mehr reißen. Mit der dfsg-Version schon gerade nicht.

                                      Versuch das mal mit der Betaversion von hier zu beackern. :

                                      https://forum.iobroker.net/topic/68035/iob-node-fix-skript

                                      Aufruf des Skriptes dann per

                                      ./iob_node_update 18
                                      

                                      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
                                      • I Offline
                                        I Offline
                                        ioTechnik
                                        schrieb am zuletzt editiert von
                                        #86

                                        @thomas-braun
                                        Hallo Thomas
                                        habe das System neu aufgesetzt (64bit). Das mit dem Netzteil ist auch OK - es lag am USB-Kabel - habe jetzt direkt verkabelt.
                                        Bin dabei die Adapter zu aktualisieren - leider lassen sich einige nicht über die Adapteroberfläche aktualisieren.
                                        Es scheitert momentan beim web-Adapter

                                        $ iobroker upgrade web@6.2.5
                                        
                                        Update web from @6.2.3 to @6.2.5
                                        
                                        NPM version: 10.8.2
                                        
                                        Installing iobroker.web@6.2.5... (System call)
                                        
                                        Could not handle ENOTEMPTY, because no deletable files were foundnpm error code ENOTEMPTYnpm error syscall renamenpm error path /opt/iobroker/node_modules/aggregate-errornpm error dest /opt/iobroker/node_modules/.aggregate-error-rAKexGiKnpm error errno -39npm error ENOTEMPTY: directory not empty, rename '/opt/iobroker/node_modules/aggregate-error' -> '/opt/iobroker/node_modules/.aggregate-error-rAKexGiK'npm error A complete log of this run can be found in: /home/iobroker/.npm/_logs/2024-08-23T14_35_28_536Z-debug-0.log
                                        
                                        host.raspberrypi Cannot install iobroker.web@6.2.5: 217
                                        
                                        ERROR: Process exited with code 25
                                        

                                        ebenso beim backitup-Adapter. Habe diesen schon neu installiert - ohne Erfolg
                                        Danke

                                        HomoranH 1 Antwort Letzte Antwort
                                        0
                                        • I ioTechnik

                                          @thomas-braun
                                          Hallo Thomas
                                          habe das System neu aufgesetzt (64bit). Das mit dem Netzteil ist auch OK - es lag am USB-Kabel - habe jetzt direkt verkabelt.
                                          Bin dabei die Adapter zu aktualisieren - leider lassen sich einige nicht über die Adapteroberfläche aktualisieren.
                                          Es scheitert momentan beim web-Adapter

                                          $ iobroker upgrade web@6.2.5
                                          
                                          Update web from @6.2.3 to @6.2.5
                                          
                                          NPM version: 10.8.2
                                          
                                          Installing iobroker.web@6.2.5... (System call)
                                          
                                          Could not handle ENOTEMPTY, because no deletable files were foundnpm error code ENOTEMPTYnpm error syscall renamenpm error path /opt/iobroker/node_modules/aggregate-errornpm error dest /opt/iobroker/node_modules/.aggregate-error-rAKexGiKnpm error errno -39npm error ENOTEMPTY: directory not empty, rename '/opt/iobroker/node_modules/aggregate-error' -> '/opt/iobroker/node_modules/.aggregate-error-rAKexGiK'npm error A complete log of this run can be found in: /home/iobroker/.npm/_logs/2024-08-23T14_35_28_536Z-debug-0.log
                                          
                                          host.raspberrypi Cannot install iobroker.web@6.2.5: 217
                                          
                                          ERROR: Process exited with code 25
                                          

                                          ebenso beim backitup-Adapter. Habe diesen schon neu installiert - ohne Erfolg
                                          Danke

                                          HomoranH Nicht stören
                                          HomoranH Nicht stören
                                          Homoran
                                          Global Moderator Administrators
                                          schrieb am zuletzt editiert von
                                          #87

                                          @iotechnik

                                          iob stop
                                          iob fix
                                          iob start
                                          

                                          try again!

                                          kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

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

                                          der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

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


                                          Support us

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

                                          986

                                          Online

                                          32.5k

                                          Benutzer

                                          81.9k

                                          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