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. ioBroker Allgemein
  4. [How-to] Node.js für ioBroker richtig updaten

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

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

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
installationlinuxnodenode.jsnodejswindows
1.1k Beiträge 106 Kommentatoren 738.9k Aufrufe 112 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.
  • apollon77A apollon77

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

    Außerdem hat dieser user bei mir "sudo ALL ALL" in /etc/sudoers.d/iobroker

    (AUch wenn etwas Offtopic hier)
    Naja etwas komplexer ist das sudoers FIle schon. hat bei mitr einiger mehr an Zeilen :-)

    Das "iobroker ALL=(ALL) ALL" bedeutet das er alles mit einer Passwortabfrage ausführen darf. Danach kommen eine Liste an Kommandos die er ohne Passwort ausfüren darf. Diese haben wir gesammelt mit Sicherheit und Adapterbedarfen im Hinterkopf

    DiginixD Offline
    DiginixD Offline
    Diginix
    schrieb am zuletzt editiert von Diginix
    #48

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

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

    Außerdem hat dieser user bei mir "sudo ALL ALL" in /etc/sudoers.d/iobroker

    (AUch wenn etwas Offtopic hier)
    Naja etwas komplexer ist das sudoers FIle schon. hat bei mitr einiger mehr an Zeilen :-)

    Das "iobroker ALL=(ALL) ALL" bedeutet das er alles mit einer Passwortabfrage ausführen darf. Danach kommen eine Liste an Kommandos die er ohne Passwort ausfüren darf. Diese haben wir gesammelt mit Sicherheit und Adapterbedarfen im Hinterkopf

    ich wollte es nicht so genau ausführen aber das steht in meiner vor allen Standard Zeilen:

    iobroker ALL=(ALL) NOPASSWD: ALL
    

    Damit darf der user uneingeschränkt alles mit sudo. Funtioniert auch.

    @Homoran Mein Installationszeitpunkt war nachdem die neue Installationsart "perfekt" war. Demnach Ende Januar. Und den Fixer habe ich zusätzlich seit dem prophylaktisch schon bestimmt 3-4 mal ausgeführt. Immer "grün".
    Das hilft aber nicht bei den hier genannten Problemen mit npm rebuild.

    Wie auch immer crunchip und mein Problem sieht dem Output nach gleich aus und lässt sich mit Fixer und npm rebuild nicht lösen.

    Sachdienliche Hinweise dazu sind willkommen.

    Hier mal das der Konsolen Output bei npm rebuild als root:
    https://www.dropbox.com/s/5yx3embl5h0c3u3/2019-06-03_npm_rebuild_user_root.txt?dl=0

    Und das npm Log dazu:
    https://www.dropbox.com/s/2soi2gqmodxvyp4/2019-06-02T17_23_48_469Z-debug.log?dl=0

    Vielleicht ist ja auch alles sauber durchgelaufen und ich sehe Fehler wo keine sind.
    Aber das Ende sieht doch "komisch" aus:

    [...] abgeschnitten
    /root/.node-gyp/10.16.0/include/node/v8.h: In instantiation of âvoid v8::PersistentBase<T>::SetWeak(P*, typename v8::WeakCallbackInfo<P>::Callback, v8::WeakCallbackType) [with P = Nan::ObjectWrap; T = v8::Object; typename v8::WeakCallbackInfo<P>::Callback = void (*)(const v8::WeakCallbackInfo<Nan::ObjectWrap>&)]â:
    ../../nan/nan_object_wrap.h:66:61:   required from here
    /root/.node-gyp/10.16.0/include/node/v8.h:9502:16: warning: cast between incompatible function types from âv8::WeakCallbackInfo<Nan::ObjectWrap>::Callbackâ {aka âvoid (*)(const v8::WeakCallbackInfo<Nan::ObjectWrap>&)â} to âCallbackâ {aka âvoid (*)(const v8::WeakCallbackInfo<void>&)â} [-Wcast-function-type]
    make: *** [binding.target.mk:101: Release/obj.target/binding/src/BluetoothHciSocket.o] Fehler 1
    make: Verzeichnis â/opt/iobroker/node_modules/bluetooth-hci-socket/buildâ wird verlassen
    gyp ERR! build error
    gyp ERR! stack Error: `make` failed with exit code: 2
    gyp ERR! stack     at ChildProcess.onExit (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:262:23)
    gyp ERR! stack     at ChildProcess.emit (events.js:198:13)
    gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:248:12)
    gyp ERR! System Linux 5.0.0-15-generic
    gyp ERR! command "/usr/bin/node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
    gyp ERR! cwd /opt/iobroker/node_modules/bluetooth-hci-socket
    gyp ERR! node -v v10.16.0
    gyp ERR! node-gyp -v v3.8.0
    gyp ERR! not ok
    npm ERR! code ELIFECYCLE
    npm ERR! errno 1
    npm ERR! bluetooth-hci-socket@0.5.1 install: `node-gyp rebuild`
    npm ERR! Exit status 1
    npm ERR!
    npm ERR! Failed at the bluetooth-hci-socket@0.5.1 install script.
    npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
    
    npm ERR! A complete log of this run can be found in:
    npm ERR!     /root/.npm/_logs/2019-06-02T17_23_48_469Z-debug.log
    root@BT3-PRO:/opt/iobroker#
    

    Dachte nur das danach ein paar Ordner in node_modules neue Zeitstempel erhalten sollten. Bzw. alle iobroker.adaptername Unterordner neu gebaut werden.

    Bei irgend "npm audit" erhalte ich sowas:

    root@BT3-PRO:/opt/iobroker# npm audit
    npm ERR! code ELOCKVERIFY
    npm ERR! Errors were found in your package-lock.json, run  npm install  to fix them.
    npm ERR!     Missing: @abandonware/noble@^1.9.2-2
    npm ERR!     Invalid: lock file's iobroker.admin@3.5.10 does not satisfy iobroker.admin@^3.6.2
    npm ERR!     Missing: iobroker.alexa2@https://github.com/Apollon77/ioBroker.alexa2/tarball/master
    npm ERR!     Missing: iobroker.backitup@^1.1.4
    npm ERR!     Invalid: lock file's iobroker.discovery@1.2.4 does not satisfy iobroker.discovery@^2.0.0
    npm ERR!     Missing: iobroker.dwd@^2.4.3
    npm ERR!     Missing: iobroker.email@^1.0.4
    npm ERR!     Missing: iobroker.flot@^1.9.2
    npm ERR!     Missing: iobroker.habpanel@^0.3.4
    npm ERR!     Missing: iobroker.history@^1.8.6
    npm ERR!     Missing: iobroker.ical@^1.7.0
    npm ERR!     Missing: iobroker.info@^1.3.7
    npm ERR!     Missing: iobroker.iot@^0.4.3
    npm ERR!     Missing: iobroker.javascript@^4.1.12
    npm ERR!     Invalid: lock file's iobroker.js-controller@1.4.2 does not satisfy iobroker.js-controller@^1.5.11
    npm ERR!     Missing: iobroker.keyble@https://github.com/oyooyo/ioBroker.keyble/tarball/master
    npm ERR!     Missing: iobroker.material@^0.10.6
    npm ERR!     Missing: iobroker.mihome@^1.2.6
    npm ERR!     Missing: iobroker.mihome-plug@^0.2.0
    npm ERR!     Missing: iobroker.modbus@^3.0.0
    npm ERR!     Missing: iobroker.onkyo@^2.0.2
    npm ERR!     Missing: iobroker.parser@https://github.com/ioBroker/ioBroker.parser/tarball/master
    npm ERR!     Missing: iobroker.ping@^1.3.2
    npm ERR!     Missing: iobroker.radar@^1.2.1
    npm ERR!     Missing: iobroker.radar2@https://github.com/frankjoke/ioBroker.radar2/tarball/master
    npm ERR!     Missing: iobroker.samsung@^0.2.9
    npm ERR!     Missing: iobroker.scenes@^1.1.0
    npm ERR!     Missing: iobroker.shelly@^3.0.3
    npm ERR!     Missing: iobroker.simple-api@^2.0.2
    npm ERR!     Missing: iobroker.sonoff@^2.2.2
    npm ERR!     Missing: iobroker.sql@^1.9.5
    npm ERR!     Missing: iobroker.statistics@^0.2.0
    npm ERR!     Missing: iobroker.telegram@^1.4.3
    npm ERR!     Missing: iobroker.terminal@^0.1.2
    npm ERR!     Missing: iobroker.text2command@^1.2.5
    npm ERR!     Missing: iobroker.tr-064@^0.4.18
    npm ERR!     Missing: iobroker.ubuntu@https://github.com/indiBit/ioBroker.ubuntu/tarball/master
    npm ERR!     Missing: iobroker.vis@^1.2.0
    npm ERR!     Missing: iobroker.vis-history@^0.2.7
    npm ERR!     Missing: iobroker.web@^2.4.1
    npm ERR!     Missing: iobroker.yeelight-2@^1.0.1
    npm ERR!     Missing: node-bluetooth@^1.2.5
    npm ERR!     Missing: node-pre-gyp@^0.12.0
    npm ERR!     Missing: soef@file:node_modules/soef
    
    npm ERR! A complete log of this run can be found in:
    npm ERR!     /root/.npm/_logs/2019-06-03T10_30_03_944Z-debug.log
    root@BT3-PRO:/opt/iobroker#
    

    All diese Ausgaben sehen für mich nicht rund aus.

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

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

    crunchipC apollon77A 2 Antworten Letzte Antwort
    0
    • DiginixD Diginix

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

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

      Außerdem hat dieser user bei mir "sudo ALL ALL" in /etc/sudoers.d/iobroker

      (AUch wenn etwas Offtopic hier)
      Naja etwas komplexer ist das sudoers FIle schon. hat bei mitr einiger mehr an Zeilen :-)

      Das "iobroker ALL=(ALL) ALL" bedeutet das er alles mit einer Passwortabfrage ausführen darf. Danach kommen eine Liste an Kommandos die er ohne Passwort ausfüren darf. Diese haben wir gesammelt mit Sicherheit und Adapterbedarfen im Hinterkopf

      ich wollte es nicht so genau ausführen aber das steht in meiner vor allen Standard Zeilen:

      iobroker ALL=(ALL) NOPASSWD: ALL
      

      Damit darf der user uneingeschränkt alles mit sudo. Funtioniert auch.

      @Homoran Mein Installationszeitpunkt war nachdem die neue Installationsart "perfekt" war. Demnach Ende Januar. Und den Fixer habe ich zusätzlich seit dem prophylaktisch schon bestimmt 3-4 mal ausgeführt. Immer "grün".
      Das hilft aber nicht bei den hier genannten Problemen mit npm rebuild.

      Wie auch immer crunchip und mein Problem sieht dem Output nach gleich aus und lässt sich mit Fixer und npm rebuild nicht lösen.

      Sachdienliche Hinweise dazu sind willkommen.

      Hier mal das der Konsolen Output bei npm rebuild als root:
      https://www.dropbox.com/s/5yx3embl5h0c3u3/2019-06-03_npm_rebuild_user_root.txt?dl=0

      Und das npm Log dazu:
      https://www.dropbox.com/s/2soi2gqmodxvyp4/2019-06-02T17_23_48_469Z-debug.log?dl=0

      Vielleicht ist ja auch alles sauber durchgelaufen und ich sehe Fehler wo keine sind.
      Aber das Ende sieht doch "komisch" aus:

      [...] abgeschnitten
      /root/.node-gyp/10.16.0/include/node/v8.h: In instantiation of âvoid v8::PersistentBase<T>::SetWeak(P*, typename v8::WeakCallbackInfo<P>::Callback, v8::WeakCallbackType) [with P = Nan::ObjectWrap; T = v8::Object; typename v8::WeakCallbackInfo<P>::Callback = void (*)(const v8::WeakCallbackInfo<Nan::ObjectWrap>&)]â:
      ../../nan/nan_object_wrap.h:66:61:   required from here
      /root/.node-gyp/10.16.0/include/node/v8.h:9502:16: warning: cast between incompatible function types from âv8::WeakCallbackInfo<Nan::ObjectWrap>::Callbackâ {aka âvoid (*)(const v8::WeakCallbackInfo<Nan::ObjectWrap>&)â} to âCallbackâ {aka âvoid (*)(const v8::WeakCallbackInfo<void>&)â} [-Wcast-function-type]
      make: *** [binding.target.mk:101: Release/obj.target/binding/src/BluetoothHciSocket.o] Fehler 1
      make: Verzeichnis â/opt/iobroker/node_modules/bluetooth-hci-socket/buildâ wird verlassen
      gyp ERR! build error
      gyp ERR! stack Error: `make` failed with exit code: 2
      gyp ERR! stack     at ChildProcess.onExit (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:262:23)
      gyp ERR! stack     at ChildProcess.emit (events.js:198:13)
      gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:248:12)
      gyp ERR! System Linux 5.0.0-15-generic
      gyp ERR! command "/usr/bin/node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
      gyp ERR! cwd /opt/iobroker/node_modules/bluetooth-hci-socket
      gyp ERR! node -v v10.16.0
      gyp ERR! node-gyp -v v3.8.0
      gyp ERR! not ok
      npm ERR! code ELIFECYCLE
      npm ERR! errno 1
      npm ERR! bluetooth-hci-socket@0.5.1 install: `node-gyp rebuild`
      npm ERR! Exit status 1
      npm ERR!
      npm ERR! Failed at the bluetooth-hci-socket@0.5.1 install script.
      npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
      
      npm ERR! A complete log of this run can be found in:
      npm ERR!     /root/.npm/_logs/2019-06-02T17_23_48_469Z-debug.log
      root@BT3-PRO:/opt/iobroker#
      

      Dachte nur das danach ein paar Ordner in node_modules neue Zeitstempel erhalten sollten. Bzw. alle iobroker.adaptername Unterordner neu gebaut werden.

      Bei irgend "npm audit" erhalte ich sowas:

      root@BT3-PRO:/opt/iobroker# npm audit
      npm ERR! code ELOCKVERIFY
      npm ERR! Errors were found in your package-lock.json, run  npm install  to fix them.
      npm ERR!     Missing: @abandonware/noble@^1.9.2-2
      npm ERR!     Invalid: lock file's iobroker.admin@3.5.10 does not satisfy iobroker.admin@^3.6.2
      npm ERR!     Missing: iobroker.alexa2@https://github.com/Apollon77/ioBroker.alexa2/tarball/master
      npm ERR!     Missing: iobroker.backitup@^1.1.4
      npm ERR!     Invalid: lock file's iobroker.discovery@1.2.4 does not satisfy iobroker.discovery@^2.0.0
      npm ERR!     Missing: iobroker.dwd@^2.4.3
      npm ERR!     Missing: iobroker.email@^1.0.4
      npm ERR!     Missing: iobroker.flot@^1.9.2
      npm ERR!     Missing: iobroker.habpanel@^0.3.4
      npm ERR!     Missing: iobroker.history@^1.8.6
      npm ERR!     Missing: iobroker.ical@^1.7.0
      npm ERR!     Missing: iobroker.info@^1.3.7
      npm ERR!     Missing: iobroker.iot@^0.4.3
      npm ERR!     Missing: iobroker.javascript@^4.1.12
      npm ERR!     Invalid: lock file's iobroker.js-controller@1.4.2 does not satisfy iobroker.js-controller@^1.5.11
      npm ERR!     Missing: iobroker.keyble@https://github.com/oyooyo/ioBroker.keyble/tarball/master
      npm ERR!     Missing: iobroker.material@^0.10.6
      npm ERR!     Missing: iobroker.mihome@^1.2.6
      npm ERR!     Missing: iobroker.mihome-plug@^0.2.0
      npm ERR!     Missing: iobroker.modbus@^3.0.0
      npm ERR!     Missing: iobroker.onkyo@^2.0.2
      npm ERR!     Missing: iobroker.parser@https://github.com/ioBroker/ioBroker.parser/tarball/master
      npm ERR!     Missing: iobroker.ping@^1.3.2
      npm ERR!     Missing: iobroker.radar@^1.2.1
      npm ERR!     Missing: iobroker.radar2@https://github.com/frankjoke/ioBroker.radar2/tarball/master
      npm ERR!     Missing: iobroker.samsung@^0.2.9
      npm ERR!     Missing: iobroker.scenes@^1.1.0
      npm ERR!     Missing: iobroker.shelly@^3.0.3
      npm ERR!     Missing: iobroker.simple-api@^2.0.2
      npm ERR!     Missing: iobroker.sonoff@^2.2.2
      npm ERR!     Missing: iobroker.sql@^1.9.5
      npm ERR!     Missing: iobroker.statistics@^0.2.0
      npm ERR!     Missing: iobroker.telegram@^1.4.3
      npm ERR!     Missing: iobroker.terminal@^0.1.2
      npm ERR!     Missing: iobroker.text2command@^1.2.5
      npm ERR!     Missing: iobroker.tr-064@^0.4.18
      npm ERR!     Missing: iobroker.ubuntu@https://github.com/indiBit/ioBroker.ubuntu/tarball/master
      npm ERR!     Missing: iobroker.vis@^1.2.0
      npm ERR!     Missing: iobroker.vis-history@^0.2.7
      npm ERR!     Missing: iobroker.web@^2.4.1
      npm ERR!     Missing: iobroker.yeelight-2@^1.0.1
      npm ERR!     Missing: node-bluetooth@^1.2.5
      npm ERR!     Missing: node-pre-gyp@^0.12.0
      npm ERR!     Missing: soef@file:node_modules/soef
      
      npm ERR! A complete log of this run can be found in:
      npm ERR!     /root/.npm/_logs/2019-06-03T10_30_03_944Z-debug.log
      root@BT3-PRO:/opt/iobroker#
      

      All diese Ausgaben sehen für mich nicht rund aus.

      crunchipC Offline
      crunchipC Offline
      crunchip
      Forum Testing Most Active
      schrieb am zuletzt editiert von
      #49

      @Diginix was sollte ein npm audit ergeben?

      root@IoBroker:/opt/iobroker# npm audit
      npm ERR! code EAUDITNOLOCK
      npm ERR! audit Neither npm-shrinkwrap.json nor package-lock.json found: Cannot audit a project without a lockfile
      npm ERR! audit Try creating one first with: npm i --package-lock-only
      
      

      umgestiegen von Proxmox auf Unraid

      apollon77A 1 Antwort Letzte Antwort
      0
      • DiginixD Diginix

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

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

        Außerdem hat dieser user bei mir "sudo ALL ALL" in /etc/sudoers.d/iobroker

        (AUch wenn etwas Offtopic hier)
        Naja etwas komplexer ist das sudoers FIle schon. hat bei mitr einiger mehr an Zeilen :-)

        Das "iobroker ALL=(ALL) ALL" bedeutet das er alles mit einer Passwortabfrage ausführen darf. Danach kommen eine Liste an Kommandos die er ohne Passwort ausfüren darf. Diese haben wir gesammelt mit Sicherheit und Adapterbedarfen im Hinterkopf

        ich wollte es nicht so genau ausführen aber das steht in meiner vor allen Standard Zeilen:

        iobroker ALL=(ALL) NOPASSWD: ALL
        

        Damit darf der user uneingeschränkt alles mit sudo. Funtioniert auch.

        @Homoran Mein Installationszeitpunkt war nachdem die neue Installationsart "perfekt" war. Demnach Ende Januar. Und den Fixer habe ich zusätzlich seit dem prophylaktisch schon bestimmt 3-4 mal ausgeführt. Immer "grün".
        Das hilft aber nicht bei den hier genannten Problemen mit npm rebuild.

        Wie auch immer crunchip und mein Problem sieht dem Output nach gleich aus und lässt sich mit Fixer und npm rebuild nicht lösen.

        Sachdienliche Hinweise dazu sind willkommen.

        Hier mal das der Konsolen Output bei npm rebuild als root:
        https://www.dropbox.com/s/5yx3embl5h0c3u3/2019-06-03_npm_rebuild_user_root.txt?dl=0

        Und das npm Log dazu:
        https://www.dropbox.com/s/2soi2gqmodxvyp4/2019-06-02T17_23_48_469Z-debug.log?dl=0

        Vielleicht ist ja auch alles sauber durchgelaufen und ich sehe Fehler wo keine sind.
        Aber das Ende sieht doch "komisch" aus:

        [...] abgeschnitten
        /root/.node-gyp/10.16.0/include/node/v8.h: In instantiation of âvoid v8::PersistentBase<T>::SetWeak(P*, typename v8::WeakCallbackInfo<P>::Callback, v8::WeakCallbackType) [with P = Nan::ObjectWrap; T = v8::Object; typename v8::WeakCallbackInfo<P>::Callback = void (*)(const v8::WeakCallbackInfo<Nan::ObjectWrap>&)]â:
        ../../nan/nan_object_wrap.h:66:61:   required from here
        /root/.node-gyp/10.16.0/include/node/v8.h:9502:16: warning: cast between incompatible function types from âv8::WeakCallbackInfo<Nan::ObjectWrap>::Callbackâ {aka âvoid (*)(const v8::WeakCallbackInfo<Nan::ObjectWrap>&)â} to âCallbackâ {aka âvoid (*)(const v8::WeakCallbackInfo<void>&)â} [-Wcast-function-type]
        make: *** [binding.target.mk:101: Release/obj.target/binding/src/BluetoothHciSocket.o] Fehler 1
        make: Verzeichnis â/opt/iobroker/node_modules/bluetooth-hci-socket/buildâ wird verlassen
        gyp ERR! build error
        gyp ERR! stack Error: `make` failed with exit code: 2
        gyp ERR! stack     at ChildProcess.onExit (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:262:23)
        gyp ERR! stack     at ChildProcess.emit (events.js:198:13)
        gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:248:12)
        gyp ERR! System Linux 5.0.0-15-generic
        gyp ERR! command "/usr/bin/node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
        gyp ERR! cwd /opt/iobroker/node_modules/bluetooth-hci-socket
        gyp ERR! node -v v10.16.0
        gyp ERR! node-gyp -v v3.8.0
        gyp ERR! not ok
        npm ERR! code ELIFECYCLE
        npm ERR! errno 1
        npm ERR! bluetooth-hci-socket@0.5.1 install: `node-gyp rebuild`
        npm ERR! Exit status 1
        npm ERR!
        npm ERR! Failed at the bluetooth-hci-socket@0.5.1 install script.
        npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
        
        npm ERR! A complete log of this run can be found in:
        npm ERR!     /root/.npm/_logs/2019-06-02T17_23_48_469Z-debug.log
        root@BT3-PRO:/opt/iobroker#
        

        Dachte nur das danach ein paar Ordner in node_modules neue Zeitstempel erhalten sollten. Bzw. alle iobroker.adaptername Unterordner neu gebaut werden.

        Bei irgend "npm audit" erhalte ich sowas:

        root@BT3-PRO:/opt/iobroker# npm audit
        npm ERR! code ELOCKVERIFY
        npm ERR! Errors were found in your package-lock.json, run  npm install  to fix them.
        npm ERR!     Missing: @abandonware/noble@^1.9.2-2
        npm ERR!     Invalid: lock file's iobroker.admin@3.5.10 does not satisfy iobroker.admin@^3.6.2
        npm ERR!     Missing: iobroker.alexa2@https://github.com/Apollon77/ioBroker.alexa2/tarball/master
        npm ERR!     Missing: iobroker.backitup@^1.1.4
        npm ERR!     Invalid: lock file's iobroker.discovery@1.2.4 does not satisfy iobroker.discovery@^2.0.0
        npm ERR!     Missing: iobroker.dwd@^2.4.3
        npm ERR!     Missing: iobroker.email@^1.0.4
        npm ERR!     Missing: iobroker.flot@^1.9.2
        npm ERR!     Missing: iobroker.habpanel@^0.3.4
        npm ERR!     Missing: iobroker.history@^1.8.6
        npm ERR!     Missing: iobroker.ical@^1.7.0
        npm ERR!     Missing: iobroker.info@^1.3.7
        npm ERR!     Missing: iobroker.iot@^0.4.3
        npm ERR!     Missing: iobroker.javascript@^4.1.12
        npm ERR!     Invalid: lock file's iobroker.js-controller@1.4.2 does not satisfy iobroker.js-controller@^1.5.11
        npm ERR!     Missing: iobroker.keyble@https://github.com/oyooyo/ioBroker.keyble/tarball/master
        npm ERR!     Missing: iobroker.material@^0.10.6
        npm ERR!     Missing: iobroker.mihome@^1.2.6
        npm ERR!     Missing: iobroker.mihome-plug@^0.2.0
        npm ERR!     Missing: iobroker.modbus@^3.0.0
        npm ERR!     Missing: iobroker.onkyo@^2.0.2
        npm ERR!     Missing: iobroker.parser@https://github.com/ioBroker/ioBroker.parser/tarball/master
        npm ERR!     Missing: iobroker.ping@^1.3.2
        npm ERR!     Missing: iobroker.radar@^1.2.1
        npm ERR!     Missing: iobroker.radar2@https://github.com/frankjoke/ioBroker.radar2/tarball/master
        npm ERR!     Missing: iobroker.samsung@^0.2.9
        npm ERR!     Missing: iobroker.scenes@^1.1.0
        npm ERR!     Missing: iobroker.shelly@^3.0.3
        npm ERR!     Missing: iobroker.simple-api@^2.0.2
        npm ERR!     Missing: iobroker.sonoff@^2.2.2
        npm ERR!     Missing: iobroker.sql@^1.9.5
        npm ERR!     Missing: iobroker.statistics@^0.2.0
        npm ERR!     Missing: iobroker.telegram@^1.4.3
        npm ERR!     Missing: iobroker.terminal@^0.1.2
        npm ERR!     Missing: iobroker.text2command@^1.2.5
        npm ERR!     Missing: iobroker.tr-064@^0.4.18
        npm ERR!     Missing: iobroker.ubuntu@https://github.com/indiBit/ioBroker.ubuntu/tarball/master
        npm ERR!     Missing: iobroker.vis@^1.2.0
        npm ERR!     Missing: iobroker.vis-history@^0.2.7
        npm ERR!     Missing: iobroker.web@^2.4.1
        npm ERR!     Missing: iobroker.yeelight-2@^1.0.1
        npm ERR!     Missing: node-bluetooth@^1.2.5
        npm ERR!     Missing: node-pre-gyp@^0.12.0
        npm ERR!     Missing: soef@file:node_modules/soef
        
        npm ERR! A complete log of this run can be found in:
        npm ERR!     /root/.npm/_logs/2019-06-03T10_30_03_944Z-debug.log
        root@BT3-PRO:/opt/iobroker#
        

        All diese Ausgaben sehen für mich nicht rund aus.

        apollon77A Offline
        apollon77A Offline
        apollon77
        schrieb am zuletzt editiert von
        #50

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

        iobroker ALL=(ALL) NOPASSWD: ALL

        Dann ist irgendwas manuell oder von nem "Uralten" Installer/Fixer :-) inzwischen bei weitem nicht mehr so.

        Zu bluethooth-hci-socket ist meine Vermutung (recht eindeutig) das irgendeine Adapterversion installiert ist die noch ein altes Modul nutzt und daher per se nicht nodejs 10 kompatibel ost. Also Kompatible Adapterversion installieren. Welche das ist wäre rauszufinden. Du kannst versuchen "npm install @abandonware/bluetooth-hci-socket" im ioBroker Verzeichnis auszuühren, das sollte eine kompatible version installieren ... Auswirkungen weiter bei Adaptern: unklar. sollte aber nichts ändern ausser das der betroffenene Adapter nicht mehr tut. Den dann ggf updaten und sollte wieder tun.

        Zu dem anderen Fehler bei npm audit: ioBroker schaltet standard,äßiog die package-lock aus, daher kann die nicht aktuell sein. Und damit ist audit "blödsinn" und wird Dein Problem auch nicht lösen.
        Und das hier schon @abandonware/noble geladen werden will zeigt an sich das radar vllt was damit zu tun hat, Du könntest auch versuchen die Versionen von radar2 und ble neu "drüber" zu installieren um zu sehen ob es danach besser ist.
        Also irgendwie hat es scheinbar bei dir einen komischen mix und Du könntest mit etwas Zeit die Option c oder d von oben wählen. Danach hast Du in jedem Fall eine klare struktur.
        Dazu empfehle ich aber js-controller 1.5.11 weil bei der 1.4 hier bei dem version alle Adapter mit seinen "latest" versionen neu installiert werden und nicht die eigentlich aktuell eingerichteten Versionen respektiert werden.

        Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

        • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
        • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
        crunchipC DiginixD 2 Antworten Letzte Antwort
        1
        • apollon77A apollon77

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

          iobroker ALL=(ALL) NOPASSWD: ALL

          Dann ist irgendwas manuell oder von nem "Uralten" Installer/Fixer :-) inzwischen bei weitem nicht mehr so.

          Zu bluethooth-hci-socket ist meine Vermutung (recht eindeutig) das irgendeine Adapterversion installiert ist die noch ein altes Modul nutzt und daher per se nicht nodejs 10 kompatibel ost. Also Kompatible Adapterversion installieren. Welche das ist wäre rauszufinden. Du kannst versuchen "npm install @abandonware/bluetooth-hci-socket" im ioBroker Verzeichnis auszuühren, das sollte eine kompatible version installieren ... Auswirkungen weiter bei Adaptern: unklar. sollte aber nichts ändern ausser das der betroffenene Adapter nicht mehr tut. Den dann ggf updaten und sollte wieder tun.

          Zu dem anderen Fehler bei npm audit: ioBroker schaltet standard,äßiog die package-lock aus, daher kann die nicht aktuell sein. Und damit ist audit "blödsinn" und wird Dein Problem auch nicht lösen.
          Und das hier schon @abandonware/noble geladen werden will zeigt an sich das radar vllt was damit zu tun hat, Du könntest auch versuchen die Versionen von radar2 und ble neu "drüber" zu installieren um zu sehen ob es danach besser ist.
          Also irgendwie hat es scheinbar bei dir einen komischen mix und Du könntest mit etwas Zeit die Option c oder d von oben wählen. Danach hast Du in jedem Fall eine klare struktur.
          Dazu empfehle ich aber js-controller 1.5.11 weil bei der 1.4 hier bei dem version alle Adapter mit seinen "latest" versionen neu installiert werden und nicht die eigentlich aktuell eingerichteten Versionen respektiert werden.

          crunchipC Offline
          crunchipC Offline
          crunchip
          Forum Testing Most Active
          schrieb am zuletzt editiert von
          #51

          @apollon77 den radar2 und ble hatte ich einfach in der neuesten version drüber installiert, dann waren die Fehler weg

          umgestiegen von Proxmox auf Unraid

          1 Antwort Letzte Antwort
          0
          • crunchipC crunchip

            @Diginix was sollte ein npm audit ergeben?

            root@IoBroker:/opt/iobroker# npm audit
            npm ERR! code EAUDITNOLOCK
            npm ERR! audit Neither npm-shrinkwrap.json nor package-lock.json found: Cannot audit a project without a lockfile
            npm ERR! audit Try creating one first with: npm i --package-lock-only
            
            
            apollon77A Offline
            apollon77A Offline
            apollon77
            schrieb am zuletzt editiert von
            #52

            @crunchip Aktuell bei iobroker nix wirkliches - es sei denn man hat eine Installation wo von vorn herein package-lock aktiviert war

            Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

            • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
            • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
            1 Antwort Letzte Antwort
            0
            • StabilostickS Stabilostick

              MOD-EDIT: Dieser Thread und insbesondere diese Anleitung ist von 2019 und somit veraltet

              aktuell ist
              https://forum.iobroker.net/topic/35090/howto-nodejs-installation-und-upgrades-unter-debian


              Update März 2023: Die aktuelle Anleitung findet ihr hier : https://forum.iobroker.net/topic/64032/update-nodejs-best-practise-supported-14-16-und-18

              1. Einleitung

              Node.js ist die Laufzeitumgebung der Programmiersprache JavaScript, in der ioBroker geschrieben ist. Ohne Node.js funktioniert ioBroker nicht.

              Wie bei vielen Open-Source-Technologien üblich, entwickelt sich Node.js schnell weiter. Kleinere Updates, die die Stabilität und Sicherheit steigern oder gar neue Funktionen hinzufügen, erscheinen fast wöchentlich.

              Node.js-Versionen mit gerader Hauptversionsnummer werden als LTS-Versionen (Long Term Support) bezeichnet und einige Jahre gepflegt (z.B. 8.x). In 2017 war das Node.js 8, 2018 kam Node.js 10, dann 12.x hinzu und im Oktober 2021 wird Node.js 14 den LTS-Status erhalten.

              Im gleichem Zug erreichen frühere LTS-Versionen ihr Lebensende (EOL, End of Life). So hat Node.js 6 im April 2019 den EOL-Status erhalten und bekommt damit keine Updates mehr, Nodejs 8.x ist seit November 2019 raus.

              Alle Node.js-Versionen mit ungeraden Versionsnummern sind Entwicklungsversionen und sollten nicht produktiv genutzt werden.

              Auch ioBroker wird stetig weiterentwickelt und nutzt die neuen Funktionen aktueller Node.js-Versionen. Obwohl der ioBroker js-controller mit Versionen 1.4.x bzw. 1.5.x noch Node.js 4 unterstützt, fordern neue Adapter immer häufiger mindestens Node.js 8 als Grundvoraussetzung.

              Ab der Version 2.0 des js-controllers (das Freigabedatum ist noch nicht bekannt) sind die Anpassungen so tiefgreifend, dass die Node.js-Versionen 4 und 6 nicht mehr unterstützt werden können.

              Ab Version 3.0/3.1 vom Controller, der gerade (Stand 24.4.2020) im Latest Repository ist, wird Nodejs 10.x Minimum sein.

              Alle paar Jahre steht also für eine ioBroker-Installation ein Update von Node.js an. Dieser Artikel soll zusammenfassen wir man dazu am besten vorgeht.

              2. Wer sollte updaten?

              Aktuell empfehlen wir, bei ioBroker-Neuinstallationen mindestens Node.js 10, besser noch 12.x. zu verwenden. Es sind wenige Adapter bekannt, die nicht mit Node 10/12 funktionieren: Details dazu in https://forum.iobroker.net/topic/30561/status-iobroker-und-node-js-12-x

              Windows-Anwendern empfehlen wir, auf jeden Fall am Test des neuen Windows-Installers teilzunehmen: https://forum.iobroker.net/post/266623
              Der zukünftige Windows-Installer für ioBroker wird eine Funktion erhalten, bestehende Installationen automatisch auf aktuelle js-controller- und Node.js-Versionen zu migrieren, ohne dass man die Kommandozeile bemühen muss.

              Bevor man beginnt, sollte man in der Befehlszeile mit dem Befehl

              node -v
              

              überprüfen, welche Version von Node.js gerade installiert ist. Eine gute Idee ist es, diese Versionsangabe auch mit der Node.js-Version im Übersichts-Fenster des ioBroker-Admins für diesen Host zu vergleichen. Sollten sich die Versionen unterscheiden, sind mehrere Node.js-Varianten installiert, was zu Problemen führen kann.

              Grundsätzlich gilt: Sollte das ioBroker-System stabil laufen, muss Node.js auch nicht auf Gedeih und Verderb upgedated werden. Wenn aber die Installation bestimmter Adapter fehlschlägt (wohlmöglich sogar mit entsprechender Fehlermeldung) oder eine Node-Version < 4 für einen js-controller > Version 1.4.x eingesetzt wird, sollte über ein Node.js-Update nachgedacht werden. Es sind auch Probleme für die Node.js-Versionen 8.0 - 8.12 mit volllaufendem RAM bekannt, so dass wir auch hier ein Update empfehlen.

              Wie bereits gesagt: Sollte das ioBroker-System stabil laufen und ist die Installation technisch nicht gefordert, muss Node.js auch nicht auf Gedeih und Verderb upgedated werden.

              3. Was sollte ich vor dem Update tun?

              Hinweis: Falls die Version des js-controllers <= 1.5.12 ist, muss VOR dem Update in den Einstellungen der Admin-Instanz "Verschlüsselung (https) benutzen" ausgeschaltet werden. Das in ioBroker bis dahin integrierte Zertifikat kann zu Problemen beim Starten des Admin bei Node.js-Versionen >= 10 führen.

              Damit es nach dem Update zu keinen Inkompatibilitäten oder Probleme kommt sollte man alle Adapter prüfen und aktualisieren. Vor allem Adapter mit nativen Bestandteilen, wie alles mit Serialport oder Bluetooth können Probleme bereiten. Hier am besten die Adapter-Readme's per Admin oder im GitHub prüfen, ob neue Versionen zur Verfügung stehen die die geplante Node.js Version explizit erst unterstützen. Auch wenn diese Versionen ggf. noch im "Latest" Repository sind muss man diese vorher aktualisieren. Alternativ wartet man mit der ganzen Update-Aktion bis die neuen Versionen im "Stable" Repository sind, schreibt den Entwickler dazu an oder fragt im Forum nach.

              Wenn man diesen Schritt nicht durchführt kann es zu unnötigen Problemen beim update der Adapter kommen!

              4. Step-by-step-Anleitung für Unix-Systeme

              • Zuerst muss natürlich unbedingt ein Backup erstellt werden. Dazu kann z.B. der BackItUp-Adapter genutzt oder der Kommandozeilenbefehl

                cd /opt/iobroker
                iobroker backup
                

                ausgeführt werden. Das Backup sollte aktuell sein, damit möglichst keine Daten verloren gehen.

              • Anschließend ioBroker stoppen, damit Updates keine Nebeneffekte oder Abstürze verursachen.

                iobroker stop
                

                Bitte anschließend im Webbrowser prüfen, dass der ioBroker-Admin danach wirklich nicht mehr startet. Sollte er weiterhin aufrufbar sein, dann den Rechner neu starten und nochmals „iobroker stop“ ausführen und erneut testen. Für die Techniker unter uns: Man kann auch mit einem Tool wie "top" prüfen, ob noch Prozesse existieren, die mit "io." beginnen. Die dann mit einem beherzten "sudo kill -9 <ProzessID>" zwangsbeenden.

              • Jetzt aktualisiert man Node.js auf die gewünschte neue Version.

                Unter Linux reicht es, dazu den Nodesource-Installationsbefehl für das jeweilige Betriebssystem auszuführen. Verschiedene Varianten sind unter https://github.com/nodesource/distributions#debinstall gelistet.

                Zum Beispiel lauten die Befehle für einen Raspberry Pi der ein Debian bzw. Raspbian-Image verwendet wie folgt, wenn man nicht als root-User (z.B. richtig mit dem User "pi") angemeldet ist:

                curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
                sudo apt-get install -y nodejs
                

              Für nodejs 12 einfach in der URL oben anstelle der 10 eine 12 reinpacken.

              Für macOS gibt einen Installer auf https://nodejs.org/en/download/ , den man einfach ausführt.

              Ob die Aktualisierung geklappt hat, kann man wieder mit dem Befehl

              node -v
              

              überprüfen.

              • Da die Installation von Node.js einige Einstellungen am System verändert haben kann, ist es jetzt ratsam, den ioBroker-Installationsfixer aufzurufen. Das geschieht mit dem Befehl

                curl -sL https://iobroker.net/fix.sh | bash -
                

                Er stellt unter anderem die für den Betrieb von ioBroker notwendigen Sicherheitseinstellungen wieder her.

              • Bei einer Aktualisierung von Node.js müssen bereits installierte JavaScript- Module im ioBroker-Ordner aktualisiert werden, da sonst Fehler bei deren Ausführung auftreten.

                Um diese zu aktualisieren gibt es mehrere Möglichkeiten:

                a) ab js-controller 3.0: Automatischer Rebuild
                ioBroker versucht seit dem js-controller 3.0 automatisch Adapter zu erkennen die nicht starten weil Sie aktualisiert werden müssen. Dies funktioniert so das die typischen Fehlermeldungen erkannt werden und ioBroker dann die Aktualisierung versucht. Zuerst wird ein "rebuild" des betroffenen Adapters ausgeführt, falls das nicht hilft werden die Adapter-Abhängigkeiten aktualisiert. Daher kann es sein das der Adapter mehrfach ersucht wird neu zu starten. Hier bitte Geduld haben!
                Bei einigen Adaptern (zB iot die optionale native Abhängigkeiten haben) funktioniert die automatische Erkennung nicht und das rebuild muss manuell angestoßen werden. Hier zu gibt es iobroker rebuild adaptername und falls das nicht reicht iobroker rebuild adaptername --install. Das einfach manuell ausführen. Damit sollte alles idealerweise automatisiert erledigt sein. Falls hie rirgendetwas gar nicht geht dann helfen die weiteren Optionen.

                b) npm rebuild
                Der erste Versuch sollte immer mit dem Befehl "npm rebuild" im ioBroker Verzeichnis stattfinden, weil dies am saubersten funktioniert und direkt von der Paketverwaltung ausgeführt wird. Im Idealfall dauert das ein paar Minuten und es könnten ein paar Warnungen gelistet werden.
                Falls es aber Fehler gibt, werden wir zusammen versuchen im nächsten Post alle bekannten Fälle mit Ihren Lösungsansätzen zu sammeln. Wenn das funktioniert ist dies der schnellste und sauberste Weg.

                c) reinstall-Skript
                Sollte das nicht klappen, beinhaltet der js-Controller ein reinstall-Skript ("reinstall.sh" bzw. ab js-controller 1.5.x "reinstall.js"). Dieses Skript erkennt alle installierten ioBroker-Adapter, löscht diese dann aus dem node_modules-Verzeichnis und installiert sie neu. Dieser Ansatz ist etwas aufwändiger als "npm rebuild", erfüllt aber den gleichen Zweck. Das funktioniert generell gut, man sollte den Prozess aber nicht abbrechen. Falls es doch passiert oder es Probleme beim Starten nach dieser Prozedur gibt, dann am besten den Weg im nächsten Punkt wählen.
                Das reinstall.sh-Skript welches im js-controller 1.4 mitgeliefert wurde hat ein Formatierungsproblem und muss vorher noch für Linux mit den Befehlen

                cd /opt/iobroker
                sudo mv reinstall.sh reinstall.dos
                sudo tr -d '\r' < reinstall.dos > reinstall.sh
                sudo chmod +x reinstall.sh
                

                korrigiert werden, damit es funktioniert.

                d) Reset aller Module in node_modules
                Eine weitere Variante, die gründlich ist, aber etwas Zeit kostet, ist der Ansatz einfach alles Alte unter Beibehaltung der Daten und Einstellungen neu zu installieren. Wichtig ist, das iobroker-data Verzeichnis nicht zu verändern. Häufig können mit dieser Vorgehensweise auch andere (verborgene) Installationsfehler repariert werden.

                Dazu löscht man zuerst das gesamte node_modules Verzeichnis im ioBroker-Verzeichnis.

                cd /opt/iobroker
                sudo rm -r node_modules/ 
                

                Nachdem der Befehl abgesetzt wurde, fragt das Programm, ob in den Ordner "hinabgestiegen" werden soll (sofern es ein tieferer Unterordner ist) und ob der (schreibgeschützte) Ordner wirklich gelöscht werden soll - beides bestätigt man mit "Ja" (j) oder "Yes" (y).

                Danach installiert man den Controller in der relevanten Version (hier z.B. 2.2.8 der zum Zeitpunkt des Schreibens die aktuelle "Stable"-Version ist):

                npm install iobroker.js-controller@2.2.8 --production
                

                Anschließend startet man ioBroker.

                iobroker start
                

                ioBroker wird korrekterweise feststellen, dass die Adapter, die er starten will, nicht installiert sind - und diese einfach automatisch nachinstallieren. Je nach System kann dies einige Zeit dauern - gern auch ein paar Stunden (oder bei langsamen SD-Karten die ganze Nacht). Aber danach ist alles aktualisiert. Der Installationsfortschritt ist im Admin im Log-Fenster zu sehen.

                Zu beachten ist, dass Adapter, die man manuell von GitHub installiert hat, den Fehler Can not parse null/io-package.json:Error: ENOENT: no suche file or directory ... im ioBroker-Log erzeugen.
                Diese Adapter nach Abschluss der automatischen Installationssequenz wie gehabt über das Adapterfenster manuell von GitHub nachinstallieren und nach der Installation die bestehende diesbezügliche Instanz von Hand starten.

                Ratsam ist es auch, im Log nach der Installation nach dem Wort yourself zu suchen. Hier werden ggf. npm-Module angezeigt, die nicht automatisch installiert wurden. Sie können/sollten manuell über die Kommandozeile mit npm i <Packetname>@<version>, ausgeführt im iobroker-Ordner, nachinstalliert werden. Dazu zuerst den ioBroker stoppen, npm ausführen und dann den ioBroker wieder starten.

                Wenn man dabei npm als root-User per Hand in der Kommandozeile ausgeführt hat, schlage ich zur Korrektur eventueller Berechtigungsfehler vor, vor dem Start von ioBroker das Fixerscript laufen zu lassen.

                cd /opt/iobroker
                iobroker stop
                npm i <Packetname>@<version>
                curl -sL https://iobroker.net/fix.sh | bash -
                iobroker start
                

                e) Neuinstallation mit Restore
                Eine kleine Abwandlung der letzten Variante ist eine Neuinstallation. Hierbei sichert man das "iobroker-data" Verzeichnis (oder nutzt das Backup von oben). Dann löscht man das gesamte ioBroker-Verzeichnis und nutzt den Installer.

                cp -r /opt/iobroker/iobroker-data <Pfad_zum_sicheren_Ort> 
                sudo rm -r /opt/iobroker/ 
                sudo mkdir /opt/iobroker
                cd /opt/iobroker
                curl -sL https://iobroker.net/install.sh | bash -
                

                Direkt danach stoppt man ioBroker wieder (der ja nach der Installation automatisch gestartet wird).

                iobroker stop
                

                Dann löscht man den neu erstellen „iobroker-data“- Ordner und kopiert anschließend das gesicherte alte „iobroker-data“-Verzeichnis mit den darin enthaltenen Datenbanken und Dateien dorthin zurück.

                rm -r /opt/iobroker/iobroker-data
                cp -r <Pfad_zum_sicheren_Ort> /opt/iobroker/iobroker-data  
                

                Anschließend wieder ioBroker starten. Der Rest läuft dann wie bei c) und dauert seine Zeit.

              5. Zu guter Letzt

              Bitte gebt euer Feedback, was bei euch wie gut funktioniert, was ihr immer nutzt und was die Probleme und eure Lösungen sind.

              Viele Grüße,
              apollon77
              stabilostick

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

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

              Nachdem der Befehl abgesetzt wurde, fragt das Programm, ob in den Ordner "hinabgestiegen" werden soll (sofern es ein tieferer Unterordner ist) und ob der (schreibgeschützte) Ordner wirklich gelöscht werden soll - beides bestätigt man mit "Ja" (j) oder "Yes" (y).

              mach gerade einen Versuch mit variante c, jedoch wurde nichts gefragt.
              mal sehn was dabei raus kommt, wenn alles wieder geladen ist.

              umgestiegen von Proxmox auf Unraid

              1 Antwort Letzte Antwort
              0
              • crunchipC Offline
                crunchipC Offline
                crunchip
                Forum Testing Most Active
                schrieb am zuletzt editiert von crunchip
                #54

                @Stabilostick habe beim neuladen bemerkt, das der ein oder andere Adapter Fehler aufweist.
                hier ein Auszug aus dem log

                2019-06-03 16:11:18.283 - warn: host.IoBroker startInstance cannot find adapter "radar2@1.2.0". Try to install it... 1 attempt
                2019-06-03 16:11:18.284 - info: iobroker install radar2@1.2.0
                2019-06-03 16:11:19.918 - info: iobroker NPM version: 6.4.1
                2019-06-03 16:11:20.406 - info: iobroker npm install iobroker.radar2@1.2.0 --unsafe-perm --production --save --prefix "/opt/iobroker" (System call)
                2019-06-03 16:11:31.867 - info: iobroker npm ERR!
                2019-06-03 16:11:31.868 - info: iobroker code ETARGET
                2019-06-03 16:11:31.869 - info: iobroker npm ERR! notarget No matching version found for iobroker.radar2@1.2.0npm ERR! notarget In most cases you or one of your dependencies are requesting
                npm
                2019-06-03 16:11:31.870 - info: iobroker ERR! notarget a package version that doesn't exist.
                2019-06-03 16:11:31.882 - info: iobroker
                2019-06-03 16:11:31.882 - info: iobroker npm ERR! A complete log of this run can be found in:npm ERR! /root/.npm/_logs/2019-06-03T14_11_31_872Z-debug.log
                2019-06-03 16:11:31.905 - error: iobroker host.IoBroker Adapter directory "null" does not exists
                2019-06-03 16:11:31.941 - error: iobroker Cannot parse null/io-package.json:Error: ENOENT: no such file or directory, open 'null/io-package.json'
                2019-06-03 16:11:31.951 - info: iobroker exit 0
                2019-06-03 16:11:32.953 - warn: host.IoBroker startInstance cannot find adapter "sayit@1.8.1". Try to install it... 1 attempt
                2019-06-03 16:11:32.953 - info: iobroker install sayit@1.8.1
                2019-06-03 16:11:34.342 - info: iobroker host.IoBroker Adapter "system.adapter.sayit.0" is stopped.
                2019-06-03 16:11:34.369 - info: host.IoBroker object change system.adapter.sayit.0
                2019-06-03 16:11:34.369 - info: host.IoBroker "system.adapter.sayit.0" disabled
                2019-06-03 16:11:34.846 - info: iobroker NPM version: 6.4.1
                2019-06-03 16:11:35.330 - info: iobroker npm install iobroker.sayit@1.8.1 --unsafe-perm --production --save --prefix "/opt/iobroker" (System call)
                2019-06-03 16:11:47.135 - info: iobroker npm ERR!
                2019-06-03 16:11:47.135 - info: iobroker code ETARGET
                2019-06-03 16:11:47.137 - info: iobroker npm ERR! notarget No matching version found for iobroker.sayit@1.8.1
                2019-06-03 16:11:47.137 - info: iobroker npm ERR! notarget In most cases you or one of your dependencies are requestingnpm ERR!
                2019-06-03 16:11:47.138 - info: iobroker notarget a package version that doesn't exist.
                2019-06-03 16:11:47.152 - info: iobroker
                2019-06-03 16:11:47.153 - info: iobroker npm ERR! A complete log of this run can be found in:npm ERR! /root/.npm/_logs/2019-06-03T14_11_47_140Z-debug.log
                2019-06-03 16:11:47.175 - info: iobroker host.IoBroker Adapter "system.adapter.sayit.0" is started
                2019-06-03 16:11:47.192 - info: host.IoBroker object change system.adapter.sayit.0
                2019-06-03 16:11:47.193 - info: host.IoBroker "system.adapter.sayit.0" enabled
                2019-06-03 16:11:47.207 - error: iobroker host.IoBroker Adapter directory "null" does not exists
                2019-06-03 16:11:47.234 - error: iobroker Cannot parse null/io-package.json:Error: ENOENT: no such file or directory, open 'null/io-package.json'
                2019-06-03 16:11:47.244 - info: iobroker exit 0
                2019-06-03 16:11:48.246 - info: host.IoBroker instance system.adapter.iqontrol.0 started with pid 13631
                2019-06-03 16:11:48.247 - error: host.IoBroker Cannot download adapter "milight@0.4.0". To restart it disable/enable it or restart host.
                2019-06-03 16:11:48.750 - error: host.IoBroker Cannot download adapter "milight@0.4.0". To restart it disable/enable it or restart host.
                2019-06-03 16:11:48.945 - error: host.IoBroker instance system.adapter.iqontrol.0 terminated with code 7 (Adapter already running)
                2019-06-03 16:11:48.946 - info: host.IoBroker Restart adapter system.adapter.iqontrol.0 because enabled
                2019-06-03 16:11:49.252 - warn: host.IoBroker startInstance cannot find adapter "radar2@1.2.0". Try to install it... 2 attempt
                2019-06-03 16:11:49.252 - info: iobroker install radar2@1.2.0
                2019-06-03 16:11:50.927 - info: iobroker NPM version: 6.4.1
                2019-06-03 16:11:51.410 - info: iobroker npm install iobroker.radar2@1.2.0 --unsafe-perm --production --save --prefix "/opt/iobroker" (System call)
                2019-06-03 16:12:03.186 - info: iobroker npm ERR!
                2019-06-03 16:12:03.187 - info: iobroker code ETARGET
                2019-06-03 16:12:03.188 - info: iobroker npm ERR! notarget No matching version found for iobroker.radar2@1.2.0
                2019-06-03 16:12:03.189 - info: iobroker npm ERR! notarget
                2019-06-03 16:12:03.189 - info: iobroker In most cases you or one of your dependencies are requestingnpm ERR!
                2019-06-03 16:12:03.189 - info: iobroker notarget a package version that doesn't exist.
                2019-06-03 16:12:03.201 - info: iobroker
                2019-06-03 16:12:03.202 - info: iobroker npm ERR! A complete log of this run can be found in:npm ERR! /root/.npm/_logs/2019-06-03T14_12_03_192Z-debug.log
                2019-06-03 16:12:03.225 - error: iobroker host.IoBroker Adapter directory "null" does not exists
                2019-06-03 16:12:03.260 - error: iobroker Cannot parse null/io-package.json:Error: ENOENT: no such file or directory, open 'null/io-package.json'
                2019-06-03 16:12:03.271 - info: iobroker exit 0
                2019-06-03 16:12:04.273 - warn: host.IoBroker startInstance cannot find adapter "sayit@1.8.1". Try to install it... 2 attempt
                2019-06-03 16:12:04.273 - info: iobroker install sayit@1.8.1
                2019-06-03 16:12:05.505 - info: iobroker host.IoBroker Adapter "system.adapter.sayit.0" is stopped.
                2019-06-03 16:12:05.531 - info: host.IoBroker object change system.adapter.sayit.0
                2019-06-03 16:12:05.531 - info: host.IoBroker "system.adapter.sayit.0" disabled
                2019-06-03 16:12:06.012 - info: iobroker NPM version: 6.4.1
                2019-06-03 16:12:06.555 - info: iobroker npm install iobroker.sayit@1.8.1 --unsafe-perm --production --save --prefix "/opt/iobroker" (System call)
                2019-06-03 16:12:18.282 - info: iobroker npm ERR! code ETARGET
                2019-06-03 16:12:18.286 - info: iobroker npm ERR! notarget No matching version found for iobroker.sayit@1.8.1npm ERR! notarget In most cases you or one of your dependencies are requesting
                npm ERR! notarget a package version that doesn't exist.
                2019-06-03 16:12:18.296 - info: iobroker npm ERR!
                2019-06-03 16:12:18.297 - info: iobroker A complete log of this run can be found in:npm ERR! /root/.npm/_logs/2019-06-03T14_12_18_286Z-debug.log
                2019-06-03 16:12:18.322 - info: iobroker host.IoBroker Adapter "system.adapter.sayit.0" is started
                2019-06-03 16:12:18.339 - info: host.IoBroker object change system.adapter.sayit.0
                2019-06-03 16:12:18.339 - info: host.IoBroker "system.adapter.sayit.0" enabled
                2019-06-03 16:12:18.356 - error: iobroker host.IoBroker Adapter directory "null" does not exists
                2019-06-03 16:12:18.382 - error: iobroker Cannot parse null/io-package.json:Error: ENOENT: no such file or directory, open 'null/io-package.json'
                2019-06-03 16:12:18.394 - info: iobroker exit 0
                2019-06-03 16:12:18.967 - info: host.IoBroker instance system.adapter.iqontrol.0 started with pid 13714
                2019-06-03 16:12:19.493 - warn: host.IoBroker startInstance cannot find adapter "sayit@1.8.1". Try to install it... 3 attempt
                2019-06-03 16:12:19.493 - info: iobroker install sayit@1.8.1
                2019-06-03 16:12:19.664 - error: host.IoBroker instance system.adapter.iqontrol.0 terminated with code 7 (Adapter already running)
                2019-06-03 16:12:19.665 - info: host.IoBroker Restart adapter system.adapter.iqontrol.0 because enabled
                2019-06-03 16:12:21.032 - info: iobroker host.IoBroker Adapter "system.adapter.sayit.0" is stopped.
                2019-06-03 16:12:21.055 - info: host.IoBroker object change system.adapter.sayit.0
                2019-06-03 16:12:21.056 - info: host.IoBroker "system.adapter.sayit.0" disabled
                2019-06-03 16:12:21.558 - info: iobroker NPM version: 6.4.1
                2019-06-03 16:12:22.133 - info: iobroker npm install iobroker.sayit@1.8.1 --unsafe-perm --production --save --prefix "/opt/iobroker" (System call)
                2019-06-03 16:12:33.484 - info: iobroker npm ERR!
                2019-06-03 16:12:33.485 - info: iobroker code ETARGET
                2019-06-03 16:12:33.486 - info: iobroker npm ERR! notarget No matching version found for iobroker.sayit@1.8.1npm ERR! notarget
                2019-06-03 16:12:33.487 - info: iobroker In most cases you or one of your dependencies are requestingnpm ERR! notarget a package version that doesn't exist.
                2019-06-03 16:12:33.502 - info: iobroker npm ERR! A complete log of this run can be found in:
                npm ERR! /root/.npm/_logs/2019-06-03T14_12_33_489Z-debug.log
                2019-06-03 16:12:33.523 - info: iobroker host.IoBroker Adapter "system.adapter.sayit.0" is started
                2019-06-03 16:12:33.545 - info: host.IoBroker object change system.adapter.sayit.0
                2019-06-03 16:12:33.545 - info: host.IoBroker "system.adapter.sayit.0" enabled
                2019-06-03 16:12:33.562 - error: iobroker host.IoBroker Adapter directory "null" does not exists
                2019-06-03 16:12:33.588 - error: iobroker Cannot parse null/io-package.json:Error: ENOENT: no such file or directory, open 'null/io-package.json'
                2019-06-03 16:12:33.600 - info: iobroker exit 0
                2019-06-03 16:12:34.602 - warn: host.IoBroker startInstance cannot find adapter "radar2@1.2.0". Try to install it... 3 attempt
                2019-06-03 16:12:34.602 - info: iobroker install radar2@1.2.0
                2019-06-03 16:12:36.247 - info: iobroker NPM version: 6.4.1
                2019-06-03 16:12:36.759 - info: iobroker npm install iobroker.radar2@1.2.0 --unsafe-perm --production --save --prefix "/opt/iobroker" (System call)
                2019-06-03 16:12:48.518 - info: iobroker npm
                2019-06-03 16:12:48.518 - info: iobroker ERR! code ETARGET
                2019-06-03 16:12:48.520 - info: iobroker npm ERR! notarget No matching version found for iobroker.radar2@1.2.0npm ERR! notarget In most cases you or one of your dependencies are requesting
                npm ERR! notarget
                2019-06-03 16:12:48.521 - info: iobroker a package version that doesn't exist.
                2019-06-03 16:12:48.538 - info: iobroker
                2019-06-03 16:12:48.538 - info: iobroker npm ERR! A complete log of this run can be found in:npm ERR! /root/.npm/_logs/2019-06-03T14_12_48_523Z-debug.log
                2019-06-03 16:12:48.562 - error: iobroker host.IoBroker Adapter directory "null" does not exists
                2019-06-03 16:12:48.606 - error: iobroker Cannot parse null/io-package.json:Error: ENOENT: no such file or directory, open 'null/io-package.json'
                2019-06-03 16:12:48.616 - info: iobroker exit 0
                2019-06-03 16:12:49.618 - error: host.IoBroker Cannot download adapter "sayit@1.8.1". To restart it disable/enable it or restart host.
                2019-06-03 16:12:49.683 - info: host.IoBroker instance system.adapter.iqontrol.0 started with pid 13838
                2019-06-03 16:12:50.119 - error: host.IoBroker Cannot download adapter "sayit@1.8.1". To restart it disable/enable it or restart host.
                2019-06-03 16:12:50.340 - error: host.IoBroker instance system.adapter.iqontrol.0 terminated with code 7 (Adapter already running)
                2019-06-03 16:12:50.340 - info: host.IoBroker Restart adapter system.adapter.iqontrol.0 because enabled
                2019-06-03 16:12:50.620 - error: host.IoBroker Cannot download adapter "sayit@1.8.1". To restart it disable/enable it or restart host.
                2019-06-03 16:12:51.121 - error: host.IoBroker Cannot download adapter "sayit@1.8.1". To restart it disable/enable it or restart host.
                2019-06-03 16:12:51.622 - error: host.IoBroker Cannot download adapter "radar2@1.2.0". To restart it disable/enable it or restart host.
                2019-06-03 16:13:20.362 - info: host.IoBroker instance system.adapter.iqontrol.0 started with pid 13860
                

                geht überwiegend um diese Meldung
                bei den Adaptern
                Fritzbox
                broadlink
                sayit
                simple api
                milight
                radar2
                iqontrol

                2019-06-03 15:06:01.211 - error: iobroker host.IoBroker Adapter directory "null" does not exists
                2019-06-03 15:06:01.249 - error: iobroker Cannot parse null/io-package.json:Error: ENOENT: no such file or directory, open 'null/io-package.json'
                

                bluetooth

                > bluetooth-hci-socket@0.5.1 install /opt/iobroker/node_modules/iobroker.javascript/node_modules/bluetooth-hci-socket
                > node-gyp rebuild
                2019-06-03 14:58:43.886 - info: javascript.0 make: Verzeichnis „/opt/iobroker/node_modules/iobroker.javascript/node_modules/bluetooth-hci-socket/build“ wird betreten
                2019-06-03 14:58:43.888 - info: javascript.0 CXX(target) Release/obj.target/binding/src/BluetoothHciSocket.o
                2019-06-03 14:58:45.611 - error: javascript.0 ../src/BluetoothHciSocket.cpp: In member function ‘void BluetoothHciSocket::poll()’:
                ../src/BluetoothHciSocket.cpp:251:95: warning: ‘v8::Local Nan::MakeCallback(v8::Local, v8::Local, int, v8::Local*)’ is deprecated [-Wdeprecated-declarations]
                Nan::MakeCallback(Nan::New(this->This), Nan::New("emit").ToLocalChecked(), 2, argv);
                ^
                In file included from ../src/BluetoothHciSocket.cpp:8:0:
                ../../nan/nan.h:1045:46: note: declared here
                NAN_DEPRECATED inline v8::Local MakeCallback(
                ^~~~~~~~~~~~
                2019-06-03 14:58:45.614 - error: javascript.0 ../src/BluetoothHciSocket.cpp: In member function ‘void BluetoothHciSocket::emitErrnoError()’:
                ../src/BluetoothHciSocket.cpp:275:72: warning: ‘v8::Local v8::Function::NewInstance(int, v8::Local*) const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
                Local error = errorConstructor->NewInstance(1, constructorArgs);
                ^
                In file included from /root/.node-gyp/8.16.0/include/node/v8.h:26:0,
                from /root/.node-gyp/8.16.0/include/node/node.h:63,
                from /root/.node-gyp/8.16.0/include/node/node_buffer.h:25,
                from ../src/BluetoothHciSocket.cpp:7:
                /root/.node-gyp/8.16.0/include/node/v8.h:3897:31: note: declared here
                Local NewInstance(int argc, Local argv[]) const);
                ^
                /root/.node-gyp/8.16.0/include/node/v8config.h:318:3: note: in definition of macro ‘V8_DEPRECATED’
                declarator __attribute__((deprecated(message)))
                ^~~~~~~~~~
                2019-06-03 14:58:45.617 - error: javascript.0 ../src/BluetoothHciSocket.cpp:282:93: warning: ‘v8::Local Nan::MakeCallback(v8::Local, v8::Local, int, v8::Local*)’ is deprecated [-Wdeprecated-declarations]
                Nan::MakeCallback(Nan::New(this->This), Nan::New("emit").ToLocalChecked(), 2, argv);
                ^
                In file included from ../src/BluetoothHciSocket.cpp:8:0:
                ../../nan/nan.h:1045:46: note: declared here
                NAN_DEPRECATED inline v8::Local MakeCallback(
                ^~~~~~~~~~~~
                2019-06-03 14:58:46.999 - info: javascript.0 SOLINK_MODULE(target) Release/obj.target/binding.node
                2019-06-03 14:58:47.243 - info: javascript.0 COPY Release/binding.node
                2019-06-03 14:58:47.258 - info: javascript.0 make: Verzeichnis „/opt/iobroker/node_modules/iobroker.javascript/node_modules/bluetooth-hci-socket/build“ wird verlassen
                2019-06-03 14:58:47.626 - error: javascript.0 npm
                2019-06-03 14:58:47.626 - error: javascript.0 WARN optional SKIPPING OPTIONAL DEPENDENCY: xpc-connection@0.1.4 (node_modules/xpc-connection):
                npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for xpc-connection@0.1.4: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
                2019-06-03 14:58:47.627 - error: javascript.0
                2019-06-03 14:58:47.633 - info: javascript.0 + noble@1.9.1
                added 72 packages from 50 contributors and audited 132 packages in 12.31s
                2019-06-03 14:58:47.635 - info: javascript.0 found 2 low severity vulnerabilities
                run `npm audit fix` to fix them, or `npm audit` for details
                2019-06-03 14:58:47.655 - info: javascript.0 npm install node-hue-api --production --prefix "/opt/iobroker/node_modules/iobroker.javascript" (System call)
                2019-06-03 14:58:53.989 - error: javascript.0 npm
                2019-06-03 14:58:53.990 - error: javascript.0 WARN optional SKIPPING OPTIONAL DEPENDENCY: xpc-connection@0.1.4 (node_modules/xpc-connection):
                npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for xpc-connection@0.1.4: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
                2019-06-03 14:58:53.991 - error: javascript.0
                

                umgestiegen von Proxmox auf Unraid

                StabilostickS apollon77A 2 Antworten Letzte Antwort
                0
                • crunchipC crunchip

                  @Stabilostick habe beim neuladen bemerkt, das der ein oder andere Adapter Fehler aufweist.
                  hier ein Auszug aus dem log

                  2019-06-03 16:11:18.283 - warn: host.IoBroker startInstance cannot find adapter "radar2@1.2.0". Try to install it... 1 attempt
                  2019-06-03 16:11:18.284 - info: iobroker install radar2@1.2.0
                  2019-06-03 16:11:19.918 - info: iobroker NPM version: 6.4.1
                  2019-06-03 16:11:20.406 - info: iobroker npm install iobroker.radar2@1.2.0 --unsafe-perm --production --save --prefix "/opt/iobroker" (System call)
                  2019-06-03 16:11:31.867 - info: iobroker npm ERR!
                  2019-06-03 16:11:31.868 - info: iobroker code ETARGET
                  2019-06-03 16:11:31.869 - info: iobroker npm ERR! notarget No matching version found for iobroker.radar2@1.2.0npm ERR! notarget In most cases you or one of your dependencies are requesting
                  npm
                  2019-06-03 16:11:31.870 - info: iobroker ERR! notarget a package version that doesn't exist.
                  2019-06-03 16:11:31.882 - info: iobroker
                  2019-06-03 16:11:31.882 - info: iobroker npm ERR! A complete log of this run can be found in:npm ERR! /root/.npm/_logs/2019-06-03T14_11_31_872Z-debug.log
                  2019-06-03 16:11:31.905 - error: iobroker host.IoBroker Adapter directory "null" does not exists
                  2019-06-03 16:11:31.941 - error: iobroker Cannot parse null/io-package.json:Error: ENOENT: no such file or directory, open 'null/io-package.json'
                  2019-06-03 16:11:31.951 - info: iobroker exit 0
                  2019-06-03 16:11:32.953 - warn: host.IoBroker startInstance cannot find adapter "sayit@1.8.1". Try to install it... 1 attempt
                  2019-06-03 16:11:32.953 - info: iobroker install sayit@1.8.1
                  2019-06-03 16:11:34.342 - info: iobroker host.IoBroker Adapter "system.adapter.sayit.0" is stopped.
                  2019-06-03 16:11:34.369 - info: host.IoBroker object change system.adapter.sayit.0
                  2019-06-03 16:11:34.369 - info: host.IoBroker "system.adapter.sayit.0" disabled
                  2019-06-03 16:11:34.846 - info: iobroker NPM version: 6.4.1
                  2019-06-03 16:11:35.330 - info: iobroker npm install iobroker.sayit@1.8.1 --unsafe-perm --production --save --prefix "/opt/iobroker" (System call)
                  2019-06-03 16:11:47.135 - info: iobroker npm ERR!
                  2019-06-03 16:11:47.135 - info: iobroker code ETARGET
                  2019-06-03 16:11:47.137 - info: iobroker npm ERR! notarget No matching version found for iobroker.sayit@1.8.1
                  2019-06-03 16:11:47.137 - info: iobroker npm ERR! notarget In most cases you or one of your dependencies are requestingnpm ERR!
                  2019-06-03 16:11:47.138 - info: iobroker notarget a package version that doesn't exist.
                  2019-06-03 16:11:47.152 - info: iobroker
                  2019-06-03 16:11:47.153 - info: iobroker npm ERR! A complete log of this run can be found in:npm ERR! /root/.npm/_logs/2019-06-03T14_11_47_140Z-debug.log
                  2019-06-03 16:11:47.175 - info: iobroker host.IoBroker Adapter "system.adapter.sayit.0" is started
                  2019-06-03 16:11:47.192 - info: host.IoBroker object change system.adapter.sayit.0
                  2019-06-03 16:11:47.193 - info: host.IoBroker "system.adapter.sayit.0" enabled
                  2019-06-03 16:11:47.207 - error: iobroker host.IoBroker Adapter directory "null" does not exists
                  2019-06-03 16:11:47.234 - error: iobroker Cannot parse null/io-package.json:Error: ENOENT: no such file or directory, open 'null/io-package.json'
                  2019-06-03 16:11:47.244 - info: iobroker exit 0
                  2019-06-03 16:11:48.246 - info: host.IoBroker instance system.adapter.iqontrol.0 started with pid 13631
                  2019-06-03 16:11:48.247 - error: host.IoBroker Cannot download adapter "milight@0.4.0". To restart it disable/enable it or restart host.
                  2019-06-03 16:11:48.750 - error: host.IoBroker Cannot download adapter "milight@0.4.0". To restart it disable/enable it or restart host.
                  2019-06-03 16:11:48.945 - error: host.IoBroker instance system.adapter.iqontrol.0 terminated with code 7 (Adapter already running)
                  2019-06-03 16:11:48.946 - info: host.IoBroker Restart adapter system.adapter.iqontrol.0 because enabled
                  2019-06-03 16:11:49.252 - warn: host.IoBroker startInstance cannot find adapter "radar2@1.2.0". Try to install it... 2 attempt
                  2019-06-03 16:11:49.252 - info: iobroker install radar2@1.2.0
                  2019-06-03 16:11:50.927 - info: iobroker NPM version: 6.4.1
                  2019-06-03 16:11:51.410 - info: iobroker npm install iobroker.radar2@1.2.0 --unsafe-perm --production --save --prefix "/opt/iobroker" (System call)
                  2019-06-03 16:12:03.186 - info: iobroker npm ERR!
                  2019-06-03 16:12:03.187 - info: iobroker code ETARGET
                  2019-06-03 16:12:03.188 - info: iobroker npm ERR! notarget No matching version found for iobroker.radar2@1.2.0
                  2019-06-03 16:12:03.189 - info: iobroker npm ERR! notarget
                  2019-06-03 16:12:03.189 - info: iobroker In most cases you or one of your dependencies are requestingnpm ERR!
                  2019-06-03 16:12:03.189 - info: iobroker notarget a package version that doesn't exist.
                  2019-06-03 16:12:03.201 - info: iobroker
                  2019-06-03 16:12:03.202 - info: iobroker npm ERR! A complete log of this run can be found in:npm ERR! /root/.npm/_logs/2019-06-03T14_12_03_192Z-debug.log
                  2019-06-03 16:12:03.225 - error: iobroker host.IoBroker Adapter directory "null" does not exists
                  2019-06-03 16:12:03.260 - error: iobroker Cannot parse null/io-package.json:Error: ENOENT: no such file or directory, open 'null/io-package.json'
                  2019-06-03 16:12:03.271 - info: iobroker exit 0
                  2019-06-03 16:12:04.273 - warn: host.IoBroker startInstance cannot find adapter "sayit@1.8.1". Try to install it... 2 attempt
                  2019-06-03 16:12:04.273 - info: iobroker install sayit@1.8.1
                  2019-06-03 16:12:05.505 - info: iobroker host.IoBroker Adapter "system.adapter.sayit.0" is stopped.
                  2019-06-03 16:12:05.531 - info: host.IoBroker object change system.adapter.sayit.0
                  2019-06-03 16:12:05.531 - info: host.IoBroker "system.adapter.sayit.0" disabled
                  2019-06-03 16:12:06.012 - info: iobroker NPM version: 6.4.1
                  2019-06-03 16:12:06.555 - info: iobroker npm install iobroker.sayit@1.8.1 --unsafe-perm --production --save --prefix "/opt/iobroker" (System call)
                  2019-06-03 16:12:18.282 - info: iobroker npm ERR! code ETARGET
                  2019-06-03 16:12:18.286 - info: iobroker npm ERR! notarget No matching version found for iobroker.sayit@1.8.1npm ERR! notarget In most cases you or one of your dependencies are requesting
                  npm ERR! notarget a package version that doesn't exist.
                  2019-06-03 16:12:18.296 - info: iobroker npm ERR!
                  2019-06-03 16:12:18.297 - info: iobroker A complete log of this run can be found in:npm ERR! /root/.npm/_logs/2019-06-03T14_12_18_286Z-debug.log
                  2019-06-03 16:12:18.322 - info: iobroker host.IoBroker Adapter "system.adapter.sayit.0" is started
                  2019-06-03 16:12:18.339 - info: host.IoBroker object change system.adapter.sayit.0
                  2019-06-03 16:12:18.339 - info: host.IoBroker "system.adapter.sayit.0" enabled
                  2019-06-03 16:12:18.356 - error: iobroker host.IoBroker Adapter directory "null" does not exists
                  2019-06-03 16:12:18.382 - error: iobroker Cannot parse null/io-package.json:Error: ENOENT: no such file or directory, open 'null/io-package.json'
                  2019-06-03 16:12:18.394 - info: iobroker exit 0
                  2019-06-03 16:12:18.967 - info: host.IoBroker instance system.adapter.iqontrol.0 started with pid 13714
                  2019-06-03 16:12:19.493 - warn: host.IoBroker startInstance cannot find adapter "sayit@1.8.1". Try to install it... 3 attempt
                  2019-06-03 16:12:19.493 - info: iobroker install sayit@1.8.1
                  2019-06-03 16:12:19.664 - error: host.IoBroker instance system.adapter.iqontrol.0 terminated with code 7 (Adapter already running)
                  2019-06-03 16:12:19.665 - info: host.IoBroker Restart adapter system.adapter.iqontrol.0 because enabled
                  2019-06-03 16:12:21.032 - info: iobroker host.IoBroker Adapter "system.adapter.sayit.0" is stopped.
                  2019-06-03 16:12:21.055 - info: host.IoBroker object change system.adapter.sayit.0
                  2019-06-03 16:12:21.056 - info: host.IoBroker "system.adapter.sayit.0" disabled
                  2019-06-03 16:12:21.558 - info: iobroker NPM version: 6.4.1
                  2019-06-03 16:12:22.133 - info: iobroker npm install iobroker.sayit@1.8.1 --unsafe-perm --production --save --prefix "/opt/iobroker" (System call)
                  2019-06-03 16:12:33.484 - info: iobroker npm ERR!
                  2019-06-03 16:12:33.485 - info: iobroker code ETARGET
                  2019-06-03 16:12:33.486 - info: iobroker npm ERR! notarget No matching version found for iobroker.sayit@1.8.1npm ERR! notarget
                  2019-06-03 16:12:33.487 - info: iobroker In most cases you or one of your dependencies are requestingnpm ERR! notarget a package version that doesn't exist.
                  2019-06-03 16:12:33.502 - info: iobroker npm ERR! A complete log of this run can be found in:
                  npm ERR! /root/.npm/_logs/2019-06-03T14_12_33_489Z-debug.log
                  2019-06-03 16:12:33.523 - info: iobroker host.IoBroker Adapter "system.adapter.sayit.0" is started
                  2019-06-03 16:12:33.545 - info: host.IoBroker object change system.adapter.sayit.0
                  2019-06-03 16:12:33.545 - info: host.IoBroker "system.adapter.sayit.0" enabled
                  2019-06-03 16:12:33.562 - error: iobroker host.IoBroker Adapter directory "null" does not exists
                  2019-06-03 16:12:33.588 - error: iobroker Cannot parse null/io-package.json:Error: ENOENT: no such file or directory, open 'null/io-package.json'
                  2019-06-03 16:12:33.600 - info: iobroker exit 0
                  2019-06-03 16:12:34.602 - warn: host.IoBroker startInstance cannot find adapter "radar2@1.2.0". Try to install it... 3 attempt
                  2019-06-03 16:12:34.602 - info: iobroker install radar2@1.2.0
                  2019-06-03 16:12:36.247 - info: iobroker NPM version: 6.4.1
                  2019-06-03 16:12:36.759 - info: iobroker npm install iobroker.radar2@1.2.0 --unsafe-perm --production --save --prefix "/opt/iobroker" (System call)
                  2019-06-03 16:12:48.518 - info: iobroker npm
                  2019-06-03 16:12:48.518 - info: iobroker ERR! code ETARGET
                  2019-06-03 16:12:48.520 - info: iobroker npm ERR! notarget No matching version found for iobroker.radar2@1.2.0npm ERR! notarget In most cases you or one of your dependencies are requesting
                  npm ERR! notarget
                  2019-06-03 16:12:48.521 - info: iobroker a package version that doesn't exist.
                  2019-06-03 16:12:48.538 - info: iobroker
                  2019-06-03 16:12:48.538 - info: iobroker npm ERR! A complete log of this run can be found in:npm ERR! /root/.npm/_logs/2019-06-03T14_12_48_523Z-debug.log
                  2019-06-03 16:12:48.562 - error: iobroker host.IoBroker Adapter directory "null" does not exists
                  2019-06-03 16:12:48.606 - error: iobroker Cannot parse null/io-package.json:Error: ENOENT: no such file or directory, open 'null/io-package.json'
                  2019-06-03 16:12:48.616 - info: iobroker exit 0
                  2019-06-03 16:12:49.618 - error: host.IoBroker Cannot download adapter "sayit@1.8.1". To restart it disable/enable it or restart host.
                  2019-06-03 16:12:49.683 - info: host.IoBroker instance system.adapter.iqontrol.0 started with pid 13838
                  2019-06-03 16:12:50.119 - error: host.IoBroker Cannot download adapter "sayit@1.8.1". To restart it disable/enable it or restart host.
                  2019-06-03 16:12:50.340 - error: host.IoBroker instance system.adapter.iqontrol.0 terminated with code 7 (Adapter already running)
                  2019-06-03 16:12:50.340 - info: host.IoBroker Restart adapter system.adapter.iqontrol.0 because enabled
                  2019-06-03 16:12:50.620 - error: host.IoBroker Cannot download adapter "sayit@1.8.1". To restart it disable/enable it or restart host.
                  2019-06-03 16:12:51.121 - error: host.IoBroker Cannot download adapter "sayit@1.8.1". To restart it disable/enable it or restart host.
                  2019-06-03 16:12:51.622 - error: host.IoBroker Cannot download adapter "radar2@1.2.0". To restart it disable/enable it or restart host.
                  2019-06-03 16:13:20.362 - info: host.IoBroker instance system.adapter.iqontrol.0 started with pid 13860
                  

                  geht überwiegend um diese Meldung
                  bei den Adaptern
                  Fritzbox
                  broadlink
                  sayit
                  simple api
                  milight
                  radar2
                  iqontrol

                  2019-06-03 15:06:01.211 - error: iobroker host.IoBroker Adapter directory "null" does not exists
                  2019-06-03 15:06:01.249 - error: iobroker Cannot parse null/io-package.json:Error: ENOENT: no such file or directory, open 'null/io-package.json'
                  

                  bluetooth

                  > bluetooth-hci-socket@0.5.1 install /opt/iobroker/node_modules/iobroker.javascript/node_modules/bluetooth-hci-socket
                  > node-gyp rebuild
                  2019-06-03 14:58:43.886 - info: javascript.0 make: Verzeichnis „/opt/iobroker/node_modules/iobroker.javascript/node_modules/bluetooth-hci-socket/build“ wird betreten
                  2019-06-03 14:58:43.888 - info: javascript.0 CXX(target) Release/obj.target/binding/src/BluetoothHciSocket.o
                  2019-06-03 14:58:45.611 - error: javascript.0 ../src/BluetoothHciSocket.cpp: In member function ‘void BluetoothHciSocket::poll()’:
                  ../src/BluetoothHciSocket.cpp:251:95: warning: ‘v8::Local Nan::MakeCallback(v8::Local, v8::Local, int, v8::Local*)’ is deprecated [-Wdeprecated-declarations]
                  Nan::MakeCallback(Nan::New(this->This), Nan::New("emit").ToLocalChecked(), 2, argv);
                  ^
                  In file included from ../src/BluetoothHciSocket.cpp:8:0:
                  ../../nan/nan.h:1045:46: note: declared here
                  NAN_DEPRECATED inline v8::Local MakeCallback(
                  ^~~~~~~~~~~~
                  2019-06-03 14:58:45.614 - error: javascript.0 ../src/BluetoothHciSocket.cpp: In member function ‘void BluetoothHciSocket::emitErrnoError()’:
                  ../src/BluetoothHciSocket.cpp:275:72: warning: ‘v8::Local v8::Function::NewInstance(int, v8::Local*) const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
                  Local error = errorConstructor->NewInstance(1, constructorArgs);
                  ^
                  In file included from /root/.node-gyp/8.16.0/include/node/v8.h:26:0,
                  from /root/.node-gyp/8.16.0/include/node/node.h:63,
                  from /root/.node-gyp/8.16.0/include/node/node_buffer.h:25,
                  from ../src/BluetoothHciSocket.cpp:7:
                  /root/.node-gyp/8.16.0/include/node/v8.h:3897:31: note: declared here
                  Local NewInstance(int argc, Local argv[]) const);
                  ^
                  /root/.node-gyp/8.16.0/include/node/v8config.h:318:3: note: in definition of macro ‘V8_DEPRECATED’
                  declarator __attribute__((deprecated(message)))
                  ^~~~~~~~~~
                  2019-06-03 14:58:45.617 - error: javascript.0 ../src/BluetoothHciSocket.cpp:282:93: warning: ‘v8::Local Nan::MakeCallback(v8::Local, v8::Local, int, v8::Local*)’ is deprecated [-Wdeprecated-declarations]
                  Nan::MakeCallback(Nan::New(this->This), Nan::New("emit").ToLocalChecked(), 2, argv);
                  ^
                  In file included from ../src/BluetoothHciSocket.cpp:8:0:
                  ../../nan/nan.h:1045:46: note: declared here
                  NAN_DEPRECATED inline v8::Local MakeCallback(
                  ^~~~~~~~~~~~
                  2019-06-03 14:58:46.999 - info: javascript.0 SOLINK_MODULE(target) Release/obj.target/binding.node
                  2019-06-03 14:58:47.243 - info: javascript.0 COPY Release/binding.node
                  2019-06-03 14:58:47.258 - info: javascript.0 make: Verzeichnis „/opt/iobroker/node_modules/iobroker.javascript/node_modules/bluetooth-hci-socket/build“ wird verlassen
                  2019-06-03 14:58:47.626 - error: javascript.0 npm
                  2019-06-03 14:58:47.626 - error: javascript.0 WARN optional SKIPPING OPTIONAL DEPENDENCY: xpc-connection@0.1.4 (node_modules/xpc-connection):
                  npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for xpc-connection@0.1.4: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
                  2019-06-03 14:58:47.627 - error: javascript.0
                  2019-06-03 14:58:47.633 - info: javascript.0 + noble@1.9.1
                  added 72 packages from 50 contributors and audited 132 packages in 12.31s
                  2019-06-03 14:58:47.635 - info: javascript.0 found 2 low severity vulnerabilities
                  run `npm audit fix` to fix them, or `npm audit` for details
                  2019-06-03 14:58:47.655 - info: javascript.0 npm install node-hue-api --production --prefix "/opt/iobroker/node_modules/iobroker.javascript" (System call)
                  2019-06-03 14:58:53.989 - error: javascript.0 npm
                  2019-06-03 14:58:53.990 - error: javascript.0 WARN optional SKIPPING OPTIONAL DEPENDENCY: xpc-connection@0.1.4 (node_modules/xpc-connection):
                  npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for xpc-connection@0.1.4: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
                  2019-06-03 14:58:53.991 - error: javascript.0
                  
                  StabilostickS Offline
                  StabilostickS Offline
                  Stabilostick
                  schrieb am zuletzt editiert von Stabilostick
                  #55

                  @crunchip

                  Das war aber ein älteres Node.js, da Du noch npm 6.4.1 verwendest, oder? Also <=8.16 oder < 10.15.x.

                  crunchipC 1 Antwort Letzte Antwort
                  0
                  • StabilostickS Stabilostick

                    @crunchip

                    Das war aber ein älteres Node.js, da Du noch npm 6.4.1 verwendest, oder? Also <=8.16 oder < 10.15.x.

                    crunchipC Offline
                    crunchipC Offline
                    crunchip
                    Forum Testing Most Active
                    schrieb am zuletzt editiert von crunchip
                    #56

                    @Stabilostick ja npm6.4.1
                    Nodejs 8.16

                    umgestiegen von Proxmox auf Unraid

                    1 Antwort Letzte Antwort
                    0
                    • apollon77A apollon77

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

                      iobroker ALL=(ALL) NOPASSWD: ALL

                      Dann ist irgendwas manuell oder von nem "Uralten" Installer/Fixer :-) inzwischen bei weitem nicht mehr so.

                      Zu bluethooth-hci-socket ist meine Vermutung (recht eindeutig) das irgendeine Adapterversion installiert ist die noch ein altes Modul nutzt und daher per se nicht nodejs 10 kompatibel ost. Also Kompatible Adapterversion installieren. Welche das ist wäre rauszufinden. Du kannst versuchen "npm install @abandonware/bluetooth-hci-socket" im ioBroker Verzeichnis auszuühren, das sollte eine kompatible version installieren ... Auswirkungen weiter bei Adaptern: unklar. sollte aber nichts ändern ausser das der betroffenene Adapter nicht mehr tut. Den dann ggf updaten und sollte wieder tun.

                      Zu dem anderen Fehler bei npm audit: ioBroker schaltet standard,äßiog die package-lock aus, daher kann die nicht aktuell sein. Und damit ist audit "blödsinn" und wird Dein Problem auch nicht lösen.
                      Und das hier schon @abandonware/noble geladen werden will zeigt an sich das radar vllt was damit zu tun hat, Du könntest auch versuchen die Versionen von radar2 und ble neu "drüber" zu installieren um zu sehen ob es danach besser ist.
                      Also irgendwie hat es scheinbar bei dir einen komischen mix und Du könntest mit etwas Zeit die Option c oder d von oben wählen. Danach hast Du in jedem Fall eine klare struktur.
                      Dazu empfehle ich aber js-controller 1.5.11 weil bei der 1.4 hier bei dem version alle Adapter mit seinen "latest" versionen neu installiert werden und nicht die eigentlich aktuell eingerichteten Versionen respektiert werden.

                      DiginixD Offline
                      DiginixD Offline
                      Diginix
                      schrieb am zuletzt editiert von Diginix
                      #57

                      @apollon77 Die Zeile in der sudoers.d habe ich doch selbst eingefügt damit der iobroker user in Blockly per exec Dinge ohne Passwort ausführen darf.

                      npm audit hatte ich gemacht weil radar2 bei der Installation folgendes sagt:

                      + iobroker.radar2@1.2.0updated 1 package and audited 6249 packages in 43.664s
                      found 90 vulnerabilities (58 low, 11 moderate, 21 high)  run `npm audit fix` to fix them, or `npm audit` for details
                      

                      Ich nutze schon die neuste radar2 Version von @frankjoke. Meist sogar direkt von GIT installiert.

                      Wahrscheinlich werde ich wirklich mal mittels minimal Backup ein Restore machen und somit alles neu.

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

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

                      apollon77A 1 Antwort Letzte Antwort
                      0
                      • ChaotC Offline
                        ChaotC Offline
                        Chaot
                        schrieb am zuletzt editiert von
                        #58

                        Herzlichen Dank für die gute Anleitung.
                        Bei mir hat das Update auf NPM 10.16.0 gut geklappt.
                        Einzig der Dash Adapter funktioniert nicht mehr.
                        Ich habe den dann deinstalliert und versucht neu zu installieren und dabei diese Fehlermeldung bekommen:

                        iobroker	2019-06-03 21:15:45.138	info	exit 13
                        iobroker	2019-06-03 21:15:45.121	error	host.haus Cannot install amazon-dash
                        iobroker	2019-06-03 21:15:45.120	info	host.haus install adapter amazon-dash
                        iobroker	2019-06-03 21:15:45.088	info	npm ERR! /root/.npm/_logs/2019-06-03T19_15_45_070Z-debug.log
                        iobroker	2019-06-03 21:15:45.088	info	npm ERR! A complete log of this run can be found in:
                        iobroker	2019-06-03 21:15:45.064	info	npm ERR!
                        iobroker	2019-06-03 21:15:45.064	info	npm ERR! Command failed: git clone --mirror -q https://github.com/bytzdev/node-socketwatcher.git /root/.npm/_cacache/tmp/git-clone-68e13554/.gitnpm ERR! fatal: could not create leading directories of
                        iobroker	2019-06-03 21:15:45.062	info	ERR! code 128
                        iobroker	2019-06-03 21:15:45.060	info	npm
                        iobroker	2019-06-03 21:15:00.496	info	npm install iobroker.amazon-dash@0.3.1 --unsafe-perm --production --save --prefix "/opt/iobroker" (System call)
                        iobroker	2019-06-03 21:15:00.495	info	NPM version: 6.9.0
                        iobroker	2019-06-03 21:14:59.600	info	host.haus install adapter amazon-dash
                        iobroker	2019-06-03 21:14:59.570	info	npm ERR! /root/.npm/_logs/2019-06-03T19_14_59_555Z-debug.log
                        iobroker	2019-06-03 21:14:59.570	info	npm ERR! A complete log of this run can be found in:
                        iobroker	2019-06-03 21:14:59.549	info	npm ERR!
                        iobroker	2019-06-03 21:14:59.549	info	npm ERR! Command failed: git clone --mirror -q https://github.com/bytzdev/node-socketwatcher.git /root/.npm/_cacache/tmp/git-clone-1045b9d0/.gitnpm ERR! fatal: could not create leading directories of
                        iobroker	2019-06-03 21:14:59.546	info	ERR! code 128
                        iobroker	2019-06-03 21:14:59.544	info	npm
                        iobroker	2019-06-03 21:14:15.399	info	npm install iobroker.amazon-dash@0.3.1 --unsafe-perm --production --save --prefix "/opt/iobroker" (System call)
                        iobroker	2019-06-03 21:14:15.398	info	NPM version: 6.9.0
                        iobroker	2019-06-03 21:14:14.489	info	host.haus install adapter amazon-dash
                        iobroker	2019-06-03 21:14:14.442	info	npm ERR! /root/.npm/_logs/2019-06-03T19_14_14_426Z-debug.log
                        iobroker	2019-06-03 21:14:14.442	info	npm ERR! A complete log of this run can be found in:
                        iobroker	2019-06-03 21:14:14.420	info	fatal: could not create leading directories of '/root/.npm/_cacache/tmp/git-clone-baa2d6d5/.git'npm ERR!
                        iobroker	2019-06-03 21:14:14.418	info	ERR! Command failed: git clone --mirror -q https://github.com/bytzdev/node-socketwatcher.git /root/.npm/_cacache/tmp/git-clone-baa2d6d5/.gitnpm ERR!
                        iobroker	2019-06-03 21:14:14.416	info	npm
                        iobroker	2019-06-03 21:14:14.415	info	ERR! code 128
                        iobroker	2019-06-03 21:14:14.413	info	npm
                        iobroker	2019-06-03 21:13:27.356	info	npm install iobroker.amazon-dash@0.3.1 --unsafe-perm --production --save --prefix "/opt/iobroker" (System call)
                        iobroker	2019-06-03 21:13:26.750	info	NPM version: 6.9.0
                        iobroker	2019-06-03 21:13:24.986	info	add amazon-dash --host haus
                        

                        Für mich jetzt an sich nicht so wichtig, da der Dash im Laufe des Jahres sowieso rausfliegt und dann der Adapter hinfällig ist.

                        Auf der Info Seite wird mir das hier angezeigt:

                        Node.js
                            v10.16.0 (Recommended version v8.16.0)
                        

                        Nur als Hinweis der eventuell noch in der Anleitung verarbeitet werden sollte.

                        ioBroker auf NUC unter Proxmox; VIS: 12" Touchscreen und 17" Touch; Lichtsteuerung, Thermometer und Sensoren: Tasmota (39); Ambiente Beleuchtung: WLED (9); Heizung: DECT Thermostate (9) an Fritz 6690; EMS-ESP; 1 Echo V2; 3 Echo DOT; 1 Echo Connect; 2 Echo Show 5; Unifi Ap-Ac Lite.

                        crunchipC StabilostickS apollon77A 3 Antworten Letzte Antwort
                        0
                        • ChaotC Chaot

                          Herzlichen Dank für die gute Anleitung.
                          Bei mir hat das Update auf NPM 10.16.0 gut geklappt.
                          Einzig der Dash Adapter funktioniert nicht mehr.
                          Ich habe den dann deinstalliert und versucht neu zu installieren und dabei diese Fehlermeldung bekommen:

                          iobroker	2019-06-03 21:15:45.138	info	exit 13
                          iobroker	2019-06-03 21:15:45.121	error	host.haus Cannot install amazon-dash
                          iobroker	2019-06-03 21:15:45.120	info	host.haus install adapter amazon-dash
                          iobroker	2019-06-03 21:15:45.088	info	npm ERR! /root/.npm/_logs/2019-06-03T19_15_45_070Z-debug.log
                          iobroker	2019-06-03 21:15:45.088	info	npm ERR! A complete log of this run can be found in:
                          iobroker	2019-06-03 21:15:45.064	info	npm ERR!
                          iobroker	2019-06-03 21:15:45.064	info	npm ERR! Command failed: git clone --mirror -q https://github.com/bytzdev/node-socketwatcher.git /root/.npm/_cacache/tmp/git-clone-68e13554/.gitnpm ERR! fatal: could not create leading directories of
                          iobroker	2019-06-03 21:15:45.062	info	ERR! code 128
                          iobroker	2019-06-03 21:15:45.060	info	npm
                          iobroker	2019-06-03 21:15:00.496	info	npm install iobroker.amazon-dash@0.3.1 --unsafe-perm --production --save --prefix "/opt/iobroker" (System call)
                          iobroker	2019-06-03 21:15:00.495	info	NPM version: 6.9.0
                          iobroker	2019-06-03 21:14:59.600	info	host.haus install adapter amazon-dash
                          iobroker	2019-06-03 21:14:59.570	info	npm ERR! /root/.npm/_logs/2019-06-03T19_14_59_555Z-debug.log
                          iobroker	2019-06-03 21:14:59.570	info	npm ERR! A complete log of this run can be found in:
                          iobroker	2019-06-03 21:14:59.549	info	npm ERR!
                          iobroker	2019-06-03 21:14:59.549	info	npm ERR! Command failed: git clone --mirror -q https://github.com/bytzdev/node-socketwatcher.git /root/.npm/_cacache/tmp/git-clone-1045b9d0/.gitnpm ERR! fatal: could not create leading directories of
                          iobroker	2019-06-03 21:14:59.546	info	ERR! code 128
                          iobroker	2019-06-03 21:14:59.544	info	npm
                          iobroker	2019-06-03 21:14:15.399	info	npm install iobroker.amazon-dash@0.3.1 --unsafe-perm --production --save --prefix "/opt/iobroker" (System call)
                          iobroker	2019-06-03 21:14:15.398	info	NPM version: 6.9.0
                          iobroker	2019-06-03 21:14:14.489	info	host.haus install adapter amazon-dash
                          iobroker	2019-06-03 21:14:14.442	info	npm ERR! /root/.npm/_logs/2019-06-03T19_14_14_426Z-debug.log
                          iobroker	2019-06-03 21:14:14.442	info	npm ERR! A complete log of this run can be found in:
                          iobroker	2019-06-03 21:14:14.420	info	fatal: could not create leading directories of '/root/.npm/_cacache/tmp/git-clone-baa2d6d5/.git'npm ERR!
                          iobroker	2019-06-03 21:14:14.418	info	ERR! Command failed: git clone --mirror -q https://github.com/bytzdev/node-socketwatcher.git /root/.npm/_cacache/tmp/git-clone-baa2d6d5/.gitnpm ERR!
                          iobroker	2019-06-03 21:14:14.416	info	npm
                          iobroker	2019-06-03 21:14:14.415	info	ERR! code 128
                          iobroker	2019-06-03 21:14:14.413	info	npm
                          iobroker	2019-06-03 21:13:27.356	info	npm install iobroker.amazon-dash@0.3.1 --unsafe-perm --production --save --prefix "/opt/iobroker" (System call)
                          iobroker	2019-06-03 21:13:26.750	info	NPM version: 6.9.0
                          iobroker	2019-06-03 21:13:24.986	info	add amazon-dash --host haus
                          

                          Für mich jetzt an sich nicht so wichtig, da der Dash im Laufe des Jahres sowieso rausfliegt und dann der Adapter hinfällig ist.

                          Auf der Info Seite wird mir das hier angezeigt:

                          Node.js
                              v10.16.0 (Recommended version v8.16.0)
                          

                          Nur als Hinweis der eventuell noch in der Anleitung verarbeitet werden sollte.

                          crunchipC Offline
                          crunchipC Offline
                          crunchip
                          Forum Testing Most Active
                          schrieb am zuletzt editiert von
                          #59

                          @Chaot ich brauch den noch, sonst ist Sohnemann tot unglücklich:joy: :joy:

                          umgestiegen von Proxmox auf Unraid

                          ChaotC 1 Antwort Letzte Antwort
                          0
                          • crunchipC crunchip

                            @Chaot ich brauch den noch, sonst ist Sohnemann tot unglücklich:joy: :joy:

                            ChaotC Offline
                            ChaotC Offline
                            Chaot
                            schrieb am zuletzt editiert von
                            #60

                            @crunchip Ok, dann solltest du vorerst beim NPM 8.16 bleiben. Damit hat das ja funktioniert.
                            Bei mir hat der letzte Button nur noch die Heizung gesteuert weil ich darüber das Badezimmer für 1 Stunde auf "Boost" gestellt habe. Aber derzeit wird das nicht mehr benötigt und bis Herbst habe ich dort einen schönen WLan Taster der dann das übernimmt.

                            ioBroker auf NUC unter Proxmox; VIS: 12" Touchscreen und 17" Touch; Lichtsteuerung, Thermometer und Sensoren: Tasmota (39); Ambiente Beleuchtung: WLED (9); Heizung: DECT Thermostate (9) an Fritz 6690; EMS-ESP; 1 Echo V2; 3 Echo DOT; 1 Echo Connect; 2 Echo Show 5; Unifi Ap-Ac Lite.

                            crunchipC apollon77A 2 Antworten Letzte Antwort
                            1
                            • ChaotC Chaot

                              @crunchip Ok, dann solltest du vorerst beim NPM 8.16 bleiben. Damit hat das ja funktioniert.
                              Bei mir hat der letzte Button nur noch die Heizung gesteuert weil ich darüber das Badezimmer für 1 Stunde auf "Boost" gestellt habe. Aber derzeit wird das nicht mehr benötigt und bis Herbst habe ich dort einen schönen WLan Taster der dann das übernimmt.

                              crunchipC Offline
                              crunchipC Offline
                              crunchip
                              Forum Testing Most Active
                              schrieb am zuletzt editiert von
                              #61

                              @Chaot tztztz...system is wichtiger...er wirds überleben
                              auf Dauer sind die buttons eh nichts, da sie zu träge reagieren.
                              Wird verwendet für sein Nachtlicht. Den Kompromiss geht er mit sicherheit ein, wenn der zukünftige Schalter sofort reagiert.

                              umgestiegen von Proxmox auf Unraid

                              1 Antwort Letzte Antwort
                              0
                              • ChaotC Chaot

                                Herzlichen Dank für die gute Anleitung.
                                Bei mir hat das Update auf NPM 10.16.0 gut geklappt.
                                Einzig der Dash Adapter funktioniert nicht mehr.
                                Ich habe den dann deinstalliert und versucht neu zu installieren und dabei diese Fehlermeldung bekommen:

                                iobroker	2019-06-03 21:15:45.138	info	exit 13
                                iobroker	2019-06-03 21:15:45.121	error	host.haus Cannot install amazon-dash
                                iobroker	2019-06-03 21:15:45.120	info	host.haus install adapter amazon-dash
                                iobroker	2019-06-03 21:15:45.088	info	npm ERR! /root/.npm/_logs/2019-06-03T19_15_45_070Z-debug.log
                                iobroker	2019-06-03 21:15:45.088	info	npm ERR! A complete log of this run can be found in:
                                iobroker	2019-06-03 21:15:45.064	info	npm ERR!
                                iobroker	2019-06-03 21:15:45.064	info	npm ERR! Command failed: git clone --mirror -q https://github.com/bytzdev/node-socketwatcher.git /root/.npm/_cacache/tmp/git-clone-68e13554/.gitnpm ERR! fatal: could not create leading directories of
                                iobroker	2019-06-03 21:15:45.062	info	ERR! code 128
                                iobroker	2019-06-03 21:15:45.060	info	npm
                                iobroker	2019-06-03 21:15:00.496	info	npm install iobroker.amazon-dash@0.3.1 --unsafe-perm --production --save --prefix "/opt/iobroker" (System call)
                                iobroker	2019-06-03 21:15:00.495	info	NPM version: 6.9.0
                                iobroker	2019-06-03 21:14:59.600	info	host.haus install adapter amazon-dash
                                iobroker	2019-06-03 21:14:59.570	info	npm ERR! /root/.npm/_logs/2019-06-03T19_14_59_555Z-debug.log
                                iobroker	2019-06-03 21:14:59.570	info	npm ERR! A complete log of this run can be found in:
                                iobroker	2019-06-03 21:14:59.549	info	npm ERR!
                                iobroker	2019-06-03 21:14:59.549	info	npm ERR! Command failed: git clone --mirror -q https://github.com/bytzdev/node-socketwatcher.git /root/.npm/_cacache/tmp/git-clone-1045b9d0/.gitnpm ERR! fatal: could not create leading directories of
                                iobroker	2019-06-03 21:14:59.546	info	ERR! code 128
                                iobroker	2019-06-03 21:14:59.544	info	npm
                                iobroker	2019-06-03 21:14:15.399	info	npm install iobroker.amazon-dash@0.3.1 --unsafe-perm --production --save --prefix "/opt/iobroker" (System call)
                                iobroker	2019-06-03 21:14:15.398	info	NPM version: 6.9.0
                                iobroker	2019-06-03 21:14:14.489	info	host.haus install adapter amazon-dash
                                iobroker	2019-06-03 21:14:14.442	info	npm ERR! /root/.npm/_logs/2019-06-03T19_14_14_426Z-debug.log
                                iobroker	2019-06-03 21:14:14.442	info	npm ERR! A complete log of this run can be found in:
                                iobroker	2019-06-03 21:14:14.420	info	fatal: could not create leading directories of '/root/.npm/_cacache/tmp/git-clone-baa2d6d5/.git'npm ERR!
                                iobroker	2019-06-03 21:14:14.418	info	ERR! Command failed: git clone --mirror -q https://github.com/bytzdev/node-socketwatcher.git /root/.npm/_cacache/tmp/git-clone-baa2d6d5/.gitnpm ERR!
                                iobroker	2019-06-03 21:14:14.416	info	npm
                                iobroker	2019-06-03 21:14:14.415	info	ERR! code 128
                                iobroker	2019-06-03 21:14:14.413	info	npm
                                iobroker	2019-06-03 21:13:27.356	info	npm install iobroker.amazon-dash@0.3.1 --unsafe-perm --production --save --prefix "/opt/iobroker" (System call)
                                iobroker	2019-06-03 21:13:26.750	info	NPM version: 6.9.0
                                iobroker	2019-06-03 21:13:24.986	info	add amazon-dash --host haus
                                

                                Für mich jetzt an sich nicht so wichtig, da der Dash im Laufe des Jahres sowieso rausfliegt und dann der Adapter hinfällig ist.

                                Auf der Info Seite wird mir das hier angezeigt:

                                Node.js
                                    v10.16.0 (Recommended version v8.16.0)
                                

                                Nur als Hinweis der eventuell noch in der Anleitung verarbeitet werden sollte.

                                StabilostickS Offline
                                StabilostickS Offline
                                Stabilostick
                                schrieb am zuletzt editiert von
                                #62

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

                                Auf der Info Seite wird mir das hier angezeigt:

                                Danke für den Hinweis. Wird voraussichtlich morgen angepasst.

                                https://github.com/iobroker-community-adapters/ioBroker.info/pull/42

                                1 Antwort Letzte Antwort
                                1
                                • crunchipC crunchip

                                  @Stabilostick habe beim neuladen bemerkt, das der ein oder andere Adapter Fehler aufweist.
                                  hier ein Auszug aus dem log

                                  2019-06-03 16:11:18.283 - warn: host.IoBroker startInstance cannot find adapter "radar2@1.2.0". Try to install it... 1 attempt
                                  2019-06-03 16:11:18.284 - info: iobroker install radar2@1.2.0
                                  2019-06-03 16:11:19.918 - info: iobroker NPM version: 6.4.1
                                  2019-06-03 16:11:20.406 - info: iobroker npm install iobroker.radar2@1.2.0 --unsafe-perm --production --save --prefix "/opt/iobroker" (System call)
                                  2019-06-03 16:11:31.867 - info: iobroker npm ERR!
                                  2019-06-03 16:11:31.868 - info: iobroker code ETARGET
                                  2019-06-03 16:11:31.869 - info: iobroker npm ERR! notarget No matching version found for iobroker.radar2@1.2.0npm ERR! notarget In most cases you or one of your dependencies are requesting
                                  npm
                                  2019-06-03 16:11:31.870 - info: iobroker ERR! notarget a package version that doesn't exist.
                                  2019-06-03 16:11:31.882 - info: iobroker
                                  2019-06-03 16:11:31.882 - info: iobroker npm ERR! A complete log of this run can be found in:npm ERR! /root/.npm/_logs/2019-06-03T14_11_31_872Z-debug.log
                                  2019-06-03 16:11:31.905 - error: iobroker host.IoBroker Adapter directory "null" does not exists
                                  2019-06-03 16:11:31.941 - error: iobroker Cannot parse null/io-package.json:Error: ENOENT: no such file or directory, open 'null/io-package.json'
                                  2019-06-03 16:11:31.951 - info: iobroker exit 0
                                  2019-06-03 16:11:32.953 - warn: host.IoBroker startInstance cannot find adapter "sayit@1.8.1". Try to install it... 1 attempt
                                  2019-06-03 16:11:32.953 - info: iobroker install sayit@1.8.1
                                  2019-06-03 16:11:34.342 - info: iobroker host.IoBroker Adapter "system.adapter.sayit.0" is stopped.
                                  2019-06-03 16:11:34.369 - info: host.IoBroker object change system.adapter.sayit.0
                                  2019-06-03 16:11:34.369 - info: host.IoBroker "system.adapter.sayit.0" disabled
                                  2019-06-03 16:11:34.846 - info: iobroker NPM version: 6.4.1
                                  2019-06-03 16:11:35.330 - info: iobroker npm install iobroker.sayit@1.8.1 --unsafe-perm --production --save --prefix "/opt/iobroker" (System call)
                                  2019-06-03 16:11:47.135 - info: iobroker npm ERR!
                                  2019-06-03 16:11:47.135 - info: iobroker code ETARGET
                                  2019-06-03 16:11:47.137 - info: iobroker npm ERR! notarget No matching version found for iobroker.sayit@1.8.1
                                  2019-06-03 16:11:47.137 - info: iobroker npm ERR! notarget In most cases you or one of your dependencies are requestingnpm ERR!
                                  2019-06-03 16:11:47.138 - info: iobroker notarget a package version that doesn't exist.
                                  2019-06-03 16:11:47.152 - info: iobroker
                                  2019-06-03 16:11:47.153 - info: iobroker npm ERR! A complete log of this run can be found in:npm ERR! /root/.npm/_logs/2019-06-03T14_11_47_140Z-debug.log
                                  2019-06-03 16:11:47.175 - info: iobroker host.IoBroker Adapter "system.adapter.sayit.0" is started
                                  2019-06-03 16:11:47.192 - info: host.IoBroker object change system.adapter.sayit.0
                                  2019-06-03 16:11:47.193 - info: host.IoBroker "system.adapter.sayit.0" enabled
                                  2019-06-03 16:11:47.207 - error: iobroker host.IoBroker Adapter directory "null" does not exists
                                  2019-06-03 16:11:47.234 - error: iobroker Cannot parse null/io-package.json:Error: ENOENT: no such file or directory, open 'null/io-package.json'
                                  2019-06-03 16:11:47.244 - info: iobroker exit 0
                                  2019-06-03 16:11:48.246 - info: host.IoBroker instance system.adapter.iqontrol.0 started with pid 13631
                                  2019-06-03 16:11:48.247 - error: host.IoBroker Cannot download adapter "milight@0.4.0". To restart it disable/enable it or restart host.
                                  2019-06-03 16:11:48.750 - error: host.IoBroker Cannot download adapter "milight@0.4.0". To restart it disable/enable it or restart host.
                                  2019-06-03 16:11:48.945 - error: host.IoBroker instance system.adapter.iqontrol.0 terminated with code 7 (Adapter already running)
                                  2019-06-03 16:11:48.946 - info: host.IoBroker Restart adapter system.adapter.iqontrol.0 because enabled
                                  2019-06-03 16:11:49.252 - warn: host.IoBroker startInstance cannot find adapter "radar2@1.2.0". Try to install it... 2 attempt
                                  2019-06-03 16:11:49.252 - info: iobroker install radar2@1.2.0
                                  2019-06-03 16:11:50.927 - info: iobroker NPM version: 6.4.1
                                  2019-06-03 16:11:51.410 - info: iobroker npm install iobroker.radar2@1.2.0 --unsafe-perm --production --save --prefix "/opt/iobroker" (System call)
                                  2019-06-03 16:12:03.186 - info: iobroker npm ERR!
                                  2019-06-03 16:12:03.187 - info: iobroker code ETARGET
                                  2019-06-03 16:12:03.188 - info: iobroker npm ERR! notarget No matching version found for iobroker.radar2@1.2.0
                                  2019-06-03 16:12:03.189 - info: iobroker npm ERR! notarget
                                  2019-06-03 16:12:03.189 - info: iobroker In most cases you or one of your dependencies are requestingnpm ERR!
                                  2019-06-03 16:12:03.189 - info: iobroker notarget a package version that doesn't exist.
                                  2019-06-03 16:12:03.201 - info: iobroker
                                  2019-06-03 16:12:03.202 - info: iobroker npm ERR! A complete log of this run can be found in:npm ERR! /root/.npm/_logs/2019-06-03T14_12_03_192Z-debug.log
                                  2019-06-03 16:12:03.225 - error: iobroker host.IoBroker Adapter directory "null" does not exists
                                  2019-06-03 16:12:03.260 - error: iobroker Cannot parse null/io-package.json:Error: ENOENT: no such file or directory, open 'null/io-package.json'
                                  2019-06-03 16:12:03.271 - info: iobroker exit 0
                                  2019-06-03 16:12:04.273 - warn: host.IoBroker startInstance cannot find adapter "sayit@1.8.1". Try to install it... 2 attempt
                                  2019-06-03 16:12:04.273 - info: iobroker install sayit@1.8.1
                                  2019-06-03 16:12:05.505 - info: iobroker host.IoBroker Adapter "system.adapter.sayit.0" is stopped.
                                  2019-06-03 16:12:05.531 - info: host.IoBroker object change system.adapter.sayit.0
                                  2019-06-03 16:12:05.531 - info: host.IoBroker "system.adapter.sayit.0" disabled
                                  2019-06-03 16:12:06.012 - info: iobroker NPM version: 6.4.1
                                  2019-06-03 16:12:06.555 - info: iobroker npm install iobroker.sayit@1.8.1 --unsafe-perm --production --save --prefix "/opt/iobroker" (System call)
                                  2019-06-03 16:12:18.282 - info: iobroker npm ERR! code ETARGET
                                  2019-06-03 16:12:18.286 - info: iobroker npm ERR! notarget No matching version found for iobroker.sayit@1.8.1npm ERR! notarget In most cases you or one of your dependencies are requesting
                                  npm ERR! notarget a package version that doesn't exist.
                                  2019-06-03 16:12:18.296 - info: iobroker npm ERR!
                                  2019-06-03 16:12:18.297 - info: iobroker A complete log of this run can be found in:npm ERR! /root/.npm/_logs/2019-06-03T14_12_18_286Z-debug.log
                                  2019-06-03 16:12:18.322 - info: iobroker host.IoBroker Adapter "system.adapter.sayit.0" is started
                                  2019-06-03 16:12:18.339 - info: host.IoBroker object change system.adapter.sayit.0
                                  2019-06-03 16:12:18.339 - info: host.IoBroker "system.adapter.sayit.0" enabled
                                  2019-06-03 16:12:18.356 - error: iobroker host.IoBroker Adapter directory "null" does not exists
                                  2019-06-03 16:12:18.382 - error: iobroker Cannot parse null/io-package.json:Error: ENOENT: no such file or directory, open 'null/io-package.json'
                                  2019-06-03 16:12:18.394 - info: iobroker exit 0
                                  2019-06-03 16:12:18.967 - info: host.IoBroker instance system.adapter.iqontrol.0 started with pid 13714
                                  2019-06-03 16:12:19.493 - warn: host.IoBroker startInstance cannot find adapter "sayit@1.8.1". Try to install it... 3 attempt
                                  2019-06-03 16:12:19.493 - info: iobroker install sayit@1.8.1
                                  2019-06-03 16:12:19.664 - error: host.IoBroker instance system.adapter.iqontrol.0 terminated with code 7 (Adapter already running)
                                  2019-06-03 16:12:19.665 - info: host.IoBroker Restart adapter system.adapter.iqontrol.0 because enabled
                                  2019-06-03 16:12:21.032 - info: iobroker host.IoBroker Adapter "system.adapter.sayit.0" is stopped.
                                  2019-06-03 16:12:21.055 - info: host.IoBroker object change system.adapter.sayit.0
                                  2019-06-03 16:12:21.056 - info: host.IoBroker "system.adapter.sayit.0" disabled
                                  2019-06-03 16:12:21.558 - info: iobroker NPM version: 6.4.1
                                  2019-06-03 16:12:22.133 - info: iobroker npm install iobroker.sayit@1.8.1 --unsafe-perm --production --save --prefix "/opt/iobroker" (System call)
                                  2019-06-03 16:12:33.484 - info: iobroker npm ERR!
                                  2019-06-03 16:12:33.485 - info: iobroker code ETARGET
                                  2019-06-03 16:12:33.486 - info: iobroker npm ERR! notarget No matching version found for iobroker.sayit@1.8.1npm ERR! notarget
                                  2019-06-03 16:12:33.487 - info: iobroker In most cases you or one of your dependencies are requestingnpm ERR! notarget a package version that doesn't exist.
                                  2019-06-03 16:12:33.502 - info: iobroker npm ERR! A complete log of this run can be found in:
                                  npm ERR! /root/.npm/_logs/2019-06-03T14_12_33_489Z-debug.log
                                  2019-06-03 16:12:33.523 - info: iobroker host.IoBroker Adapter "system.adapter.sayit.0" is started
                                  2019-06-03 16:12:33.545 - info: host.IoBroker object change system.adapter.sayit.0
                                  2019-06-03 16:12:33.545 - info: host.IoBroker "system.adapter.sayit.0" enabled
                                  2019-06-03 16:12:33.562 - error: iobroker host.IoBroker Adapter directory "null" does not exists
                                  2019-06-03 16:12:33.588 - error: iobroker Cannot parse null/io-package.json:Error: ENOENT: no such file or directory, open 'null/io-package.json'
                                  2019-06-03 16:12:33.600 - info: iobroker exit 0
                                  2019-06-03 16:12:34.602 - warn: host.IoBroker startInstance cannot find adapter "radar2@1.2.0". Try to install it... 3 attempt
                                  2019-06-03 16:12:34.602 - info: iobroker install radar2@1.2.0
                                  2019-06-03 16:12:36.247 - info: iobroker NPM version: 6.4.1
                                  2019-06-03 16:12:36.759 - info: iobroker npm install iobroker.radar2@1.2.0 --unsafe-perm --production --save --prefix "/opt/iobroker" (System call)
                                  2019-06-03 16:12:48.518 - info: iobroker npm
                                  2019-06-03 16:12:48.518 - info: iobroker ERR! code ETARGET
                                  2019-06-03 16:12:48.520 - info: iobroker npm ERR! notarget No matching version found for iobroker.radar2@1.2.0npm ERR! notarget In most cases you or one of your dependencies are requesting
                                  npm ERR! notarget
                                  2019-06-03 16:12:48.521 - info: iobroker a package version that doesn't exist.
                                  2019-06-03 16:12:48.538 - info: iobroker
                                  2019-06-03 16:12:48.538 - info: iobroker npm ERR! A complete log of this run can be found in:npm ERR! /root/.npm/_logs/2019-06-03T14_12_48_523Z-debug.log
                                  2019-06-03 16:12:48.562 - error: iobroker host.IoBroker Adapter directory "null" does not exists
                                  2019-06-03 16:12:48.606 - error: iobroker Cannot parse null/io-package.json:Error: ENOENT: no such file or directory, open 'null/io-package.json'
                                  2019-06-03 16:12:48.616 - info: iobroker exit 0
                                  2019-06-03 16:12:49.618 - error: host.IoBroker Cannot download adapter "sayit@1.8.1". To restart it disable/enable it or restart host.
                                  2019-06-03 16:12:49.683 - info: host.IoBroker instance system.adapter.iqontrol.0 started with pid 13838
                                  2019-06-03 16:12:50.119 - error: host.IoBroker Cannot download adapter "sayit@1.8.1". To restart it disable/enable it or restart host.
                                  2019-06-03 16:12:50.340 - error: host.IoBroker instance system.adapter.iqontrol.0 terminated with code 7 (Adapter already running)
                                  2019-06-03 16:12:50.340 - info: host.IoBroker Restart adapter system.adapter.iqontrol.0 because enabled
                                  2019-06-03 16:12:50.620 - error: host.IoBroker Cannot download adapter "sayit@1.8.1". To restart it disable/enable it or restart host.
                                  2019-06-03 16:12:51.121 - error: host.IoBroker Cannot download adapter "sayit@1.8.1". To restart it disable/enable it or restart host.
                                  2019-06-03 16:12:51.622 - error: host.IoBroker Cannot download adapter "radar2@1.2.0". To restart it disable/enable it or restart host.
                                  2019-06-03 16:13:20.362 - info: host.IoBroker instance system.adapter.iqontrol.0 started with pid 13860
                                  

                                  geht überwiegend um diese Meldung
                                  bei den Adaptern
                                  Fritzbox
                                  broadlink
                                  sayit
                                  simple api
                                  milight
                                  radar2
                                  iqontrol

                                  2019-06-03 15:06:01.211 - error: iobroker host.IoBroker Adapter directory "null" does not exists
                                  2019-06-03 15:06:01.249 - error: iobroker Cannot parse null/io-package.json:Error: ENOENT: no such file or directory, open 'null/io-package.json'
                                  

                                  bluetooth

                                  > bluetooth-hci-socket@0.5.1 install /opt/iobroker/node_modules/iobroker.javascript/node_modules/bluetooth-hci-socket
                                  > node-gyp rebuild
                                  2019-06-03 14:58:43.886 - info: javascript.0 make: Verzeichnis „/opt/iobroker/node_modules/iobroker.javascript/node_modules/bluetooth-hci-socket/build“ wird betreten
                                  2019-06-03 14:58:43.888 - info: javascript.0 CXX(target) Release/obj.target/binding/src/BluetoothHciSocket.o
                                  2019-06-03 14:58:45.611 - error: javascript.0 ../src/BluetoothHciSocket.cpp: In member function ‘void BluetoothHciSocket::poll()’:
                                  ../src/BluetoothHciSocket.cpp:251:95: warning: ‘v8::Local Nan::MakeCallback(v8::Local, v8::Local, int, v8::Local*)’ is deprecated [-Wdeprecated-declarations]
                                  Nan::MakeCallback(Nan::New(this->This), Nan::New("emit").ToLocalChecked(), 2, argv);
                                  ^
                                  In file included from ../src/BluetoothHciSocket.cpp:8:0:
                                  ../../nan/nan.h:1045:46: note: declared here
                                  NAN_DEPRECATED inline v8::Local MakeCallback(
                                  ^~~~~~~~~~~~
                                  2019-06-03 14:58:45.614 - error: javascript.0 ../src/BluetoothHciSocket.cpp: In member function ‘void BluetoothHciSocket::emitErrnoError()’:
                                  ../src/BluetoothHciSocket.cpp:275:72: warning: ‘v8::Local v8::Function::NewInstance(int, v8::Local*) const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
                                  Local error = errorConstructor->NewInstance(1, constructorArgs);
                                  ^
                                  In file included from /root/.node-gyp/8.16.0/include/node/v8.h:26:0,
                                  from /root/.node-gyp/8.16.0/include/node/node.h:63,
                                  from /root/.node-gyp/8.16.0/include/node/node_buffer.h:25,
                                  from ../src/BluetoothHciSocket.cpp:7:
                                  /root/.node-gyp/8.16.0/include/node/v8.h:3897:31: note: declared here
                                  Local NewInstance(int argc, Local argv[]) const);
                                  ^
                                  /root/.node-gyp/8.16.0/include/node/v8config.h:318:3: note: in definition of macro ‘V8_DEPRECATED’
                                  declarator __attribute__((deprecated(message)))
                                  ^~~~~~~~~~
                                  2019-06-03 14:58:45.617 - error: javascript.0 ../src/BluetoothHciSocket.cpp:282:93: warning: ‘v8::Local Nan::MakeCallback(v8::Local, v8::Local, int, v8::Local*)’ is deprecated [-Wdeprecated-declarations]
                                  Nan::MakeCallback(Nan::New(this->This), Nan::New("emit").ToLocalChecked(), 2, argv);
                                  ^
                                  In file included from ../src/BluetoothHciSocket.cpp:8:0:
                                  ../../nan/nan.h:1045:46: note: declared here
                                  NAN_DEPRECATED inline v8::Local MakeCallback(
                                  ^~~~~~~~~~~~
                                  2019-06-03 14:58:46.999 - info: javascript.0 SOLINK_MODULE(target) Release/obj.target/binding.node
                                  2019-06-03 14:58:47.243 - info: javascript.0 COPY Release/binding.node
                                  2019-06-03 14:58:47.258 - info: javascript.0 make: Verzeichnis „/opt/iobroker/node_modules/iobroker.javascript/node_modules/bluetooth-hci-socket/build“ wird verlassen
                                  2019-06-03 14:58:47.626 - error: javascript.0 npm
                                  2019-06-03 14:58:47.626 - error: javascript.0 WARN optional SKIPPING OPTIONAL DEPENDENCY: xpc-connection@0.1.4 (node_modules/xpc-connection):
                                  npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for xpc-connection@0.1.4: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
                                  2019-06-03 14:58:47.627 - error: javascript.0
                                  2019-06-03 14:58:47.633 - info: javascript.0 + noble@1.9.1
                                  added 72 packages from 50 contributors and audited 132 packages in 12.31s
                                  2019-06-03 14:58:47.635 - info: javascript.0 found 2 low severity vulnerabilities
                                  run `npm audit fix` to fix them, or `npm audit` for details
                                  2019-06-03 14:58:47.655 - info: javascript.0 npm install node-hue-api --production --prefix "/opt/iobroker/node_modules/iobroker.javascript" (System call)
                                  2019-06-03 14:58:53.989 - error: javascript.0 npm
                                  2019-06-03 14:58:53.990 - error: javascript.0 WARN optional SKIPPING OPTIONAL DEPENDENCY: xpc-connection@0.1.4 (node_modules/xpc-connection):
                                  npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for xpc-connection@0.1.4: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
                                  2019-06-03 14:58:53.991 - error: javascript.0
                                  
                                  apollon77A Offline
                                  apollon77A Offline
                                  apollon77
                                  schrieb am zuletzt editiert von
                                  #63

                                  @crunchip meldung mit dem null ist eine buggy js-controller 1.5 Version ... Bitte unbedingt 1.5.11+ nutzen!! Da ist das behoben!

                                  Ahhh das bluetools zeug kommt bei dir aus dem javascript Adapter? Hast Du da irgendwelche Zusatzmodule installiert? Sieht aus wie noble ... Wenn das nicht die "https://www.npmjs.com/package/@abandonware/noble" ist dann ist das nicht nodejs 10 kompatibel!! Dann kann das die Ursache sein.

                                  Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

                                  • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
                                  • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
                                  1 Antwort Letzte Antwort
                                  0
                                  • DiginixD Diginix

                                    @apollon77 Die Zeile in der sudoers.d habe ich doch selbst eingefügt damit der iobroker user in Blockly per exec Dinge ohne Passwort ausführen darf.

                                    npm audit hatte ich gemacht weil radar2 bei der Installation folgendes sagt:

                                    + iobroker.radar2@1.2.0updated 1 package and audited 6249 packages in 43.664s
                                    found 90 vulnerabilities (58 low, 11 moderate, 21 high)  run `npm audit fix` to fix them, or `npm audit` for details
                                    

                                    Ich nutze schon die neuste radar2 Version von @frankjoke. Meist sogar direkt von GIT installiert.

                                    Wahrscheinlich werde ich wirklich mal mittels minimal Backup ein Restore machen und somit alles neu.

                                    apollon77A Offline
                                    apollon77A Offline
                                    apollon77
                                    schrieb am zuletzt editiert von
                                    #64

                                    @Diginix DIe meisten der Deps kommen vom js-controller und werde erst in der 2.0 aktualisiert weil das durchaus größere Themen sind ... Von daher aktuell ignorieren

                                    Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

                                    • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
                                    • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
                                    1 Antwort Letzte Antwort
                                    1
                                    • ChaotC Chaot

                                      Herzlichen Dank für die gute Anleitung.
                                      Bei mir hat das Update auf NPM 10.16.0 gut geklappt.
                                      Einzig der Dash Adapter funktioniert nicht mehr.
                                      Ich habe den dann deinstalliert und versucht neu zu installieren und dabei diese Fehlermeldung bekommen:

                                      iobroker	2019-06-03 21:15:45.138	info	exit 13
                                      iobroker	2019-06-03 21:15:45.121	error	host.haus Cannot install amazon-dash
                                      iobroker	2019-06-03 21:15:45.120	info	host.haus install adapter amazon-dash
                                      iobroker	2019-06-03 21:15:45.088	info	npm ERR! /root/.npm/_logs/2019-06-03T19_15_45_070Z-debug.log
                                      iobroker	2019-06-03 21:15:45.088	info	npm ERR! A complete log of this run can be found in:
                                      iobroker	2019-06-03 21:15:45.064	info	npm ERR!
                                      iobroker	2019-06-03 21:15:45.064	info	npm ERR! Command failed: git clone --mirror -q https://github.com/bytzdev/node-socketwatcher.git /root/.npm/_cacache/tmp/git-clone-68e13554/.gitnpm ERR! fatal: could not create leading directories of
                                      iobroker	2019-06-03 21:15:45.062	info	ERR! code 128
                                      iobroker	2019-06-03 21:15:45.060	info	npm
                                      iobroker	2019-06-03 21:15:00.496	info	npm install iobroker.amazon-dash@0.3.1 --unsafe-perm --production --save --prefix "/opt/iobroker" (System call)
                                      iobroker	2019-06-03 21:15:00.495	info	NPM version: 6.9.0
                                      iobroker	2019-06-03 21:14:59.600	info	host.haus install adapter amazon-dash
                                      iobroker	2019-06-03 21:14:59.570	info	npm ERR! /root/.npm/_logs/2019-06-03T19_14_59_555Z-debug.log
                                      iobroker	2019-06-03 21:14:59.570	info	npm ERR! A complete log of this run can be found in:
                                      iobroker	2019-06-03 21:14:59.549	info	npm ERR!
                                      iobroker	2019-06-03 21:14:59.549	info	npm ERR! Command failed: git clone --mirror -q https://github.com/bytzdev/node-socketwatcher.git /root/.npm/_cacache/tmp/git-clone-1045b9d0/.gitnpm ERR! fatal: could not create leading directories of
                                      iobroker	2019-06-03 21:14:59.546	info	ERR! code 128
                                      iobroker	2019-06-03 21:14:59.544	info	npm
                                      iobroker	2019-06-03 21:14:15.399	info	npm install iobroker.amazon-dash@0.3.1 --unsafe-perm --production --save --prefix "/opt/iobroker" (System call)
                                      iobroker	2019-06-03 21:14:15.398	info	NPM version: 6.9.0
                                      iobroker	2019-06-03 21:14:14.489	info	host.haus install adapter amazon-dash
                                      iobroker	2019-06-03 21:14:14.442	info	npm ERR! /root/.npm/_logs/2019-06-03T19_14_14_426Z-debug.log
                                      iobroker	2019-06-03 21:14:14.442	info	npm ERR! A complete log of this run can be found in:
                                      iobroker	2019-06-03 21:14:14.420	info	fatal: could not create leading directories of '/root/.npm/_cacache/tmp/git-clone-baa2d6d5/.git'npm ERR!
                                      iobroker	2019-06-03 21:14:14.418	info	ERR! Command failed: git clone --mirror -q https://github.com/bytzdev/node-socketwatcher.git /root/.npm/_cacache/tmp/git-clone-baa2d6d5/.gitnpm ERR!
                                      iobroker	2019-06-03 21:14:14.416	info	npm
                                      iobroker	2019-06-03 21:14:14.415	info	ERR! code 128
                                      iobroker	2019-06-03 21:14:14.413	info	npm
                                      iobroker	2019-06-03 21:13:27.356	info	npm install iobroker.amazon-dash@0.3.1 --unsafe-perm --production --save --prefix "/opt/iobroker" (System call)
                                      iobroker	2019-06-03 21:13:26.750	info	NPM version: 6.9.0
                                      iobroker	2019-06-03 21:13:24.986	info	add amazon-dash --host haus
                                      

                                      Für mich jetzt an sich nicht so wichtig, da der Dash im Laufe des Jahres sowieso rausfliegt und dann der Adapter hinfällig ist.

                                      Auf der Info Seite wird mir das hier angezeigt:

                                      Node.js
                                          v10.16.0 (Recommended version v8.16.0)
                                      

                                      Nur als Hinweis der eventuell noch in der Anleitung verarbeitet werden sollte.

                                      apollon77A Offline
                                      apollon77A Offline
                                      apollon77
                                      schrieb am zuletzt editiert von
                                      #65

                                      @Chaot Siehe Anleitung oben Post 2 ... Wenn im npm cache komische Fehler kommen ... :-) Cache clean oder mal cache Dirs löschen

                                      Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

                                      • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
                                      • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
                                      ChaotC 1 Antwort Letzte Antwort
                                      0
                                      • ChaotC Chaot

                                        @crunchip Ok, dann solltest du vorerst beim NPM 8.16 bleiben. Damit hat das ja funktioniert.
                                        Bei mir hat der letzte Button nur noch die Heizung gesteuert weil ich darüber das Badezimmer für 1 Stunde auf "Boost" gestellt habe. Aber derzeit wird das nicht mehr benötigt und bis Herbst habe ich dort einen schönen WLan Taster der dann das übernimmt.

                                        apollon77A Offline
                                        apollon77A Offline
                                        apollon77
                                        schrieb am zuletzt editiert von
                                        #66

                                        @Chaot amazon-dash geht mit nodejs 10 meines Wissens nach. Das ist eher ein lokales Problem bei Dir!

                                        Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

                                        • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
                                        • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
                                        crunchipC StabilostickS 2 Antworten Letzte Antwort
                                        0
                                        • apollon77A apollon77

                                          @Chaot amazon-dash geht mit nodejs 10 meines Wissens nach. Das ist eher ein lokales Problem bei Dir!

                                          crunchipC Offline
                                          crunchipC Offline
                                          crunchip
                                          Forum Testing Most Active
                                          schrieb am zuletzt editiert von
                                          #67

                                          @apollon77 ich werd es hoffentlich heute noch herausfinden, ob es geht oder nicht.

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

                                          Hast Du da irgendwelche Zusatzmodule installiert? Sieht aus wie noble ... Wenn das nicht die "https://www.npmjs.com/package/@abandonware/noble" ist dann ist das nicht nodejs 10 kompatibel!! Dann kann das die Ursache sein.
                                          kann ich dir ehrlich gesagt, gar nimmer sagen, wie kann ich das auslesen?

                                          umgestiegen von Proxmox auf Unraid

                                          StabilostickS 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
                                          FAQ Cloud / IOT
                                          HowTo: Node.js-Update
                                          HowTo: Backup/Restore
                                          Downloads
                                          BLOG

                                          266

                                          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