NEWS
[How-to] Node.js für ioBroker richtig updaten
-
@Jan1 sagte in [How-to] Node.js für ioBroker richtig updaten:
Wenn bei Dir rebuild nicht geht, dann probier doch mal reinstall. Die Doku ist derzeit nicht online, sonst hätte ich es gleich verlinkt.
Das habe ich einmal probiert mit katastrophalem Ausgang. Dort wird mit rm -R der gesamte node_modules Ordner gelöscht und das npm install ... baute dann bei mir nichts neues. Warf also auch Fehler. Somit hatte ich nach der Aktion gar keine Adapter mehr. Zum Glück hatte ich den gesamten ioBroker Ordner gesichert.
@apollon77 sagte in [How-to] Node.js für ioBroker richtig updaten:
@Diginix An der Stelle beissen sich dann bestimmt Dinge "von früher" wo noch mit sudo gearbeitet wurde und der neuere Ansatz. Auhc interessant, warum nutzt Du User iobroker? An sich. hat der keine Login-Shell nach dem neuen Installer. Ich habe keine Ahnung ob das nicht zusätzlich Probleme bereitet
Ich öffne eine root shell und switche zum ioBroker Nutzer. mit "sudo -s -u iobroker"
Dachte bisher das wäre sinnvoll damit eben nicht alles als root in der Konsole gemacht wird. Weil sonst ja wieder die Owner und Permissions nicht zum iobroker user passen.
Egal wie, das npm rebuild läuft bei mir weder mit nativem root noch mit iobroker, noch mit "sudo npm rebuild" sauber durch. Das Log ist weiter oben.
Ich bekomme daraus keine Idee was ich tun könnte. Scheue mich aktuell vor umfangreicheren Maßnahmen weil ich nicht weiß was das für Ausmaße oder Kollateralschäden mit sich bringen kann.Prinzipiell läuft bei mir alles. Es lassen sich Adapter installieren und auch aktualisieren. Daher habe ich kein Schmerz. Es bleibt nur im Hinterkopf dass einiges aus node 8.x Zeiten stammt und nun mit 10.x weiter läuft und dass man da ja eigentlich das "rebuild" machen soll.
-
@Diginix
Bei mir ist es egal, mit welcher Methode ich neu kompilieren, laufen beide nur das reinstall eben wesentlich länger läuft.
Ich weiß nicht was Du so alles laufen hast, aber Einstellungen der Adapter lassen sich sichern und bevor man ewig an einem Problem rum bastelt, kann man auch komplett neu aufsetzen. Dauert bei mir so ne gute Stunde und dann ist aber alles sauber. Wäre auch mal ne Möglichkeit IOBroker wieder "schön" zu machen.
Alternativ eben den IOBroker löschen und über die Backufunktion wieder das kleine Backup einspielen, sollte danach immer noch was nicht laufen, stimmt irgendwas an der Linux Installation nicht. -
@Jan1 Das System ist vom Januar und schon mit der aktuellsten Anleitung aufgesetzt. Der Fixer hat bei mit daher auch nie etwas korrigieren müssen. Dennoch natürlich verwendet um das schon mal aussschließen zu können.
Bis node 8.x hatte ich auch nie Probleme. node 10.x kam mit Xubuntu 19.04 automatisch und lies sich nicht auf 8 downgraden. Seit dem habe ich die genannten Unstimmigkeiten. Nachdem ich den Thread gefunden habe, dachte ich das lässt sich vllt auf kleinem Weg mit den richtigen Kommandos lösen.
Aber vllt setze ich wirklich noch mal neu auf wenn ich die Zeit finde. Da aber alle Adapter usw. perfekt laufen, wirkt es nicht so als das etwas wirklich falsch ist. -
@Diginix sagte in [How-to] Node.js für ioBroker richtig updaten:
Das System ist vom Januar und schon mit der aktuellsten Anleitung aufgesetzt.
und genau dafür kam der Fixer zuerst.
Anfang/Mitte Januar gab es mit dem installer noch einige Rechteprobleme, die nach und nach in den Fixer und den Installer einflossen. -
Wegen nicht funktionierendem Downgrade von Node 10: Schau Dir den Beitrag https://forum.iobroker.net/post/266790 und den darüber mit der cache policy an. Vielleicht hilft Dir das.
-
@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 ZeilenDas "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=0Und das npm Log dazu:
https://www.dropbox.com/s/2soi2gqmodxvyp4/2019-06-02T17_23_48_469Z-debug.log?dl=0Vielleicht 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.
-
@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
-
@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. -
@apollon77 den radar2 und ble hatte ich einfach in der neuesten version drüber installiert, dann waren die Fehler weg
-
@crunchip Aktuell bei iobroker nix wirkliches - es sei denn man hat eine Installation wo von vorn herein package-lock aktiviert war
-
@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. -
@Stabilostick habe beim neuladen bemerkt, das der ein oder andere Adapter Fehler aufweist.
hier ein Auszug aus dem log2019-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
iqontrol2019-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
-
Das war aber ein älteres Node.js, da Du noch npm 6.4.1 verwendest, oder? Also <=8.16 oder < 10.15.x.
-
@Stabilostick ja npm6.4.1
Nodejs 8.16 -
@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.
-
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.
-
@Chaot ich brauch den noch, sonst ist Sohnemann tot unglücklich
-
@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. -
@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. -
@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