NEWS
Bei meinem ioBroker sind plötzlich Adapter-Instanzen rot
-
@tramisch sagte in Bei meinem ioBroker sind plötzlich Adapter-Instanzen rot:
Ich dachte das was im Protokoll steht sei das Log?
richtig, setzt du nen Filter für den entsprechenden Adapter, siehst du nur den entsprechenden Adapter
-
@thomas-braun
Habe ich alles befolgt und dabei gemerkt, dass der rasp immer und immer quälend langsamer wird. Alles ist jetzt total langsam geworden. Irgendwas ist da bei mir total falsch.Jedenfalls sah es bei mir vorher so aus:
/usr/bin/nodejs
/usr/local/bin/node
/usr/local/bin/npmDann habe ich die entfernt und gefixt. Jetzt aber schaut es so aus, dass auch "nodejs" bei local zu finden ist
/usr/local/bin/nodejs
/usr/local/bin/node
/usr/local/bin/npmDoch das scheint ja falsch zu sind. Bei tail -f /opt/iobroker/log/iobroker.current.log erscheint nach extrem langen vielen Minuten am Ende das hier:
2021-08-22 09:56:53.177 - error: fullybrowser.0 (2760) No one IP configured 2021-08-22 09:56:53.849 - info: deconz.0 (1974) starting. Version 1.3.19 in /opt/iobroker/node_modules/iobroker.deconz, node: v14.9.0, js-controller: 3.3.15 2021-08-22 09:56:54.013 - info: deconz.0 (1974) deConz Version: 2.12.6; API version: 1.16.0 2021-08-22 09:56:54.080 - info: deconz.0 (1974) Code 403: Forbidden get all lights: [{"error":{"address":"/lights","description":"unauthorized user","type":1}}] 2021-08-22 09:56:54.084 - info: deconz.0 (1974) Code 403: Forbidden get all sensors: [{"error":{"address":"/sensors","description":"unauthorized user","type":1}}] 2021-08-22 09:56:54.087 - info: deconz.0 (1974) Code 403: Forbidden get all groups: [{"error":{"address":"/groups","description":"unauthorized user","type":1}}] 2021-08-22 10:00:19.729 - info: host.raspberrypi "system.adapter.alexa2.0" disabled 2021-08-22 10:00:19.758 - info: host.raspberrypi "system.adapter.alexa2.0" enabled 2021-08-22 10:00:19.765 - info: host.raspberrypi "system.adapter.alexa2.0" disabled 2021-08-22 10:02:32.175 - info: host.raspberrypi Updating repository "stable" under "http://download.iobroker.net/sources-dist.json" 2021-08-22 10:05:48.230 - info: host.raspberrypi iobroker npm-install: node-pre-gyp ERR! install response status 404 Not Found on https://github.com/Automattic/node-canvas/releases/download/v2.8.0/canvas-v2.8.0-node-v83-linux-glibc-arm.tar.gz 2021-08-22 10:07:31.874 - info: host.raspberrypi iobroker npm-install: ../src/bmp/BMPParser.cc: In member function ‘void BMPParser::Parser::parse(uint8_t*, int, uint8_t*)’:../src/bmp/BMPParser.cc:186:16: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] E(ptr - data > imgdOffset, "image data overlaps with another structure"); ~~~~~~~~~~~^~~~~~~~~~~~../src/bmp/BMPParser.cc:10:25: note: in definition of macro ‘E’ #define E(cond, msg) if(cond) return setErr(msg) ^~~~../src/bmp/BMPParser.cc:201:27: warning: comparison of integer expressions of different signedness: ‘uint32_t’ {aka ‘unsigned int’} and ‘int’ [-Wsign-compare] E(ptr - data + imgdSize > len, "not enough image data"); ~~~~~~~~~~~~~~~~~~~~~~^~~~~../src/bmp/BMPParser.cc:10:25: note: in definition of macro ‘E’ #define E(cond, msg) if(cond) return setErr(msg) ^~~~ 2021-08-22 10:07:39.858 - info: host.raspberrypi iobroker npm-install: In file included from ../../nan/nan.h:2884, from ../src/backend/Backend.h:6, from ../src/Canvas.h:5, from ../src/Canvas.cc:3:../../nan/nan_typedarray_contents.h: In instantiation of ‘Nan::TypedArrayContents<T>::TypedArrayContents(v8::Local<v8::Value>) [with T = unsigned char]’:../src/Canvas.cc:274:65: required from here../../nan/nan_typedarray_contents.h:34:54: warning: ‘v8::ArrayBuffer::Contents v8::ArrayBuffer::GetContents()’ is deprecated: Use GetBackingStore. See http://crbug.com/v8/9908. [-Wdeprecated-declarations] data = static_cast<char*>(buffer->GetContents().Data()) + byte_offset; ~~~~~~~~~~~~~~~~~~~^~ 2021-08-22 10:07:39.863 - info: host.raspberrypi iobroker npm-install: In file included from /home/iobroker/.cache/node-gyp/14.9.0/include/node/node.h:67, from ../../nan/nan.h:54, from ../src/backend/Backend.h:6, from ../src/Canvas.h:5, from ../src/Canvas.cc:3:/home/iobroker/.cache/node-gyp/14.9.0/include/node/v8.h:5266:12: note: declared here Contents GetContents(); ^~~~~~~~~~~ 2021-08-22 10:07:54.462 - info: host.raspberrypi iobroker npm-install: In file included from ../../nan/nan.h:2884, 2021-08-22 10:07:54.482 - info: host.raspberrypi iobroker npm-install: from ../src/backend/Backend.h:6, from ../src/Canvas.h:5, from ../src/CanvasRenderingContext2d.h:6, from ../src/CanvasRenderingContext2d.cc:3:../../nan/nan_typedarray_contents.h: In instantiation of ‘Nan::TypedArrayContents<T>::TypedArrayContents(v8::Local<v8::Value>) [with T = unsigned char]’:../src/CanvasRenderingContext2d.cc:1038:64: required from here../../nan/nan_typedarray_contents.h:34:54: warning: ‘v8::ArrayBuffer::Contents v8::ArrayBuffer::GetContents()’ is deprecated: Use GetBackingStore. See http://crbug.com/v8/9908. [-Wdeprecated-declarations] data = static_cast<char*>(buffer->GetContents().Data()) + byte_offset; ~~~~~~~~~~~~~~~~~~~^~In file included from /home/iobroker/.cache/node-gyp/14.9.0/include/node/node.h:67, from ../../nan/nan.h:54, from ../src/backend/Backend.h:6, from ../src/Canvas.h:5, from ../src/CanvasRenderingContext2d.h:6, from ../src/CanvasRenderingContext2d.cc:3:/home/iobroker/.cache/node-gyp/14.9.0/include/node/v8.h:5266:12: note: declared here Contents GetContents(); ^~~~~~~~~~~In file included from ../../nan/nan.h:2884, from ../src/backend/Backend.h:6, from ../src/Canvas.h:5, from ../src/CanvasRenderingContext2d.h:6, from ../src/CanvasRenderingContext2d.cc:3:../../nan/nan_typedarray_contents.h: In instantiation of ‘Nan::TypedArrayContents<T>::TypedArrayContents(v8::Local<v8::Value>) [with T = double]’:../src/CanvasRenderingContext2d.cc:1763:43: required from here../../nan/nan_typedarray_contents.h:34:54: warning: ‘v8::ArrayBuffer::Contents v8::ArrayBuffer::GetContents()’ is deprecated: Use GetBackingStore. See http://crbug.com/v8/9908. [-Wdeprecated-declarations] data = static_cast<char*>(buffer->GetContents().Data()) + byte_offset; ~~~~~~~~~~~~~~~~~~~^~In file included from /home/iobroker/.cache/node-gyp/14.9.0/include/node/node.h:67, from ../../nan/nan.h:54, from ../src/backend/Backend.h:6, from ../src/Canvas.h:5, from ../src/CanvasRenderingContext2d.h:6, from ../src/CanvasRenderingContext2d.cc:3:/home/iobroker/.cache/node-gyp/14.9.0/include/node/v8.h:5266:12: note: declared here Contents GetContents(); ^~~~~~~~~~~ 2021-08-22 10:08:13.717 - info: host.raspberrypi iobroker npm-install: In file included from ../../nan/nan.h:2884, from ../src/ImageData.h:5, from ../src/ImageData.cc:3:../../nan/nan_typedarray_contents.h: In instantiation of ‘Nan::TypedArrayContents<T>::TypedArrayContents(v8::Local<v8::Value>) [with T = unsigned char]’:../src/ImageData.cc:116:53: required from here../../nan/nan_typedarray_contents.h:34:54: warning: ‘v8::ArrayBuffer::Contents v8::ArrayBuffer::GetContents()’ is deprecated: Use GetBackingStore. See http://crbug.com/v8/9908. [-Wdeprecated-declarations] data = static_cast<char*>(buffer->GetContents().Data()) + byte_offset; ~~~~~~~~~~~~~~~~~~~^~In file included from /home/iobroker/.cache/node-gyp/14.9.0/include/node/node.h:67, from ../../nan/nan.h:54, from ../src/ImageData.h:5, from ../src/ImageData.cc:3:/home/iobroker/.cache/node-gyp/14.9.0/include/node/v8.h:5266:12: note: declared here Contents GetContents(); ^~~~~~~~~~~ 2021-08-22 10:08:41.721 - info: host.raspberrypi iobroker npm-install: host.raspberrypi install adapter javascript@5.2.8 2021-08-22 10:08:43.785 - info: host.raspberrypi iobroker npm-install: upload [100] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/vs/language/html/htmlMode.js vs/language/html/htmlMode.js application/javascript 2021-08-22 10:08:44.550 - info: host.raspberrypi iobroker npm-install: upload [90] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/vs/editor/editor.main.nls.it.js vs/editor/editor.main.nls.it.js application/javascript 2021-08-22 10:08:45.495 - info: host.raspberrypi iobroker npm-install: upload [80] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/vs/basic-languages/javascript/javascript.js vs/basic-languages/javascript/javascript.js application/javascript 2021-08-22 10:08:46.224 - info: host.raspberrypi iobroker npm-install: upload [70] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/static/js/main.b673e3ef.chunk.js static/js/main.b673e3ef.chunk.js application/javascript 2021-08-22 10:09:15.938 - info: host.raspberrypi iobroker npm-install: upload [60] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/index_m.html index_m.html text/html 2021-08-22 10:09:16.555 - info: host.raspberrypi iobroker npm-install: upload [50] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/google-blockly/own/msg/de.js google-blockly/own/msg/de.js application/javascript 2021-08-22 10:09:17.164 - info: host.raspberrypi iobroker npm-install: upload [40] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/google-blockly/own/blocks_sendto.js google-blockly/own/blocks_sendto.js application/javascript 2021-08-22 10:09:17.799 - info: host.raspberrypi iobroker npm-install: upload [30] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/google-blockly/msg/js/it.js google-blockly/msg/js/it.js application/javascript 2021-08-22 10:09:18.475 - info: host.raspberrypi iobroker npm-install: upload [20] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/google-blockly/media/handopen.cur google-blockly/media/handopen.cur application/octet-stream 2021-08-22 10:09:18.545 - info: host.raspberrypi iobroker npm-install: upload [19] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/google-blockly/media/handdelete.cur google-blockly/media/handdelete.cur application/octet-stream 2021-08-22 10:09:18.632 - info: host.raspberrypi iobroker npm-install: upload [18] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/google-blockly/media/handclosed.cur google-blockly/media/handclosed.cur application/octet-stream 2021-08-22 10:09:18.691 - info: host.raspberrypi iobroker npm-install: upload [17] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/google-blockly/media/dropdown-arrow.svg google-blockly/media/dropdown-arrow.svg image/svg+xml 2021-08-22 10:09:18.754 - info: host.raspberrypi iobroker npm-install: upload [16] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/google-blockly/media/disconnect.wav google-blockly/media/disconnect.wav audio/wav 2021-08-22 10:09:18.815 - info: host.raspberrypi iobroker npm-install: upload [15] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/google-blockly/media/disconnect.ogg google-blockly/media/disconnect.ogg audio/ogg 2021-08-22 10:09:18.876 - info: host.raspberrypi iobroker npm-install: upload [14] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/google-blockly/media/disconnect.mp3 google-blockly/media/disconnect.mp3 audio/mpeg 2021-08-22 10:09:18.935 - info: host.raspberrypi iobroker npm-install: upload [13] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/google-blockly/media/delete.wav google-blockly/media/delete.wav audio/wav 2021-08-22 10:09:18.995 - info: host.raspberrypi iobroker npm-install: upload [12] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/google-blockly/media/delete.ogg google-blockly/media/delete.ogg audio/ogg 2021-08-22 10:09:19.053 - info: host.raspberrypi iobroker npm-install: upload [11] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/google-blockly/media/delete.mp3 google-blockly/media/delete.mp3 audio/mpeg 2021-08-22 10:09:19.112 - info: host.raspberrypi iobroker npm-install: upload [10] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/google-blockly/media/click.wav google-blockly/media/click.wav audio/wav 2021-08-22 10:09:19.170 - info: host.raspberrypi iobroker npm-install: upload [9] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/google-blockly/media/click.ogg google-blockly/media/click.ogg audio/ogg 2021-08-22 10:09:19.229 - info: host.raspberrypi iobroker npm-install: upload [8] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/google-blockly/media/click.mp3 google-blockly/media/click.mp3 audio/mpeg 2021-08-22 10:09:19.287 - info: host.raspberrypi iobroker npm-install: upload [7] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/google-blockly/media/1x1.gif google-blockly/media/1x1.gif image/gif 2021-08-22 10:09:19.346 - info: host.raspberrypi iobroker npm-install: upload [6] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/google-blockly/javascript_compressed.js google-blockly/javascript_compressed.js application/javascript 2021-08-22 10:09:19.407 - info: host.raspberrypi iobroker npm-install: upload [5] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/google-blockly/blocks_compressed.js google-blockly/blocks_compressed.js application/javascript 2021-08-22 10:09:19.474 - info: host.raspberrypi iobroker npm-install: upload [4] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/google-blockly/blockly_compressed.js google-blockly/blockly_compressed.js application/javascript 2021-08-22 10:09:19.566 - info: host.raspberrypi iobroker npm-install: upload [3] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/google-blockly/LICENSE google-blockly/LICENSE application/octet-stream 2021-08-22 10:09:19.632 - info: host.raspberrypi iobroker npm-install: upload [2] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/favicon.ico favicon.ico image/x-icon 2021-08-22 10:09:19.699 - info: host.raspberrypi iobroker npm-install: upload [1] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/asset-manifest.json asset-manifest.json application/json 2021-08-22 10:09:19.785 - info: host.raspberrypi iobroker npm-install: upload [0] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/adminWords.js adminWords.js application/javascript 2021-08-22 10:09:19.998 - error: host.raspberrypi iobroker npm-install: /opt/iobroker/node_modules/iobroker.js-controller/node_modules/jsonfile/index.js:56 throw err ^Error: /opt/iobroker/node_modules/iobroker.js-controller/lib/setup/../../package.json: ENOENT: no such file or directory, open '/opt/iobroker/node_modules/iobroker.js-controller/lib/setup/../../package.json' at Object.openSync (fs.js:465:3) at Object.readFileSync (fs.js:368:35) at Object.readFileSync (/opt/iobroker/node_modules/iobroker.js-controller/node_modules/jsonfile/index.js:50:22) at Immediate.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/lib/setup/setupInstall.js:585:47) at processImmediate (internal/timers.js:463:21) { errno: -2, syscall: 'open', code: 'ENOENT', path: '/opt/iobroker/node_modules/iobroker.js-controller/lib/setup/../../package.json'} 2021-08-22 10:09:20.016 - info: host.raspberrypi iobroker npm-install: exit 1 2021-08-22 10:09:21.018 - warn: host.raspberrypi startInstance cannot find adapter "node-red@2.4.0". Try to install it... 1 attempt 2021-08-22 10:09:21.019 - info: host.raspberrypi iobroker install node-red@2.4.0 using installedFrom 2021-08-22 10:09:21.234 - error: host.raspberrypi iobroker npm-install: internal/modules/cjs/loader.js:895 throw err; ^Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js' at Function.Module._resolveFilename (internal/modules/cjs/loader.js:892:15) at Function.Module._load (internal/modules/cjs/loader.js:742:27) at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:72:12) at internal/main/run_main_module.js:17:47 { code: 'MODULE_NOT_FOUND', requireStack: []} 2021-08-22 10:09:21.246 - info: host.raspberrypi iobroker npm-install: exit 1 2021-08-22 10:09:22.247 - warn: host.raspberrypi startInstance cannot find adapter "tahoma@0.4.3". Try to install it... 1 attempt 2021-08-22 10:09:22.248 - info: host.raspberrypi iobroker install tahoma@0.4.3 using installedFrom 2021-08-22 10:09:22.506 - error: host.raspberrypi iobroker npm-install: internal/modules/cjs/loader.js:895 throw err; ^Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js' at Function.Module._resolveFilename (internal/modules/cjs/loader.js:892:15) at Function.Module._load (internal/modules/cjs/loader.js:742:27) at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:72:12) at internal/main/run_main_module.js:17:47 { code: 'MODULE_NOT_FOUND', requireStack: []} 2021-08-22 10:09:22.511 - info: host.raspberrypi iobroker npm-install: exit 1 2021-08-22 10:09:23.512 - warn: host.raspberrypi startInstance cannot find adapter "broadlink2@2.0.3". Try to install it... 1 attempt 2021-08-22 10:09:23.513 - info: host.raspberrypi iobroker install broadlink2@2.0.3 using installedFrom 2021-08-22 10:09:23.744 - error: host.raspberrypi iobroker npm-install: internal/modules/cjs/loader.js:895 throw err; ^Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js' at Function.Module._resolveFilename (internal/modules/cjs/loader.js:892:15) at Function.Module._load (internal/modules/cjs/loader.js:742:27) at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:72:12) at internal/main/run_main_module.js:17:47 { code: 'MODULE_NOT_FOUND', requireStack: []} 2021-08-22 10:09:23.752 - info: host.raspberrypi iobroker npm-install: exit 1 2021-08-22 10:09:24.754 - warn: host.raspberrypi startInstance cannot find adapter "iot@1.8.13". Try to install it... 1 attempt 2021-08-22 10:09:24.754 - info: host.raspberrypi iobroker install iot@1.8.13 using installedFrom 2021-08-22 10:09:24.969 - error: host.raspberrypi iobroker npm-install: internal/modules/cjs/loader.js:895 throw err; ^Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js' at Function.Module._resolveFilename (internal/modules/cjs/loader.js:892:15) at Function.Module._load (internal/modules/cjs/loader.js:742:27) at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:72:12) at internal/main/run_main_module.js:17:47 { code: 'MODULE_NOT_FOUND', requireStack: []} 2021-08-22 10:09:24.983 - info: host.raspberrypi iobroker npm-install: exit 1 2021-08-22 10:09:25.984 - warn: host.raspberrypi startInstance cannot find adapter "net-tools@0.1.5". Try to install it... 1 attempt 2021-08-22 10:09:25.985 - info: host.raspberrypi iobroker install net-tools@0.1.5 using installedFrom 2021-08-22 10:09:26.187 - error: host.raspberrypi iobroker npm-install: internal/modules/cjs/loader.js:895 throw err; ^Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js' at Function.Module._resolveFilename (internal/modules/cjs/loader.js:892:15) at Function.Module._load (internal/modules/cjs/loader.js:742:27) at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:72:12) at internal/main/run_main_module.js:17:47 { code: 'MODULE_NOT_FOUND', requireStack: []} 2021-08-22 10:09:26.193 - info: host.raspberrypi iobroker npm-install: exit 1 2021-08-22 10:09:27.194 - warn: host.raspberrypi startInstance cannot find adapter "simple-api@2.5.3". Try to install it... 1 attempt 2021-08-22 10:09:27.195 - info: host.raspberrypi iobroker install simple-api@2.5.3 using installedFrom 2021-08-22 10:09:27.477 - error: host.raspberrypi iobroker npm-install: internal/modules/cjs/loader.js:895 throw err; ^Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js' at Function.Module._resolveFilename (internal/modules/cjs/loader.js:892:15) at Function.Module._load (internal/modules/cjs/loader.js:742:27) at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:72:12) at internal/main/run_main_module.js:17:47 { code: 'MODULE_NOT_FOUND', requireStack: []} 2021-08-22 10:09:27.485 - info: host.raspberrypi iobroker npm-install: exit 1 2021-08-22 10:09:28.486 - warn: host.raspberrypi startInstance cannot find adapter "sony-bravia@1.0.1". Try to install it... 1 attempt 2021-08-22 10:09:28.487 - info: host.raspberrypi iobroker install sony-bravia@1.0.1 using installedFrom 2021-08-22 10:09:28.700 - error: host.raspberrypi iobroker npm-install: internal/modules/cjs/loader.js:895 throw err; ^Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js' at Function.Module._resolveFilename (internal/modules/cjs/loader.js:892:15) at Function.Module._load (internal/modules/cjs/loader.js:742:27) at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:72:12) at internal/main/run_main_module.js:17:47 { code: 'MODULE_NOT_FOUND', requireStack: []} 2021-08-22 10:09:28.705 - info: host.raspberrypi iobroker npm-install: exit 1 2021-08-22 10:09:29.707 - warn: host.raspberrypi startInstance cannot find adapter "synology@0.1.18". Try to install it... 1 attempt 2021-08-22 10:09:29.707 - info: host.raspberrypi iobroker install synology@0.1.18 using installedFrom 2021-08-22 10:09:29.919 - error: host.raspberrypi iobroker npm-install: internal/modules/cjs/loader.js:895 throw err; ^Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js' at Function.Module._resolveFilename (internal/modules/cjs/loader.js:892:15) at Function.Module._load (internal/modules/cjs/loader.js:742:27) at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:72:12) at internal/main/run_main_module.js:17:47 { code: 'MODULE_NOT_FOUND', requireStack: []} 2021-08-22 10:09:29.926 - info: host.raspberrypi iobroker npm-install: exit 1 2021-08-22 10:09:30.929 - warn: host.raspberrypi startInstance cannot find adapter "upnp@1.0.19". Try to install it... 1 attempt 2021-08-22 10:09:30.929 - info: host.raspberrypi iobroker install upnp@1.0.19 using installedFrom 2021-08-22 10:09:31.135 - error: host.raspberrypi iobroker npm-install: internal/modules/cjs/loader.js:895 throw err; ^Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js' at Function.Module._resolveFilename (internal/modules/cjs/loader.js:892:15) at Function.Module._load (internal/modules/cjs/loader.js:742:27) at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:72:12) at internal/main/run_main_module.js:17:47 { code: 'MODULE_NOT_FOUND', requireStack: []} 2021-08-22 10:09:31.140 - info: host.raspberrypi iobroker npm-install: exit 1 2021-08-22 10:09:32.140 - warn: host.raspberrypi startInstance cannot find adapter "web@3.4.7". Try to install it... 1 attempt 2021-08-22 10:09:32.141 - info: host.raspberrypi iobroker install web@3.4.7 using installedFrom 2021-08-22 10:09:32.388 - error: host.raspberrypi iobroker npm-install: internal/modules/cjs/loader.js:895 throw err; ^Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js' at Function.Module._resolveFilename (internal/modules/cjs/loader.js:892:15) at Function.Module._load (internal/modules/cjs/loader.js:742:27) at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:72:12) at internal/main/run_main_module.js:17:47 { code: 'MODULE_NOT_FOUND', requireStack: []} 2021-08-22 10:09:32.396 - info: host.raspberrypi iobroker npm-install: exit 1 2021-08-22 10:09:33.397 - warn: host.raspberrypi startInstance cannot find adapter "windows-control@0.1.5". Try to install it... 1 attempt 2021-08-22 10:09:33.398 - info: host.raspberrypi iobroker install windows-control@0.1.5 using installedFrom 2021-08-22 10:09:33.668 - error: host.raspberrypi iobroker npm-install: internal/modules/cjs/loader.js:895 throw err; ^Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js' at Function.Module._resolveFilename (internal/modules/cjs/loader.js:892:15) at Function.Module._load (internal/modules/cjs/loader.js:742:27) at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:72:12) at internal/main/run_main_module.js:17:47 { code: 'MODULE_NOT_FOUND', requireStack: []} 2021-08-22 10:09:33.672 - info: host.raspberrypi iobroker npm-install: exit 1 2021-08-22 10:09:34.674 - warn: host.raspberrypi startInstance cannot find adapter "alexa2@3.9.3". Try to install it... 1 attempt 2021-08-22 10:09:34.675 - info: host.raspberrypi iobroker install alexa2@3.9.3 using installedFrom 2021-08-22 10:09:34.908 - error: host.raspberrypi iobroker npm-install: internal/modules/cjs/loader.js:895 throw err; ^Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js' at Function.Module._resolveFilename (internal/modules/cjs/loader.js:892:15) at Function.Module._load (internal/modules/cjs/loader.js:742:27) at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:72:12) at internal/main/run_main_module.js:17:47 { code: 'MODULE_NOT_FOUND', requireStack: []} 2021-08-22 10:09:34.913 - info: host.raspberrypi iobroker npm-install: exit 1 2021-08-22 10:09:34.914 - info: host.raspberrypi startInstance system.adapter.alexa2.0: instance is disabled but should be started, re-enabling it 2021-08-22 10:09:34.930 - info: host.raspberrypi instance "system.adapter.alexa2.0" enabled via .alive 2021-08-22 10:09:34.981 - info: host.raspberrypi "system.adapter.alexa2.0" enabled 2021-08-22 10:09:35.915 - warn: host.raspberrypi startInstance cannot find adapter "vis@1.4.3". Try to install it... 1 attempt 2021-08-22 10:09:35.916 - info: host.raspberrypi iobroker install vis@1.4.3 using installedFrom 2021-08-22 10:09:36.152 - error: host.raspberrypi iobroker npm-install: internal/modules/cjs/loader.js:895 throw err; ^Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js' at Function.Module._resolveFilename (internal/modules/cjs/loader.js:892:15) at Function.Module._load (internal/modules/cjs/loader.js:742:27) at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:72:12) at internal/main/run_main_module.js:17:47 { code: 'MODULE_NOT_FOUND', requireStack: []} 2021-08-22 10:09:36.157 - info: host.raspberrypi iobroker npm-install: exit 1 2021-08-22 10:09:37.164 - warn: host.raspberrypi startInstance cannot find adapter "alexa2@3.9.3". Try to install it... 1 attempt 2021-08-22 10:09:37.165 - info: host.raspberrypi iobroker install alexa2@3.9.3 using installedFrom 2021-08-22 10:09:37.383 - error: host.raspberrypi iobroker npm-install: internal/modules/cjs/loader.js:895 throw err; ^Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js' at Function.Module._resolveFilename (internal/modules/cjs/loader.js:892:15) at Function.Module._load (internal/modules/cjs/loader.js:742:27) at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:72:12) at internal/main/run_main_module.js:17:47 { code: 'MODULE_NOT_FOUND', requireStack: []} 2021-08-22 10:09:37.406 - info: host.raspberrypi iobroker npm-install: exit 1 2021-08-22 10:09:38.412 - warn: host.raspberrypi startInstance cannot find adapter "vis@1.4.3". Try to install it... 2 attempt 2021-08-22 10:09:38.412 - info: host.raspberrypi iobroker install vis@1.4.3 using installedFrom 2021-08-22 10:09:38.651 - error: host.raspberrypi iobroker npm-install: internal/modules/cjs/loader.js:895 throw err; ^Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js' at Function.Module._resolveFilename (internal/modules/cjs/loader.js:892:15) at Function.Module._load (internal/modules/cjs/loader.js:742:27) at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:72:12) at internal/main/run_main_module.js:17:47 { code: 'MODULE_NOT_FOUND', requireStack: []} 2021-08-22 10:09:38.659 - info: host.raspberrypi iobroker npm-install: exit 1 2021-08-22 10:09:39.663 - warn: host.raspberrypi startInstance cannot find adapter "alexa2@3.9.3". Try to install it... 2 attempt 2021-08-22 10:09:39.664 - info: host.raspberrypi iobroker install alexa2@3.9.3 using installedFrom 2021-08-22 10:09:39.863 - error: host.raspberrypi iobroker npm-install: internal/modules/cjs/loader.js:895 throw err; ^Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js' at Function.Module._resolveFilename (internal/modules/cjs/loader.js:892:15) at Function.Module._load (internal/modules/cjs/loader.js:742:27) at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:72:12) at internal/main/run_main_module.js:17:47 { code: 'MODULE_NOT_FOUND', requireStack: []} 2021-08-22 10:09:39.868 - info: host.raspberrypi iobroker npm-install: exit 1 2021-08-22 10:09:40.871 - warn: host.raspberrypi startInstance cannot find adapter "vis@1.4.3". Try to install it... 3 attempt 2021-08-22 10:09:40.873 - info: host.raspberrypi iobroker install vis@1.4.3 using installedVersion 2021-08-22 10:09:41.099 - error: host.raspberrypi iobroker npm-install: internal/modules/cjs/loader.js:895 throw err; ^Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js' at Function.Module._resolveFilename (internal/modules/cjs/loader.js:892:15) at Function.Module._load (internal/modules/cjs/loader.js:742:27) at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:72:12) at internal/main/run_main_module.js:17:47 { code: 'MODULE_NOT_FOUND', requireStack: []} 2021-08-22 10:09:41.104 - info: host.raspberrypi iobroker npm-install: exit 1 2021-08-22 10:09:42.114 - warn: host.raspberrypi startInstance cannot find adapter "alexa2@3.9.3". Try to install it... 3 attempt 2021-08-22 10:09:42.115 - info: host.raspberrypi iobroker install alexa2@3.9.3 using installedVersion 2021-08-22 10:09:42.320 - error: host.raspberrypi iobroker npm-install: internal/modules/cjs/loader.js:895 throw err; ^Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js' at Function.Module._resolveFilename (internal/modules/cjs/loader.js:892:15) at Function.Module._load (internal/modules/cjs/loader.js:742:27) at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:72:12) at internal/main/run_main_module.js:17:47 { code: 'MODULE_NOT_FOUND', requireStack: []} 2021-08-22 10:09:42.325 - info: host.raspberrypi iobroker npm-install: exit 1 2021-08-22 10:09:43.328 - warn: host.raspberrypi startInstance cannot find adapter "vis@1.4.3". Try to install it... 4 attempt 2021-08-22 10:09:43.328 - info: host.raspberrypi iobroker install vis@1.4.3 using installedVersion 2021-08-22 10:09:43.564 - error: host.raspberrypi iobroker npm-install: internal/modules/cjs/loader.js:895 throw err; ^Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js' at Function.Module._resolveFilename (internal/modules/cjs/loader.js:892:15) at Function.Module._load (internal/modules/cjs/loader.js:742:27) at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:72:12) at internal/main/run_main_module.js:17:47 { code: 'MODULE_NOT_FOUND', requireStack: []} 2021-08-22 10:09:43.572 - info: host.raspberrypi iobroker npm-install: exit 1 2021-08-22 10:09:44.575 - warn: host.raspberrypi startInstance cannot find adapter "alexa2@3.9.3". Try to install it... 4 attempt 2021-08-22 10:09:44.576 - info: host.raspberrypi iobroker install alexa2@3.9.3 using installedVersion 2021-08-22 10:09:44.791 - error: host.raspberrypi iobroker npm-install: internal/modules/cjs/loader.js:895 throw err; ^Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js' at Function.Module._resolveFilename (internal/modules/cjs/loader.js:892:15) at Function.Module._load (internal/modules/cjs/loader.js:742:27) at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:72:12) at internal/main/run_main_module.js:17:47 { code: 'MODULE_NOT_FOUND', requireStack: []} 2021-08-22 10:09:44.806 - info: host.raspberrypi iobroker npm-install: exit 1 2021-08-22 10:09:45.811 - error: host.raspberrypi Cannot download and install adapter "vis@1.4.3". To retry it disable/enable the adapter or restart host. Also check the error messages in the log! 2021-08-22 10:09:46.313 - error: host.raspberrypi Cannot download and install adapter "alexa2@3.9.3". To retry it disable/enable the adapter or restart host. Also check the error messages in the log!
Soll ich vielleicht noch einmal mein letztes Backup zurücklesen?
-
@tramisch sagte in Bei meinem ioBroker sind plötzlich Adapter-Instanzen rot:
das scheint ja falsch zu sind
Ja, ist komplett falsch.
-
Was mich auch wundert, hier steht etwas von 355 Adapter? Soll das bedeuten, bei mir laufen aktuell 355 Adapter? Wenn ja, ist das wohl der Grund der Langsamkeit.
Ich bin total ratlos.
raspberrypi Plattform linux Betriebssystem linux Architektur arm CPUs 4 Geschwindigkeit 1500 MHz Modell ARMv7 Processor rev 3 (v7l) RAM 3.75 GB System-Betriebszeit 00:12:32 Node.js v14.9.0 (Es gibt eine neuere Version: v14.17.5 - Empfohlene Version v12.22.5) NPM 6.14.8 Datenträgergröße 28.96 GB freier Festplattenspeicher 16 GB Anzahl der Adapter 355 Betriebszeit 00:12:34 Aktive Instanzen 5 location /opt/iobroker/ Hostname raspberrypi
-
@tramisch Das ist die Zahl der verfügbaren Adapter, nicht die der installierten.
-
Ich verstehe ohnehin nicht, weshalb nach Rückspielen des Backups die Welt nicht wieder i. O. war? Kapier ich alles nicht.
-
Jetzt komme ich gar nicht mehr auf meinen ioBroker. Dies Seite bleibt weiss. Nichts tut sich. Kann/muss ich da jetzt über die rasperry eine neue (temporäre) Admin-Instanz erzeugen oder was sollte ich tun?
ODER kann ich über den rasp ein Backup zurückspielen?
-
iobroker list instances
Hast du nodeJS jetzt senkrecht im System? Ohne bringt dir auch ein Backup nix.
-
Da kommt nun
internal/modules/cjs/loader.js:895 throw err; ^ Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js' at Function.Module._resolveFilename (internal/modules/cjs/loader.js:892:15) at Function.Module._load (internal/modules/cjs/loader.js:742:27) at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:72:12) at internal/main/run_main_module.js:17:47 { code: 'MODULE_NOT_FOUND', requireStack: [] }
-
@tramisch
nodeJS... -
Was meinst Du mit "nodeJS" bzw. wie könnte ich das beheben?
Soll ich noch mal das hier tun?
curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash sudo apt install nodejs
...usw usw...
-
Du sollst die Anleitung lesen und umsetzen. Siehe oben.
Und nicht kopflos irgendwas irgendwie rumfrickeln. -
Du meinst doch diese, richtig?
https://forum.iobroker.net/topic/35090/howto-nodejs-installation-und-upgrades-unter-debian
Die befolgte ich, mach es aber jetzt gerne gleich noch einmal.
-
@tramisch Ja, die meinte ich.
Wenn du die richtig umgesetzt hättest wäre der Kram nicht in /usr/local/bin zufinden sein.
Also nochmal... -
@thomas-braun said in Bei meinem ioBroker sind plötzlich Adapter-Instanzen rot:
@tramisch Ja, die meinte ich.
Wenn du die richtig umgesetzt hättest wäre der Kram nicht in /usr/local/bin zufinden sein.
Also nochmal...Zu Befehl!
Wenn ich das hier ausführe: sudo nano /etc/apt/sources.list.d/nodesource.list
erscheint beim mir übrigens der Inhalt so:
deb [signed-by=/usr/share/keyrings/nodesource.gpg] https://deb.nodesource.com/node_14.x buster main deb-src [signed-by=/usr/share/keyrings/nodesource.gpg] https://deb.nodesource.com/node_14.x buster main
UND mehr steht auch in der Datei nicht drin. Ein ENTER am Ende existiert.
Soll ich den Dateiinhalt gegen das hier manuell austauschen?
# node 12 deb https://deb.nodesource.com/node_12.x buster main deb-src https://deb.nodesource.com/node_12.x buster main # node 14 deb https://deb.nodesource.com/node_14.x buster main deb-src https://deb.nodesource.com/node_14.x buster main
-
@tramisch
Die nodesource.list ist ja auch nicht dein Problem. -
Jetzt erscheint das:
/usr/bin/nodejs /usr/bin/node /usr/bin/npm v14.17.5 v14.17.5 6.14.14 OK:1 http://raspbian.raspberrypi.org/raspbian buster InRelease OK:2 http://archive.raspberrypi.org/debian buster InRelease OK:3 https://deb.nodesource.com/node_14.x buster InRelease OK:4 http://phoscon.de/apt/deconz buster InRelease Paketlisten werden gelesen... Fertig Abhängigkeitsbaum wird aufgebaut. Statusinformationen werden eingelesen.... Fertig Alle Pakete sind aktuell. OK:1 http://raspbian.raspberrypi.org/raspbian buster InRelease OK:2 http://phoscon.de/apt/deconz buster InRelease OK:3 https://deb.nodesource.com/node_14.x buster InRelease OK:4 http://archive.raspberrypi.org/debian buster InRelease Paketlisten werden gelesen... Fertig Abhängigkeitsbaum wird aufgebaut. Statusinformationen werden eingelesen.... Fertig Alle Pakete sind aktuell. nodejs: Installiert: 14.17.5-1nodesource1 Installationskandidat: 14.17.5-1nodesource1 Versionstabelle: *** 14.17.5-1nodesource1 500 500 https://deb.nodesource.com/node_14.x buster/main armhf Packages 100 /var/lib/dpkg/status 10.24.0~dfsg-1~deb10u1 500 500 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages
Aber auf meinen iobroker gelange ich auch weiterhin nicht. Seite nicht erreichbar.
Hat der jetzt plötzlich eine neue IP oder einen anderen Port? Wenn ja, wie ermittle ich das?
-
Bei list instances kommt noch immer das hier:
internal/modules/cjs/loader.js:892 throw err; ^ Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js' at Function.Module._resolveFilename (internal/modules/cjs/loader.js:889:15) at Function.Module._load (internal/modules/cjs/loader.js:745:27) at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:76:12) at internal/main/run_main_module.js:17:47 { code: 'MODULE_NOT_FOUND', requireStack: [] }
-
@tramisch sagte in Bei meinem ioBroker sind plötzlich Adapter-Instanzen rot:
Aber auf meinen iobroker gelange ich auch weiterhin nicht
Sieht schon mal besser aus.
Aber ggf. hat deine Umstellung auf npm v7 dazu geführt, dass iobroker versucht wurde durch den Node Package Manager auf v7 umzubauen, was zu Problemen führt
Ich würde jetzt das letzte Backup vor npm v7 einspielen -
cd /opt/iobroker sudo -H -u iobroker npm install iobroker.js-controller