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

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Error/Bug
  4. iobroker kaputt nach NodeJS Update

NEWS

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    11
    1
    324

  • Weihnachtsangebot 2025! 🎄
    BluefoxB
    Bluefox
    24
    1
    1.5k

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

iobroker kaputt nach NodeJS Update

Geplant Angeheftet Gesperrt Verschoben Error/Bug
75 Beiträge 3 Kommentatoren 4.2k Aufrufe 4 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

    @michaelheiml sagte in iobroker kaputt nach NodeJS Update:

    Das hatte nichts geändert/geholfen, Adapter konnten trotzdem nicht aktualisiert werden.

    Mit welchen Meldungen? (Vermutlich jetzt müßig...)

    Erstmal schauen wie du da jetzt überhaupt unterwegs bist:

    sudo ln -s /usr/bin/node /usr/bin/nodejs
    uname -m && type -P nodejs node npm && nodejs -v && node -v && npm -v && iob -v && whoami && groups && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
    
    M Offline
    M Offline
    michaelheiml
    schrieb am zuletzt editiert von michaelheiml
    #17

    @thomas-braun

    @thomas-braun said in iobroker kaputt nach NodeJS Update:

    Mit welchen Meldungen? (Vermutlich jetzt müßig...)

    Es kam exakt wieder dieselbe Meldung mit Fehler 25. Und ich konnte die Adapter, die sich nicht mehr aktualisieren ließen, dennoch deinstallieren, aber dann nicht mehr neu installieren. Auch das manuelle Löschen der .-XYZ Ordner hat daran nichts verändert.

    Das letzte Logfile von heute, bevor iobroker nicht mehr startete, hätte ich sogar noch falls es dich interessiert.

    1 Antwort Letzte Antwort
    0
    • Thomas BraunT Thomas Braun

      @michaelheiml

      iobroker stop
      pkill -u iobroker 
      cd /opt/iobroker
      sudo -H -u iobroker npm install iobroker.js-controller
      
      M Offline
      M Offline
      michaelheiml
      schrieb am zuletzt editiert von
      #18

      @thomas-braun

      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 har-validator@5.1.5: this library is no longer supported
      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 ERR! code 1
      npm ERR! path /opt/iobroker/node_modules/iobroker.js-controller
      npm ERR! command failed
      npm ERR! command sh /tmp/install-d8eb892e.sh
      npm ERR! node:internal/modules/cjs/loader:372
      npm ERR!       throw err;
      npm ERR!       ^
      npm ERR! 
      npm ERR! Error: Cannot find module '/opt/iobroker/node_modules/jsonwebtoken/index.js'. Please verify that the package.json has a valid "main" entry
      npm ERR!     at tryPackage (node:internal/modules/cjs/loader:364:19)
      npm ERR!     at Function.Module._findPath (node:internal/modules/cjs/loader:577:18)
      npm ERR!     at Function.Module._resolveFilename (node:internal/modules/cjs/loader:942:27)
      npm ERR!     at Function.Module._load (node:internal/modules/cjs/loader:804:27)
      npm ERR!     at Module.require (node:internal/modules/cjs/loader:1028:19)
      npm ERR!     at require (node:internal/modules/cjs/helpers:102:18)
      npm ERR!     at Object.<anonymous> (/opt/iobroker/node_modules/@iobroker/js-controller-common/lib/common/tools.js:10:13)
      npm ERR!     at Module._compile (node:internal/modules/cjs/loader:1126:14)
      npm ERR!     at Object.Module._extensions..js (node:internal/modules/cjs/loader:1180:10)
      npm ERR!     at Module.load (node:internal/modules/cjs/loader:1004:32) {
      npm ERR!   code: 'MODULE_NOT_FOUND',
      npm ERR!   path: '/opt/iobroker/node_modules/jsonwebtoken/package.json',
      npm ERR!   requestPath: 'jsonwebtoken'
      npm ERR! }
      
      npm ERR! A complete log of this run can be found in:
      npm ERR!     /home/iobroker/.npm/_logs/2022-10-10T19_34_15_220Z-debug-0.log
      
      Thomas BraunT 1 Antwort Letzte Antwort
      0
      • M michaelheiml

        @thomas-braun

        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 har-validator@5.1.5: this library is no longer supported
        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 ERR! code 1
        npm ERR! path /opt/iobroker/node_modules/iobroker.js-controller
        npm ERR! command failed
        npm ERR! command sh /tmp/install-d8eb892e.sh
        npm ERR! node:internal/modules/cjs/loader:372
        npm ERR!       throw err;
        npm ERR!       ^
        npm ERR! 
        npm ERR! Error: Cannot find module '/opt/iobroker/node_modules/jsonwebtoken/index.js'. Please verify that the package.json has a valid "main" entry
        npm ERR!     at tryPackage (node:internal/modules/cjs/loader:364:19)
        npm ERR!     at Function.Module._findPath (node:internal/modules/cjs/loader:577:18)
        npm ERR!     at Function.Module._resolveFilename (node:internal/modules/cjs/loader:942:27)
        npm ERR!     at Function.Module._load (node:internal/modules/cjs/loader:804:27)
        npm ERR!     at Module.require (node:internal/modules/cjs/loader:1028:19)
        npm ERR!     at require (node:internal/modules/cjs/helpers:102:18)
        npm ERR!     at Object.<anonymous> (/opt/iobroker/node_modules/@iobroker/js-controller-common/lib/common/tools.js:10:13)
        npm ERR!     at Module._compile (node:internal/modules/cjs/loader:1126:14)
        npm ERR!     at Object.Module._extensions..js (node:internal/modules/cjs/loader:1180:10)
        npm ERR!     at Module.load (node:internal/modules/cjs/loader:1004:32) {
        npm ERR!   code: 'MODULE_NOT_FOUND',
        npm ERR!   path: '/opt/iobroker/node_modules/jsonwebtoken/package.json',
        npm ERR!   requestPath: 'jsonwebtoken'
        npm ERR! }
        
        npm ERR! A complete log of this run can be found in:
        npm ERR!     /home/iobroker/.npm/_logs/2022-10-10T19_34_15_220Z-debug-0.log
        
        Thomas BraunT Online
        Thomas BraunT Online
        Thomas Braun
        Most Active
        schrieb am zuletzt editiert von
        #19

        @michaelheiml

        cat /opt/iobroker/node_modules/jsonwebtoken/index.js
        

        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

        M 1 Antwort Letzte Antwort
        0
        • Thomas BraunT Thomas Braun

          @michaelheiml

          cat /opt/iobroker/node_modules/jsonwebtoken/index.js
          
          M Offline
          M Offline
          michaelheiml
          schrieb am zuletzt editiert von
          #20

          @thomas-braun

          cat: /opt/iobroker/node_modules/jsonwebtoken/index.js: Datei oder Verzeichnis nicht gefunden
          
          Thomas BraunT 1 Antwort Letzte Antwort
          0
          • M michaelheiml

            @thomas-braun

            cat: /opt/iobroker/node_modules/jsonwebtoken/index.js: Datei oder Verzeichnis nicht gefunden
            
            Thomas BraunT Online
            Thomas BraunT Online
            Thomas Braun
            Most Active
            schrieb am zuletzt editiert von
            #21

            @michaelheiml

            iob fix
            

            sagt?

            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

            M 1 Antwort Letzte Antwort
            0
            • Thomas BraunT Thomas Braun

              @michaelheiml

              iob fix
              

              sagt?

              M Offline
              M Offline
              michaelheiml
              schrieb am zuletzt editiert von
              #22

              @thomas-braun

              ==========================================================================
                  Installing prerequisites (1/3)
              ==========================================================================
              
              OK:1 http://raspbian.raspberrypi.org/raspbian buster InRelease
              OK:2 https://downloads.plex.tv/repo/deb public InRelease                                                
              OK:3 https://linux.teamviewer.com/deb stable InRelease                                                  
              OK:4 http://archive.raspberrypi.org/debian buster InRelease                                             
              OK:5 https://deb.nodesource.com/node_16.x buster InRelease                                   
              Paketlisten werden gelesen... Fertig                                 
              Installed gcc-c++
              
              ==========================================================================
                  Checking ioBroker user and directory permissions (2/3)
              ==========================================================================
              
              Created /etc/sudoers.d/iobroker
              Fixing directory permissions...
              
              ==========================================================================
                  Checking autostart (3/3)
              ==========================================================================
              
              Enabling autostart...
              Autostart enabled!
              
              ==========================================================================
              
                  Your installation was fixed successfully
                  Run iobroker start to start ioBroker again!
              
              ==========================================================================
              
              
              Thomas BraunT 1 Antwort Letzte Antwort
              0
              • M michaelheiml

                @thomas-braun

                ==========================================================================
                    Installing prerequisites (1/3)
                ==========================================================================
                
                OK:1 http://raspbian.raspberrypi.org/raspbian buster InRelease
                OK:2 https://downloads.plex.tv/repo/deb public InRelease                                                
                OK:3 https://linux.teamviewer.com/deb stable InRelease                                                  
                OK:4 http://archive.raspberrypi.org/debian buster InRelease                                             
                OK:5 https://deb.nodesource.com/node_16.x buster InRelease                                   
                Paketlisten werden gelesen... Fertig                                 
                Installed gcc-c++
                
                ==========================================================================
                    Checking ioBroker user and directory permissions (2/3)
                ==========================================================================
                
                Created /etc/sudoers.d/iobroker
                Fixing directory permissions...
                
                ==========================================================================
                    Checking autostart (3/3)
                ==========================================================================
                
                Enabling autostart...
                Autostart enabled!
                
                ==========================================================================
                
                    Your installation was fixed successfully
                    Run iobroker start to start ioBroker again!
                
                ==========================================================================
                
                
                Thomas BraunT Online
                Thomas BraunT Online
                Thomas Braun
                Most Active
                schrieb am zuletzt editiert von
                #23

                @michaelheiml

                iob status
                iob setup first
                

                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

                M 1 Antwort Letzte Antwort
                0
                • Thomas BraunT Thomas Braun

                  @michaelheiml

                  iob status
                  iob setup first
                  
                  M Offline
                  M Offline
                  michaelheiml
                  schrieb am zuletzt editiert von
                  #24

                  @thomas-braun

                  node:internal/modules/cjs/loader:959
                    throw err;
                    ^
                  
                  Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js'
                      at Function.Module._resolveFilename (node:internal/modules/cjs/loader:956:15)
                      at Function.Module._load (node:internal/modules/cjs/loader:804:27)
                      at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12)
                      at node:internal/main/run_main_module:17:47 {
                    code: 'MODULE_NOT_FOUND',
                    requireStack: []
                  }
                  
                  M Thomas BraunT 2 Antworten Letzte Antwort
                  0
                  • M michaelheiml

                    @thomas-braun

                    node:internal/modules/cjs/loader:959
                      throw err;
                      ^
                    
                    Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js'
                        at Function.Module._resolveFilename (node:internal/modules/cjs/loader:956:15)
                        at Function.Module._load (node:internal/modules/cjs/loader:804:27)
                        at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12)
                        at node:internal/main/run_main_module:17:47 {
                      code: 'MODULE_NOT_FOUND',
                      requireStack: []
                    }
                    
                    M Offline
                    M Offline
                    michaelheiml
                    schrieb am zuletzt editiert von
                    #25

                    @michaelheiml

                    Im Ordner /opt/iobroker/node_modules/iobroker.js-controller/ gibt es auch keine iobroker.js

                    Diese Dateien schon:
                    iob.bat
                    iobroker.bat
                    LICENSE
                    _service_iobroker.bat

                    -> .bat? Windows? Ist es normal, dass es diese Dateien unter raspbian auch gibt?

                    1 Antwort Letzte Antwort
                    0
                    • M michaelheiml

                      @thomas-braun

                      node:internal/modules/cjs/loader:959
                        throw err;
                        ^
                      
                      Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js'
                          at Function.Module._resolveFilename (node:internal/modules/cjs/loader:956:15)
                          at Function.Module._load (node:internal/modules/cjs/loader:804:27)
                          at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12)
                          at node:internal/main/run_main_module:17:47 {
                        code: 'MODULE_NOT_FOUND',
                        requireStack: []
                      }
                      
                      Thomas BraunT Online
                      Thomas BraunT Online
                      Thomas Braun
                      Most Active
                      schrieb am zuletzt editiert von
                      #26

                      @michaelheiml

                      Bitte vollständige Eingabezeile mitposten. Ich weiß jetzt nicht auf welches Kommando das die Ausgabe 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

                      M 1 Antwort Letzte Antwort
                      0
                      • Thomas BraunT Thomas Braun

                        @michaelheiml

                        Bitte vollständige Eingabezeile mitposten. Ich weiß jetzt nicht auf welches Kommando das die Ausgabe ist.

                        M Offline
                        M Offline
                        michaelheiml
                        schrieb am zuletzt editiert von michaelheiml
                        #27

                        @thomas-braun

                        Auf beide dieselbe Ausgabe:

                        iob status
                        iob setup first
                        
                        node:internal/modules/cjs/loader:959
                          throw err;
                          ^
                        
                        Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js'
                            at Function.Module._resolveFilename (node:internal/modules/cjs/loader:956:15)
                            at Function.Module._load (node:internal/modules/cjs/loader:804:27)
                            at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12)
                            at node:internal/main/run_main_module:17:47 {
                          code: 'MODULE_NOT_FOUND',
                          requireStack: []
                        }
                        
                        
                        Thomas BraunT 1 Antwort Letzte Antwort
                        0
                        • M michaelheiml

                          @thomas-braun

                          Auf beide dieselbe Ausgabe:

                          iob status
                          iob setup first
                          
                          node:internal/modules/cjs/loader:959
                            throw err;
                            ^
                          
                          Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js'
                              at Function.Module._resolveFilename (node:internal/modules/cjs/loader:956:15)
                              at Function.Module._load (node:internal/modules/cjs/loader:804:27)
                              at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12)
                              at node:internal/main/run_main_module:17:47 {
                            code: 'MODULE_NOT_FOUND',
                            requireStack: []
                          }
                          
                          
                          Thomas BraunT Online
                          Thomas BraunT Online
                          Thomas Braun
                          Most Active
                          schrieb am zuletzt editiert von
                          #28

                          @michaelheiml

                          Unabhängig voneinander eingeben, nicht in einem Rutsch...

                          Btw:

                          echad@chet:/opt/iobroker $ ls -la /opt/iobroker/node_modules/iobroker.js-controller/
                          total 392
                          drwxrwxr-x+   7 iobroker iobroker   4096 Oct  9 11:54 .
                          drwxrwxr-x+ 704 iobroker iobroker  36864 Oct 10 17:13 ..
                          drwxrwxr-x+   2 iobroker iobroker   4096 Jul 30 03:42 backups
                          -rw-rwxr--+   1 iobroker iobroker    420 Jul 29 20:20 compactgroupController.js
                          drwxrwxr-x+   2 iobroker iobroker   4096 Jul 29 20:20 conf
                          -rw-rwxr--+   1 iobroker iobroker    158 Jul 29 20:20 controller.js
                          -rwxrwxr-x+   1 iobroker iobroker     34 Jul 29 20:20 iobroker.js
                          -rw-rwxr--+   1 iobroker iobroker  54395 Jul 29 20:20 io-package.json
                          drwxrwxr-x+   9 iobroker iobroker   4096 Jul 29 20:20 lib
                          -rw-rwxr--+   1 iobroker iobroker   1135 Jul 29 20:20 LICENSE
                          -rw-rwxr--+   1 iobroker iobroker 249293 Jul 29 20:20 main.js
                          drwxrwxr-x+   5 iobroker iobroker   4096 Jul 29 20:20 node_modules
                          -rw-rwxr--+   1 iobroker iobroker   3277 Jul 29 20:20 package.json
                          -rw-rw-r--+   1 iobroker iobroker    177 Oct 10 17:14 pids.txt
                          -rw-rwxr--+   1 iobroker iobroker    193 Jul 29 20:20 README.md
                          drwxrwxr-x+   2 iobroker iobroker   4096 Oct 10 03:42 tmp
                          

                          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

                          M 2 Antworten Letzte Antwort
                          0
                          • Thomas BraunT Thomas Braun

                            @michaelheiml

                            Unabhängig voneinander eingeben, nicht in einem Rutsch...

                            Btw:

                            echad@chet:/opt/iobroker $ ls -la /opt/iobroker/node_modules/iobroker.js-controller/
                            total 392
                            drwxrwxr-x+   7 iobroker iobroker   4096 Oct  9 11:54 .
                            drwxrwxr-x+ 704 iobroker iobroker  36864 Oct 10 17:13 ..
                            drwxrwxr-x+   2 iobroker iobroker   4096 Jul 30 03:42 backups
                            -rw-rwxr--+   1 iobroker iobroker    420 Jul 29 20:20 compactgroupController.js
                            drwxrwxr-x+   2 iobroker iobroker   4096 Jul 29 20:20 conf
                            -rw-rwxr--+   1 iobroker iobroker    158 Jul 29 20:20 controller.js
                            -rwxrwxr-x+   1 iobroker iobroker     34 Jul 29 20:20 iobroker.js
                            -rw-rwxr--+   1 iobroker iobroker  54395 Jul 29 20:20 io-package.json
                            drwxrwxr-x+   9 iobroker iobroker   4096 Jul 29 20:20 lib
                            -rw-rwxr--+   1 iobroker iobroker   1135 Jul 29 20:20 LICENSE
                            -rw-rwxr--+   1 iobroker iobroker 249293 Jul 29 20:20 main.js
                            drwxrwxr-x+   5 iobroker iobroker   4096 Jul 29 20:20 node_modules
                            -rw-rwxr--+   1 iobroker iobroker   3277 Jul 29 20:20 package.json
                            -rw-rw-r--+   1 iobroker iobroker    177 Oct 10 17:14 pids.txt
                            -rw-rwxr--+   1 iobroker iobroker    193 Jul 29 20:20 README.md
                            drwxrwxr-x+   2 iobroker iobroker   4096 Oct 10 03:42 tmp
                            
                            M Offline
                            M Offline
                            michaelheiml
                            schrieb am zuletzt editiert von
                            #29

                            @thomas-braun

                            pi@raspberrypi:/opt/iobroker $ iob status
                            node:internal/modules/cjs/loader:959
                              throw err;
                              ^
                            
                            Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js'
                                at Function.Module._resolveFilename (node:internal/modules/cjs/loader:956:15)
                                at Function.Module._load (node:internal/modules/cjs/loader:804:27)
                                at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12)
                                at node:internal/main/run_main_module:17:47 {
                              code: 'MODULE_NOT_FOUND',
                              requireStack: []
                            }
                            pi@raspberrypi:/opt/iobroker $ iob setup first
                            node:internal/modules/cjs/loader:959
                              throw err;
                              ^
                            
                            Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js'
                                at Function.Module._resolveFilename (node:internal/modules/cjs/loader:956:15)
                                at Function.Module._load (node:internal/modules/cjs/loader:804:27)
                                at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12)
                                at node:internal/main/run_main_module:17:47 {
                              code: 'MODULE_NOT_FOUND',
                              requireStack: []
                            }
                            
                            
                            1 Antwort Letzte Antwort
                            0
                            • Thomas BraunT Thomas Braun

                              @michaelheiml

                              Unabhängig voneinander eingeben, nicht in einem Rutsch...

                              Btw:

                              echad@chet:/opt/iobroker $ ls -la /opt/iobroker/node_modules/iobroker.js-controller/
                              total 392
                              drwxrwxr-x+   7 iobroker iobroker   4096 Oct  9 11:54 .
                              drwxrwxr-x+ 704 iobroker iobroker  36864 Oct 10 17:13 ..
                              drwxrwxr-x+   2 iobroker iobroker   4096 Jul 30 03:42 backups
                              -rw-rwxr--+   1 iobroker iobroker    420 Jul 29 20:20 compactgroupController.js
                              drwxrwxr-x+   2 iobroker iobroker   4096 Jul 29 20:20 conf
                              -rw-rwxr--+   1 iobroker iobroker    158 Jul 29 20:20 controller.js
                              -rwxrwxr-x+   1 iobroker iobroker     34 Jul 29 20:20 iobroker.js
                              -rw-rwxr--+   1 iobroker iobroker  54395 Jul 29 20:20 io-package.json
                              drwxrwxr-x+   9 iobroker iobroker   4096 Jul 29 20:20 lib
                              -rw-rwxr--+   1 iobroker iobroker   1135 Jul 29 20:20 LICENSE
                              -rw-rwxr--+   1 iobroker iobroker 249293 Jul 29 20:20 main.js
                              drwxrwxr-x+   5 iobroker iobroker   4096 Jul 29 20:20 node_modules
                              -rw-rwxr--+   1 iobroker iobroker   3277 Jul 29 20:20 package.json
                              -rw-rw-r--+   1 iobroker iobroker    177 Oct 10 17:14 pids.txt
                              -rw-rwxr--+   1 iobroker iobroker    193 Jul 29 20:20 README.md
                              drwxrwxr-x+   2 iobroker iobroker   4096 Oct 10 03:42 tmp
                              
                              M Offline
                              M Offline
                              michaelheiml
                              schrieb am zuletzt editiert von
                              #30

                              @thomas-braun

                              Der Ordner sieht bei mir gänzlich anders aus. Keine .js Dateien. Kann es sein, dass durch irgendeinen Fehler von mir ich die Windows Version von iobroker installiert habe?

                              Thomas BraunT 2 Antworten Letzte Antwort
                              0
                              • M michaelheiml

                                @thomas-braun

                                Der Ordner sieht bei mir gänzlich anders aus. Keine .js Dateien. Kann es sein, dass durch irgendeinen Fehler von mir ich die Windows Version von iobroker installiert habe?

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

                                @michaelheiml sagte in iobroker kaputt nach NodeJS Update:

                                Kann es sein, dass durch irgendeinen Fehler von mir ich die Windows Version von iobroker installiert habe?

                                Kann ich dir nicht sagen. Ich weiß ja nicht was du da veranstaltet hast.

                                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

                                M 1 Antwort Letzte Antwort
                                0
                                • M michaelheiml

                                  @thomas-braun

                                  Der Ordner sieht bei mir gänzlich anders aus. Keine .js Dateien. Kann es sein, dass durch irgendeinen Fehler von mir ich die Windows Version von iobroker installiert habe?

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

                                  @michaelheiml sagte in iobroker kaputt nach NodeJS Update:

                                  Der Ordner sieht bei mir gänzlich anders aus.

                                  Wie sieht der denn aus?

                                  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

                                    @michaelheiml sagte in iobroker kaputt nach NodeJS Update:

                                    Kann es sein, dass durch irgendeinen Fehler von mir ich die Windows Version von iobroker installiert habe?

                                    Kann ich dir nicht sagen. Ich weiß ja nicht was du da veranstaltet hast.

                                    M Offline
                                    M Offline
                                    michaelheiml
                                    schrieb am zuletzt editiert von
                                    #33

                                    @thomas-braun

                                    Offenbar einen Quark ;)

                                    Na jedenfalls.. das ist mein Ordner Inhalt:
                                    iob.bat
                                    iobroker.bat
                                    lib
                                    LICENSE
                                    node_modules
                                    _service_iobroker.bat

                                    Mehr nicht.

                                    Thomas BraunT M 2 Antworten Letzte Antwort
                                    0
                                    • M michaelheiml

                                      @thomas-braun

                                      Offenbar einen Quark ;)

                                      Na jedenfalls.. das ist mein Ordner Inhalt:
                                      iob.bat
                                      iobroker.bat
                                      lib
                                      LICENSE
                                      node_modules
                                      _service_iobroker.bat

                                      Mehr nicht.

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

                                      @michaelheiml

                                      Kopier dir doch den Befehl den ich auch verwendet habe. Dann reden wir über das gleiche.

                                      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
                                      • M michaelheiml

                                        @thomas-braun

                                        Offenbar einen Quark ;)

                                        Na jedenfalls.. das ist mein Ordner Inhalt:
                                        iob.bat
                                        iobroker.bat
                                        lib
                                        LICENSE
                                        node_modules
                                        _service_iobroker.bat

                                        Mehr nicht.

                                        M Offline
                                        M Offline
                                        michaelheiml
                                        schrieb am zuletzt editiert von
                                        #35

                                        @michaelheiml

                                        Zum Installieren habe ich jedenfalls den Befehl aus der Anleitung verwendet.
                                        curl -sLf https://iobroker.net/install.sh | bash -

                                        pi@raspberrypi:/opt/iobroker/node_modules/iobroker.js-controller $ ls -la /opt/iobroker/node_modules/iobroker.js-controller/
                                        insgesamt 96
                                        drwxrwxrwx+   4 iobroker iobroker  4096 Okt 10 18:14 .
                                        drwxrwxrwx+ 394 iobroker iobroker 69632 Okt 10 21:37 ..
                                        -rw-rwxrw-+   1 iobroker iobroker    41 Okt 10 18:14 iob.bat
                                        -rw-rwxrw-+   1 iobroker iobroker     0 Okt 10 18:14 iobroker.bat
                                        drwxrwxrwx+   2 iobroker iobroker  4096 Okt 10 18:14 lib
                                        -rw-rwxrw-+   1 iobroker iobroker  1135 Okt 10 18:14 LICENSE
                                        drwxrwxrwx+   5 iobroker iobroker  4096 Okt 10 18:14 node_modules
                                        -rw-rwxrw-+   1 iobroker iobroker   144 Okt 10 18:14 _service_iobroker.bat
                                        
                                        Thomas BraunT 1 Antwort Letzte Antwort
                                        0
                                        • M michaelheiml

                                          @michaelheiml

                                          Zum Installieren habe ich jedenfalls den Befehl aus der Anleitung verwendet.
                                          curl -sLf https://iobroker.net/install.sh | bash -

                                          pi@raspberrypi:/opt/iobroker/node_modules/iobroker.js-controller $ ls -la /opt/iobroker/node_modules/iobroker.js-controller/
                                          insgesamt 96
                                          drwxrwxrwx+   4 iobroker iobroker  4096 Okt 10 18:14 .
                                          drwxrwxrwx+ 394 iobroker iobroker 69632 Okt 10 21:37 ..
                                          -rw-rwxrw-+   1 iobroker iobroker    41 Okt 10 18:14 iob.bat
                                          -rw-rwxrw-+   1 iobroker iobroker     0 Okt 10 18:14 iobroker.bat
                                          drwxrwxrwx+   2 iobroker iobroker  4096 Okt 10 18:14 lib
                                          -rw-rwxrw-+   1 iobroker iobroker  1135 Okt 10 18:14 LICENSE
                                          drwxrwxrwx+   5 iobroker iobroker  4096 Okt 10 18:14 node_modules
                                          -rw-rwxrw-+   1 iobroker iobroker   144 Okt 10 18:14 _service_iobroker.bat
                                          
                                          Thomas BraunT Online
                                          Thomas BraunT Online
                                          Thomas Braun
                                          Most Active
                                          schrieb am zuletzt editiert von
                                          #36

                                          @michaelheiml sagte in iobroker kaputt nach NodeJS Update:

                                          Und wie läuft der Installer?

                                          curl -sLf https://iobroker.net/install.sh | bash -
                                          

                                          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

                                          M 1 Antwort Letzte Antwort
                                          0
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          587

                                          Online

                                          32.5k

                                          Benutzer

                                          81.7k

                                          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