Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. ioBroker update führt zu GLIBCXX_3.4.26-Problem - GELÖST!

    NEWS

    • [erledigt] 15. 05. Wartungsarbeiten am ioBroker Forum

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

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

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

      @thomas-braun

      Ich danke Dir saumäßig - ernsthaft. Könnte ich Dich jetzt umarmen würde ich das tun!

      Eine gute Nacht und eine wundervolle Restwoche. DANKE!!!!!!!!!!!!!!!!

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

        @r-frase

        Nachdem sich das Ganze jetzt gesetzt haben sollte,
        schau nochmal in

        iob diag
        

        rein. Ich hoffe das läuft jetzt sauberer durch.

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

          @thomas-braun

          Nochmal vielen Dank, dass Du Dir die Zeit genommen hast.
          Bisher läuft alles wieder stabil.

          /opt/iobroker $ iob diag
          

          hat nix bewirkt, es kam nur der neue Prompt.

          Unbedingt ein Backup vom ioBroker machen, am besten mit dem Backitup-Adapter.
          

          okay, das mache ich gleich!

          Dann mit dem ganzen Ding auf ein aktuell noch voll unterstütztes Release wechseln, dein 'Buster' ist seit 09/2022 tot. Höchste Zeit von dem toten Gaul runterzusteigen. Ich würde dann gleich ein 64bit-System von Grund auf neuinstallieren.
          

          Wie schnell das geht... Da werde ich mir extra für Zeit nehmen müssen.

          Eine gute Woche noch!

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

            @r-frase

            Dann versuch mal per

            curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh
            

            ob da was sichtbar wird.

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

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

              Wie schnell das geht...

              Die bei Debian üblichen zwei Jahre halt. Die Release-Planung ist da aber sehr transparent.

              2d9cb5c4-144e-4fd9-b2ba-2fcd77c2a689-grafik.png

              K 1 Reply Last reply Reply Quote 0
              • K
                KNX-Bodensee @Thomas Braun last edited by

                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 Braun 1 Reply Last reply Reply Quote 0
                • Thomas Braun
                  Thomas Braun Most Active @KNX-Bodensee last edited by Thomas Braun

                  @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.

                  1 Reply Last reply Reply Quote 0
                  • K
                    KNX-Bodensee last edited by

                    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 Braun 1 Reply Last reply Reply Quote 0
                    • Thomas Braun
                      Thomas Braun Most Active @KNX-Bodensee last edited by 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 1 Reply Last reply Reply Quote 0
                      • K
                        KNX-Bodensee @Thomas Braun last edited by

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

                        cat /etc/debian_version

                        .....sagt 10.13

                        Thomas Braun 1 Reply Last reply Reply Quote 0
                        • Thomas Braun
                          Thomas Braun Most Active @KNX-Bodensee last edited by

                          @knx-bodensee

                          Installier da NEU die Version 12 'Bookworm'.

                          K 1 Reply Last reply Reply Quote 0
                          • K
                            KNX-Bodensee @Thomas Braun last edited by

                            @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 Reply Last reply Reply Quote 0
                            • I
                              ioTechnik @KNX-Bodensee last edited by Homoran

                              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

                              Homoran Thomas Braun 2 Replies Last reply Reply Quote 0
                              • Homoran
                                Homoran Global Moderator Administrators @ioTechnik last edited by 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 1 Reply Last reply Reply Quote 0
                                • Thomas Braun
                                  Thomas Braun Most Active @ioTechnik last edited by

                                  @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'.

                                  1 Reply Last reply Reply Quote 0
                                  • I
                                    ioTechnik @Homoran last edited by

                                    @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 Braun 1 Reply Last reply Reply Quote 0
                                    • Thomas Braun
                                      Thomas Braun Most Active @ioTechnik last edited by

                                      @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

                                      1 Reply Last reply Reply Quote 0
                                      • I
                                        ioTechnik last edited by

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

                                        Homoran Thomas Braun 2 Replies Last reply Reply Quote 0
                                        • Homoran
                                          Homoran Global Moderator Administrators @ioTechnik last edited by

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

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

                                            @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.

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

                                            Support us

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

                                            582
                                            Online

                                            31.6k
                                            Users

                                            79.5k
                                            Topics

                                            1.3m
                                            Posts

                                            5
                                            92
                                            9071
                                            Loading More Posts
                                            • Oldest to Newest
                                            • Newest to Oldest
                                            • Most Votes
                                            Reply
                                            • Reply as topic
                                            Log in to reply
                                            Community
                                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                            The ioBroker Community 2014-2023
                                            logo