Skip to content
  • Home
  • Recent
  • Tags
  • 0 Unread 0
  • Categories
  • Unreplied
  • Popular
  • 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

  • Default (No Skin)
  • No Skin
Collapse
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. [How-to] Node.js für ioBroker richtig updaten

NEWS

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    17
    1
    529

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

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

[How-to] Node.js für ioBroker richtig updaten

Scheduled Pinned Locked Moved ioBroker Allgemein
installationlinuxnodenode.jsnodejswindows
1.1k Posts 106 Posters 774.4k Views 112 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Thomas BraunT Thomas Braun

    @Stefan_1969

    cat /etc/apt/sources.list.d/nodesource.list
    uname -a
    

    Das System läuft in einer VM, oder? Kann es sein, dass du der nur 32bit / i386 als Virtualisierte Prozessorarchitektur mitgegeben hast? Ich vermute nämlich ganz stark dass nodesource dafür keine Pakete mehr baut, weil die eigentlich auch keiner mehr wirklich verwendet.

    S Offline
    S Offline
    Stefan_1969
    wrote on last edited by Stefan_1969
    #594

    @Thomas-Braun sagte in [How-to] Node.js für ioBroker richtig updaten:

    cat /etc/apt/sources.list.d/nodesource.list
    uname -a

    stefan@iobrokerVM01:~$ cat /etc/apt/sources.list.d/nodesource.list
    deb https://deb.nodesource.com/node_12.x buster main
    deb-src https://deb.nodesource.com/node_12.x buster main
    stefan@iobrokerVM01:~$ uname -a
    Linux iobrokerVM01 4.19.0-8-686-pae #1 SMP Debian 4.19.98-1+deb10u1 (2020-04-27) i686 GNU/Linux
    stefan@iobrokerVM01:~$
    
    

    ioBroker läuft in einer VM unter Proxmox 6.0-4
    50ef496e-6e4f-4978-b9a2-8d4f89ccac1d-image.png


    ioBroker, grafana, influx, mariaDB, pihole, MotionEye auf proxmox
    Geräte: Homematic, Shelly, Sonoff, Gosund, WEMOS

    Thomas BraunT 1 Reply Last reply
    0
    • S Stefan_1969

      @Thomas-Braun sagte in [How-to] Node.js für ioBroker richtig updaten:

      cat /etc/apt/sources.list.d/nodesource.list
      uname -a

      stefan@iobrokerVM01:~$ cat /etc/apt/sources.list.d/nodesource.list
      deb https://deb.nodesource.com/node_12.x buster main
      deb-src https://deb.nodesource.com/node_12.x buster main
      stefan@iobrokerVM01:~$ uname -a
      Linux iobrokerVM01 4.19.0-8-686-pae #1 SMP Debian 4.19.98-1+deb10u1 (2020-04-27) i686 GNU/Linux
      stefan@iobrokerVM01:~$
      
      

      ioBroker läuft in einer VM unter Proxmox 6.0-4
      50ef496e-6e4f-4978-b9a2-8d4f89ccac1d-image.png

      Thomas BraunT Online
      Thomas BraunT Online
      Thomas Braun
      Most Active
      wrote on last edited by
      #595

      @Stefan_1969
      Ja, da läuft ein 32bit-System.
      Da bekommst du die für 64bit-gebauten nodesource-Pakete nicht rein.

      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

      S 1 Reply Last reply
      0
      • Thomas BraunT Thomas Braun

        @Stefan_1969
        Ja, da läuft ein 32bit-System.
        Da bekommst du die für 64bit-gebauten nodesource-Pakete nicht rein.

        S Offline
        S Offline
        Stefan_1969
        wrote on last edited by
        #596

        @Thomas-Braun
        ... ich dachte kvm64 wäre 64-Bit

        Woran hast Du das erkannt?!


        ioBroker, grafana, influx, mariaDB, pihole, MotionEye auf proxmox
        Geräte: Homematic, Shelly, Sonoff, Gosund, WEMOS

        J Thomas BraunT 2 Replies Last reply
        0
        • S Stefan_1969

          @Thomas-Braun
          ... ich dachte kvm64 wäre 64-Bit

          Woran hast Du das erkannt?!

          J Offline
          J Offline
          Jan1
          wrote on last edited by Jan1
          #597

          @Stefan_1969
          ich denke daran:

          Linux iobrokerVM01 4.19.0-8-686-pae #1 SMP Debian 4.19.98-1+deb10u1 (2020-04-27) **i686** GNU/Linux
          

          Bei 64 Bit steht immer irgendwo 64 dabei

          1 Reply Last reply
          0
          • S Stefan_1969

            @Thomas-Braun
            ... ich dachte kvm64 wäre 64-Bit

            Woran hast Du das erkannt?!

            Thomas BraunT Online
            Thomas BraunT Online
            Thomas Braun
            Most Active
            wrote on last edited by Thomas Braun
            #598

            @Stefan_1969
            Die Ausgabe von uname -a zeigt mir, dass da ein Kernel für 32bit (i686) laufen muss. Ich weiß ja nicht wie du Debian installiert hast, aber da hast du wohl 'daneben' gegriffen. Vermutlich ein 32bit-Image in die 64bit-VM gehämmert.

            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

            S 1 Reply Last reply
            0
            • Thomas BraunT Thomas Braun

              @Stefan_1969
              Die Ausgabe von uname -a zeigt mir, dass da ein Kernel für 32bit (i686) laufen muss. Ich weiß ja nicht wie du Debian installiert hast, aber da hast du wohl 'daneben' gegriffen. Vermutlich ein 32bit-Image in die 64bit-VM gehämmert.

              S Offline
              S Offline
              Stefan_1969
              wrote on last edited by
              #599

              @Thomas-Braun
              Vielen Dank für die Hilfe!

              Dann werde ich mal versuchen auf 64 bit zu kommen ....


              ioBroker, grafana, influx, mariaDB, pihole, MotionEye auf proxmox
              Geräte: Homematic, Shelly, Sonoff, Gosund, WEMOS

              Thomas BraunT 1 Reply Last reply
              0
              • S Stefan_1969

                @Thomas-Braun
                Vielen Dank für die Hilfe!

                Dann werde ich mal versuchen auf 64 bit zu kommen ....

                Thomas BraunT Online
                Thomas BraunT Online
                Thomas Braun
                Most Active
                wrote on last edited by
                #600

                @Stefan_1969
                Das geht eigentlich nur durch Neuinstallation der richtigen Version.
                Alles andere setzt ernorme Klimmzüge voraus. chrooten, glibc neubauen etc. (Wenn das überhaupt so geht. Hab mir das nie angeschaut, vor Jahren war es jedenfalls nicht möglich).

                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

                S 1 Reply Last reply
                0
                • Thomas BraunT Thomas Braun

                  @Stefan_1969
                  Das geht eigentlich nur durch Neuinstallation der richtigen Version.
                  Alles andere setzt ernorme Klimmzüge voraus. chrooten, glibc neubauen etc. (Wenn das überhaupt so geht. Hab mir das nie angeschaut, vor Jahren war es jedenfalls nicht möglich).

                  S Offline
                  S Offline
                  Stefan_1969
                  wrote on last edited by
                  #601

                  @Thomas-Braun :confounded:
                  ... wir haben ja ein verregnetes Wochenende ...


                  ioBroker, grafana, influx, mariaDB, pihole, MotionEye auf proxmox
                  Geräte: Homematic, Shelly, Sonoff, Gosund, WEMOS

                  J HomoranH 2 Replies Last reply
                  0
                  • S Stefan_1969

                    @Thomas-Braun :confounded:
                    ... wir haben ja ein verregnetes Wochenende ...

                    J Offline
                    J Offline
                    Jan1
                    wrote on last edited by
                    #602

                    @Stefan_1969
                    Ne neue Linux Installation ist in ner guten Stunde erledigt, so lange solls nicht regnen ;-)

                    S 1 Reply Last reply
                    0
                    • S Stefan_1969

                      @Thomas-Braun :confounded:
                      ... wir haben ja ein verregnetes Wochenende ...

                      HomoranH Do not disturb
                      HomoranH Do not disturb
                      Homoran
                      Global Moderator Administrators
                      wrote on last edited by
                      #603

                      @Stefan_1969
                      Backup machen
                      VM mit debian Netinstall AMD64 image (parallel) neu ausetzen
                      Backup zurückspielen
                      nach einer halben Stunde könntest du fertig sein

                      kein Support per PN! - Fragen im Forum stellen -
                      Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
                      Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton im Header. Danke!
                      der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                      Thomas BraunT 1 Reply Last reply
                      0
                      • J Jan1

                        @Stefan_1969
                        Ne neue Linux Installation ist in ner guten Stunde erledigt, so lange solls nicht regnen ;-)

                        S Offline
                        S Offline
                        Stefan_1969
                        wrote on last edited by
                        #604

                        @Jan1
                        Das nicht :blush:
                        aber bis wieder alles läuft ...


                        ioBroker, grafana, influx, mariaDB, pihole, MotionEye auf proxmox
                        Geräte: Homematic, Shelly, Sonoff, Gosund, WEMOS

                        1 Reply Last reply
                        1
                        • HomoranH Homoran

                          @Stefan_1969
                          Backup machen
                          VM mit debian Netinstall AMD64 image (parallel) neu ausetzen
                          Backup zurückspielen
                          nach einer halben Stunde könntest du fertig sein

                          Thomas BraunT Online
                          Thomas BraunT Online
                          Thomas Braun
                          Most Active
                          wrote on last edited by
                          #605

                          @Homoran @Jan1
                          Wenn das alles auf der selben Maschinen läuft:
                          ioBroker, grafana, influx, mariaDB, pihole, MotionEye auf proxmox

                          ist das schon etwas mehr Aufwand.

                          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

                          HomoranH S 2 Replies Last reply
                          0
                          • Thomas BraunT Thomas Braun

                            @Homoran @Jan1
                            Wenn das alles auf der selben Maschinen läuft:
                            ioBroker, grafana, influx, mariaDB, pihole, MotionEye auf proxmox

                            ist das schon etwas mehr Aufwand.

                            HomoranH Do not disturb
                            HomoranH Do not disturb
                            Homoran
                            Global Moderator Administrators
                            wrote on last edited by
                            #606

                            @Thomas-Braun Stimmt - ich war nur von ioBroker ausgegangen.
                            Das kann man aber trotzden sukzessive in eine parallele VM umziehen - wenn man keine Probleme mit den IPs bekommt

                            kein Support per PN! - Fragen im Forum stellen -
                            Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
                            Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton im Header. Danke!
                            der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                            Thomas BraunT 1 Reply Last reply
                            0
                            • HomoranH Homoran

                              @Thomas-Braun Stimmt - ich war nur von ioBroker ausgegangen.
                              Das kann man aber trotzden sukzessive in eine parallele VM umziehen - wenn man keine Probleme mit den IPs bekommt

                              Thomas BraunT Online
                              Thomas BraunT Online
                              Thomas Braun
                              Most Active
                              wrote on last edited by
                              #607

                              @Homoran
                              Ich glaube, das würde ich machen. Eine zweite VM mit einem 64bit-OS aufsetzen und dann die einzelnen Dienste rüberschubsen...

                              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 Reply Last reply
                              0
                              • Thomas BraunT Thomas Braun

                                @Homoran @Jan1
                                Wenn das alles auf der selben Maschinen läuft:
                                ioBroker, grafana, influx, mariaDB, pihole, MotionEye auf proxmox

                                ist das schon etwas mehr Aufwand.

                                S Offline
                                S Offline
                                Stefan_1969
                                wrote on last edited by
                                #608

                                @Thomas-Braun
                                Sind zum Glück verschiedene VMs, teils Container.

                                Wollte eben anfangen und habe diese noch vorhandenen ISOs bei mir gefunden:
                                3239ca1d-ec2a-4348-a2d1-69fd3d56fb85-image.png

                                Das sind doch 64-Bit-Versionen


                                ioBroker, grafana, influx, mariaDB, pihole, MotionEye auf proxmox
                                Geräte: Homematic, Shelly, Sonoff, Gosund, WEMOS

                                HomoranH Thomas BraunT 2 Replies Last reply
                                0
                                • S Stefan_1969

                                  @Thomas-Braun
                                  Sind zum Glück verschiedene VMs, teils Container.

                                  Wollte eben anfangen und habe diese noch vorhandenen ISOs bei mir gefunden:
                                  3239ca1d-ec2a-4348-a2d1-69fd3d56fb85-image.png

                                  Das sind doch 64-Bit-Versionen

                                  HomoranH Do not disturb
                                  HomoranH Do not disturb
                                  Homoran
                                  Global Moderator Administrators
                                  wrote on last edited by
                                  #609

                                  @Stefan_1969 sagte in [How-to] Node.js für ioBroker richtig updaten:

                                  Das sind doch 64-Bit-Versionen

                                  Jepp

                                  @Homoran sagte in [How-to] Node.js für ioBroker richtig updaten:

                                  debian Netinstall AMD64 image

                                  kein Support per PN! - Fragen im Forum stellen -
                                  Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
                                  Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton im Header. Danke!
                                  der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                                  1 Reply Last reply
                                  0
                                  • S Stefan_1969

                                    @Thomas-Braun
                                    Sind zum Glück verschiedene VMs, teils Container.

                                    Wollte eben anfangen und habe diese noch vorhandenen ISOs bei mir gefunden:
                                    3239ca1d-ec2a-4348-a2d1-69fd3d56fb85-image.png

                                    Das sind doch 64-Bit-Versionen

                                    Thomas BraunT Online
                                    Thomas BraunT Online
                                    Thomas Braun
                                    Most Active
                                    wrote on last edited by Thomas Braun
                                    #610

                                    @Stefan_1969 Das ist 64bit.
                                    Wobei ich die VM/Proxmox in meinem Fall eh nicht als 'kvm64' sondern als 'host' aufsetzen würde:

                                    If you want an exact match, you can set the CPU type to host in which case the VM will have exactly the same CPU flags as your host system.
                                    This has a downside though. If you want to do a live migration of VMs between different hosts, your VM might end up on a new system with a different CPU type. If the CPU flags passed to the guest are missing, the qemu process will stop. To remedy this Qemu has also its own CPU type kvm64, that Proxmox VE uses by defaults. kvm64 is a Pentium 4 look a like CPU type, which has a reduced CPU flags set, but is guaranteed to work everywhere.

                                    Kommt halt drauf an, ob du die VMs auch auf andere Hardware (einen anderen Prozessortyp) verschieben willst.

                                    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

                                    S 2 Replies Last reply
                                    0
                                    • Thomas BraunT Thomas Braun

                                      @Stefan_1969 Das ist 64bit.
                                      Wobei ich die VM/Proxmox in meinem Fall eh nicht als 'kvm64' sondern als 'host' aufsetzen würde:

                                      If you want an exact match, you can set the CPU type to host in which case the VM will have exactly the same CPU flags as your host system.
                                      This has a downside though. If you want to do a live migration of VMs between different hosts, your VM might end up on a new system with a different CPU type. If the CPU flags passed to the guest are missing, the qemu process will stop. To remedy this Qemu has also its own CPU type kvm64, that Proxmox VE uses by defaults. kvm64 is a Pentium 4 look a like CPU type, which has a reduced CPU flags set, but is guaranteed to work everywhere.

                                      Kommt halt drauf an, ob du die VMs auch auf andere Hardware (einen anderen Prozessortyp) verschieben willst.

                                      S Offline
                                      S Offline
                                      Stefan_1969
                                      wrote on last edited by
                                      #611

                                      @Thomas-Braun
                                      Im Falle eines Totalausfalls ja. Nachts werden von den VMs ein Backup auf ein externes NAS gemacht. Ein zweiter identischer Rechner steht cold-standby parat. Hat sich auch schon bewähren müssen nach dem ein Rechner einen Hitzschlag bekommen hat.

                                      Leider ist mein Wissen und Können mit der ganzen von mir eingesetzten Technik nicht so tief und mehr Try-and-Error. Und jetzt bin ich nicht mehr weiter gekommen.

                                      Ich werde jetzt eine neue VM mit dem 10er Image aufsetzen mit Prozessorarchitektur host
                                      iobroker neu installieren und auf node 12.x hoffen
                                      Die neue Instanz bekommt dann die gleiche IP, die aktuelle VM wird gestoppt.
                                      Das ioBroker-Backup einspielen, warten und freuen.


                                      ioBroker, grafana, influx, mariaDB, pihole, MotionEye auf proxmox
                                      Geräte: Homematic, Shelly, Sonoff, Gosund, WEMOS

                                      HomoranH 1 Reply Last reply
                                      0
                                      • S Stefan_1969

                                        @Thomas-Braun
                                        Im Falle eines Totalausfalls ja. Nachts werden von den VMs ein Backup auf ein externes NAS gemacht. Ein zweiter identischer Rechner steht cold-standby parat. Hat sich auch schon bewähren müssen nach dem ein Rechner einen Hitzschlag bekommen hat.

                                        Leider ist mein Wissen und Können mit der ganzen von mir eingesetzten Technik nicht so tief und mehr Try-and-Error. Und jetzt bin ich nicht mehr weiter gekommen.

                                        Ich werde jetzt eine neue VM mit dem 10er Image aufsetzen mit Prozessorarchitektur host
                                        iobroker neu installieren und auf node 12.x hoffen
                                        Die neue Instanz bekommt dann die gleiche IP, die aktuelle VM wird gestoppt.
                                        Das ioBroker-Backup einspielen, warten und freuen.

                                        HomoranH Do not disturb
                                        HomoranH Do not disturb
                                        Homoran
                                        Global Moderator Administrators
                                        wrote on last edited by
                                        #612

                                        @Stefan_1969 sagte in [How-to] Node.js für ioBroker richtig updaten:

                                        Die neue Instanz bekommt dann die gleiche IP, die aktuelle VM wird gestoppt.
                                        Das ioBroker-Backup einspielen, warten und freuen.

                                        klingt gut!

                                        kein Support per PN! - Fragen im Forum stellen -
                                        Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
                                        Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton im Header. Danke!
                                        der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                                        1 Reply Last reply
                                        0
                                        • DiginixD Offline
                                          DiginixD Offline
                                          Diginix
                                          wrote on last edited by Diginix
                                          #613

                                          Hab nun auch das Update auf node 12 gewagt, leider mit einigen Problemen.

                                          radar2 findet bisher keine BT Geräte. Bis node 10 ging es mit noble was er auch findet:

                                          radar2.0	2020-05-23 20:21:30.788	warn	(11795) node-bluetooth not found!
                                          radar2.0	2020-05-23 20:21:37.606	info	(11795) found and will use '@abandonware/noble'
                                          radar2.0	2020-05-23 20:21:37.738	info	(11795) Will try to scan BT devices: false
                                          

                                          Aber node-bluetooth wird wahrs. auch benötigt. Habe im iobroker.radar2 Ordner schon das probiert:

                                          npm install node-pre-gyp 
                                          npm install @abandonware/bluetooth-hci-socket 
                                          npm install node-bluetooth
                                          

                                          Aber node-bluetooth wird nicht installiert.
                                          npm Log:
                                          2020-05-23T18_35_44_502Z-debug.log

                                          ..:: So long! Tom ::..

                                          NUC7i3 (Ubuntu Proxmox VM) | Echo Dots 2+3. Gen | Xiaomi Sensoren | Mi Robot 1S | Yeelight | Sonoff | Shelly | H801 RGB | Gosund SP1 | NodeMCU+ESP32 | Kostal Plenticore PV+BYD | openWB

                                          apollon77A 2 Replies Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          Support us

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

                                          592

                                          Online

                                          32.7k

                                          Users

                                          82.5k

                                          Topics

                                          1.3m

                                          Posts
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Home
                                          • Recent
                                          • Tags
                                          • Unread 0
                                          • Categories
                                          • Unreplied
                                          • Popular
                                          • GitHub
                                          • Docu
                                          • Hilfe