2018-02-08 22:58:15.399 - [32minfo[39m: rflink.0 List of port: [{"manufacturer":"1a86","pnpId":"usb-1a86_USB2.0-Serial-if00-port0","vendorId":"1a86","productId":"7523","comName":"/dev/ttyUSB0"},{"comName":"/dev/ttyS0"}] 2018-02-08 22:58:15.404 - [34mdebug[39m: rflink.0 sendTo "listUart" to system.adapter.admin.0 from system.adapter.rflink.0 2018-02-08 22:58:15.546 - [34mdebug[39m: rflink.0 sendTo "readNewVersion" to system.adapter.admin.0 from system.adapter.rflink.0 2018-02-08 23:01:20.281 - [32minfo[39m: iobroker url "https://github.com/ioBroker/ioBroker.rflink/tarball/master" rflink --debug 2018-02-08 23:01:22.485 - [32minfo[39m: iobroker install https://github.com/ioBroker/ioBroker.rflink/tarball/master 2018-02-08 23:01:23.135 - [32minfo[39m: iobroker npm install https://github.com/ioBroker/ioBroker.rflink/tarball/master --production --prefix "/opt/iobroker" (System call) 2018-02-08 23:03:51.279 - [32minfo[39m: iobroker > serialport@4.0.7 install /opt/iobroker/node_modules/avrgirl-arduino/node_modules/serialport > node-pre-gyp install --fallback-to-build >! 2018-02-08 23:03:57.025 - [32minfo[39m: iobroker node-pre-gyp ERR! Tried to download(404): https://github.com/EmergingTechnologyAdvisors/node-serialport/releases/download/4.0.7/serialport-v4.0.7-node-v48-linux-arm.tar.gz node-pre-gyp ERR! Pre-built binaries not found for serialport@4.0.7 and node@6.12.3 (node-v48 ABI) (falling back to source compile with node-gyp) >! 2018-02-08 23:04:03.858 - [32minfo[39m: iobroker make: Entering directory '/opt/iobroker/node_modules/avrgirl-arduino/node_modules/serialport/build' 2018-02-08 23:04:03.875 - [32minfo[39m: iobroker CXX(target) Release/obj.target/serialport/src/serialport.o 2018-02-08 23:04:08.077 - [32minfo[39m: iobroker ../src/serialport.cpp: In function ‘int getIntFromObject(v8::Local, std::string)’:../src/serialport.cpp:90:52: warning: ‘v8::Local v8::Value::ToInt32() const’ is deprecated (declared at /root/.node-gyp/6.12.3/include/node/v8.h:8214): Use maybe version [-Wdeprecated-declarations] return getValueFromObject(options, key)->ToInt32()->Int32Value(); ^ >! 2018-02-08 23:04:08.112 - [32minfo[39m: iobroker ../src/serialport.cpp: In function ‘double getDoubleFromObject(v8::Local, std::string)’:../src/serialport.cpp:102:53: warning: ‘v8::Local v8::Value::ToNumber() const’ is deprecated (declared at /root/.node-gyp/6.12.3/include/node/v8.h:8178): Use maybe version [-Wdeprecated-declarations] return getValueFromObject(options, key)->ToNumber()->NumberValue(); ^ ../src/serialport.cpp: In function ‘void EIO_AfterOpen(uv_work_t*)’: ../src/serialport.cpp:174:31: warning: ‘v8::Local v8::Value::ToInt32() const’ is deprecated (declared at /root/.node-gyp/6.12.3/include/node/v8.h:8214): Use maybe version [-Wdeprecated-declarations] int fd = argv[1]->ToInt32()->Int32Value(); ^ ../src/serialport.cpp: In function ‘Nan::NAN_METHOD_RETURN_TYPE Update(Nan::NAN_METHOD_ARGS_TYPE)’: ../src/serialport.cpp:193:29: warning: ‘v8::Local v8::Value::ToInt32() const’ is deprecated (declared at /root/.node-gyp/6.12.3/include/node/v8.h:8214): Use maybe version [-Wdeprecated-declarations] int fd = info[0]->ToInt32()->Int32Value(); ^ ../src/serialport.cpp:217:116: warning: ‘v8::Local v8::Value::ToInt32() const’ is deprecated (declared at /root/.node-gyp/6.12.3/include/node/v8.h:8214): Use maybe version [-Wdeprecated-declarations] baton->baudRate = Nan::Get(options, Nan::New("baudRate").ToLocalChecked()).ToLocalChecked()->ToInt32()->Int32Value(); ^ ../src/serialport.cpp: In function ‘Nan::NAN_METHOD_RETURN_TYPE Write(Nan::NAN_METHOD_ARGS_TYPE)’: ../src/serialport.cpp:252:29: warning: ‘v8::Local v8::Value::ToInt32() const’ is deprecated (declared at /root/.node-gyp/6.12.3/include/node/v8.h:8214): Use maybe version [-Wdeprecated-declarations] int fd = info[0]->ToInt32()->Int32Value(); ^ ../src/serialport.cpp: In function ‘Nan::NAN_METHOD_RETURN_TYPE Close(Nan::NAN_METHOD_ARGS_TYPE)’: ../src/serialport.cpp:369:32: warning: ‘v8::Local v8::Value::ToInt32() const’ is deprecated (declared at /root/.node-gyp/6.12.3/include/node/v8.h:8214): Use maybe version [-Wdeprecated-declarations] baton->fd = info[0]->ToInt32()->Int32Value(); ^ >! 2018-02-08 23:04:08.124 - [32minfo[39m: iobroker ../src/serialport.cpp: In function ‘Nan::NAN_METHOD_RETURN_TYPE Flush(Nan::NAN_METHOD_ARGS_TYPE)’:../src/serialport.cpp:480:29: warning: ‘v8::Local v8::Value::ToInt32() const’ is deprecated (declared at /root/.node-gyp/6.12.3/include/node/v8.h:8214): Use maybe version [-Wdeprecated-declarations] int fd = info[0]->ToInt32()->Int32Value(); ^ >! 2018-02-08 23:04:08.134 - [32minfo[39m: iobroker ../src/serialport.cpp: In function ‘Nan::NAN_METHOD_RETURN_TYPE Set(Nan::NAN_METHOD_ARGS_TYPE)’:../src/serialport.cpp:528:29: warning: ‘v8::Local v8::Value::ToInt32() const’ is deprecated (declared at /root/.node-gyp/6.12.3/include/node/v8.h:8214): Use maybe version [-Wdeprecated-declarations] int fd = info[0]->ToInt32()->Int32Value(); ^ >! 2018-02-08 23:04:08.159 - [32minfo[39m: iobroker ../src/serialport.cpp: In function ‘Nan::NAN_METHOD_RETURN_TYPE Drain(Nan::NAN_METHOD_ARGS_TYPE)’:../src/serialport.cpp:585:29: warning: ‘v8::Local v8::Value::ToInt32() const’ is deprecated (declared at /root/.node-gyp/6.12.3/include/node/v8.h:8214): Use maybe version [-Wdeprecated-declarations] int fd = info[0]->ToInt32()->Int32Value(); ^ >! 2018-02-08 23:04:13.773 - [32minfo[39m: iobroker CXX(target) Release/obj.target/serialport/src/serialport_unix.o 2018-02-08 23:04:17.495 - [32minfo[39m: iobroker ../src/serialport_unix.cpp: In function ‘OpenBatonPlatformOptions* ParsePlatformOptions(const v8::Local&)’:../src/serialport_unix.cpp:44:109: warning: ‘v8::Local v8::Value::ToInt32() const’ is deprecated (declared at /root/.node-gyp/6.12.3/include/node/v8.h:8214): Use maybe version [-Wdeprecated-declarations] result->vmin = Nan::Get(options, Nan::New("vmin").ToLocalChecked()).ToLocalChecked()->ToInt32()->Int32Value(); ^ >! 2018-02-08 23:04:17.516 - [32minfo[39m: iobroker ../src/serialport_unix.cpp:45:111: warning: ‘v8::Local v8::Value::ToInt32() const’ is deprecated (declared at /root/.node-gyp/6.12.3/include/node/v8.h:8214): Use maybe version [-Wdeprecated-declarations] result->vtime = Nan::Get(options, Nan::New("vtime").ToLocalChecked()).ToLocalChecked()->ToInt32()->Int32Value(); ^ >! 2018-02-08 23:04:18.750 - [32minfo[39m: iobroker CXX(target) Release/obj.target/serialport/src/serialport_poller.o 2018-02-08 23:04:22.467 - [32minfo[39m: iobroker ../src/serialport_poller.cpp: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE SerialportPoller::New(Nan::NAN_METHOD_ARGS_TYPE)’:../src/serialport_poller.cpp:86:31: warning: ‘v8::Local v8::Value::ToInt32() const’ is deprecated (declared at /root/.node-gyp/6.12.3/include/node/v8.h:8214): Use maybe version [-Wdeprecated-declarations] obj->fd_ = info[0]->ToInt32()->Int32Value(); ^ >! 2018-02-08 23:04:24.213 - [32minfo[39m: iobroker SOLINK_MODULE(target) Release/obj.target/serialport.node 2018-02-08 23:04:24.678 - [32minfo[39m: iobroker COPY Release/serialport.node 2018-02-08 23:04:24.720 - [32minfo[39m: iobroker make: Leaving directory '/opt/iobroker/node_modules/avrgirl-arduino/node_modules/serialport/build' 2018-02-08 23:04:25.844 - [32minfo[39m: iobroker > authenticate-pam@1.0.2 install /opt/iobroker/node_modules/authenticate-pam > node-gyp rebuild >! 2018-02-08 23:04:30.999 - [32minfo[39m: iobroker make: Entering directory '/opt/iobroker/node_modules/authenticate-pam/build' 2018-02-08 23:04:31.009 - [32minfo[39m: iobroker CXX(target) Release/obj.target/authenticate_pam/authenticate_pam.o 2018-02-08 23:04:32.031 - [32minfo[39m: iobroker ../authenticate_pam.cc:30:31: fatal error: security/pam_appl.h: No such file or directory #include ^ compilation terminated. >! 2018-02-08 23:04:34.526 - [32minfo[39m: iobroker authenticate_pam.target.mk:92: recipe for target 'Release/obj.target/authenticate_pam/authenticate_pam.o' failed 2018-02-08 23:04:34.601 - [32minfo[39m: iobroker make: Leaving directory '/opt/iobroker/node_modules/authenticate-pam/build' 2018-02-08 23:04:34.604 - [32minfo[39m: iobroker make: *** [Release/obj.target/authenticate_pam/authenticate_pam.o] Error 1 2018-02-08 23:04:34.652 - [32minfo[39m: iobroker gyp ERR! build error 2018-02-08 23:04:34.674 - [32minfo[39m: iobroker gyp ERR! stack Error: `make` failed with exit code: 2 2018-02-08 23:04:34.680 - [32minfo[39m: iobroker gyp ERR! stack at ChildProcess.onExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:276:23)gyp ERR! stack at emitTwo (events.js:106:13) gyp ERR! stack at ChildProcess.emit (events.js:191:7) gyp 2018-02-08 23:04:34.683 - [32minfo[39m: iobroker ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:219:12) 2018-02-08 23:04:34.702 - [32minfo[39m: iobroker gyp ERR! System Linux 3.4.113-sun8i 2018-02-08 23:04:34.705 - [32minfo[39m: iobroker gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"gyp ERR! cwd /opt/iobroker/node_modules/authenticate-pam gyp ERR! node -v v6.12.3 >! 2018-02-08 23:04:34.708 - [32minfo[39m: iobroker gyp ERR! node-gyp -v v3.4.0gyp ERR! not ok >! 2018-02-08 23:04:34.768 - [32minfo[39m: iobroker > serialport@6.0.5 install /opt/iobroker/node_modules/serialport > prebuild-install || node-gyp rebuild >! 2018-02-08 23:04:36.592 - [32minfo[39m: iobroker prebuild-install 2018-02-08 23:04:36.602 - [32minfo[39m: iobroker 2018-02-08 23:04:36.605 - [32minfo[39m: iobroker info begin Prebuild-install version 2.5.0 2018-02-08 23:04:36.629 - [32minfo[39m: iobroker prebuild-install 2018-02-08 23:04:36.632 - [32minfo[39m: iobroker info looking for local prebuild @ prebuilds/serialport-v6.0.5-node-v48-linux-arm.tar.gz 2018-02-08 23:04:36.647 - [32minfo[39m: iobroker prebuild-install 2018-02-08 23:04:36.650 - [32minfo[39m: iobroker info looking for cached prebuild @ /root/.npm/_prebuilds/https-github.com-node-serialport-node-serialport-releases-download-v6.0.5-serialport-v6.0.5-node-v48-linux-arm.tar.gz 2018-02-08 23:04:36.653 - [32minfo[39m: iobroker prebuild-install http request GET https://github.com/node-serialport/node-serialport/releases/download/v6.0.5/serialport-v6.0.5-node-v48-linux-arm.tar.gz 2018-02-08 23:04:37.454 - [32minfo[39m: iobroker prebuild-install 2018-02-08 23:04:37.458 - [32minfo[39m: iobroker http 404 https://github.com/node-serialport/node-serialport/releases/download/v6.0.5/serialport-v6.0.5-node-v48-linux-arm.tar.gz 2018-02-08 23:04:37.487 - [32minfo[39m: iobroker prebuild-install 2018-02-08 23:04:37.491 - [32minfo[39m: iobroker WARN install No prebuilt binaries found (target=6.12.3 runtime=node arch=arm platform=linux) 2018-02-08 23:04:41.826 - [32minfo[39m: iobroker make: Entering directory '/opt/iobroker/node_modules/serialport/build' 2018-02-08 23:04:41.836 - [32minfo[39m: iobroker CXX(target) Release/obj.target/serialport/src/serialport.o 2018-02-08 23:04:49.924 - [32minfo[39m: iobroker CXX(target) Release/obj.target/serialport/src/serialport_unix.o 2018-02-08 23:04:54.869 - [32minfo[39m: iobroker CXX(target) Release/obj.target/serialport/src/poller.o 2018-02-08 23:05:00.853 - [32minfo[39m: iobroker SOLINK_MODULE(target) Release/obj.target/serialport.node 2018-02-08 23:05:01.318 - [32minfo[39m: iobroker COPY Release/serialport.node 2018-02-08 23:05:01.363 - [32minfo[39m: iobroker make: Leaving directory '/opt/iobroker/node_modules/serialport/build' 2018-02-08 23:05:05.086 - [32minfo[39m: iobroker ms@2.0.0 node_modules/iobroker.rflink/node_modules/ms -> node_modules/avrgirl-arduino/node_modules/msdebug@3.1.0 node_modules/iobroker.rflink/node_modules/debug -> node_modules/prompt-list/node_modules/debug bindings@1.3.0 node_modules/iobroker.rflink/node_modules/bindings -> node_modules/serialport/node_modules/bindings - minimist@0.0.8 node_modules/serialport/node_modules/node-pre-gyp/node_modules/mkdirp/node_modules/minimist - mkdirp@0.5.1 node_modules/serialport/node_modules/node-pre-gyp/node_modules/mkdirp - abbrev@1.0.9 node_modules/serialport/node_modules/node-pre-gyp/node_modules/nopt/node_modules/abbrev - nopt@3.0.6 node_modules/serialport/node_modules/node-pre-gyp/node_modules/nopt - delegates@1.0.0 node_modules/serialport/node_modules/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/delegates - buffer-shims@1.0.0 node_modules/serialport/node_modules/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/buffer-shims - core-util-is@1.0.2 node_modules/serialport/node_modules/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/core-util-is - inherits@2.0.3 node_modules/serialport/node_modules/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/inherits - isarray@1.0.0 node_modules/serialport/node_modules/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/isarray - process-nextick-args@1.0.7 node_modules/serialport/node_modules/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/process-nextick-args - string_decoder@0.10.31 node_modules/serialport/node_modules/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/string_decoder - util-deprecate@1.0.2 node_modules/serialport/node_modules/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/util-deprecate - readable-stream@2.2.2 node_modules/serialport/node_modules/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream >! 2018-02-08 23:05:05.094 - [32minfo[39m: iobroker - are-we-there-yet@1.1.2 node_modules/serialport/node_modules/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet- console-control-strings@1.1.0 node_modules/serialport/node_modules/node-pre-gyp/node_modules/npmlog/node_modules/console-control-strings - aproba@1.0.4 node_modules/serialport/node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/aproba - has-unicode@2.0.1 node_modules/serialport/node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/has-unicode - object-assign@4.1.0 node_modules/serialport/node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/object-assign - signal-exit@3.0.2 node_modules/serialport/node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/signal-exit - code-point-at@1.1.0 node_modules/serialport/node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/string-width/node_modules/code-point-at - number-is-nan@1.0.1 node_modules/serialport/node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/string-width/node_modules/is-fullwidth-code-point/node_modules/number-is-nan - is-fullwidth-code-point@1.0.0 node_modules/serialport/node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/string-width/node_modules/is-fullwidth-code-point - ansi-regex@2.0.0 node_modules/serialport/node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/strip-ansi/node_modules/ansi-regex - strip-ansi@3.0.1 node_modules/serialport/node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/strip-ansi - string-width@1.0.2 node_modules/serialport/node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/string-width - supports-color@0.2.0 node_modules/serialport/node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/supports-color - wide-align@1.1.0 node_modules/serialport/node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/wide-align - gauge@2.7.2 node_modules/serialport/node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge - set-blocking@2.0.0 node_modules/serialport/node_modules/node-pre-gyp/node_modules/npmlog/node_modules/set-blocking - npmlog@4.0.1 node_modules/serialport/node_modules/node-pre-gyp/node_modules/npmlog - deep-extend@0.4.1 node_modules/serialport/node_modules/node-pre-gyp/node_modules/rc/node_modules/deep-extend - ini@1.3.4 node_modules/serialport/node_modules/node-pre-gyp/node_modules/rc/node_modules/ini - minimist@1.2.0 node_modules/serialport/node_modules/node-pre-gyp/node_modules/rc/node_modules/minimist - strip-json-comments@1.0.4 node_modules/serialport/node_modules/node-pre-gyp/node_modules/rc/node_modules/strip-json-comments - rc@1.1.6 node_modules/serialport/node_modules/node-pre-gyp/node_modules/rc - aws-sign2@0.6.0 node_modules/serialport/node_modules/node-pre-gyp/node_modules/request/node_modules/aws-sign2 - aws4@1.5.0 node_modules/serialport/node_modules/node-pre-gyp/node_modules/request/node_modules/aws4 - caseless@0.11.0 node_modules/serialport/node_modules/node-pre-gyp/node_modules/request/node_modules/caseless - delayed-stream@1.0.0 node_modules/serialport/node_modules/node-pre-gyp/node_modules/request/node_modules/combined-stream/node_modules/delayed-stream - combined-stream@1.0.5 node_modules/serialport/node_modules/node-pre-gyp/node_modules/request/node_modules/combined-stream >! 2018-02-08 23:05:05.099 - [32minfo[39m: iobroker - extend@3.0.0 node_modules/serialport/node_modules/node-pre-gyp/node_modules/request/node_modules/extend- forever-agent@0.6.1 node_modules/serialport/node_modules/node-pre-gyp/node_modules/request/node_modules/forever-agent - asynckit@0.4.0 node_modules/serialport/node_modules/node-pre-gyp/node_modules/request/node_modules/form-data/node_modules/asynckit - ansi-styles@2.2.1 node_modules/serialport/node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/ansi-styles - escape-string-regexp@1.0.5 node_modules/serialport/node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/escape-string-regexp - ansi-regex@2.0.0 node_modules/serialport/node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/has-ansi/node_modules/ansi-regex - has-ansi@2.0.0 node_modules/serialport/node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/has-ansi - ansi-regex@2.0.0 node_modules/serialport/node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/strip-ansi/node_modules/ansi-regex - strip-ansi@3.0.1 node_modules/serialport/node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/strip-ansi - supports-color@2.0.0 node_modules/serialport/node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/supports-color - chalk@1.1.3 node_modules/serialport/node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/chalk >! 2018-02-08 23:05:05.104 - [32minfo[39m: iobroker - generate-function@2.0.0 node_modules/serialport/node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/generate-function- is-property@1.0.2 node_modules/serialport/node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/generate-object-property/node_modules/is-property - generate-object-property@1.2.0 node_modules/serialport/node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/generate-object-property - jsonpointer@4.0.0 node_modules/serialport/node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/jsonpointer - xtend@4.0.1 node_modules/serialport/node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/xtend - is-my-json-valid@2.15.0 node_modules/serialport/node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid - pinkie@2.0.4 node_modules/serialport/node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/pinkie-promise/node_modules/pinkie - pinkie-promise@2.0.1 node_modules/serialport/node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/pinkie-promise >! 2018-02-08 23:05:05.116 - [32minfo[39m: iobroker - har-validator@2.0.6 node_modules/serialport/node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator- hoek@2.16.3 node_modules/serialport/node_modules/node-pre-gyp/node_modules/request/node_modules/hawk/node_modules/hoek - boom@2.10.1 node_modules/serialport/node_modules/node-pre-gyp/node_modules/request/node_modules/hawk/node_modules/boom - cryptiles@2.0.5 node_modules/serialport/node_modules/node-pre-gyp/node_modules/request/node_modules/hawk/node_modules/cryptiles - sntp@1.0.9 node_modules/serialport/node_modules/node-pre-gyp/node_modules/request/node_modules/hawk/node_modules/sntp - hawk@3.1.3 node_modules/serialport/node_modules/node-pre-gyp/node_modules/request/node_modules/hawk - assert-plus@0.2.0 node_modules/serialport/node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/assert-plus - extsprintf@1.0.2 node_modules/serialport/node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/extsprintf - json-schema@0.2.3 node_modules/serialport/node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/json-schema - verror@1.3.6 node_modules/serialport/node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/verror - jsprim@1.3.1 node_modules/serialport/node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/jsprim - asn1@0.2.3 node_modules/serialport/node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/asn1 - assert-plus@1.0.0 node_modules/serialport/node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/assert-plus - dashdash@1.14.1 node_modules/serialport/node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/dashdash >! 2018-02-08 23:05:05.131 - [32minfo[39m: iobroker - getpass@0.1.6 node_modules/serialport/node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/getpass- jsbn@0.1.0 node_modules/serialport/node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/jsbn - ecc-jsbn@0.1.1 node_modules/serialport/node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/ecc-jsbn - jodid25519@1.0.2 node_modules/serialport/node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/jodid25519 - tweetnacl@0.14.4 node_modules/serialport/node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/tweetnacl - bcrypt-pbkdf@1.0.0 node_modules/serialport/node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/bcrypt-pbkdf - sshpk@1.10.1 node_modules/serialport/node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk - http-signature@1.1.1 node_modules/serialport/node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature - is-typedarray@1.0.0 node_modules/serialport/node_modules/node-pre-gyp/node_modules/request/node_modules/is-typedarray - isstream@0.1.2 node_modules/serialport/node_modules/node-pre-gyp/node_modules/request/node_modules/isstream - json-stringify-safe@5.0.1 node_modules/serialport/node_modules/node-pre-gyp/node_modules/request/node_modules/json-stringify-safe - mime-db@1.25.0 node_modules/serialport/node_modules/node-pre-gyp/node_modules/request/node_modules/mime-types/node_modules/mime-db - mime-types@2.1.13 node_modules/serialport/node_modules/node-pre-gyp/node_modules/request/node_modules/mime-types - form-data@2.1.2 node_modules/serialport/node_modules/node-pre-gyp/node_modules/request/node_modules/form-data - oauth-sign@0.8.2 node_modules/serialport/node_modules/node-pre-gyp/node_modules/request/node_modules/oauth-sign - qs@6.3.0 node_modules/serialport/node_modules/node-pre-gyp/node_modules/request/node_modules/qs - stringstream@0.0.5 node_modules/serialport/node_modules/node-pre-gyp/node_modules/request/node_modules/stringstream - punycode@1.4.1 node_modules/serialport/node_modules/node-pre-gyp/node_modules/request/node_modules/tough-cookie/node_modules/punycode - tough-cookie@2.3.2 node_modules/serialport/node_modules/node-pre-gyp/node_modules/request/node_modules/tough-cookie - tunnel-agent@0.4.3 node_modules/serialport/node_modules/node-pre-gyp/node_modules/request/node_modules/tunnel-agent - uuid@3.0.1 node_modules/serialport/node_modules/node-pre-gyp/node_modules/request/node_modules/uuid - request@2.79.0 node_modules/serialport/node_modules/node-pre-gyp/node_modules/request - fs.realpath@1.0.0 node_modules/serialport/node_modules/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/fs.realpath - wrappy@1.0.2 node_modules/serialport/node_modules/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/inflight/node_modules/wrappy - inherits@2.0.3 node_modules/serialport/node_modules/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/inherits - balanced-match@0.4.2 node_modules/serialport/node_modules/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match - concat-map@0.0.1 node_modules/serialport/node_modules/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map - brace-expansion@1.1.6 node_modules/serialport/node_modules/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion - minimatch@3.0.3 node_modules/serialport/node_modules/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/minimatch - wrappy@1.0.2 node_modules/serialport/node_modules/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/once/node_modules/wrappy - once@1.4.0 node_modules/serialport/node_modules/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/once - inflight@1.0.6 node_modules/serialport/node_modules/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/inflight - path-is-absolute@1.0.1 node_modules/serialport/node_modules/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/path-is-absolute - glob@7.1.1 node_modules/serialport/node_modules/node-pre-gyp/node_modules/rimraf/node_modules/glob - rimraf@2.5.4 node_modules/serialport/node_modules/node-pre-gyp/node_modules/rimraf - semver@5.3.0 node_modules/serialport/node_modules/node-pre-gyp/node_modules/semver - ms@0.7.1 node_modules/serialport/node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/debug/node_modules/ms - debug@2.2.0 node_modules/serialport/node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/debug - inherits@2.0.3 node_modules/serialport/node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/fstream-ignore/node_modules/inherits - balanced-match@0.4.2 node_modules/serialport/node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match - concat-map@0.0.1 node_modules/serialport/node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map - brace-expansion@1.1.6 node_modules/serialport/node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/fstream-ignore/node_modules/minimatch/node_modules/brace-expansion - minimatch@3.0.3 node_modules/serialport/node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/fstream-ignore/node_modules/minimatch - graceful-fs@4.1.11 node_modules/serialport/node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/fstream/node_modules/graceful-fs - inherits@2.0.3 node_modules/serialport/node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/fstream/node_modules/inherits - fstream@1.0.10 node_modules/serialport/node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/fstream - fstream-ignore@1.0.5 node_modules/serialport/node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/fstream-ignore >! 2018-02-08 23:05:05.136 - [32minfo[39m: iobroker - wrappy@1.0.2 node_modules/serialport/node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/once/node_modules/wrappy- once@1.3.3 node_modules/serialport/node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/once >! 2018-02-08 23:05:05.143 - [32minfo[39m: iobroker - buffer-shims@1.0.0 node_modules/serialport/node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/readable-stream/node_modules/buffer-shims- core-util-is@1.0.2 node_modules/serialport/node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/readable-stream/node_modules/core-util-is - inherits@2.0.3 node_modules/serialport/node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/readable-stream/node_modules/inherits >! 2018-02-08 23:05:05.163 - [32minfo[39m: iobroker - isarray@1.0.0 node_modules/serialport/node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/readable-stream/node_modules/isarray 2018-02-08 23:05:05.166 - [32minfo[39m: iobroker - process-nextick-args@1.0.7 node_modules/serialport/node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/readable-stream/node_modules/process-nextick-args- string_decoder@0.10.31 node_modules/serialport/node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/readable-stream/node_modules/string_decoder - util-deprecate@1.0.2 node_modules/serialport/node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/readable-stream/node_modules/util-deprecate - readable-stream@2.1.5 node_modules/serialport/node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/readable-stream - uid-number@0.0.6 node_modules/serialport/node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/uid-number - graceful-fs@4.1.11 node_modules/serialport/node_modules/node-pre-gyp/node_modules/tar/node_modules/fstream/node_modules/graceful-fs - inherits@2.0.3 node_modules/serialport/node_modules/node-pre-gyp/node_modules/tar/node_modules/inherits - block-stream@0.0.9 node_modules/serialport/node_modules/node-pre-gyp/node_modules/tar/node_modules/block-stream - fstream@1.0.10 node_modules/serialport/node_modules/node-pre-gyp/node_modules/tar/node_modules/fstream - tar@2.2.1 node_modules/serialport/node_modules/node-pre-gyp/node_modules/tar >! 2018-02-08 23:05:05.171 - [32minfo[39m: iobroker - tar-pack@3.3.0 node_modules/serialport/node_modules/node-pre-gyp/node_modules/tar-pack- node-pre-gyp@0.6.32 node_modules/serialport/node_modules/node-pre-gyp - serialport@6.0.4 node_modules/iobroker.rflink/node_modules/serialport >! 2018-02-08 23:05:25.447 - [32minfo[39m: iobroker iobroker.inst@1.0.8 /opt/iobroker└─┬ iobroker.rflink@1.2.0 ├─┬ avrgirl-arduino@1.11.12 │ ├── browser-serialport@2.0.3 (git://github.com/noopkat/browser-serialport.git#a1cecbee1276bfe78b0491f8d13544c70859ff36) │ ├─┬ serialport@4.0.7 │ │ ├── debug@2.6.9 │ │ └─┬ node-pre-gyp@0.6.32 │ │ ├─┬ mkdirp@0.5.1 │ │ │ └── minimist@0.0.8 │ │ ├─┬ nopt@3.0.6 │ │ │ └── abbrev@1.0.9 │ │ ├─┬ npmlog@4.0.1 │ │ │ ├─┬ are-we-there-yet@1.1.2 │ │ │ │ ├── delegates@1.0.0 │ │ │ │ └─┬ readable-stream@2.2.2 │ │ │ │ ├── buffer-shims@1.0.0 │ │ │ │ ├── core-util-is@1.0.2 │ │ │ │ ├── inherits@2.0.3 │ │ │ │ ├── isarray@1.0.0 │ │ │ │ ├── process-nextick-args@1.0.7 │ │ │ │ ├── string_decoder@0.10.31 │ │ │ │ └── util-deprecate@1.0.2 │ │ │ ├── console-control-strings@1.1.0 │ │ │ ├─┬ gauge@2.7.2 │ │ │ │ ├── aproba@1.0.4 │ │ │ │ ├── has-unicode@2.0.1 │ │ │ │ ├── object-assign@4.1.0 │ │ │ │ ├── signal-exit@3.0.2 │ │ │ │ ├─┬ string-width@1.0.2 │ │ │ │ │ ├── code-point-at@1.1.0 │ │ │ │ │ └─┬ is-fullwidth-code-point@1.0.0 │ │ │ │ │ └── number-is-nan@1.0.1 │ │ │ │ ├─┬ strip-ansi@3.0.1 │ │ │ │ │ └── ansi-regex@2.0.0 │ │ │ │ ├── supports-color@0.2.0 │ │ │ │ └── wide-align@1.1.0 │ │ │ └── set-blocking@2.0.0 │ │ ├─┬ rc@1.1.6 │ │ │ ├── deep-extend@0.4.1 │ │ │ ├── ini@1.3.4 │ │ │ ├── minimist@1.2.0 │ │ │ └── strip-json-comments@1.0.4 │ │ ├─┬ request@2.79.0 │ │ │ ├── aws-sign2@0.6.0 │ │ │ ├── aws4@1.5.0 │ │ │ ├── caseless@0.11.0 │ │ │ ├─┬ combined-stream@1.0.5 │ │ │ │ └── delayed-stream@1.0.0 │ │ │ ├── extend@3.0.0 │ │ │ ├── forever-agent@0.6.1 │ │ │ ├─┬ form-data@2.1.2 │ │ │ │ └── asynckit@0.4.0 │ │ │ ├─┬ har-validator@2.0.6 │ │ │ │ ├─┬ chalk@1.1.3 │ │ │ │ │ ├── ansi-styles@2.2.1 │ │ │ │ │ ├── escape-string-regexp@1.0.5 │ │ │ │ │ ├─┬ has-ansi@2.0.0 │ │ │ │ │ │ └── ansi-regex@2.0.0 │ │ │ │ │ ├─┬ strip-ansi@3.0.1 │ │ │ │ │ │ └── ansi-regex@2.0.0 │ │ │ │ │ └── supports-color@2.0.0 │ │ │ │ ├─┬ is-my-json-valid@2.15.0 │ │ │ │ │ ├── generate-function@2.0.0 │ │ │ │ │ ├─┬ generate-object-property@1.2.0 │ │ │ │ │ │ └── is-property@1.0.2 │ │ │ │ │ ├── jsonpointer@4.0.0 │ │ │ │ │ └── xtend@4.0.1 │ │ │ │ └─┬ pinkie-promise@2.0.1 │ │ │ │ └── pinkie@2.0.4 │ │ │ ├─┬ hawk@3.1.3 │ │ │ │ ├── boom@2.10.1 │ │ │ │ ├── cryptiles@2.0.5 │ │ │ │ ├── hoek@2.16.3 │ │ │ │ └── sntp@1.0.9 │ │ │ ├─┬ http-signature@1.1.1 │ │ │ │ ├── assert-plus@0.2.0 │ │ │ │ ├─┬ jsprim@1.3.1 │ │ │ │ │ ├── extsprintf@1.0.2 │ │ │ │ │ ├── json-schema@0.2.3 │ │ │ │ │ └── verror@1.3.6 │ │ │ │ └─┬ sshpk@1.10.1 │ │ │ │ ├── asn1@0.2.3 │ │ │ │ ├── assert-plus@1.0.0 │ │ │ │ ├── bcrypt-pbkdf@1.0.0 │ │ │ │ ├── dashdash@1.14.1 │ │ │ │ ├── ecc-jsbn@0.1.1 │ │ │ │ ├── getpass@0.1.6 │ │ │ │ ├── jodid25519@1.0.2 │ │ │ │ ├── jsbn@0.1.0 │ │ │ │ └── tweetnacl@0.14.4 │ │ │ ├── is-typedarray@1.0.0 │ │ │ ├── isstream@0.1.2 │ │ │ ├── json-stringify-safe@5.0.1 │ │ │ ├─┬ mime-types@2.1.13 │ │ │ │ └── mime-db@1.25.0 │ │ │ ├── oauth-sign@0.8.2 │ │ │ ├── qs@6.3.0 │ │ │ ├── stringstream@0.0.5 │ │ │ ├─┬ tough-cookie@2.3.2 │ │ │ │ └── punycode@1.4.1 │ │ │ ├── tunnel-agent@0.4.3 │ │ │ └── uuid@3.0.1 │ │ ├─┬ rimraf@2.5.4 │ │ │ └─┬ glob@7.1.1 │ │ │ ├── fs.realpath@1.0.0 │ │ │ ├─┬ inflight@1.0.6 │ │ │ │ └── wrappy@1.0.2 │ │ │ ├── inherits@2.0.3 │ │ │ ├─┬ minimatch@3.0.3 │ │ │ │ └─┬ brace-expansion@1.1.6 │ │ │ │ ├── balanced-match@0.4.2 │ │ │ │ └── concat-map@0.0.1 │ │ │ ├─┬ once@1.4.0 │ │ │ │ └── wrappy@1.0.2 │ │ │ └── path-is-absolute@1.0.1 │ │ ├── semver@5.3.0 │ │ ├─┬ tar@2.2.1 │ │ │ ├── block-stream@0.0.9 │ │ │ ├─┬ fstream@1.0.10 │ │ │ │ └── graceful-fs@4.1.11 │ │ │ └── inherits@2.0.3 │ │ └─┬ tar-pack@3.3.0 │ │ ├─┬ debug@2.2.0 │ │ │ └── ms@0.7.1 │ │ ├─┬ fstream@1.0.10 │ │ │ ├── graceful-fs@4.1.11 │ │ │ └── inherits@2.0.3 │ │ ├─┬ fstream-ignore@1.0.5 │ │ │ ├── inherits@2.0.3 │ │ │ └─┬ minimatch@3.0.3 │ │ │ └─┬ brace-expansion@1.1.6 │ │ │ ├── balanced-match@0.4.2 │ │ │ └── concat-map@0.0.1 │ │ ├─┬ once@1.3.3 │ │ │ └── wrappy@1.0.2 │ │ ├─┬ readable-stream@2.1.5 │ │ │ ├── buffer-shims@1.0.0 │ │ │ ├── core-util-is@1.0.2 │ │ │ ├── inherits@2.0.3 │ │ │ ├── isarray@1.0.0 │ │ │ ├── process-nextick-args@1.0.7 │ │ │ ├── string_decoder@0.10.31 │ │ │ └── util-deprecate@1.0.2 │ │ └── uid-number@0.0.6 │ └── stk500@1.0.4 (git://github.com/noopkat/js-stk500v1.git#e116a1f72abdafc7d57eb0ee58221556d2b5def4) └─┬ serialport@6.0.5 ├── debug@3.1.0 └─┬ prompt-list@3.1.2 ├─┬ ansi-cyan@0.1.1 │ └── ansi-wrap@0.1.0 ├── ansi-dim@0.1.1 ├─┬ debug@3.1.0 │ └── ms@2.0.0 └─┬ prompt-radio@1.2.1 ├─┬ debug@2.6.9 │ └── ms@2.0.0 └─┬ prompt-checkbox@2.2.0 ├─┬ debug@2.6.9 │ └── ms@2.0.0 └─┬ prompt-base@4.1.0 ├── component-emitter@1.2.1 ├─┬ debug@3.1.0 │ └── ms@2.0.0 ├── koalas@1.0.2 ├─┬ log-utils@0.2.1 │ ├─┬ ansi-colors@0.2.0 │ │ ├── ansi-bgblack@0.1.1 │ │ ├── ansi-bgblue@0.1.1 │ │ ├── ansi-bgcyan@0.1.1 │ │ ├── ansi-bggreen@0.1.1 │ │ ├── ansi-bgmagenta@0.1.1 │ │ ├── ansi-bgred@0.1.1 │ │ ├── ansi-bgwhite@0.1.1 │ │ ├── ansi-bgyellow@0.1.1 │ │ ├── ansi-black@0.1.1 │ │ ├── ansi-blue@0.1.1 │ │ ├── ansi-bold@0.1.1 │ │ ├── ansi-gray@0.1.1 │ │ ├── ansi-green@0.1.1 │ │ ├── ansi-grey@0.1.1 │ │ ├── ansi-hidden@0.1.1 │ │ ├── ansi-inverse@0.1.1 │ │ ├── ansi-italic@0.1.1 │ │ ├── ansi-magenta@0.1.1 │ │ ├── ansi-red@0.1.1 │ │ ├── ansi-reset@0.1.1 │ │ ├── ansi-strikethrough@0.1.1 │ │ ├── ansi-underline@0.1.1 │ │ ├── ansi-white@0.1.1 │ │ ├── ansi-yellow@0.1.1 │ │ └─┬ lazy-cache@2.0.2 │ │ └─┬ set-getter@0.1.0 │ │ └── to-object-path@0.3.0 │ ├── error-symbol@0.1.0 │ ├── info-symbol@0.1.0 │ ├── log-ok@0.1.1 │ ├── success-symbol@0.1.0 │ ├── time-stamp@1.1.0 │ └── warning-symbol@0.1.0 ├─┬ prompt-actions@3.0.2 │ └─┬ debug@2.6.9 │ └── ms@2.0.0 ├─┬ prompt-question@5.0.2 │ ├─┬ clone-deep@1.0.0 │ │ ├─┬ for-own@1.0.0 │ │ │ └── for-in@1.0.2 │ │ ├── is-plain-object@2.0.4 │ │ ├── kind-of@5.1.0 │ │ └─┬ shallow-clone@1.0.0 │ │ ├── kind-of@5.1.0 │ │ └─┬ mixin-object@2.0.1 │ │ └── for-in@0.1.8 │ ├─┬ debug@3.1.0 │ │ └── ms@2.0.0 │ ├─┬ define-property@1.0.0 │ │ └─┬ is-descriptor@1.0.2 │ │ ├─┬ is-accessor-descriptor@1.0.0 │ │ │ └── kind-of@6.0.2 │ │ ├─┬ is-data-descriptor@1.0.0 │ │ │ └── kind-of@6.0.2 │ │ └── kind-of@6.0.2 │ ├── isobject@3.0.1 │ ├── kind-of@5.1.0 │ └─┬ prompt-choices@4.0.5 │ ├── arr-swap@1.0.1 │ ├─┬ choices-separator@2.0.0 │ │ └─┬ debug@2.6.9 │ │ └── ms@2.0.0 │ ├─┬ collection-visit@1.0.0 │ │ ├── map-visit@1.0.0 │ │ └── object-visit@1.0.1 │ ├─┬ debug@3.1.0 │ │ └── ms@2.0.0 │ ├── kind-of@5.1.0 │ ├── pointer-symbol@1.0.0 │ ├── radio-symbol@2.0.0 │ ├─┬ set-value@2.0.0 │ │ └─┬ split-string@3.1.0 │ │ └─┬ extend-shallow@3.0.2 │ │ ├── assign-symbols@1.0.0 │ │ └── is-extendable@1.0.1 │ ├─┬ terminal-paginator@2.0.2 │ │ └─┬ debug@2.6.9 │ │ └── ms@2.0.0 │ └── toggle-array@1.0.1 ├─┬ readline-ui@2.2.3 │ ├── component-emitter@1.2.1 │ ├─┬ debug@2.6.9 │ │ └── ms@2.0.0 │ └─┬ string-width@2.1.1 │ ├── is-fullwidth-code-point@2.0.0 │ └─┬ strip-ansi@4.0.0 │ └── ansi-regex@3.0.0 ├─┬ readline-utils@2.2.3 │ ├── arr-flatten@1.1.0 │ ├─┬ extend-shallow@2.0.1 │ │ └── is-extendable@0.1.1 │ ├── is-buffer@1.1.6 │ ├─┬ is-number@3.0.0 │ │ └── kind-of@3.2.2 │ ├── strip-color@0.1.0 │ └── window-size@1.1.0 └─┬ static-extend@0.1.2 ├─┬ define-property@0.2.5 │ └─┬ is-descriptor@0.1.6 │ ├─┬ is-accessor-descriptor@0.1.6 │ │ └── kind-of@3.2.2 │ ├─┬ is-data-descriptor@0.1.4 │ │ └── kind-of@3.2.2 │ └── kind-of@5.1.0 └─┬ object-copy@0.1.0 ├── copy-descriptor@0.1.1 └─┬ define-property@0.2.5 └─┬ is-descriptor@0.1.6 ├── is-accessor-descriptor@0.1.6 ├── is-data-descriptor@0.1.4 └── kind-of@5.1.0 >! 2018-02-08 23:05:25.467 - [32minfo[39m: iobroker npm 2018-02-08 23:05:25.470 - [32minfo[39m: iobroker WARN optional SKIPPING OPTIONAL DEPENDENCY: authenticate-pam@1.0.2 (node_modules/authenticate-pam):npm WARN 2018-02-08 23:05:25.477 - [32minfo[39m: iobroker optional SKIPPING OPTIONAL DEPENDENCY: authenticate-pam@1.0.2 install: `node-gyp rebuild`npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1 >! 2018-02-08 23:05:25.839 - [32minfo[39m: iobroker got /opt/iobroker/node_modules/iobroker.rflink/admin 2018-02-08 23:05:25.872 - [32minfo[39m: iobroker upload [2] rflink.admin /opt/iobroker/node_modules/iobroker.rflink/admin/rflink.png rflink.png image/png 2018-02-08 23:05:26.099 - [32minfo[39m: iobroker upload [1] rflink.admin /opt/iobroker/node_modules/iobroker.rflink/admin/parse.js parse.js application/javascript 2018-02-08 23:05:26.188 - [32minfo[39m: iobroker upload [0] rflink.admin /opt/iobroker/node_modules/iobroker.rflink/admin/index.html index.html text/html 2018-02-08 23:05:26.381 - [32minfo[39m: iobroker exit 0 2018-02-08 23:05:27.254 - [32minfo[39m: host.orangepiplus2e Update repository "default" under "http://download.iobroker.net/sources-dist.json" 2018-02-08 23:07:53.442 - [32minfo[39m: tradfri.0 updating possible scenes for group 168027: ["219832","221310","225907"] 2018-02-08 23:07:53.481 - [32minfo[39m: tradfri.0 updating possible scenes for group 168027: ["219832","221310","225907"] 2018-02-08 23:07:53.530 - [32minfo[39m: tradfri.0 updating possible scenes for group 168027: ["219832","221310","225907"] 2018-02-08 23:08:19.581 - [34mdebug[39m: rflink.0 Serial data received: 20;08;SelectPlus;ID=03fcf6;SWITCH=02;CMD=ON;CHIME=01; 2018-02-08 23:08:19.587 - [34mdebug[39m: rflink.0 Set state "rflink.0.channels.SelectPlus_1.SWITCH_02": true 2018-02-08 23:08:19.614 - [34mdebug[39m: rflink.0 Set state "rflink.0.channels.SelectPlus_1.CHIME_02": 1 2018-02-08 23:08:19.666 - [34mdebug[39m: rflink.0 Serial data received: 20;09;EV1527;ID=01c030;SWITCH=09;CMD=ON; 2018-02-08 23:08:19.669 - [34mdebug[39m: rflink.0 Set state "rflink.0.channels.EV1527_1.SWITCH_09": true 2018-02-08 23:09:42.064 - [32minfo[39m: web.0 2018-02-08T22:09:42.064Z Connected system.user.admin