NEWS
iobroker sendet 1000.... warnmeldungen...
-
@einstein2002 sagte in iobroker sendet 1000.... warnmeldungen...:
Wie bekomme ich die gelöscht??
Ich weiß nicht wo die liegen, ich habe keinen der Adapter bei mir im Einsatz.
Vermutlich in /opt/iobroker/iobroker-data/files@thomas-braun der Tipp war richtig, aber jetzt kommt immer noch das...
michael@michael-Macmini:/opt/iobroker/iobroker-data/files$ sudo -H -u iobroker npm install iobroker.js-controller [sudo] Passwort für michael: npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 > iobroker.js-controller@3.3.10 preinstall /opt/iobroker/node_modules/iobroker.js-controller > node lib/preinstallCheck.js NPM version: 6.14.12 > iobroker.js-controller@3.3.10 install /opt/iobroker/node_modules/iobroker.js-controller > node iobroker.js setup first object _design/system updated npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.3.1 (node_modules/chokidar/node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: osx-temperature-sensor@^1.0.7 (node_modules/iobroker.info/node_modules/osx-temperature-sensor): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for osx-temperature-sensor@1.0.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"}) + iobroker.js-controller@3.3.10 updated 1 package in 20.716s 74 packages are looking for funding run `npm fund` for details michael@michael-Macmini:/opt/iobroker/iobroker-data/files$ -
@thomas-braun der Tipp war richtig, aber jetzt kommt immer noch das...
michael@michael-Macmini:/opt/iobroker/iobroker-data/files$ sudo -H -u iobroker npm install iobroker.js-controller [sudo] Passwort für michael: npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 > iobroker.js-controller@3.3.10 preinstall /opt/iobroker/node_modules/iobroker.js-controller > node lib/preinstallCheck.js NPM version: 6.14.12 > iobroker.js-controller@3.3.10 install /opt/iobroker/node_modules/iobroker.js-controller > node iobroker.js setup first object _design/system updated npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.3.1 (node_modules/chokidar/node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: osx-temperature-sensor@^1.0.7 (node_modules/iobroker.info/node_modules/osx-temperature-sensor): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for osx-temperature-sensor@1.0.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"}) + iobroker.js-controller@3.3.10 updated 1 package in 20.716s 74 packages are looking for funding run `npm fund` for details michael@michael-Macmini:/opt/iobroker/iobroker-data/files$@einstein2002
Falsches Verzeichnis.sudo -H -u iobroker npm install iobroker.js-controllermuss in
/opt/iobroker/
ausgeführt werden, nicht in
/opt/iobroker/iobroker-data/files
Jetzt hast du die Installation 'daneben' geworfen.
Damit genau das NICHT passiert hatte ich dir oben das angegeben:iobroker repo set stable iobroker stop iobroker update cd /opt/iobroker sudo -H -u iobroker npm install iobroker.js-controller iobroker start -
@einstein2002
Falsches Verzeichnis.sudo -H -u iobroker npm install iobroker.js-controllermuss in
/opt/iobroker/
ausgeführt werden, nicht in
/opt/iobroker/iobroker-data/files
Jetzt hast du die Installation 'daneben' geworfen.
Damit genau das NICHT passiert hatte ich dir oben das angegeben:iobroker repo set stable iobroker stop iobroker update cd /opt/iobroker sudo -H -u iobroker npm install iobroker.js-controller iobroker start@thomas-braun mist, nicht aufgepasst.
Hatte durch das löschen der Verzeichnisse dieses ausgewählt und bin dann nicht mehr zurück...
Ist das jetzt sehr schlimm? -
@thomas-braun mist, nicht aufgepasst.
Hatte durch das löschen der Verzeichnisse dieses ausgewählt und bin dann nicht mehr zurück...
Ist das jetzt sehr schlimm?@einstein2002
Klar, jetzt hast du den js-controller zwei mal im System. Das ist natürlich Murks und verzerrt dir die npm list.Versuch mal:
cd /opt/iobroker/iobroker-data/files npm uninstall iobroker.js-controllerOb das aber hinhaut kann ich dir auch nicht mit Sicherheit sagen.
-
@einstein2002
Klar, jetzt hast du den js-controller zwei mal im System. Das ist natürlich Murks und verzerrt dir die npm list.Versuch mal:
cd /opt/iobroker/iobroker-data/files npm uninstall iobroker.js-controllerOb das aber hinhaut kann ich dir auch nicht mit Sicherheit sagen.
@thomas-braun sagte in iobroker sendet 1000.... warnmeldungen...:
npm uninstall iobroker.js-controller
Das hab ich gemacht, kann ich das jetzt irgendwie kontrollieren?
-
@thomas-braun sagte in iobroker sendet 1000.... warnmeldungen...:
npm uninstall iobroker.js-controller
Das hab ich gemacht, kann ich das jetzt irgendwie kontrollieren?
@einstein2002
Rückmeldung in der Konsole sah wie aus?
Gerne wieder komplett, dann sehe ich besser wo du da gerade herumhüpfst. -
@einstein2002
Rückmeldung in der Konsole sah wie aus?
Gerne wieder komplett, dann sehe ich besser wo du da gerade herumhüpfst.@thomas-braun hab inzwischen neu gebootet, jetzt startet mein iobroker nicht mehr, komme nicht mehr drauf.
Hab noch einmal die Befehle eingegeben, siehe...
michael@michael-Macmini:/opt/iobroker$ cd /opt/iobroker/iobroker-data/files michael@michael-Macmini:/opt/iobroker/iobroker-data/files$ npm uninstall iobroker.js-controller [sudo] Passwort für michael: npm WARN optional SKIPPING OPTIONAL DEPENDENCY: osx-temperature-sensor@^1.0.7 (node_modules/iobroker.info/node_modules/osx-temperature-sensor): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for osx-temperature-sensor@1.0.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"}) up to date in 38.456s 74 packages are looking for funding run `npm fund` for details michael@michael-Macmini:/opt/iobroker/iobroker-data/files$ -
@thomas-braun hab inzwischen neu gebootet, jetzt startet mein iobroker nicht mehr, komme nicht mehr drauf.
Hab noch einmal die Befehle eingegeben, siehe...
michael@michael-Macmini:/opt/iobroker$ cd /opt/iobroker/iobroker-data/files michael@michael-Macmini:/opt/iobroker/iobroker-data/files$ npm uninstall iobroker.js-controller [sudo] Passwort für michael: npm WARN optional SKIPPING OPTIONAL DEPENDENCY: osx-temperature-sensor@^1.0.7 (node_modules/iobroker.info/node_modules/osx-temperature-sensor): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for osx-temperature-sensor@1.0.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"}) up to date in 38.456s 74 packages are looking for funding run `npm fund` for details michael@michael-Macmini:/opt/iobroker/iobroker-data/files$@einstein2002 und ein weiterer versuch sieht dann so aus...
michael@michael-Macmini:~$ iobroker repo set stable internal/modules/cjs/loader.js:818 throw err; ^ Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js' at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15) at Function.Module._load (internal/modules/cjs/loader.js:667:27) at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:60:12) at internal/main/run_main_module.js:17:47 { code: 'MODULE_NOT_FOUND', requireStack: [] } michael@michael-Macmini:~$ cd /opt/iobroker michael@michael-Macmini:/opt/iobroker$ iobroker repo set stable internal/modules/cjs/loader.js:818 throw err; ^ Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js' at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15) at Function.Module._load (internal/modules/cjs/loader.js:667:27) at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:60:12) at internal/main/run_main_module.js:17:47 { code: 'MODULE_NOT_FOUND', requireStack: [] } michael@michael-Macmini:/opt/iobroker$ -
@einstein2002
Rückmeldung in der Konsole sah wie aus?
Gerne wieder komplett, dann sehe ich besser wo du da gerade herumhüpfst.@thomas-braun jetzt ist kein js mehr drauf
-
@thomas-braun jetzt ist kein js mehr drauf
cd /opt/iobroker sudo -H -u iobroker npm install iobroker.js-controller iobroker start -
cd /opt/iobroker sudo -H -u iobroker npm install iobroker.js-controller iobroker start@thomas-braun sagte in iobroker sendet 1000.... warnmeldungen...:
iobroker start
Läuft wieder, aber wieder mit der 3.3.10
michael@michael-Macmini:/opt/iobroker$ sudo -H -u iobroker npm install iobroker.js-controller npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 > iobroker.js-controller@3.3.10 preinstall /opt/iobroker/node_modules/iobroker.js-controller > node lib/preinstallCheck.js NPM version: 6.14.12 > unix-dgram@2.0.3 install /opt/iobroker/node_modules/unix-dgram > node-gyp rebuild make: Verzeichnis „/opt/iobroker/node_modules/unix-dgram/build“ wird betreten CXX(target) Release/obj.target/unix_dgram/src/unix_dgram.o In file included from ../src/unix_dgram.cc:5: ../../nan/nan.h: In function ‘void Nan::AsyncQueueWorker(Nan::AsyncWorker*)’: ../../nan/nan.h:2298:62: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type] 2298 | , reinterpret_cast<uv_after_work_cb>(AsyncExecuteComplete) | ^ In file included from ../../nan/nan.h:54, from ../src/unix_dgram.cc:5: ../src/unix_dgram.cc: At global scope: /home/iobroker/.cache/node-gyp/12.22.1/include/node/node.h:736:43: warning: cast between incompatible function types from ‘void (*)(v8::Local<v8::Object>)’ to ‘node::addon_register_func’ {aka ‘void (*)(v8::Local<v8::Object>, v8::Local<v8::Value>, void*)’} [-Wcast-function-type] 736 | (node::addon_register_func) (regfunc), \ | ^ /home/iobroker/.cache/node-gyp/12.22.1/include/node/node.h:770:3: note: in expansion of macro ‘NODE_MODULE_X’ 770 | NODE_MODULE_X(modname, regfunc, NULL, 0) // NOLINT (readability/null_usage) | ^~~~~~~~~~~~~ ../src/unix_dgram.cc:404:1: note: in expansion of macro ‘NODE_MODULE’ 404 | NODE_MODULE(unix_dgram, Initialize) | ^~~~~~~~~~~ SOLINK_MODULE(target) Release/obj.target/unix_dgram.node COPY Release/unix_dgram.node make: Verzeichnis „/opt/iobroker/node_modules/unix-dgram/build“ wird verlassen > ursa-optional@0.9.10 install /opt/iobroker/node_modules/ursa-optional > node rebuild.js ursaNative bindings compilation fail. This is not an issue. Modules that depend on it will use fallbacks. > diskusage@1.1.3 install /opt/iobroker/node_modules/diskusage > node-gyp rebuild make: Verzeichnis „/opt/iobroker/node_modules/diskusage/build“ wird betreten CXX(target) Release/obj.target/diskusage/src/main.o In file included from ../src/main.cpp:3: ../../nan/nan.h: In function ‘void Nan::AsyncQueueWorker(Nan::AsyncWorker*)’: ../../nan/nan.h:2298:62: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type] 2298 | , reinterpret_cast<uv_after_work_cb>(AsyncExecuteComplete) | ^ In file included from ../../nan/nan.h:54, from ../src/main.cpp:3: ../src/main.cpp: At global scope: /home/iobroker/.cache/node-gyp/12.22.1/include/node/node.h:736:43: warning: cast between incompatible function types from ‘void (*)(v8::Local<v8::Object>)’ to ‘node::addon_register_func’ {aka ‘void (*)(v8::Local<v8::Object>, v8::Local<v8::Value>, void*)’} [-Wcast-function-type] 736 | (node::addon_register_func) (regfunc), \ | ^ /home/iobroker/.cache/node-gyp/12.22.1/include/node/node.h:770:3: note: in expansion of macro ‘NODE_MODULE_X’ 770 | NODE_MODULE_X(modname, regfunc, NULL, 0) // NOLINT (readability/null_usage) | ^~~~~~~~~~~~~ ../src/main.cpp:42:1: note: in expansion of macro ‘NODE_MODULE’ 42 | NODE_MODULE(diskusage, Init) | ^~~~~~~~~~~ CXX(target) Release/obj.target/diskusage/src/diskusage_posix.o SOLINK_MODULE(target) Release/obj.target/diskusage.node COPY Release/diskusage.node make: Verzeichnis „/opt/iobroker/node_modules/diskusage/build“ wird verlassen > iobroker.js-controller@3.3.10 install /opt/iobroker/node_modules/iobroker.js-controller > node iobroker.js setup first object _design/system updated > @root/acme@3.1.0 postinstall /opt/iobroker/node_modules/@root/acme > node scripts/postinstall > esbuild@0.11.23 postinstall /opt/iobroker/node_modules/esbuild > node install.js npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.3.1 (node_modules/chokidar/node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: osx-temperature-sensor@^1.0.7 (node_modules/iobroker.info/node_modules/osx-temperature-sensor): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for osx-temperature-sensor@1.0.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"}) + iobroker.js-controller@3.3.10 added 188 packages from 155 contributors in 32.179s 78 packages are looking for funding run `npm fund` for details michael@michael-Macmini:/opt/iobroker$ iobroker -v 3.3.10 michael@michael-Macmini:/opt/iobroker$ iobroker start -
@thomas-braun sagte in iobroker sendet 1000.... warnmeldungen...:
iobroker start
Läuft wieder, aber wieder mit der 3.3.10
michael@michael-Macmini:/opt/iobroker$ sudo -H -u iobroker npm install iobroker.js-controller npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 > iobroker.js-controller@3.3.10 preinstall /opt/iobroker/node_modules/iobroker.js-controller > node lib/preinstallCheck.js NPM version: 6.14.12 > unix-dgram@2.0.3 install /opt/iobroker/node_modules/unix-dgram > node-gyp rebuild make: Verzeichnis „/opt/iobroker/node_modules/unix-dgram/build“ wird betreten CXX(target) Release/obj.target/unix_dgram/src/unix_dgram.o In file included from ../src/unix_dgram.cc:5: ../../nan/nan.h: In function ‘void Nan::AsyncQueueWorker(Nan::AsyncWorker*)’: ../../nan/nan.h:2298:62: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type] 2298 | , reinterpret_cast<uv_after_work_cb>(AsyncExecuteComplete) | ^ In file included from ../../nan/nan.h:54, from ../src/unix_dgram.cc:5: ../src/unix_dgram.cc: At global scope: /home/iobroker/.cache/node-gyp/12.22.1/include/node/node.h:736:43: warning: cast between incompatible function types from ‘void (*)(v8::Local<v8::Object>)’ to ‘node::addon_register_func’ {aka ‘void (*)(v8::Local<v8::Object>, v8::Local<v8::Value>, void*)’} [-Wcast-function-type] 736 | (node::addon_register_func) (regfunc), \ | ^ /home/iobroker/.cache/node-gyp/12.22.1/include/node/node.h:770:3: note: in expansion of macro ‘NODE_MODULE_X’ 770 | NODE_MODULE_X(modname, regfunc, NULL, 0) // NOLINT (readability/null_usage) | ^~~~~~~~~~~~~ ../src/unix_dgram.cc:404:1: note: in expansion of macro ‘NODE_MODULE’ 404 | NODE_MODULE(unix_dgram, Initialize) | ^~~~~~~~~~~ SOLINK_MODULE(target) Release/obj.target/unix_dgram.node COPY Release/unix_dgram.node make: Verzeichnis „/opt/iobroker/node_modules/unix-dgram/build“ wird verlassen > ursa-optional@0.9.10 install /opt/iobroker/node_modules/ursa-optional > node rebuild.js ursaNative bindings compilation fail. This is not an issue. Modules that depend on it will use fallbacks. > diskusage@1.1.3 install /opt/iobroker/node_modules/diskusage > node-gyp rebuild make: Verzeichnis „/opt/iobroker/node_modules/diskusage/build“ wird betreten CXX(target) Release/obj.target/diskusage/src/main.o In file included from ../src/main.cpp:3: ../../nan/nan.h: In function ‘void Nan::AsyncQueueWorker(Nan::AsyncWorker*)’: ../../nan/nan.h:2298:62: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type] 2298 | , reinterpret_cast<uv_after_work_cb>(AsyncExecuteComplete) | ^ In file included from ../../nan/nan.h:54, from ../src/main.cpp:3: ../src/main.cpp: At global scope: /home/iobroker/.cache/node-gyp/12.22.1/include/node/node.h:736:43: warning: cast between incompatible function types from ‘void (*)(v8::Local<v8::Object>)’ to ‘node::addon_register_func’ {aka ‘void (*)(v8::Local<v8::Object>, v8::Local<v8::Value>, void*)’} [-Wcast-function-type] 736 | (node::addon_register_func) (regfunc), \ | ^ /home/iobroker/.cache/node-gyp/12.22.1/include/node/node.h:770:3: note: in expansion of macro ‘NODE_MODULE_X’ 770 | NODE_MODULE_X(modname, regfunc, NULL, 0) // NOLINT (readability/null_usage) | ^~~~~~~~~~~~~ ../src/main.cpp:42:1: note: in expansion of macro ‘NODE_MODULE’ 42 | NODE_MODULE(diskusage, Init) | ^~~~~~~~~~~ CXX(target) Release/obj.target/diskusage/src/diskusage_posix.o SOLINK_MODULE(target) Release/obj.target/diskusage.node COPY Release/diskusage.node make: Verzeichnis „/opt/iobroker/node_modules/diskusage/build“ wird verlassen > iobroker.js-controller@3.3.10 install /opt/iobroker/node_modules/iobroker.js-controller > node iobroker.js setup first object _design/system updated > @root/acme@3.1.0 postinstall /opt/iobroker/node_modules/@root/acme > node scripts/postinstall > esbuild@0.11.23 postinstall /opt/iobroker/node_modules/esbuild > node install.js npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.3.1 (node_modules/chokidar/node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: osx-temperature-sensor@^1.0.7 (node_modules/iobroker.info/node_modules/osx-temperature-sensor): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for osx-temperature-sensor@1.0.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"}) + iobroker.js-controller@3.3.10 added 188 packages from 155 contributors in 32.179s 78 packages are looking for funding run `npm fund` for details michael@michael-Macmini:/opt/iobroker$ iobroker -v 3.3.10 michael@michael-Macmini:/opt/iobroker$ iobroker start@einstein2002 aber es sind schon deutlich weniger Meldungen, jetzt haben die sonoff_pow adapter noch irgendwelche probleme
Da geh ich morgen früh ran, ist ja schon später... Dir Danke ich für die Mühe und Hilfe. Kann ich Dir was gutes tun??
Grüße Michael
-
@einstein2002 und ein weiterer versuch sieht dann so aus...
michael@michael-Macmini:~$ iobroker repo set stable internal/modules/cjs/loader.js:818 throw err; ^ Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js' at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15) at Function.Module._load (internal/modules/cjs/loader.js:667:27) at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:60:12) at internal/main/run_main_module.js:17:47 { code: 'MODULE_NOT_FOUND', requireStack: [] } michael@michael-Macmini:~$ cd /opt/iobroker michael@michael-Macmini:/opt/iobroker$ iobroker repo set stable internal/modules/cjs/loader.js:818 throw err; ^ Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js' at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15) at Function.Module._load (internal/modules/cjs/loader.js:667:27) at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:60:12) at internal/main/run_main_module.js:17:47 { code: 'MODULE_NOT_FOUND', requireStack: [] } michael@michael-Macmini:/opt/iobroker$@einstein2002 sagte in iobroker sendet 1000.... warnmeldungen...:
iobroker repo set stable
@Thomas-Braun
kann das sein, dass das repo bei @Einstein2002 anders heisst? -
@einstein2002 sagte in iobroker sendet 1000.... warnmeldungen...:
iobroker repo set stable
@Thomas-Braun
kann das sein, dass das repo bei @Einstein2002 anders heisst? -
@thomas-braun sagte in iobroker sendet 1000.... warnmeldungen...:
iobroker repo list
michael@michael-Macmini:/opt/iobroker$ iobroker repo list stable : http://download.iobroker.net/sources-dist.json beta : http://download.iobroker.net/sources-dist-latest.json Active repo: stable michael@michael-Macmini:/opt/iobroker$ -
@einstein2002 sagte in iobroker sendet 1000.... warnmeldungen...:
iobroker repo set stable
@Thomas-Braun
kann das sein, dass das repo bei @Einstein2002 anders heisst?@homoran Denke das ist richtig, oder?
-
@homoran Denke das ist richtig, oder?
cd /opt/iobroker sudo -H -u iobroker npm install iobroker.js-controller@3.2.16 -
@homoran Denke das ist richtig, oder?
@einstein2002 sagte in iobroker sendet 1000.... warnmeldungen...:
sudo -H -u iobroker npm install iobroker.js-controller
dann mach da mal ein
sudo -H -u iobroker npm install iobroker.js-controller@3.2.16draus
aber in /opt/iobroker! -
cd /opt/iobroker sudo -H -u iobroker npm install iobroker.js-controller@3.2.16@thomas-braun sagte in iobroker sendet 1000.... warnmeldungen...:
sudo -H -u iobroker npm install iobroker.js-controller@3.2.16
Das war es. Sieht doch soweit erstmal gut aus.
michael@michael-Macmini:/opt/iobroker$ iobroker repo set stable Repository "stable" set as active. stable : http://download.iobroker.net/sources-dist.json beta : http://download.iobroker.net/sources-dist-latest.json Active repo: stable michael@michael-Macmini:/opt/iobroker$ iobroker stop michael@michael-Macmini:/opt/iobroker$ iobroker update Used repository: stable hash unchanged, use cached sources update done Adapter "admin" : 4.2.1 , installed 5.0.31 Adapter "alexa2" : 3.8.1 , installed 3.9.0 Adapter "backitup" : 2.1.6 , installed 2.1.11 Adapter "broadlink2" : 2.0.3 , installed 2.1.5 Adapter "cloud" : 4.0.10 , installed 4.0.11 Adapter "daswetter" : 3.0.7 , installed 3.0.7 Adapter "device-reminder": 1.2.1 , installed 1.2.1 Adapter "discovery" : 2.6.1 , installed 2.6.3 Adapter "ds18b20" : 1.4.1 , installed 1.4.1 Adapter "dwd" : 2.7.5 , installed 2.7.5 Adapter "fb-checkpresence": 1.1.0 , installed 1.1.4 Adapter "feiertage" : 1.0.17 , installed 1.0.20 Adapter "flot" : 1.10.6 , installed 1.10.6 Adapter "history" : 1.9.12 , installed 1.9.13 Adapter "hm-rpc" : 1.14.37 , installed 1.14.38 Adapter "ical" : 1.7.4 , installed 1.9.3 Adapter "icons-mfd-svg" : 1.0.2 , installed 1.0.2 Adapter "info" : 1.7.14 , installed 1.7.15 Adapter "iot" : 1.8.16 , installed 1.8.22 Adapter "javascript" : 5.1.3 , installed 5.1.3 Controller "js-controller" : 3.2.16 , installed 3.3.10 Adapter "milight" : 0.3.6 , installed 0.4.0 Adapter "milight-smart-light": 1.2.0 , installed 1.2.1 Adapter "mqtt" : 2.3.5 , installed 2.4.0 Adapter "nina" : 0.0.24 , installed 0.0.24 Adapter "openligadb" : 1.1.0 , installed 1.2.0 Adapter "openweathermap": 0.1.0 , installed 0.1.0 Adapter "pollenflug" : 1.0.6 , installed 1.0.6 Adapter "shelly" : 4.0.7 , installed 4.0.8 Adapter "simple-api" : 2.5.3 , installed 2.6.1 Adapter "socketio" : 3.1.4 , installed 3.1.4 Adapter "sonoff" : 2.4.0 , installed 2.4.0 Adapter "sonos" : 2.1.1 , installed 2.1.1 Adapter "sql" : 1.15.7 , installed 1.15.7 Adapter "tankerkoenig" : 2.0.5 , installed 2.0.12 Adapter "telegram" : 1.8.1 , installed 1.8.1 Adapter "text2command" : 2.0.7 , installed 2.0.7 Adapter "tr-064" : 4.2.12 , installed 4.2.12 Adapter "trashschedule" : 1.1.1 , installed 1.1.3 Adapter "unifi" : 0.5.8 , installed 0.5.9 Adapter "vis" : 1.3.8 , installed 1.3.9 Adapter "vis-colorpicker": 1.2.0 , installed 1.2.0 Adapter "vis-hqwidgets" : 1.1.7 , installed 1.1.7 Adapter "vis-jqui-mfd" : 1.0.12 , installed 1.0.12 Adapter "vis-justgage" : 1.0.2 , installed 1.0.2 Adapter "vis-keyboard" : 0.0.2 , installed 0.0.2 Adapter "vis-map" : 1.0.4 , installed 1.0.4 Adapter "vis-metro" : 1.1.2 , installed 1.1.2 Adapter "vis-players" : 0.1.6 , installed 0.1.6 Adapter "vis-timeandweather": 1.1.7 , installed 1.1.7 Adapter "weatherunderground": 3.3.0 , installed 3.3.0 Adapter "web" : 3.4.0 , installed 3.4.1 Adapter "yahka" : 0.12.0 , installed 0.13.1 michael@michael-Macmini:/opt/iobroker$ cd /opt/iobroker michael@michael-Macmini:/opt/iobroker$ sudo -H -u iobroker npm install iobroker.js-controller@3.2.16 [sudo] Passwort für michael: npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 > iobroker.js-controller@3.2.16 preinstall /opt/iobroker/node_modules/iobroker.js-controller > node lib/preinstallCheck.js NPM version: 6.14.12 > iobroker.js-controller@3.2.16 install /opt/iobroker/node_modules/iobroker.js-controller > node iobroker.js setup first object _design/system updated npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.3.1 (node_modules/chokidar/node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: osx-temperature-sensor@^1.0.7 (node_modules/iobroker.info/node_modules/osx-temperature-sensor): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for osx-temperature-sensor@1.0.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"}) + iobroker.js-controller@3.2.16 removed 20 packages and updated 6 packages in 43.486s 74 packages are looking for funding run `npm fund` for details michael@michael-Macmini:/opt/iobroker$ iobroker start michael@michael-Macmini:/opt/iobroker$ iobroker -v 3.2.16 michael@michael-Macmini:/opt/iobroker$ -
@thomas-braun sagte in iobroker sendet 1000.... warnmeldungen...:
sudo -H -u iobroker npm install iobroker.js-controller@3.2.16
Das war es. Sieht doch soweit erstmal gut aus.
michael@michael-Macmini:/opt/iobroker$ iobroker repo set stable Repository "stable" set as active. stable : http://download.iobroker.net/sources-dist.json beta : http://download.iobroker.net/sources-dist-latest.json Active repo: stable michael@michael-Macmini:/opt/iobroker$ iobroker stop michael@michael-Macmini:/opt/iobroker$ iobroker update Used repository: stable hash unchanged, use cached sources update done Adapter "admin" : 4.2.1 , installed 5.0.31 Adapter "alexa2" : 3.8.1 , installed 3.9.0 Adapter "backitup" : 2.1.6 , installed 2.1.11 Adapter "broadlink2" : 2.0.3 , installed 2.1.5 Adapter "cloud" : 4.0.10 , installed 4.0.11 Adapter "daswetter" : 3.0.7 , installed 3.0.7 Adapter "device-reminder": 1.2.1 , installed 1.2.1 Adapter "discovery" : 2.6.1 , installed 2.6.3 Adapter "ds18b20" : 1.4.1 , installed 1.4.1 Adapter "dwd" : 2.7.5 , installed 2.7.5 Adapter "fb-checkpresence": 1.1.0 , installed 1.1.4 Adapter "feiertage" : 1.0.17 , installed 1.0.20 Adapter "flot" : 1.10.6 , installed 1.10.6 Adapter "history" : 1.9.12 , installed 1.9.13 Adapter "hm-rpc" : 1.14.37 , installed 1.14.38 Adapter "ical" : 1.7.4 , installed 1.9.3 Adapter "icons-mfd-svg" : 1.0.2 , installed 1.0.2 Adapter "info" : 1.7.14 , installed 1.7.15 Adapter "iot" : 1.8.16 , installed 1.8.22 Adapter "javascript" : 5.1.3 , installed 5.1.3 Controller "js-controller" : 3.2.16 , installed 3.3.10 Adapter "milight" : 0.3.6 , installed 0.4.0 Adapter "milight-smart-light": 1.2.0 , installed 1.2.1 Adapter "mqtt" : 2.3.5 , installed 2.4.0 Adapter "nina" : 0.0.24 , installed 0.0.24 Adapter "openligadb" : 1.1.0 , installed 1.2.0 Adapter "openweathermap": 0.1.0 , installed 0.1.0 Adapter "pollenflug" : 1.0.6 , installed 1.0.6 Adapter "shelly" : 4.0.7 , installed 4.0.8 Adapter "simple-api" : 2.5.3 , installed 2.6.1 Adapter "socketio" : 3.1.4 , installed 3.1.4 Adapter "sonoff" : 2.4.0 , installed 2.4.0 Adapter "sonos" : 2.1.1 , installed 2.1.1 Adapter "sql" : 1.15.7 , installed 1.15.7 Adapter "tankerkoenig" : 2.0.5 , installed 2.0.12 Adapter "telegram" : 1.8.1 , installed 1.8.1 Adapter "text2command" : 2.0.7 , installed 2.0.7 Adapter "tr-064" : 4.2.12 , installed 4.2.12 Adapter "trashschedule" : 1.1.1 , installed 1.1.3 Adapter "unifi" : 0.5.8 , installed 0.5.9 Adapter "vis" : 1.3.8 , installed 1.3.9 Adapter "vis-colorpicker": 1.2.0 , installed 1.2.0 Adapter "vis-hqwidgets" : 1.1.7 , installed 1.1.7 Adapter "vis-jqui-mfd" : 1.0.12 , installed 1.0.12 Adapter "vis-justgage" : 1.0.2 , installed 1.0.2 Adapter "vis-keyboard" : 0.0.2 , installed 0.0.2 Adapter "vis-map" : 1.0.4 , installed 1.0.4 Adapter "vis-metro" : 1.1.2 , installed 1.1.2 Adapter "vis-players" : 0.1.6 , installed 0.1.6 Adapter "vis-timeandweather": 1.1.7 , installed 1.1.7 Adapter "weatherunderground": 3.3.0 , installed 3.3.0 Adapter "web" : 3.4.0 , installed 3.4.1 Adapter "yahka" : 0.12.0 , installed 0.13.1 michael@michael-Macmini:/opt/iobroker$ cd /opt/iobroker michael@michael-Macmini:/opt/iobroker$ sudo -H -u iobroker npm install iobroker.js-controller@3.2.16 [sudo] Passwort für michael: npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 > iobroker.js-controller@3.2.16 preinstall /opt/iobroker/node_modules/iobroker.js-controller > node lib/preinstallCheck.js NPM version: 6.14.12 > iobroker.js-controller@3.2.16 install /opt/iobroker/node_modules/iobroker.js-controller > node iobroker.js setup first object _design/system updated npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.3.1 (node_modules/chokidar/node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: osx-temperature-sensor@^1.0.7 (node_modules/iobroker.info/node_modules/osx-temperature-sensor): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for osx-temperature-sensor@1.0.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"}) + iobroker.js-controller@3.2.16 removed 20 packages and updated 6 packages in 43.486s 74 packages are looking for funding run `npm fund` for details michael@michael-Macmini:/opt/iobroker$ iobroker start michael@michael-Macmini:/opt/iobroker$ iobroker -v 3.2.16 michael@michael-Macmini:/opt/iobroker$@einstein2002 sagte in iobroker sendet 1000.... warnmeldungen...:
Sieht doch soweit erstmal gut aus.
vor allem soehst du jetzt, wo du überall Betaversionen hast und auf welche version du downgraden solltest
Hey! Du scheinst an dieser Unterhaltung interessiert zu sein, hast aber noch kein Konto.
Hast du es satt, bei jedem Besuch durch die gleichen Beiträge zu scrollen? Wenn du dich für ein Konto anmeldest, kommst du immer genau dorthin zurück, wo du zuvor warst, und kannst dich über neue Antworten benachrichtigen lassen (entweder per E-Mail oder Push-Benachrichtigung). Du kannst auch Lesezeichen speichern und Beiträge positiv bewerten, um anderen Community-Mitgliedern deine Wertschätzung zu zeigen.
Mit deinem Input könnte dieser Beitrag noch besser werden 💗
Registrieren Anmelden