Weiter zum Inhalt
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Hell
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dunkel
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. [gelöst]Nach Update auf Node 16 startet IOBROKER nicht mehr

NEWS

  • Neuer ioBroker-Blog online: Monatsrückblick März/April 2026
    BluefoxB
    Bluefox
    8
    1
    724

  • Verwendung von KI bitte immer deutlich kennzeichnen
    HomoranH
    Homoran
    10
    1
    559

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    18
    1
    1.1k

[gelöst]Nach Update auf Node 16 startet IOBROKER nicht mehr

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
65 Beiträge 5 Kommentatoren 8.0k Aufrufe 4 Beobachtet
  • Ä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

    @chemieka

    cd ~
    find "/opt/iobroker/node_modules" -type d -iname ".*-????????" ! -iname ".local-chromium" -exec rm -rf "{}" \; &> /dev/null 
    

    Danach noch mal

    cd /opt/iobroker 
    sudo -u iobroker npm install iobroker.js-controller@4.0.24
    
    C Offline
    C Offline
    chemieka
    schrieb am zuletzt editiert von
    #46

    @thomas-braun sagte in Nach Update auf Node 16 startet IOBROKER nicht mehr:

    sudo -u iobroker npm install iobroker.js-controller@4.0.24

    läuft nach dem find "/opt/iobroker/node_modules" -type d -iname ".*-????????" ! -iname ".local-chromium" -exec rm -rf "{}" ; &> /dev/null
    kam keine Rückmeldung, denke muss so sein.

    C 2 Antworten Letzte Antwort
    0
    • C chemieka

      @thomas-braun sagte in Nach Update auf Node 16 startet IOBROKER nicht mehr:

      sudo -u iobroker npm install iobroker.js-controller@4.0.24

      läuft nach dem find "/opt/iobroker/node_modules" -type d -iname ".*-????????" ! -iname ".local-chromium" -exec rm -rf "{}" ; &> /dev/null
      kam keine Rückmeldung, denke muss so sein.

      C Offline
      C Offline
      chemieka
      schrieb am zuletzt editiert von chemieka
      #47

      @chemieka sagte in Nach Update auf Node 16 startet IOBROKER nicht mehr:

      @thomas-braun sagte in Nach Update auf Node 16 startet IOBROKER nicht mehr:

      sudo -u iobroker npm install iobroker.js-controller@4.0.24

      läuft nach dem find "/opt/iobroker/node_modules" -type d -iname ".*-????????" ! -iname ".local-chromium" -exec rm -rf "{}" ; &> /dev/null
      kam keine Rückmeldung, denke muss so sein.
      zunächst die Warns

      npm WARN skipping integrity check for git dependency ssh://git@github.com/ioBroker/ioBroker.flot.git
      npm WARN deprecated dgram@1.0.1: npm is holding this package for security reasons. As it's a core Node module, we will not transfer it over to other users. You may safely remove the package from your dependencies.
      npm WARN deprecated crypto@1.0.1: This package is no longer supported. It's now a built-in Node module. If you've depended on crypto, you should switch to the one that's built-in.
      npm WARN deprecated @types/bl@5.1.0: This is a stub types definition. bl provides its own type definitions, so you do not need this installed.
      npm WARN deprecated request-promise-native@1.0.9: request-promise-native has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142
      npm WARN deprecated har-validator@5.1.5: this library is no longer supported
      npm WARN deprecated request-promise@4.2.6: request-promise has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142
      npm WARN deprecated querystring@0.2.1: The querystring API is considered Legacy. new code should use the URLSearchParams API instead.
      npm WARN deprecated node-inspect@2.0.0: This module is part of Node.js core and does not need to be installed separately. It is now unmaintained.
      npm WARN deprecated debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)
      npm WARN deprecated debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)
      npm WARN deprecated debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)
      npm WARN deprecated uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
      npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
      
      
      1 Antwort Letzte Antwort
      0
      • C chemieka

        @thomas-braun sagte in Nach Update auf Node 16 startet IOBROKER nicht mehr:

        sudo -u iobroker npm install iobroker.js-controller@4.0.24

        läuft nach dem find "/opt/iobroker/node_modules" -type d -iname ".*-????????" ! -iname ".local-chromium" -exec rm -rf "{}" ; &> /dev/null
        kam keine Rückmeldung, denke muss so sein.

        C Offline
        C Offline
        chemieka
        schrieb am zuletzt editiert von chemieka
        #48
        npm WARN skipping integrity check for git dependency ssh://git@github.com/ioBroker/ioBroker.flot.git
        npm WARN deprecated dgram@1.0.1: npm is holding this package for security reasons. As it's a core Node module, we will not transfer it over to other users. You may safely remove the package from your dependencies.
        npm WARN deprecated crypto@1.0.1: This package is no longer supported. It's now a built-in Node module. If you've depended on crypto, you should switch to the one that's built-in.
        npm WARN deprecated @types/bl@5.1.0: This is a stub types definition. bl provides its own type definitions, so you do not need this installed.
        npm WARN deprecated request-promise-native@1.0.9: request-promise-native has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142
        npm WARN deprecated har-validator@5.1.5: this library is no longer supported
        npm WARN deprecated request-promise@4.2.6: request-promise has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142
        npm WARN deprecated querystring@0.2.1: The querystring API is considered Legacy. new code should use the URLSearchParams API instead.
        npm WARN deprecated node-inspect@2.0.0: This module is part of Node.js core and does not need to be installed separately. It is now unmaintained.
        npm WARN deprecated debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)
        npm WARN deprecated debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)
        npm WARN deprecated debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)
        npm WARN deprecated uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
        npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
        npm WARN cleanup Failed to remove some directories [
        npm WARN cleanup   [
        npm WARN cleanup     '/opt/iobroker/node_modules/unix-dgram',
        npm WARN cleanup     [Error: ENOTEMPTY: directory not empty, rmdir '/opt/iobroker/node_modules/unix-dgram'] {
        npm WARN cleanup       errno: -39,
        npm WARN cleanup       code: 'ENOTEMPTY',
        npm WARN cleanup       syscall: 'rmdir',
        npm WARN cleanup       path: '/opt/iobroker/node_modules/unix-dgram'
        npm WARN cleanup     }
        npm WARN cleanup   ],
        npm WARN cleanup   [
        npm WARN cleanup     '/opt/iobroker/node_modules/unix-dgram',
        npm WARN cleanup     [Error: ENOTEMPTY: directory not empty, rmdir '/opt/iobroker/node_modules/unix-dgram'] {
        npm WARN cleanup       errno: -39,
        npm WARN cleanup       code: 'ENOTEMPTY',
        npm WARN cleanup       syscall: 'rmdir',
        npm WARN cleanup       path: '/opt/iobroker/node_modules/unix-dgram'
        npm WARN cleanup     }
        npm WARN cleanup   ]
        npm WARN cleanup ]
        npm ERR! path /opt/iobroker/node_modules/iobroker.js-controller
        npm ERR! command failed
        npm ERR! signal SIGINT
        npm ERR! command sh -c node iobroker.js setup first
        
        npm ERR! A complete log of this run can be found in:
        npm ERR!     /home/iobroker/.npm/_logs/2023-06-20T21_58_44_223Z-debug-0.log
        
        
        Thomas BraunT 1 Antwort Letzte Antwort
        0
        • C chemieka
          npm WARN skipping integrity check for git dependency ssh://git@github.com/ioBroker/ioBroker.flot.git
          npm WARN deprecated dgram@1.0.1: npm is holding this package for security reasons. As it's a core Node module, we will not transfer it over to other users. You may safely remove the package from your dependencies.
          npm WARN deprecated crypto@1.0.1: This package is no longer supported. It's now a built-in Node module. If you've depended on crypto, you should switch to the one that's built-in.
          npm WARN deprecated @types/bl@5.1.0: This is a stub types definition. bl provides its own type definitions, so you do not need this installed.
          npm WARN deprecated request-promise-native@1.0.9: request-promise-native has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142
          npm WARN deprecated har-validator@5.1.5: this library is no longer supported
          npm WARN deprecated request-promise@4.2.6: request-promise has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142
          npm WARN deprecated querystring@0.2.1: The querystring API is considered Legacy. new code should use the URLSearchParams API instead.
          npm WARN deprecated node-inspect@2.0.0: This module is part of Node.js core and does not need to be installed separately. It is now unmaintained.
          npm WARN deprecated debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)
          npm WARN deprecated debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)
          npm WARN deprecated debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)
          npm WARN deprecated uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
          npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
          npm WARN cleanup Failed to remove some directories [
          npm WARN cleanup   [
          npm WARN cleanup     '/opt/iobroker/node_modules/unix-dgram',
          npm WARN cleanup     [Error: ENOTEMPTY: directory not empty, rmdir '/opt/iobroker/node_modules/unix-dgram'] {
          npm WARN cleanup       errno: -39,
          npm WARN cleanup       code: 'ENOTEMPTY',
          npm WARN cleanup       syscall: 'rmdir',
          npm WARN cleanup       path: '/opt/iobroker/node_modules/unix-dgram'
          npm WARN cleanup     }
          npm WARN cleanup   ],
          npm WARN cleanup   [
          npm WARN cleanup     '/opt/iobroker/node_modules/unix-dgram',
          npm WARN cleanup     [Error: ENOTEMPTY: directory not empty, rmdir '/opt/iobroker/node_modules/unix-dgram'] {
          npm WARN cleanup       errno: -39,
          npm WARN cleanup       code: 'ENOTEMPTY',
          npm WARN cleanup       syscall: 'rmdir',
          npm WARN cleanup       path: '/opt/iobroker/node_modules/unix-dgram'
          npm WARN cleanup     }
          npm WARN cleanup   ]
          npm WARN cleanup ]
          npm ERR! path /opt/iobroker/node_modules/iobroker.js-controller
          npm ERR! command failed
          npm ERR! signal SIGINT
          npm ERR! command sh -c node iobroker.js setup first
          
          npm ERR! A complete log of this run can be found in:
          npm ERR!     /home/iobroker/.npm/_logs/2023-06-20T21_58_44_223Z-debug-0.log
          
          
          Thomas BraunT Online
          Thomas BraunT Online
          Thomas Braun
          Most Active
          schrieb am zuletzt editiert von
          #49

          @chemieka

          Ich muss mal pennen gehen.

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

            @chemieka sagte in Nach Update auf Node 16 startet IOBROKER nicht mehr:

            Oder hast du noch eine Idee ?

            Die steht doch oben.

            C Offline
            C Offline
            chemieka
            schrieb am zuletzt editiert von
            #50

            @thomas-braun
            leider auch kein Erfolg. wenn du noch Vorschläge hättest würde ich die morgen umsetzen. Vielen Dank für deine Mühe.

            crunchipC 1 Antwort Letzte Antwort
            0
            • mickymM Offline
              mickymM Offline
              mickym
              Most Active
              schrieb am zuletzt editiert von
              #51

              Ich würde halt das ganze modules Verzeichnis neu aufbauen lassen: https://forum.iobroker.net/post/831638

              Aber meine Meinung kennt ihr ja diesbezgl.

              Jeder Flow bzw. jedes Script, das ich hier poste implementiert jeder auf eigene Gefahr. Flows und Scripts können Fehler aufweisen und weder der Seitenbetreiber noch ich persönlich können hierfür haftbar gemacht werden. Das gleiche gilt für Empfehlungen aller Art.

              C 1 Antwort Letzte Antwort
              0
              • mickymM mickym

                Ich würde halt das ganze modules Verzeichnis neu aufbauen lassen: https://forum.iobroker.net/post/831638

                Aber meine Meinung kennt ihr ja diesbezgl.

                C Offline
                C Offline
                chemieka
                schrieb am zuletzt editiert von
                #52

                @mickym
                Kann ich heute Nachmittag versuchen. Melde mich mit dem Ergebnis.

                1 Antwort Letzte Antwort
                0
                • C chemieka

                  @thomas-braun
                  leider auch kein Erfolg. wenn du noch Vorschläge hättest würde ich die morgen umsetzen. Vielen Dank für deine Mühe.

                  crunchipC Abwesend
                  crunchipC Abwesend
                  crunchip
                  Forum Testing Most Active Developer
                  schrieb am zuletzt editiert von
                  #53

                  @chemieka oder einfach
                  https://forum.iobroker.net/post/827638

                  umgestiegen von Proxmox auf Unraid

                  C 1 Antwort Letzte Antwort
                  0
                  • crunchipC crunchip

                    @chemieka oder einfach
                    https://forum.iobroker.net/post/827638

                    C Offline
                    C Offline
                    chemieka
                    schrieb am zuletzt editiert von
                    #54

                    nachdem auch nach der Prozedur oben auch nach einen Reboot die gleichen Fehler gekommen sind. Hatte ich es mal mit einer neuen Karte versucht und das System neu aufgesetzt.
                    Backup eingespielt und schaut erstmal besser aus.
                    Zwei Sachen fehlen noch.
                    VIS lässt sich nicht installieren:

                    $ iobroker add vis --host raspberrypi
                    
                    NPM version: 9.5.1
                    
                    Installing iobroker.vis@1.4.16... (System call)
                    
                    host.raspberrypi Cannot install iobroker.vis@1.4.16: 6
                    
                    ERROR: Process exited with code 25
                    

                    auch nicht per Putty.

                    Und die Historydaten müssten noch rein die kann ich von Karte zu Karte kopieren oder?

                    crunchipC HomoranH 3 Antworten Letzte Antwort
                    0
                    • C chemieka

                      nachdem auch nach der Prozedur oben auch nach einen Reboot die gleichen Fehler gekommen sind. Hatte ich es mal mit einer neuen Karte versucht und das System neu aufgesetzt.
                      Backup eingespielt und schaut erstmal besser aus.
                      Zwei Sachen fehlen noch.
                      VIS lässt sich nicht installieren:

                      $ iobroker add vis --host raspberrypi
                      
                      NPM version: 9.5.1
                      
                      Installing iobroker.vis@1.4.16... (System call)
                      
                      host.raspberrypi Cannot install iobroker.vis@1.4.16: 6
                      
                      ERROR: Process exited with code 25
                      

                      auch nicht per Putty.

                      Und die Historydaten müssten noch rein die kann ich von Karte zu Karte kopieren oder?

                      crunchipC Abwesend
                      crunchipC Abwesend
                      crunchip
                      Forum Testing Most Active Developer
                      schrieb am zuletzt editiert von
                      #55

                      @chemieka sagte in Nach Update auf Node 16 startet IOBROKER nicht mehr:

                      nachdem auch nach der Prozedur oben auch nach einen Reboot die gleichen Fehler gekommen sind

                      welche gleichen Fehler?

                      @chemieka sagte in Nach Update auf Node 16 startet IOBROKER nicht mehr:

                      VIS lässt sich nicht installieren:

                      hast du meinen Link gelesen?

                      umgestiegen von Proxmox auf Unraid

                      1 Antwort Letzte Antwort
                      0
                      • C chemieka

                        nachdem auch nach der Prozedur oben auch nach einen Reboot die gleichen Fehler gekommen sind. Hatte ich es mal mit einer neuen Karte versucht und das System neu aufgesetzt.
                        Backup eingespielt und schaut erstmal besser aus.
                        Zwei Sachen fehlen noch.
                        VIS lässt sich nicht installieren:

                        $ iobroker add vis --host raspberrypi
                        
                        NPM version: 9.5.1
                        
                        Installing iobroker.vis@1.4.16... (System call)
                        
                        host.raspberrypi Cannot install iobroker.vis@1.4.16: 6
                        
                        ERROR: Process exited with code 25
                        

                        auch nicht per Putty.

                        Und die Historydaten müssten noch rein die kann ich von Karte zu Karte kopieren oder?

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

                        @chemieka sagte in Nach Update auf Node 16 startet IOBROKER nicht mehr:

                        VIS lässt sich nicht installieren:

                        vis muss wegen eines aktuellen Bugs vor dem Einspielen des Backups einmal manuell installiert werden

                        Rettungsversuch via Konsole
                        iob upgrade vis@1.4.10 und danach via admin wieder auf aktuelle Version bringen

                        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 oben rechts. Danke!
                        der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                        1 Antwort Letzte Antwort
                        1
                        • C chemieka

                          nachdem auch nach der Prozedur oben auch nach einen Reboot die gleichen Fehler gekommen sind. Hatte ich es mal mit einer neuen Karte versucht und das System neu aufgesetzt.
                          Backup eingespielt und schaut erstmal besser aus.
                          Zwei Sachen fehlen noch.
                          VIS lässt sich nicht installieren:

                          $ iobroker add vis --host raspberrypi
                          
                          NPM version: 9.5.1
                          
                          Installing iobroker.vis@1.4.16... (System call)
                          
                          host.raspberrypi Cannot install iobroker.vis@1.4.16: 6
                          
                          ERROR: Process exited with code 25
                          

                          auch nicht per Putty.

                          Und die Historydaten müssten noch rein die kann ich von Karte zu Karte kopieren oder?

                          crunchipC Abwesend
                          crunchipC Abwesend
                          crunchip
                          Forum Testing Most Active Developer
                          schrieb am zuletzt editiert von
                          #57

                          @chemieka sagte in Nach Update auf Node 16 startet IOBROKER nicht mehr:

                          Historydaten müssten noch rein die kann ich von Karte zu Karte kopieren oder?

                          mit dem backup

                          umgestiegen von Proxmox auf Unraid

                          C 1 Antwort Letzte Antwort
                          0
                          • crunchipC crunchip

                            @chemieka sagte in Nach Update auf Node 16 startet IOBROKER nicht mehr:

                            Historydaten müssten noch rein die kann ich von Karte zu Karte kopieren oder?

                            mit dem backup

                            C Offline
                            C Offline
                            chemieka
                            schrieb am zuletzt editiert von
                            #58

                            Super das läuft jetzt. Geht das so mit den History Daten einfach kopieren?

                            C HomoranH 2 Antworten Letzte Antwort
                            0
                            • C chemieka

                              Super das läuft jetzt. Geht das so mit den History Daten einfach kopieren?

                              C Offline
                              C Offline
                              chemieka
                              schrieb am zuletzt editiert von
                              #59

                              Ah stimmt super das hat er mitgesichert. Geil.

                              C 1 Antwort Letzte Antwort
                              0
                              • C chemieka

                                Ah stimmt super das hat er mitgesichert. Geil.

                                C Offline
                                C Offline
                                chemieka
                                schrieb am zuletzt editiert von
                                #60

                                Also unterm Strich bekommt man so schneller wieder ein laufendes System wie mir scheint.

                                Möchte mich herzlich bedanken.

                                Kurz zusammengefasst:
                                Neue Karte aufgesetzt mit https://forum.iobroker.net/topic/51869/installation-auf-raspi-einfacher-geht-s-nicht
                                Backup eingespielt
                                VIS manuell installiert mit iob install vis@1.4.10

                                läuft wieder.

                                1 Antwort Letzte Antwort
                                0
                                • C chemieka

                                  Super das läuft jetzt. Geht das so mit den History Daten einfach kopieren?

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

                                  @chemieka sagte in Nach Update auf Node 16 startet IOBROKER nicht mehr:

                                  Super das läuft jetzt.

                                  was und wie?

                                  hatten wir das nich gestern erst?

                                  @homoran sagte in Nach Update auf Node 16 startet IOBROKER nicht mehr:

                                  @chemieka sagte in Nach Update auf Node 16 startet IOBROKER nicht mehr:

                                  das hatte ich gemacht.

                                  aber nicht gezeigt!
                                  wie soll man das dann wissen?
                                  und die Fehlermeldung hast du uns auch nicht freiwillig genannt 😡

                                  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 oben rechts. Danke!
                                  der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                                  C 1 Antwort Letzte Antwort
                                  0
                                  • HomoranH Homoran

                                    @chemieka sagte in Nach Update auf Node 16 startet IOBROKER nicht mehr:

                                    Super das läuft jetzt.

                                    was und wie?

                                    hatten wir das nich gestern erst?

                                    @homoran sagte in Nach Update auf Node 16 startet IOBROKER nicht mehr:

                                    @chemieka sagte in Nach Update auf Node 16 startet IOBROKER nicht mehr:

                                    das hatte ich gemacht.

                                    aber nicht gezeigt!
                                    wie soll man das dann wissen?
                                    und die Fehlermeldung hast du uns auch nicht freiwillig genannt 😡

                                    C Offline
                                    C Offline
                                    chemieka
                                    schrieb am zuletzt editiert von chemieka
                                    #62

                                    @homoran

                                    Schrieb ich doch:

                                    1. Neue Karte aufgesetzt mit https://forum.iobroker.net/topic/51869/installation-auf-raspi-einfacher-geht-s-nicht
                                    2. Backup eingespielt
                                    3. VIS manuell installiert mit iob install vis@1.4.10

                                    Alle anderen Varianten brachten immer:

                                    rror: Cannot find module './lib/setup'
                                    
                                    Require stack:
                                    
                                    - /opt/iobroker/node_modules/iobroker.js-controller/iobroker.js
                                    
                                        at Function.Module._resolveFilename (node:internal/modules/cjs/loader:1026:15)
                                    
                                        at Function.Module._load (node:internal/modules/cjs/loader:871:27)
                                    
                                        at Module.require (node:internal/modules/cjs/loader:1098:19)
                                    
                                        at require (node:internal/modules/cjs/helpers:108:18)
                                    
                                        at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js:1:1)
                                    
                                        at Module._compile (node:internal/modules/cjs/loader:1196:14)
                                    
                                        at Object.Module._extensions..js (node:internal/modules/cjs/loader:1250:10)
                                    
                                        at Module.load (node:internal/modules/cjs/loader:1074:32)
                                    
                                        at Function.Module._load (node:internal/modules/cjs/loader:909:12)
                                    
                                        at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12) {
                                    
                                      code: 'MODULE_NOT_FOUND',
                                    
                                      requireStack: [ '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js' ]
                                    

                                    Zum Teil konnte ich erst Zugreifen aber dann nach einem Reboot wieder der obrige Fehler. Scheinbar war mein System dann doch zu alt oder nicht wieder herstellbar.

                                    System nun auf Neusten Stand und läuft wie ein Länderspiel (wobei der Vergleich Länderspiel hinkt, da gewinnen wir ja auch nicht mehr)

                                    HomoranH 1 Antwort Letzte Antwort
                                    0
                                    • C chemieka

                                      @homoran

                                      Schrieb ich doch:

                                      1. Neue Karte aufgesetzt mit https://forum.iobroker.net/topic/51869/installation-auf-raspi-einfacher-geht-s-nicht
                                      2. Backup eingespielt
                                      3. VIS manuell installiert mit iob install vis@1.4.10

                                      Alle anderen Varianten brachten immer:

                                      rror: Cannot find module './lib/setup'
                                      
                                      Require stack:
                                      
                                      - /opt/iobroker/node_modules/iobroker.js-controller/iobroker.js
                                      
                                          at Function.Module._resolveFilename (node:internal/modules/cjs/loader:1026:15)
                                      
                                          at Function.Module._load (node:internal/modules/cjs/loader:871:27)
                                      
                                          at Module.require (node:internal/modules/cjs/loader:1098:19)
                                      
                                          at require (node:internal/modules/cjs/helpers:108:18)
                                      
                                          at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js:1:1)
                                      
                                          at Module._compile (node:internal/modules/cjs/loader:1196:14)
                                      
                                          at Object.Module._extensions..js (node:internal/modules/cjs/loader:1250:10)
                                      
                                          at Module.load (node:internal/modules/cjs/loader:1074:32)
                                      
                                          at Function.Module._load (node:internal/modules/cjs/loader:909:12)
                                      
                                          at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12) {
                                      
                                        code: 'MODULE_NOT_FOUND',
                                      
                                        requireStack: [ '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js' ]
                                      

                                      Zum Teil konnte ich erst Zugreifen aber dann nach einem Reboot wieder der obrige Fehler. Scheinbar war mein System dann doch zu alt oder nicht wieder herstellbar.

                                      System nun auf Neusten Stand und läuft wie ein Länderspiel (wobei der Vergleich Länderspiel hinkt, da gewinnen wir ja auch nicht mehr)

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

                                      @chemieka sagte in Nach Update auf Node 16 startet IOBROKER nicht mehr:

                                      Schrieb ich doch:

                                      joa, da war ich aber schon lange am Handy dabei alles zusammenzusuchen und zu tippen.

                                      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 oben rechts. Danke!
                                      der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                                      C 1 Antwort Letzte Antwort
                                      0
                                      • HomoranH Homoran

                                        @chemieka sagte in Nach Update auf Node 16 startet IOBROKER nicht mehr:

                                        Schrieb ich doch:

                                        joa, da war ich aber schon lange am Handy dabei alles zusammenzusuchen und zu tippen.

                                        C Offline
                                        C Offline
                                        chemieka
                                        schrieb am zuletzt editiert von
                                        #64

                                        @homoran
                                        Ich bin nicht so der Schnelltipper :) War schon am schreiben. Tread kann als erledigt markiert werden. Vielen Dank.

                                        crunchipC 1 Antwort Letzte Antwort
                                        0
                                        • C chemieka

                                          @homoran
                                          Ich bin nicht so der Schnelltipper :) War schon am schreiben. Tread kann als erledigt markiert werden. Vielen Dank.

                                          crunchipC Abwesend
                                          crunchipC Abwesend
                                          crunchip
                                          Forum Testing Most Active Developer
                                          schrieb am zuletzt editiert von crunchip
                                          #65

                                          @chemieka sagte in Nach Update auf Node 16 startet IOBROKER nicht mehr:

                                          Tread kann als erledigt markiert werden

                                          das musst du selbst, deinen ersten Beitrag oben editieren und ein [gelöst] vor deinen Titel setzen

                                          umgestiegen von Proxmox auf Unraid

                                          1 Antwort Letzte Antwort
                                          0

                                          Hey! Du scheinst an dieser Unterhaltung interessiert zu sein, hast aber noch kein Konto.

                                          Hast du es satt, bei jedem Besuch durch die gleichen Beiträge zu scrollen? Wenn du dich für ein Konto anmeldest, kommst du immer genau dorthin zurück, wo du zuvor warst, und kannst dich über neue Antworten benachrichtigen lassen (entweder per E-Mail oder Push-Benachrichtigung). Du kannst auch Lesezeichen speichern und Beiträge positiv bewerten, um anderen Community-Mitgliedern deine Wertschätzung zu zeigen.

                                          Mit deinem Input könnte dieser Beitrag noch besser werden 💗

                                          Registrieren Anmelden
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

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

                                          563

                                          Online

                                          32.8k

                                          Benutzer

                                          82.9k

                                          Themen

                                          1.3m

                                          Beiträge
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Anmelden

                                          • Du hast noch kein Konto? Registrieren

                                          • Anmelden oder registrieren, um zu suchen
                                          • Erster Beitrag
                                            Letzter Beitrag
                                          0
                                          • Home
                                          • Aktuell
                                          • Tags
                                          • Ungelesen 0
                                          • Kategorien
                                          • Unreplied
                                          • Beliebt
                                          • GitHub
                                          • Docu
                                          • Hilfe