NEWS
Wieder mal Admin…
-
bevor ich mich an die Neuinstallation mache, frage ich lieber ob ich was vergessen habe oder ob noch was zu tun. ist.
Wie gesagt, Admin läuft plötzlich nicht mehr.
Was habe ich bereits gemacht:
ps -A | grep iobroker ````Ergebnis:
netstat -n -a -p TCP
tcp6 0 0 :::9000 :::* LISTEN 726/iobroker.js-con
tcp6 0 0 :::9001 :::* LISTEN 726/iobroker.js-connode -v ergibt v6.11.0 npm -v ergibt 5.0.3
iobroker list instances
root@odroid64:/opt/iobroker# iobroker list instances
root@odroid64:/opt/iobroker#iobroker start admin
root@odroid64:/opt/iobroker# iobroker start admin
Cannot find any instances of "admin"
root@odroid64:/opt/iobroker#Wenn ich versuche eine neue Instanz von admin anzulegen, passiert nix:
iobroker add admin --port 8089
root@odroid64:/opt/iobroker# iobroker add admin --port 8089
host.odroid64 error: view instanceStats [object Object]
root@odroid64:/opt/iobroker#Folgendes hilft auch nicht: (sagt zwar unten das alles chicki ist, ist es aber nicht…)
sudo npm install iobroker --unsafe-perm
>! root@odroid64:/opt/iobroker# sudo npm install iobroker –unsafe-perm >! > iobroker@1.0.0 install /opt/iobroker/node_modules/iobroker >! > node lib/setup.js >! npm install iobroker.discovery --production --prefix /opt/iobroker >! npm WARN invalid config loglevel="notice" >! node-pre-gyp ERR! Tried to download(404): [https://github.com/EmergingTechnologyAd ... m64.tar.gz](https://github.com/EmergingTechnologyAdvisors/node-serialport/releases/download/4.0.7/serialport-v4.0.7-node-v48-linux-arm64.tar.gz) >! node-pre-gyp ERR! Pre-built binaries not found for serialport@4.0.7 and node@6.11.0 (node-v48 ABI) (falling back to source compile with node-gyp) >! ../src/serialport.cpp: In function ‘int getIntFromObject(v8::Local<v8::object>, std::__cxx11::string)’: >! ../src/serialport.cpp:90:52: warning: ‘v8::Local <v8::int32>v8::Value::ToInt32() const’ is deprecated: Use maybe version [-Wdeprecated-declarations] >! return getValueFromObject(options, key)->ToInt32()->Int32Value(); >! ^ >! In file included from /root/.node-gyp/6.11.0/include/node/node.h:42:0, >! from ../../../../nan/nan.h:49, >! from ../src/./serialport.h:7, >! from ../src/serialport.cpp:1: >! /root/.node-gyp/6.11.0/include/node/v8.h:8209:14: note: declared here >! Local <int32>Value::ToInt32() const { >! ^ >! ../src/serialport.cpp: In function ‘double getDoubleFromObject(v8::Local<v8::object>, std::__cxx11::string)’: >! ../src/serialport.cpp:102:53: warning: ‘v8::Local <v8::number>v8::Value::ToNumber() const’ is deprecated: Use maybe version [-Wdeprecated-declarations] >! return getValueFromObject(options, key)->ToNumber()->NumberValue(); >! ^ >! In file included from /root/.node-gyp/6.11.0/include/node/node.h:42:0, >! from ../../../../nan/nan.h:49, >! from ../src/./serialport.h:7, >! from ../src/serialport.cpp:1: >! /root/.node-gyp/6.11.0/include/node/v8.h:8173:15: note: declared here >! Local <number>Value::ToNumber() const { >! ^ >! ../src/serialport.cpp: In function ‘void EIO_AfterOpen(uv_work_t*)’: >! ../src/serialport.cpp:174:31: warning: ‘v8::Local <v8::int32>v8::Value::ToInt32() const’ is deprecated: Use maybe version [-Wdeprecated-declarations] >! int fd = argv[1]->ToInt32()->Int32Value(); >! ^ >! In file included from /root/.node-gyp/6.11.0/include/node/node.h:42:0, >! from ../../../../nan/nan.h:49, >! from ../src/./serialport.h:7, >! from ../src/serialport.cpp:1: >! /root/.node-gyp/6.11.0/include/node/v8.h:8209:14: note: declared here >! Local <int32>Value::ToInt32() const { >! ^ >! ../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::int32>v8::Value::ToInt32() const’ is deprecated: Use maybe version [-Wdeprecated-declarations] >! int fd = info[0]->ToInt32()->Int32Value(); >! ^ >! In file included from /root/.node-gyp/6.11.0/include/node/node.h:42:0, >! from ../../../../nan/nan.h:49, >! from ../src/./serialport.h:7, >! from ../src/serialport.cpp:1: >! /root/.node-gyp/6.11.0/include/node/v8.h:8209:14: note: declared here >! Local <int32>Value::ToInt32() const { >! ^ >! ../src/serialport.cpp:217:116: warning: ‘v8::Local <v8::int32>v8::Value::ToInt32() const’ is deprecated: Use maybe version [-Wdeprecated-declarations] >! baton->baudRate = Nan::Get(options, Nan::New<v8::string>("baudRate").ToLocalChecked()).ToLocalChecked()->ToInt32()->Int32Value(); >! ^ >! In file included from /root/.node-gyp/6.11.0/include/node/node.h:42:0, >! from ../../../../nan/nan.h:49, >! from ../src/./serialport.h:7, >! from ../src/serialport.cpp:1: >! /root/.node-gyp/6.11.0/include/node/v8.h:8209:14: note: declared here >! Local <int32>Value::ToInt32() const { >! ^ >! ../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::int32>v8::Value::ToInt32() const’ is deprecated: Use maybe version [-Wdeprecated-declarations] >! int fd = info[0]->ToInt32()->Int32Value(); >! ^ >! In file included from /root/.node-gyp/6.11.0/include/node/node.h:42:0, >! from ../../../../nan/nan.h:49, >! from ../src/./serialport.h:7, >! from ../src/serialport.cpp:1: >! /root/.node-gyp/6.11.0/include/node/v8.h:8209:14: note: declared here >! Local <int32>Value::ToInt32() const { >! ^ >! ../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::int32>v8::Value::ToInt32() const’ is deprecated: Use maybe version [-Wdeprecated-declarations] >! baton->fd = info[0]->ToInt32()->Int32Value(); >! ^ >! In file included from /root/.node-gyp/6.11.0/include/node/node.h:42:0, >! from ../../../../nan/nan.h:49, >! from ../src/./serialport.h:7, >! from ../src/serialport.cpp:1: >! /root/.node-gyp/6.11.0/include/node/v8.h:8209:14: note: declared here >! Local <int32>Value::ToInt32() const { >! ^ >! ../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::int32>v8::Value::ToInt32() const’ is deprecated: Use maybe version [-Wdeprecated-declarations] >! int fd = info[0]->ToInt32()->Int32Value(); >! ^ >! In file included from /root/.node-gyp/6.11.0/include/node/node.h:42:0, >! from ../../../../nan/nan.h:49, >! from ../src/./serialport.h:7, >! from ../src/serialport.cpp:1: >! /root/.node-gyp/6.11.0/include/node/v8.h:8209:14: note: declared here >! Local <int32>Value::ToInt32() const { >! ^ >! ../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::int32>v8::Value::ToInt32() const’ is deprecated: Use maybe version [-Wdeprecated-declarations] >! int fd = info[0]->ToInt32()->Int32Value(); >! ^ >! In file included from /root/.node-gyp/6.11.0/include/node/node.h:42:0, >! from ../../../../nan/nan.h:49, >! from ../src/./serialport.h:7, >! from ../src/serialport.cpp:1: >! /root/.node-gyp/6.11.0/include/node/v8.h:8209:14: note: declared here >! Local <int32>Value::ToInt32() const { >! ^ >! ../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::int32>v8::Value::ToInt32() const’ is deprecated: Use maybe version [-Wdeprecated-declarations] >! int fd = info[0]->ToInt32()->Int32Value(); >! ^ >! In file included from /root/.node-gyp/6.11.0/include/node/node.h:42:0, >! from ../../../../nan/nan.h:49, >! from ../src/./serialport.h:7, >! from ../src/serialport.cpp:1: >! /root/.node-gyp/6.11.0/include/node/v8.h:8209:14: note: declared here >! Local <int32>Value::ToInt32() const { >! ^ >! ../src/serialport_unix.cpp: In function ‘OpenBatonPlatformOptions* ParsePlatformOptions(const v8::Local<v8::object>&)’: >! ../src/serialport_unix.cpp:44:109: warning: ‘v8::Local <v8::int32>v8::Value::ToInt32() const’ is deprecated: Use maybe version [-Wdeprecated-declarations] >! result->vmin = Nan::Get(options, Nan::New<v8::string>("vmin").ToLocalChecked()).ToLocalChecked()->ToInt32()->Int32Value(); >! ^ >! In file included from /root/.node-gyp/6.11.0/include/node/node.h:42:0, >! from ../../../../nan/nan.h:49, >! from ../src/./serialport.h:7, >! from ../src/serialport_unix.cpp:1: >! /root/.node-gyp/6.11.0/include/node/v8.h:8209:14: note: declared here >! Local <int32>Value::ToInt32() const { >! ^ >! ../src/serialport_unix.cpp:45:111: warning: ‘v8::Local <v8::int32>v8::Value::ToInt32() const’ is deprecated: Use maybe version [-Wdeprecated-declarations] >! result->vtime = Nan::Get(options, Nan::New<v8::string>("vtime").ToLocalChecked()).ToLocalChecked()->ToInt32()->Int32Value(); >! ^ >! In file included from /root/.node-gyp/6.11.0/include/node/node.h:42:0, >! from ../../../../nan/nan.h:49, >! from ../src/./serialport.h:7, >! from ../src/serialport_unix.cpp:1: >! /root/.node-gyp/6.11.0/include/node/v8.h:8209:14: note: declared here >! Local <int32>Value::ToInt32() const { >! ^ >! ../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::int32>v8::Value::ToInt32() const’ is deprecated: Use maybe version [-Wdeprecated-declarations] >! obj->fd_ = info[0]->ToInt32()->Int32Value(); >! ^ >! In file included from /root/.node-gyp/6.11.0/include/node/node.h:42:0, >! from ../../../../nan/nan.h:49, >! from ../src/serialport_poller.cpp:5: >! /root/.node-gyp/6.11.0/include/node/v8.h:8209:14: note: declared here >! Local <int32>Value::ToInt32() const { >! ^ >! npm install iobroker.admin –production --prefix /opt/iobroker >! npm WARN invalid config loglevel="notice" >! npm install iobroker.js-controller --production --prefix /opt/iobroker >! npm WARN invalid config loglevel="notice" >! Write "./iobroker start" to start the ioBroker >! /usr/bin/env: ‘node\r’: No such file or directory >! Auto-start was enabled. Write "update-rc.d -f iobroker.sh remove" to disable auto-start >! iobroker is started. Go to "[http://ip-addr:8081](http://ip-addr:8081)" to open the admin UI. >! + iobroker@1.0.0 >! removed 149 packages and updated 1 package in 159.385s >! root@odroid64:/opt/iobroker#</int32></v8::int32></int32></v8::string></v8::int32></int32></v8::string></v8::int32></v8::object></int32></v8::int32></int32></v8::int32></int32></v8::int32></int32></v8::int32></int32></v8::int32></int32></v8::string></v8::int32></int32></v8::int32></int32></v8::int32></number></v8::number></v8::object></int32></v8::int32></v8::object> Wo könnte die Säge noch klemmen?
-
Если напортачили с настройками (я попробовал поменять в настройках драйвера admin "слушать на всех адресах на свою сетевую карточку ("eth0") в результате мгновенно потерял доступ):
! iobroker del admin
! iobroker add admin
либо попытаться добавить еще один экземпляр драйвера admin и через него все разрулить… -
Hm… Ich würde es besser finden auf Deutsch [WINKING FACE]
Gesendet von meinem HUAWEI RIO-L01 mit Tapatalk
-
Aber was hier etwas zu sagen? Entfernen Sie den Treiber „admin“ und installieren Sie es erneut! Im Allgemeinen übersetzt Google Übersetzer ziemlich angemessen…
-
iobroker del admin ````Ergebnis:
root@odroid64:/opt/iobroker# iobroker del admin
host.odroid64 error: [object Object]
host.odroid64 error: [object Object]
host.odroid64 error: [object Object]
host.odroid64 error: [object Object]
host.odroid64 error: [object Object]
host.odroid64 error: [object Object]
root@odroid64:/opt/iobroker#iobroker add admin
root@odroid64:/opt/iobroker# iobroker add admin
No repositories defined.
root@odroid64:/opt/iobroker#Am eth0 habe ich nichts geändert. Ich hatte diese Woche mal nen Stromausfall. Ich glaube auch seit dem ist das System down.
-
ioBroker weiß nicht, wo zum Download …
-
nun wirds verrückt… das ist ja gar nix installiert?!
iobroker upgrade https://raw.githubusercontent.com/ioBroker/ioBroker.js-controller/master/conf/sources-dist.json
! root@odroid64:/opt/iobroker# iobroker upgrade https://raw.githubusercontent.com/ioBro … -dist.json
! [Sun Jun 11 2017 19:40:25 GMT+0200 (CEST)] Timeout by read all package.json (128) seconds
! Timeout by read all package.json (128) seconds
! Adapter "admin" is not installed.
! Adapter "amazon-dash" is not installed.
! Adapter "artnet" is not installed.
! Adapter "b-control-em" is not installed.
! Adapter "broadlink" is not installed.
! Adapter "botvac" is not installed.
! Adapter "chromecast" is not installed.
! Adapter "cloud" is not installed.
! Adapter "cul" is not installed.
! Adapter "dwd" is not installed.
! Adapter "email" is not installed.
! Adapter "epson_stylus_px830" is not installed.
! Adapter "fakeroku" is not installed.
! Adapter "fhem" is not installed.
! Adapter "find-my-iphone" is not installed.
! Adapter "flot" is not installed.
! Adapter "feiertage" is not installed.
! Adapter "foobar2000" is not installed.
! Adapter "fritzbox" is not installed.
! Adapter "fronius" is not installed.
! Adapter "geofency" is not installed.
! Adapter "harmony" is not installed.
! Adapter "hid" is not installed.
! Adapter "history" is not installed.
! Adapter "hm-rega" is not installed.
! Adapter "hm-rpc" is not installed.
! Adapter "hue" is not installed.
! Adapter "homekit2" is not installed.
! Adapter "homepilot" is not installed.
! Adapter "hmm" is not installed.
! Adapter "ical" is not installed.
! Adapter "icons-addictive-flavour-png" is not installed.
! Adapter "icons-fatcow-hosting" is not installed.
! Adapter "icons-icons8" is not installed.
! Adapter "icons-material-png" is not installed.
! Adapter "icons-material-svg" is not installed.
! Adapter "icons-mfd-png" is not installed.
! Adapter "icons-mfd-svg" is not installed.
! Adapter "icons-open-icon-library-png" is not installed.
! Adapter "icons-ultimate-png" is not installed.
! Adapter "influxdb" is not installed.
! Adapter "innogy-smarthome" is not installed.
! Adapter "javascript" is not installed.
! Adapter "km200" is not installed.
! Adapter "knx" is not installed.
! Adapter "kodi" is not installed.
! Adapter "lgtv" is not installed.
! Adapter "landroid" is not installed.
! Adapter "lightify" is not installed.
! Adapter "megad" is not installed.
! Adapter "miele" is not installed.
! Adapter "mobile" is not installed.
! Adapter "modbus" is not installed.
! Adapter "mqtt" is not installed.
! Adapter "mqtt-client" is not installed.
! Adapter "mpd" is not installed.
! Adapter "mysensors" is not installed.
! Adapter "netatmo" is not installed.
! Adapter "node-red" is not installed.
! Adapter "noolite" is not installed.
! Adapter "nut" is not installed.
! Adapter "onkyo" is not installed.
! Adapter "owfs" is not installed.
! Adapter "owntracks" is not installed.
! Adapter "parser" is not installed.
! Adapter "phantomjs" is not installed.
! Adapter "piface" is not installed.
! Adapter "ping" is not installed.
! Adapter "pushbullet" is not installed.
! Adapter "pushsafer" is not installed.
! Adapter "pushover" is not installed.
! Adapter "radar" is not installed.
! Adapter "rflink" is not installed.
! Adapter "rickshaw" is not installed.
! Adapter "rpi2" is not installed.
! Adapter "rwe-smarthome" is not installed.
! Adapter "s7" is not installed.
! Adapter "samsung" is not installed.
! Adapter "sayit" is not installed.
! Adapter "scenes" is not installed.
! Adapter "simple-api" is not installed.
! Adapter "sql" is not installed.
! Adapter "squeezebox" is not installed.
! Adapter "smartmeter" is not installed.
! Adapter "socketio" is not installed.
! Adapter "solarwetter" is not installed.
! Adapter "sonos" is not installed.
! Adapter "starline" is not installed.
! Adapter "tankerkoenig" is not installed.
! Adapter "telegram" is not installed.
! Adapter "terminal" is not installed.
! Adapter "text2command" is not installed.
! Adapter "tr-064" is not installed.
! Adapter "tvspielfilm" is not installed.
! Adapter "unifi" is not installed.
! Adapter "upnp" is not installed.
! Adapter "vcard" is not installed.
! Adapter "vis" is not installed.
! Adapter "vis-bars" is not installed.
! Adapter "vis-beta" is not installed.
! Adapter "vis-canvas-gauges" is not installed.
! Adapter "vis-colorpicker" is not installed.
! Adapter "vis-fancyswitch" is not installed.
! Adapter "vis-google-fonts" is not installed.
! Adapter "vis-history" is not installed.
! Adapter "vis-hqwidgets" is not installed.
! Adapter "vis-jqui-mfd" is not installed.
! Adapter "vis-justgage" is not installed.
! Adapter "vis-keyboard" is not installed.
! Adapter "vis-lcars" is not installed.
! Adapter "vis-map" is not installed.
! Adapter "vis-metro" is not installed.
! Adapter "vis-players" is not installed.
! Adapter "vis-plumb" is not installed.
! Adapter "vis-rgraph" is not installed.
! Adapter "vis-timeandweather" is not installed.
! Adapter "weatherunderground" is not installed.
! Adapter "web" is not installed.
! Adapter "wetty" is not installed.
! Adapter "wm-bus" is not installed.
! Adapter "wifilight" is not installed.
! Adapter "wolf" is not installed.
! Adapter "xs1" is not installed.
! Adapter "yamaha" is not installed.
! Adapter "yahka" is not installed.
! Adapter "yr" is not installed.
! Adapter "zwave" is not installed.
! Host "odroid64" is up to date.
! root@odroid64:/opt/iobroker# -
Ich hoffe, dass Sie ein Archiv-Verzeichnis /opt/iobroker/iobroker-data haben. Dann setzen Sie einfach iobroker wieder und kopieren Sie das angegebene Verzeichnis
-
Ich hoffe, dass Sie ein Archiv-Verzeichnis /opt/iobroker/iobroker-data haben. Dann setzen Sie einfach iobroker wieder und kopieren Sie das angegebene Verzeichnis `
das war der richtige Tip. Danke.
это был правильный наконечник. Спасибо.