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

  1. ioBroker Community Home
  2. Deutsch
  3. Einsteigerfragen
  4. Installation
  5. Troubleshooting NodeJS update

NEWS

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.3k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    2.0k

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    15
    1
    2.4k

Troubleshooting NodeJS update

Geplant Angeheftet Gesperrt Verschoben Installation
nodejs 18nodejs update
504 Beiträge 60 Kommentatoren 146.8k Aufrufe 52 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.
  • Thomas BraunT Thomas Braun

    @reddddich

    Und wie hat es der n00b gemacht?

    R Offline
    R Offline
    reddddich
    schrieb am zuletzt editiert von
    #417

    @thomas-braun said in Troubleshooting NodeJS update:

    @reddddich

    Und wie hat es der n00b gemacht?

    wine and n00bness did its job... als typischer copy paste mensch der befehle lief da bestimmt was schief

    Thomas BraunT 1 Antwort Letzte Antwort
    0
    • R reddddich

      @thomas-braun said in Troubleshooting NodeJS update:

      @reddddich

      Und wie hat es der n00b gemacht?

      wine and n00bness did its job... als typischer copy paste mensch der befehle lief da bestimmt was schief

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

      @reddddich

      Und welche Befehle hast du da woher kopiert?

      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

      R 1 Antwort Letzte Antwort
      0
      • Thomas BraunT Thomas Braun

        @reddddich

        Und welche Befehle hast du da woher kopiert?

        R Offline
        R Offline
        reddddich
        schrieb am zuletzt editiert von
        #419

        @thomas-braun
        zumindest alles aus dem Forum...

        weiterhin starten adapter aber nicht...

        	2024-07-30 23:12:13.735	error	instance system.adapter.zigbee.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
        host.raspberrypi
        2024-07-30 23:12:13.735	error	Caught by controller[0]: Node.js v20.16.0
        host.raspberrypi
        2024-07-30 23:12:13.735	error	Caught by controller[0]: at Module._extensions..js (node:internal/modules/cjs/loader:1416:10)
        host.raspberrypi
        2024-07-30 23:12:13.734	error	Caught by controller[0]: at Module._compile (node:internal/modules/cjs/loader:1358:14)
        host.raspberrypi
        2024-07-30 23:12:13.734	error	Caught by controller[0]: at Object.<anonymous> (/opt/iobroker/node_modules/sshpk/lib/certificate.js:21:18)
        host.raspberrypi
        2024-07-30 23:12:13.734	error	Caught by controller[0]: at require (node:internal/modules/helpers:179:18)
        host.raspberrypi
        2024-07-30 23:12:13.734	error	Caught by controller[0]: at Module.require (node:internal/modules/cjs/loader:1233:19)
        host.raspberrypi
        2024-07-30 23:12:13.733	error	Caught by controller[0]: at Module._load (node:internal/modules/cjs/loader:1024:12)
        host.raspberrypi
        2024-07-30 23:12:13.733	error	Caught by controller[0]: at Module.load (node:internal/modules/cjs/loader:1208:32)
        host.raspberrypi
        2024-07-30 23:12:13.733	error	Caught by controller[0]: at Module._extensions..js (node:internal/modules/cjs/loader:1416:10)
        host.raspberrypi
        2024-07-30 23:12:13.732	error	Caught by controller[0]: at Module._compile (node:internal/modules/cjs/loader:1321:27)
        host.raspberrypi
        2024-07-30 23:12:13.732	error	Caught by controller[0]: at wrapSafe (node:internal/modules/cjs/loader:1281:20)
        host.raspberrypi
        2024-07-30 23:12:13.732	error	Caught by controller[0]: SyntaxError: Unexpected token '!'
        host.raspberrypi
        2024-07-30 23:12:13.731	error	Caught by controller[0]: ^
        host.raspberrypi
        2024-07-30 23:12:13.731	error	Caught by controller[0]: var!x00) = requiru8'..x509�);
        host.raspberrypi
        2024-07-30 23:12:13.730	error	Caught by controller[0]: /opt/iobroker/node_modules/sshpk/lib/formats/x509-pem.js:3
        host.raspberrypi
        2024-07-30 23:12:05.243	info	Restart adapter system.adapter.sony-bravia.0 because enabled
        
        Thomas BraunT 1 Antwort Letzte Antwort
        0
        • R reddddich

          @thomas-braun
          zumindest alles aus dem Forum...

          weiterhin starten adapter aber nicht...

          	2024-07-30 23:12:13.735	error	instance system.adapter.zigbee.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
          host.raspberrypi
          2024-07-30 23:12:13.735	error	Caught by controller[0]: Node.js v20.16.0
          host.raspberrypi
          2024-07-30 23:12:13.735	error	Caught by controller[0]: at Module._extensions..js (node:internal/modules/cjs/loader:1416:10)
          host.raspberrypi
          2024-07-30 23:12:13.734	error	Caught by controller[0]: at Module._compile (node:internal/modules/cjs/loader:1358:14)
          host.raspberrypi
          2024-07-30 23:12:13.734	error	Caught by controller[0]: at Object.<anonymous> (/opt/iobroker/node_modules/sshpk/lib/certificate.js:21:18)
          host.raspberrypi
          2024-07-30 23:12:13.734	error	Caught by controller[0]: at require (node:internal/modules/helpers:179:18)
          host.raspberrypi
          2024-07-30 23:12:13.734	error	Caught by controller[0]: at Module.require (node:internal/modules/cjs/loader:1233:19)
          host.raspberrypi
          2024-07-30 23:12:13.733	error	Caught by controller[0]: at Module._load (node:internal/modules/cjs/loader:1024:12)
          host.raspberrypi
          2024-07-30 23:12:13.733	error	Caught by controller[0]: at Module.load (node:internal/modules/cjs/loader:1208:32)
          host.raspberrypi
          2024-07-30 23:12:13.733	error	Caught by controller[0]: at Module._extensions..js (node:internal/modules/cjs/loader:1416:10)
          host.raspberrypi
          2024-07-30 23:12:13.732	error	Caught by controller[0]: at Module._compile (node:internal/modules/cjs/loader:1321:27)
          host.raspberrypi
          2024-07-30 23:12:13.732	error	Caught by controller[0]: at wrapSafe (node:internal/modules/cjs/loader:1281:20)
          host.raspberrypi
          2024-07-30 23:12:13.732	error	Caught by controller[0]: SyntaxError: Unexpected token '!'
          host.raspberrypi
          2024-07-30 23:12:13.731	error	Caught by controller[0]: ^
          host.raspberrypi
          2024-07-30 23:12:13.731	error	Caught by controller[0]: var!x00) = requiru8'..x509�);
          host.raspberrypi
          2024-07-30 23:12:13.730	error	Caught by controller[0]: /opt/iobroker/node_modules/sshpk/lib/formats/x509-pem.js:3
          host.raspberrypi
          2024-07-30 23:12:05.243	info	Restart adapter system.adapter.sony-bravia.0 because enabled
          
          Thomas BraunT Online
          Thomas BraunT Online
          Thomas Braun
          Most Active
          schrieb am zuletzt editiert von
          #420

          @reddddich

          Ohne zu wissen was du da genau gemacht hast kann man auch nicht nachvollziehen, was da nun vielleicht alles krumm ist.

          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

          R 1 Antwort Letzte Antwort
          0
          • Thomas BraunT Thomas Braun

            @reddddich

            Ohne zu wissen was du da genau gemacht hast kann man auch nicht nachvollziehen, was da nun vielleicht alles krumm ist.

            R Offline
            R Offline
            reddddich
            schrieb am zuletzt editiert von
            #421

            @thomas-braun
            Ich kann dir nur noch Recht geben... :)

            BananaJoeB 1 Antwort Letzte Antwort
            0
            • R reddddich

              @thomas-braun
              Ich kann dir nur noch Recht geben... :)

              BananaJoeB Offline
              BananaJoeB Offline
              BananaJoe
              Most Active
              schrieb am zuletzt editiert von
              #422

              @reddddich mit dem Befehl

              history
              

              bekommt man eine Liste mit dem was man gemacht hat. Ohne Anspruch auf Vollständigkeit (z.B. bei mehreren Sitzungen gleichzeitig)

              ioBroker@Ubuntu 24.04 LTS (VMware) für: >260 Geräte, 5 Switche, 7 AP, 9 IP-Cam, 1 NAS 42TB, 1 ESXi 15TB, 4 Proxmox 1TB, 1 Hyper-V 48TB, 14 x Echo, 5x FireTV, 5 x Tablett/Handy VIS || >=160 Tasmota/Shelly || >=95 ZigBee || PV 8.1kW / Akku 14kWh || 2x USV 750W kaskadiert || Creality CR-10 SE 3D-Drucker

              1 Antwort Letzte Antwort
              0
              • T Offline
                T Offline
                tony63526
                schrieb am zuletzt editiert von
                #423

                ich bekomme die node.js 20x nicht installiert, bzw Iobroker leasst sich sobal alle befehle ausgefuehrt sind nicht mehr oeffnen.

                Installiert habe ich es nach dieser Anleitung
                https://forum.iobroker.net/topic/64032/update-nodejs-best-practise-supported-16-und-18

                iob diag ergab folgendes:

                ======================= SUMMARY =======================
                                        v.2024-05-22
                
                
                   Static hostname: raspberrypi
                         Icon name: computer
                  Operating System: Raspbian GNU/Linux 10 (buster)
                            Kernel: Linux 5.10.103-v7l+
                      Architecture: arm
                
                Installation:           native
                Kernel:                 armv7l
                Userland:               32 bit
                Timezone:               Europe/Berlin (CEST, +0200)
                User-ID:                1000
                Display-Server:         true
                Boot Target:            graphical.target
                
                Pending OS-Updates:     0
                node: /lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by node)
                Pending iob updates:    0
                
                Nodejs-Installation:
                nodejs: /lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by nodejs)
                /usr/bin/nodejs
                nodejs: /lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by nodejs)
                node: /lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by node)
                /usr/bin/node
                node: /lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by node)
                node: /lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by node)
                /usr/bin/npm
                node: /lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by node)
                node: /lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by node)
                /usr/bin/npx
                node: /lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by node)
                node: /lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by node)
                /usr/bin/corepack
                node: /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:           7.9G        232M        6.4G         16M        1.3G        7.4G
                Swap:           99M          0B         99M
                Total:         8.0G        232M        6.5G
                
                Active iob-Instances:   0
                node: /lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by node)
                
                node: /lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by node)
                ioBroker Core:          js-controller
                node: /lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by node)
                                        admin
                
                node: /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:
                
                29M     /opt/iobroker/iobroker-data/objects.jsonl
                5.3M    /opt/iobroker/iobroker-data/states.jsonl
                
                
                
                =================== END OF SUMMARY ====================
                

                === Mark text until here for copying ===
                pi@raspberrypi:~ $ iob fix
                library: loaded
                Library version=2024-05-24

                ==========================================================================

                Welcome to the ioBroker installation fixer!
                Script version: 2024-01-04
                
                You might need to enter your password a couple of times.
                

                ==========================================================================

                ==========================================================================
                Installing prerequisites (1/5)

                Hit:1 http://archive.raspberrypi.org/debian buster InRelease
                Hit:2 http://raspbian.raspberrypi.org/raspbian buster InRelease
                Hit:3 https://apt.pivccu.de/piVCCU stable InRelease
                Hit:4 https://deb.nodesource.com/node_20.x nodistro InRelease
                Reading package lists... Done

                ==========================================================================
                Checking ioBroker user and directory permissions (2/5)

                Created /etc/sudoers.d/iobroker
                Fixing directory permissions...

                ==========================================================================
                Check and cleanup npm temporary directories (3/5)

                Done.

                ==========================================================================
                Database maintenance (4/5)

                Checking for uncompressed JSONL databases... This might take a while!

                node: /lib/arm-linux-gnueabihf/libstdc++.so.6: version GLIBCXX_3.4.26' not found (required by node) main: line 14: [: -lt: unary operator expected node: /lib/arm-linux-gnueabihf/libstdc++.so.6: version GLIBCXX_3.4.26' not found (required by node)

                ==========================================================================
                Checking autostart (5/5)

                Enabling autostart...
                Autostart enabled!

                ==========================================================================

                Your installation was fixed successfully
                Run iobroker start to start ioBroker again!
                

                ==========================================================================

                pi@raspberrypi:~ $ iob start

                Thomas BraunT 1 Antwort Letzte Antwort
                0
                • T tony63526

                  ich bekomme die node.js 20x nicht installiert, bzw Iobroker leasst sich sobal alle befehle ausgefuehrt sind nicht mehr oeffnen.

                  Installiert habe ich es nach dieser Anleitung
                  https://forum.iobroker.net/topic/64032/update-nodejs-best-practise-supported-16-und-18

                  iob diag ergab folgendes:

                  ======================= SUMMARY =======================
                                          v.2024-05-22
                  
                  
                     Static hostname: raspberrypi
                           Icon name: computer
                    Operating System: Raspbian GNU/Linux 10 (buster)
                              Kernel: Linux 5.10.103-v7l+
                        Architecture: arm
                  
                  Installation:           native
                  Kernel:                 armv7l
                  Userland:               32 bit
                  Timezone:               Europe/Berlin (CEST, +0200)
                  User-ID:                1000
                  Display-Server:         true
                  Boot Target:            graphical.target
                  
                  Pending OS-Updates:     0
                  node: /lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by node)
                  Pending iob updates:    0
                  
                  Nodejs-Installation:
                  nodejs: /lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by nodejs)
                  /usr/bin/nodejs
                  nodejs: /lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by nodejs)
                  node: /lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by node)
                  /usr/bin/node
                  node: /lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by node)
                  node: /lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by node)
                  /usr/bin/npm
                  node: /lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by node)
                  node: /lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by node)
                  /usr/bin/npx
                  node: /lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by node)
                  node: /lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by node)
                  /usr/bin/corepack
                  node: /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:           7.9G        232M        6.4G         16M        1.3G        7.4G
                  Swap:           99M          0B         99M
                  Total:         8.0G        232M        6.5G
                  
                  Active iob-Instances:   0
                  node: /lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by node)
                  
                  node: /lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by node)
                  ioBroker Core:          js-controller
                  node: /lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by node)
                                          admin
                  
                  node: /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:
                  
                  29M     /opt/iobroker/iobroker-data/objects.jsonl
                  5.3M    /opt/iobroker/iobroker-data/states.jsonl
                  
                  
                  
                  =================== END OF SUMMARY ====================
                  

                  === Mark text until here for copying ===
                  pi@raspberrypi:~ $ iob fix
                  library: loaded
                  Library version=2024-05-24

                  ==========================================================================

                  Welcome to the ioBroker installation fixer!
                  Script version: 2024-01-04
                  
                  You might need to enter your password a couple of times.
                  

                  ==========================================================================

                  ==========================================================================
                  Installing prerequisites (1/5)

                  Hit:1 http://archive.raspberrypi.org/debian buster InRelease
                  Hit:2 http://raspbian.raspberrypi.org/raspbian buster InRelease
                  Hit:3 https://apt.pivccu.de/piVCCU stable InRelease
                  Hit:4 https://deb.nodesource.com/node_20.x nodistro InRelease
                  Reading package lists... Done

                  ==========================================================================
                  Checking ioBroker user and directory permissions (2/5)

                  Created /etc/sudoers.d/iobroker
                  Fixing directory permissions...

                  ==========================================================================
                  Check and cleanup npm temporary directories (3/5)

                  Done.

                  ==========================================================================
                  Database maintenance (4/5)

                  Checking for uncompressed JSONL databases... This might take a while!

                  node: /lib/arm-linux-gnueabihf/libstdc++.so.6: version GLIBCXX_3.4.26' not found (required by node) main: line 14: [: -lt: unary operator expected node: /lib/arm-linux-gnueabihf/libstdc++.so.6: version GLIBCXX_3.4.26' not found (required by node)

                  ==========================================================================
                  Checking autostart (5/5)

                  Enabling autostart...
                  Autostart enabled!

                  ==========================================================================

                  Your installation was fixed successfully
                  Run iobroker start to start ioBroker again!
                  

                  ==========================================================================

                  pi@raspberrypi:~ $ iob start

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

                  @tony63526 sagte in Troubleshooting NodeJS update:

                  buster

                  Ist zu alt, installier da dringend was lebendiges.
                  Diesmal gleich in der 64Bit-Lite Version.

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

                  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

                  T 1 Antwort Letzte Antwort
                  1
                  • Thomas BraunT Thomas Braun

                    @tony63526 sagte in Troubleshooting NodeJS update:

                    buster

                    Ist zu alt, installier da dringend was lebendiges.
                    Diesmal gleich in der 64Bit-Lite Version.

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

                    T Offline
                    T Offline
                    tony63526
                    schrieb am zuletzt editiert von
                    #425

                    @thomas-braun
                    Würde bedeuten ich muss alles neu aufsetzten?

                    • Zigbee gereate neu anlernen
                    • Text2command neu eintippen.
                      eigentlich alles, weil ich mein backup nicht nutzen kann?
                    mcm1957M Thomas BraunT 2 Antworten Letzte Antwort
                    0
                    • T tony63526

                      @thomas-braun
                      Würde bedeuten ich muss alles neu aufsetzten?

                      • Zigbee gereate neu anlernen
                      • Text2command neu eintippen.
                        eigentlich alles, weil ich mein backup nicht nutzen kann?
                      mcm1957M Online
                      mcm1957M Online
                      mcm1957
                      schrieb am zuletzt editiert von
                      #426

                      @tony63526
                      Wieso kannst du dein Backup nicht nutzen?

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

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

                      LESEN - gute Forenbeitrage

                      T 1 Antwort Letzte Antwort
                      0
                      • T tony63526

                        @thomas-braun
                        Würde bedeuten ich muss alles neu aufsetzten?

                        • Zigbee gereate neu anlernen
                        • Text2command neu eintippen.
                          eigentlich alles, weil ich mein backup nicht nutzen kann?
                        Thomas BraunT Online
                        Thomas BraunT Online
                        Thomas Braun
                        Most Active
                        schrieb am zuletzt editiert von
                        #427

                        @tony63526 sagte in Troubleshooting NodeJS update:

                        Würde bedeuten ich muss alles neu aufsetzten?

                        Ja. Musst du so oder so, weil ein Architektur-Wechsel nicht möglich ist und die Änderungen von RPi OS 10 zu 12 zu groß sind.

                        eigentlich alles, weil ich mein backup nicht nutzen kann?

                        Warum nicht?

                        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
                        • mcm1957M mcm1957

                          @tony63526
                          Wieso kannst du dein Backup nicht nutzen?

                          T Offline
                          T Offline
                          tony63526
                          schrieb am zuletzt editiert von
                          #428

                          @mcm1957
                          Weis ich nicht.
                          War eine Frage. Mein backup bassiert ja auf dem alten system, kann ich es einfach auf dem neuen aufspielen?

                          mcm1957M Thomas BraunT HomoranH 3 Antworten Letzte Antwort
                          0
                          • T tony63526

                            @mcm1957
                            Weis ich nicht.
                            War eine Frage. Mein backup bassiert ja auf dem alten system, kann ich es einfach auf dem neuen aufspielen?

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

                            @tony63526
                            Reden wir von einem IOBROKER Backup oder eine Imagebackup des Betreibssystems ?

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

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

                            LESEN - gute Forenbeitrage

                            T 1 Antwort Letzte Antwort
                            0
                            • T tony63526

                              @mcm1957
                              Weis ich nicht.
                              War eine Frage. Mein backup bassiert ja auf dem alten system, kann ich es einfach auf dem neuen aufspielen?

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

                              @tony63526 sagte in Troubleshooting NodeJS update:

                              Mein backup bassiert ja auf dem alten system, kann ich es einfach auf dem neuen aufspielen?

                              Ein Backup via backitup ist unabhängig vom Betriebssystem.

                              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

                              T 1 Antwort Letzte Antwort
                              1
                              • T tony63526

                                @mcm1957
                                Weis ich nicht.
                                War eine Frage. Mein backup bassiert ja auf dem alten system, kann ich es einfach auf dem neuen aufspielen?

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

                                @tony63526 sagte in Troubleshooting NodeJS update:

                                , kann ich es einfach auf dem neuen aufspielen?

                                warum nicht?

                                @tony63526 sagte in Troubleshooting NodeJS update:

                                Mein backup bassiert ja auf dem alten system,

                                was war daran "zu alt"?

                                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 -

                                T 1 Antwort Letzte Antwort
                                0
                                • mcm1957M mcm1957

                                  @tony63526
                                  Reden wir von einem IOBROKER Backup oder eine Imagebackup des Betreibssystems ?

                                  T Offline
                                  T Offline
                                  tony63526
                                  schrieb am zuletzt editiert von
                                  #432

                                  @mcm1957
                                  rein iobroker backup.
                                  Ueber den Backitup adapter

                                  1 Antwort Letzte Antwort
                                  0
                                  • Thomas BraunT Thomas Braun

                                    @tony63526 sagte in Troubleshooting NodeJS update:

                                    Mein backup bassiert ja auf dem alten system, kann ich es einfach auf dem neuen aufspielen?

                                    Ein Backup via backitup ist unabhängig vom Betriebssystem.

                                    T Offline
                                    T Offline
                                    tony63526
                                    schrieb am zuletzt editiert von
                                    #433

                                    @thomas-braun
                                    Danke Thomas

                                    1 Antwort Letzte Antwort
                                    0
                                    • HomoranH Homoran

                                      @tony63526 sagte in Troubleshooting NodeJS update:

                                      , kann ich es einfach auf dem neuen aufspielen?

                                      warum nicht?

                                      @tony63526 sagte in Troubleshooting NodeJS update:

                                      Mein backup bassiert ja auf dem alten system,

                                      was war daran "zu alt"?

                                      T Offline
                                      T Offline
                                      tony63526
                                      schrieb am zuletzt editiert von
                                      #434

                                      @homoran
                                      Denke das Image :man-shrugging:
                                      Beziehe mich jetzt nur auf die Aussage von Thomas.

                                      buster
                                      "Ist zu alt, installier da dringend was lebendiges.
                                      Diesmal gleich in der 64Bit-Lite Version".

                                      HomoranH 1 Antwort Letzte Antwort
                                      0
                                      • T tony63526

                                        @homoran
                                        Denke das Image :man-shrugging:
                                        Beziehe mich jetzt nur auf die Aussage von Thomas.

                                        buster
                                        "Ist zu alt, installier da dringend was lebendiges.
                                        Diesmal gleich in der 64Bit-Lite Version".

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

                                        @tony63526 sagte in Troubleshooting NodeJS update:

                                        Denke das Image

                                        = das OS.
                                        damit hat ein iob backup nichts zu tun.

                                        Schwieriger wird es wenn der Controller < v5 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 -

                                        T 1 Antwort Letzte Antwort
                                        0
                                        • HomoranH Homoran

                                          @tony63526 sagte in Troubleshooting NodeJS update:

                                          Denke das Image

                                          = das OS.
                                          damit hat ein iob backup nichts zu tun.

                                          Schwieriger wird es wenn der Controller < v5 ist.

                                          T Offline
                                          T Offline
                                          tony63526
                                          schrieb am zuletzt editiert von
                                          #436

                                          @homoran
                                          Okay, danke für die Info.
                                          Du siehst, ich habe mit Linux nichts am Hut, aber ich lerne immer gerne dazu.. :blush:
                                          Ich versuche, mein System immer auf dem neuesten Stand zu halten, um genau das zu vermeiden, aber jetzt hat mir mein altes Image einen Strich durch die Rechnung gemacht.

                                          Hab ich jetzt bissi was zu tun.

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


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          588

                                          Online

                                          32.4k

                                          Benutzer

                                          81.4k

                                          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