Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Wir Empfehlen: Node.js 20.x :-)

    NEWS

    • ioBroker goes Matter ... Matter Adapter in Stable

    • 15. 05. Wartungsarbeiten am ioBroker Forum

    • Monatsrückblick - April 2025

    Wir Empfehlen: Node.js 20.x :-)

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

      @thomas-braun stimmt, aber mit Merkwürdigkeiten gibt einen Redirect auf repo.iobroker.live, ab da geht es per IPv6 weiter:

      martin@iobroker-test-sicher:~$ wget http://download.iobroker.net/sources-dist.json
      --2024-06-07 15:31:32--  http://download.iobroker.net/sources-dist.json
      Resolving download.iobroker.net (download.iobroker.net)... 93.90.206.45
      Connecting to download.iobroker.net (download.iobroker.net)|93.90.206.45|:80... connected.
      HTTP request sent, awaiting response... 301 Moved Permanently
      Location: http://repo.iobroker.live/sources-dist.json [following]
      --2024-06-07 15:31:32--  http://repo.iobroker.live/sources-dist.json
      Resolving repo.iobroker.live (repo.iobroker.live)... 2606:4700:3030::ac43:de66, 2606:4700:3035::6815:56aa, 104.21.86.170, ...
      Connecting to repo.iobroker.live (repo.iobroker.live)|2606:4700:3030::ac43:de66|:80... connected.
      HTTP request sent, awaiting response... 200 OK
      Length: 4600604 (4.4M) [application/json]
      Saving to: 'sources-dist.json'
      
      sources-dist.json              100%[====================================================>]   4.39M  --.-KB/s    in 0.1s    
      
      2024-06-07 15:31:33 (36.9 MB/s) - 'sources-dist.json' saved [4600604/4600604]
      
      martin@iobroker-test-sicher:~$ 
      

      EDIT: Gibt ja auch eine IPv4 Adresse, und die lässt sich auch anpingen....

      1 Reply Last reply Reply Quote 0
      • H
        hansmeier last edited by hansmeier

        IPv6 habe ich in meinem Router ungefähr zum gleichen Zeitpunkt wo ich keine Updates mehr angezeigt bekam, deaktiviert.
        Der Grund waren Probleme mit WireGuard.
        Es könnte also ein Zusammenhang bestehen.
        Hab jetzt mal IPv6 wieder freigegeben.

        Bringt aber leider keine Änderung

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

          @hansmeier sagte in Wir Empfehlen: Node.js 20.x 🙂:

          IPv6 habe ich in meinem Router ungefähr zum gleichen Zeitpunkt wo ich keine Updates mehr angezeigt bekam, deaktiviert.

          Schlechte Idee.

          Versuch es mal mit

          iob setup first
          
          H 1 Reply Last reply Reply Quote 1
          • H
            hansmeier @Thomas Braun last edited by

            @thomas-braun sagte in Wir Empfehlen: Node.js 20.x 🙂:

            iob setup first

            Cool ! Das hat es gebracht. Die Repositories sind wieder da. Und gleich kamen 11 Adapter Updates hoch.
            Danke, du hast meinen Tag gerettet.
            Ich muss mal Proxmox unbedingt so einstellen, dass die Backups länger zurückreichen als eine Woche. 🙄

            ======================= SUMMARY =======================
                                    v.2024-05-22
            
            
             Static hostname: ioBrokerUbuntu2204
                   Icon name: computer-container
                     Chassis: container
              Virtualization: lxc
            Operating System: Ubuntu 22.04.4 LTS
                      Kernel: Linux 6.8.4-3-pve
                Architecture: x86-64
            
            Installation:           lxc
            Kernel:                 x86_64
            Userland:               64 bit
            Timezone:               Europe/Berlin (CEST, +0200)
            User-ID:                1001
            Display-Server:         false
            Boot Target:            graphical.target
            
            Pending OS-Updates:     0
            Pending iob updates:    11
            
            Nodejs-Installation:
            /usr/bin/nodejs         v20.14.0
            /usr/bin/node           v20.14.0
            /usr/bin/npm            10.7.0
            /usr/bin/npx            10.7.0
            /usr/bin/corepack       0.28.1
            
            Recommended versions are nodejs 18.20.3 and npm 10.7.0
            Your nodejs installation is correct
            
            MEMORY: 
                           total        used        free      shared  buff/cache   available
            Mem:            6.1G        2.2G        3.1G        0.0K        811M        3.9G
            Swap:           2.0G          0B        2.0G
            Total:          8.2G        2.2G        5.2G
            
            Active iob-Instances:   39
            Active repo(s): stable
            
            ioBroker Core:          js-controller           5.0.19
                                    admin                   6.13.16
            
            ioBroker Status:        iobroker is running on this host.
            
            
            Objects type: jsonl
            States  type: jsonl
            
            Status admin and web instance:
            + system.adapter.admin.0                  : admin                 : ioBrokerUbuntu2204                       -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
            + system.adapter.web.0                    : web                   : ioBrokerUbuntu2204                       -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
            
            Objects:                17559
            States:                 15478
            
            Size of iob-Database:
            
            17M     /opt/iobroker/iobroker-data/objects.jsonl
            12M     /opt/iobroker/iobroker-data/objects.json.migrated
            12M     /opt/iobroker/iobroker-data/objects.json.bak.migrated
            9.4M    /opt/iobroker/iobroker-data/states.jsonl
            2.3M    /opt/iobroker/iobroker-data/states.json.migrated
            2.3M    /opt/iobroker/iobroker-data/states.json.bak.migrated
            
            
            
            =================== END OF SUMMARY ====================
            
            mcm1957 1 Reply Last reply Reply Quote 0
            • mcm1957
              mcm1957 @hansmeier last edited by

              Die Repositories kann man übrigends auch via Browser checken:

              https://repo.iobroker.live/sources-dist-latest.json
              https://repo.iobroker.live/sources-dist.json

              sollten ein größeres json liefern. In edge ist es bei mir auch bracuhbar formatiert, in chrome nicht.

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

                @mcm1957 sagte in Wir Empfehlen: Node.js 20.x 🙂:

                Die Repositories kann man übrigends auch via Browser checken:

                leider klappt das oft 8bw8hl der ioBroker Probleme hat.

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

                  @homoran
                  Ja - aber da ihr oben gemutmaßt habt dass der Server weg ist wäre das in dem Fall eine Testmöglichkeit. Wenn das nicht geht ists klar dass was am Server klemmt ...

                  1 Reply Last reply Reply Quote 1
                  • MartinP
                    MartinP @DJMarc75 last edited by MartinP

                    @djmarc75 said in Wir Empfehlen: Node.js 20.x 🙂:

                    @myssv sagte in Wir Empfehlen: Node.js 20.x 🙂:

                    folgende Fehler

                    Du wohnst in einer Zone wo es diese beiden Astros im Moment nicht gibt.

                    Kann man ignorieren und ist in der neuen Version 8.4.2 vom JavaSkriptAdapter behoben.

                    Hmm, in wohne in Dortmund, ist eigentlich nicht nahe genug am Polarkreis um dieses Meldungen zu triggern - oder muss man da irgendwo seinen Geo-Position eintragen?

                    In den Basiseinstellungen ist das erfolgt..

                    63ac5fbc-9be4-4a39-b576-95be818a76cf-grafik.png

                    Homoran Marc Berg 2 Replies Last reply Reply Quote 0
                    • Homoran
                      Homoran Global Moderator Administrators @MartinP last edited by

                      @martinp sagte in Wir Empfehlen: Node.js 20.x 🙂:

                      Hmm, in wohne in NRW, ist eigentlich nicht nahe genug am Polarkreis um dieses Meldungen zu triggern -

                      aber sicher doch!
                      sieh mal bei sonnenverlauf.de nach ob bei dir die Sonne unter -18° Elevation kommt.
                      Würde mich sehr wundern.

                      1 Reply Last reply Reply Quote 0
                      • Marc Berg
                        Marc Berg Most Active @MartinP last edited by

                        @martinp sagte in Wir Empfehlen: Node.js 20.x 🙂:

                        Hmm, in wohne in NRW, ist eigentlich nicht nahe genug am Polarkreis um dieses Meldungen zu triggern

                        Alles ca. nördlich des 49. Breitengrades ist davon "betroffen", also auch NRW.

                        MartinP 1 Reply Last reply Reply Quote 1
                        • MartinP
                          MartinP @Marc Berg last edited by

                          @marc-berg said in Wir Empfehlen: Node.js 20.x 🙂:

                          Alles ca. nördlich des 49. Breitengrades ist davon "betroffen", also auch NRW.

                          Irritierend, aber wenn, wie @homoran schrieb die "Nacht" erst beginnt, wenn die Sonne 18° unter dem Horizont steht ist das wahrscheinlich unter dem Gesichtspunkt, dass es selbst bei Neumond nie GANZ dunkel wird eine schlüssige Definition.

                          1 Reply Last reply Reply Quote 0
                          • T
                            Tobi 1 last edited by

                            Also ich hab nach dem befehl iob nodejs-update das Problem dass ioBroker gar nicht mehr startet.
                            Auch iob start hilft nicht, reboot und iob fix auch nicht.

                            Könnt ihr mir helfen?

                            Iob diag sagt folgendes:

                            ======================= SUMMARY =======================
                                                    v.2024-05-22
                            
                            
                               Static hostname: raspberrypi
                                     Icon name: computer
                              Operating System: Raspbian GNU/Linux 10 (buster)
                                        Kernel: Linux 6.6.30-v8+
                                  Architecture: arm64
                            
                            Installation:           native
                            Kernel:                 aarch64
                            Userland:               32 bit
                            Timezone:               Europe/Berlin (CEST, +0200)
                            User-ID:                1000
                            Display-Server:         false
                            Boot Target:            graphical.target
                            
                            Pending OS-Updates:     0
                            node: /usr/lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by node)
                            Pending iob updates:    0
                            
                            Nodejs-Installation:
                            nodejs: /usr/lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by nodejs)
                            /usr/bin/nodejs
                            nodejs: /usr/lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by nodejs)
                            node: /usr/lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by node)
                            /usr/bin/node
                            node: /usr/lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by node)
                            node: /usr/lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by node)
                            /usr/bin/npm
                            node: /usr/lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by node)
                            node: /usr/lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by node)
                            /usr/bin/npx
                            node: /usr/lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by node)
                            node: /usr/lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by node)
                            /usr/bin/corepack
                            node: /usr/lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by node)
                            
                            Recommended versions are nodejs  and npm
                            Your nodejs installation is correct
                            
                            MEMORY:
                                          total        used        free      shared  buff/cache   available
                            Mem:           3.8G        184M        2.0G        8.0M        1.6G        3.5G
                            Swap:           99M          0B         99M
                            Total:         3.9G        184M        2.1G
                            
                            Active iob-Instances:   0
                            node: /usr/lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by node)
                            
                            node: /usr/lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by node)
                            ioBroker Core:          js-controller
                            node: /usr/lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by node)
                                                    admin
                            
                            node: /usr/lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by node)
                            ioBroker Status:
                            
                            Status admin and web instance:
                            
                            Objects:                0
                            States:                 0
                            
                            Size of iob-Database:
                            
                            37M     /opt/iobroker/iobroker-data/objects.jsonl
                            15M     /opt/iobroker/iobroker-data/objects.json.migrated
                            15M     /opt/iobroker/iobroker-data/objects.json.bak.migrated
                            12M     /opt/iobroker/iobroker-data/objects_original.json
                            32M     /opt/iobroker/iobroker-data/states.jsonl
                            4.5M    /opt/iobroker/iobroker-data/states.json.migrated
                            4.5M    /opt/iobroker/iobroker-data/states.json.bak.migrated
                            
                            
                            
                            =================== END OF SUMMARY ====================
                            
                            
                            Ro75 1 Reply Last reply Reply Quote 0
                            • Ro75
                              Ro75 @Tobi 1 last edited by

                              @tobi-1

                              1. Buster ist tot! Bookworm ist aktuell
                              2. 32 Bit: besser 64 Bit lite Version
                              3. graphical.target: Server benötigt keine grafische Oberfläche

                              Wenn du ein Backup der ioBroker-Daten hast (sollte so sein), installiere den PI neu.

                              Ro75

                              T 1 Reply Last reply Reply Quote 0
                              • T
                                Tobi 1 @Ro75 last edited by

                                @ro75
                                Glaube ich alles, dass es was neueres, besseres usw.. bereits gibt 🙂

                                Hab jetzt ein downgrade zu NodeJs 18.20.3 gemacht damit startet die Kiste auch wieder.

                                Entweder ist bei mir eine Konfiguration im Raspi falsch oder NodeJS ist nicht kompatibel mit meinem System.
                                Kenne mich da zu wenig aus.

                                Ro75 Homoran Thomas Braun 3 Replies Last reply Reply Quote 0
                                • Ro75
                                  Ro75 @Tobi 1 last edited by

                                  @tobi-1 sagte in Wir Empfehlen: Node.js 20.x 🙂:

                                  NodeJS ist nicht kompatibel mit meinem System

                                  genau, da Buster zu alt und nicht mehr gepflegt wird. Du wirst Folgeprobleme bekommen! Angefangen, das sich Adapter werder installieren noch Updaten lassen.

                                  Bringe dein System auf einen aktuellen Stand - Buster ist es nicht!

                                  Ro75.

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

                                    @tobi-1 sagte in Wir Empfehlen: Node.js 20.x 🙂:

                                    oder NodeJS ist nicht kompatibel mit meinem System.

                                    richtig, weil

                                    @ro75 sagte in Wir Empfehlen: Node.js 20.x 🙂:

                                    Buster ist tot!

                                    und es nicht um

                                    @tobi-1 sagte in Wir Empfehlen: Node.js 20.x 🙂:

                                    Glaube ich alles, dass es was neueres, besseres usw.. bereits gibt

                                    geht, sondern um Funktionen im OS und nodejs, die auf der einen Seite nicht mehr und suf der anderrn Seite noch nicht unterstützt werden.

                                    Außerdem werden Sicherheitsissues nicht mehr in veralteten Versionen beseitigt

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

                                      @tobi-1 sagte in Wir Empfehlen: Node.js 20.x 🙂:

                                      NodeJS ist nicht kompatibel mit meinem System.

                                      Ja, dein abgekündigtes System (Buster) ist zu alt, aktuelles nodejs baut da nicht mehr drauf, weil die glibc-Bibliothek zu alt ist.
                                      Die baut auch niemand mehr ein, weil das System nicht mehr unterstützt wird.

                                      NEUINSTALLATION von Raspberry OS 12 'Bookworm'!

                                      1 Reply Last reply Reply Quote 0
                                      • T
                                        Tobi 1 last edited by

                                        Alles klar, dann weiß ich jetzt was ich zu tun habe 🙂
                                        Danke für eure Kommentare!

                                        MartinP 1 Reply Last reply Reply Quote 0
                                        • MartinP
                                          MartinP @Tobi 1 last edited by

                                          @tobi-1 Beim Pi ist das Fallback ja einfach wenn man eine neue SD-Karte kauft:
                                          Pi ausschalten, die alte SD-Karte herausziehen, die neue einsetzen, und DARAUF installieren ...

                                          Geht etwas schief, hat man immer noch die alte Karte

                                          T 1 Reply Last reply Reply Quote 0
                                          • T
                                            Tobi 1 @MartinP last edited by

                                            @martinp
                                            So werd ich das bei Gelegenheit auch machen.
                                            Liegt theoretisch alles griffbereit da. Fehlt nur die Zeit für sowas

                                            Thomas Braun 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

                                            580
                                            Online

                                            31.6k
                                            Users

                                            79.5k
                                            Topics

                                            1.3m
                                            Posts

                                            46
                                            217
                                            37570
                                            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