Skip to content
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. Bei meinem ioBroker sind plötzlich Adapter-Instanzen rot

NEWS

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

  • Weihnachtsangebot 2025! 🎄
    BluefoxB
    Bluefox
    24
    1
    1.7k

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

Bei meinem ioBroker sind plötzlich Adapter-Instanzen rot

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
91 Beiträge 7 Kommentatoren 7.1k Aufrufe 5 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • Thomas BraunT Thomas Braun

    @tramisch
    Erstmal nodeJS sauber installieren, inkl. npm.
    Schau in meiner Signatur danach.

    T Offline
    T Offline
    Tramisch
    schrieb am zuletzt editiert von
    #10

    @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/npm

    Dann 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/npm

    Doch 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?

    Thomas BraunT 1 Antwort Letzte Antwort
    0
    • T Tramisch

      @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/npm

      Dann 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/npm

      Doch 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?

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

      @tramisch sagte in Bei meinem ioBroker sind plötzlich Adapter-Instanzen rot:

      das scheint ja falsch zu sind

      Ja, ist komplett falsch.

      Linux-Werkzeugkasten:
      https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
      NodeJS Fixer Skript:
      https://forum.iobroker.net/topic/68035/iob-node-fix-skript
      iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

      T 1 Antwort Letzte Antwort
      0
      • Thomas BraunT Thomas Braun

        @tramisch sagte in Bei meinem ioBroker sind plötzlich Adapter-Instanzen rot:

        das scheint ja falsch zu sind

        Ja, ist komplett falsch.

        T Offline
        T Offline
        Tramisch
        schrieb am zuletzt editiert von
        #12

        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
        
        Thomas BraunT T 2 Antworten Letzte Antwort
        0
        • T Tramisch

          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
          
          Thomas BraunT Online
          Thomas BraunT Online
          Thomas Braun
          Most Active
          schrieb am zuletzt editiert von
          #13

          @tramisch Das ist die Zahl der verfügbaren Adapter, nicht die der installierten.

          Linux-Werkzeugkasten:
          https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
          NodeJS Fixer Skript:
          https://forum.iobroker.net/topic/68035/iob-node-fix-skript
          iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

          1 Antwort Letzte Antwort
          0
          • T Tramisch

            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
            
            T Offline
            T Offline
            Tramisch
            schrieb am zuletzt editiert von
            #14

            Ich verstehe ohnehin nicht, weshalb nach Rückspielen des Backups die Welt nicht wieder i. O. war? Kapier ich alles nicht.

            1 Antwort Letzte Antwort
            0
            • T Offline
              T Offline
              Tramisch
              schrieb am zuletzt editiert von Tramisch
              #15

              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?

              Thomas BraunT 1 Antwort Letzte Antwort
              0
              • T Tramisch

                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?

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

                @tramisch

                iobroker list instances
                

                Hast du nodeJS jetzt senkrecht im System? Ohne bringt dir auch ein Backup nix.

                Linux-Werkzeugkasten:
                https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                NodeJS Fixer Skript:
                https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                T 1 Antwort Letzte Antwort
                0
                • Thomas BraunT Thomas Braun

                  @tramisch

                  iobroker list instances
                  

                  Hast du nodeJS jetzt senkrecht im System? Ohne bringt dir auch ein Backup nix.

                  T Offline
                  T Offline
                  Tramisch
                  schrieb am zuletzt editiert von
                  #17

                  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: []
                  }
                  
                  Thomas BraunT 1 Antwort Letzte Antwort
                  0
                  • T Tramisch

                    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: []
                    }
                    
                    Thomas BraunT Online
                    Thomas BraunT Online
                    Thomas Braun
                    Most Active
                    schrieb am zuletzt editiert von
                    #18

                    @tramisch
                    nodeJS...

                    Linux-Werkzeugkasten:
                    https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                    NodeJS Fixer Skript:
                    https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                    iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                    1 Antwort Letzte Antwort
                    0
                    • T Offline
                      T Offline
                      Tramisch
                      schrieb am zuletzt editiert von Tramisch
                      #19

                      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...

                      Thomas BraunT 1 Antwort Letzte Antwort
                      0
                      • T Tramisch

                        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...

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

                        @tramisch

                        Du sollst die Anleitung lesen und umsetzen. Siehe oben.
                        Und nicht kopflos irgendwas irgendwie rumfrickeln.

                        Linux-Werkzeugkasten:
                        https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                        NodeJS Fixer Skript:
                        https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                        iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                        1 Antwort Letzte Antwort
                        0
                        • T Offline
                          T Offline
                          Tramisch
                          schrieb am zuletzt editiert von Tramisch
                          #21

                          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.

                          Thomas BraunT 1 Antwort Letzte Antwort
                          0
                          • T Tramisch

                            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.

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

                            @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...

                            Linux-Werkzeugkasten:
                            https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                            NodeJS Fixer Skript:
                            https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                            iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                            T 1 Antwort Letzte Antwort
                            0
                            • Thomas BraunT Thomas Braun

                              @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...

                              T Offline
                              T Offline
                              Tramisch
                              schrieb am zuletzt editiert von Tramisch
                              #23

                              @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
                              
                              Thomas BraunT 1 Antwort Letzte Antwort
                              0
                              • T Tramisch

                                @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
                                
                                Thomas BraunT Online
                                Thomas BraunT Online
                                Thomas Braun
                                Most Active
                                schrieb am zuletzt editiert von
                                #24

                                @tramisch
                                Die nodesource.list ist ja auch nicht dein Problem.

                                Linux-Werkzeugkasten:
                                https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                                NodeJS Fixer Skript:
                                https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                                iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                                1 Antwort Letzte Antwort
                                0
                                • T Offline
                                  T Offline
                                  Tramisch
                                  schrieb am zuletzt editiert von Tramisch
                                  #25

                                  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?

                                  HomoranH 1 Antwort Letzte Antwort
                                  0
                                  • T Offline
                                    T Offline
                                    Tramisch
                                    schrieb am zuletzt editiert von
                                    #26

                                    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: []
                                    }
                                    
                                    
                                    Thomas BraunT 1 Antwort Letzte Antwort
                                    0
                                    • T Tramisch

                                      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?

                                      HomoranH Nicht stören
                                      HomoranH Nicht stören
                                      Homoran
                                      Global Moderator Administrators
                                      schrieb am zuletzt editiert von
                                      #27

                                      @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

                                      kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

                                      Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                                      der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                                      1 Antwort Letzte Antwort
                                      0
                                      • T Tramisch

                                        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: []
                                        }
                                        
                                        
                                        Thomas BraunT Online
                                        Thomas BraunT Online
                                        Thomas Braun
                                        Most Active
                                        schrieb am zuletzt editiert von
                                        #28

                                        @tramisch

                                        cd /opt/iobroker
                                        sudo -H -u iobroker npm install iobroker.js-controller
                                        

                                        Linux-Werkzeugkasten:
                                        https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                                        NodeJS Fixer Skript:
                                        https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                                        iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                                        1 Antwort Letzte Antwort
                                        0
                                        • T Offline
                                          T Offline
                                          Tramisch
                                          schrieb am zuletzt editiert von Tramisch
                                          #29

                                          @homoran said

                                          Ich würde jetzt das letzte Backup vor npm v7 einspielen

                                          Dazu müsste ich jetzt erst mal wissen, wie ich ohne über den ioBroker-GUI zu gehen, ein Backup zurücklesen kann, welches im GoogleDrive liegt (da könnte ich es mir immerhin manuell herunterladen.

                                          @Thomas-Braun
                                          Das habe ich getan, mit folgendem Ergebnis

                                          pi@raspberrypi:/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
                                          npm WARN tarball cached data for color-string@^1.5.2 (sha512-c/hGS+kRWJutUBEngKKmk4iH3sD59MBkoxVapS/0wgpCz2u7XsNloxknyvBhzwEs1IbV36D9PwqLPJ2DTu3vMA==) seems to be corrupted. Refreshing cache.
                                          
                                          > iobroker.js-controller@3.3.15 preinstall /opt/iobroker/node_modules/iobroker.js-controller
                                          > node lib/preinstallCheck.js
                                          
                                          NPM version: 6.14.14
                                          
                                          > 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]
                                               , 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/14.17.5/include/node/node.h:758: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]
                                                 (node::addon_register_func) (regfunc),                          \
                                                                                     ^
                                          /home/iobroker/.cache/node-gyp/14.17.5/include/node/node.h:792:3: note: in expansion of macro ‘NODE_MODULE_X’
                                             NODE_MODULE_X(modname, regfunc, NULL, 0)  // NOLINT (readability/null_usage)
                                             ^~~~~~~~~~~~~
                                          ../src/unix_dgram.cc:404:1: note: in expansion of macro ‘NODE_MODULE’
                                           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]
                                               , 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/14.17.5/include/node/node.h:758: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]
                                                 (node::addon_register_func) (regfunc),                          \
                                                                                     ^
                                          /home/iobroker/.cache/node-gyp/14.17.5/include/node/node.h:792:3: note: in expansion of macro ‘NODE_MODULE_X’
                                             NODE_MODULE_X(modname, regfunc, NULL, 0)  // NOLINT (readability/null_usage)
                                             ^~~~~~~~~~~~~
                                          ../src/main.cpp:42:1: note: in expansion of macro ‘NODE_MODULE’
                                           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.15 install /opt/iobroker/node_modules/iobroker.js-controller
                                          > node iobroker.js setup first
                                          
                                          No connection to databases possible ...
                                          npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.3.2 (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":"arm"})
                                          npm WARN babel-eslint@10.1.0 requires a peer of eslint@>= 4.12.1 but none is installed. You must install peer dependencies yourself.
                                          npm WARN optional SKIPPING OPTIONAL DEPENDENCY: osx-temperature-sensor@1.0.7 (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":"arm"})
                                          
                                          npm ERR! code ELIFECYCLE
                                          npm ERR! errno 22
                                          npm ERR! iobroker.js-controller@3.3.15 install: `node iobroker.js setup first`
                                          npm ERR! Exit status 22
                                          npm ERR! 
                                          npm ERR! Failed at the iobroker.js-controller@3.3.15 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!     /home/iobroker/.npm/_logs/2021-08-22T09_05_35_839Z-debug.log
                                          
                                          1 Antwort Letzte Antwort
                                          0
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate
                                          FAQ Cloud / IOT
                                          HowTo: Node.js-Update
                                          HowTo: Backup/Restore
                                          Downloads
                                          BLOG

                                          462

                                          Online

                                          32.5k

                                          Benutzer

                                          81.8k

                                          Themen

                                          1.3m

                                          Beiträge
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Anmelden

                                          • Du hast noch kein Konto? Registrieren

                                          • Anmelden oder registrieren, um zu suchen
                                          • Erster Beitrag
                                            Letzter Beitrag
                                          0
                                          • Home
                                          • Aktuell
                                          • Tags
                                          • Ungelesen 0
                                          • Kategorien
                                          • Unreplied
                                          • Beliebt
                                          • GitHub
                                          • Docu
                                          • Hilfe