NEWS
Rock64 ssd/usb boot seltsames Verhalten
-
Hallo,
ich habe gestern nochmal das fertige iobroker Image mit etcher geflasht und die SSD über den USB 3.0 Port angeschlossen. Den SPI flash habe ich im Vorfeld durchgeführt.
Es ist ein günstiges Gehäuse, Hersteller unbekannt. Ich habe mir vorsichtshalber bereits ein anderes bestellt (ICY BOX IB-AC603a-U3 USB 3.0 zu SATA).Diesmal habe ich kein Update durchgeführt, ioBroker läuft. Wenn das neue Gehäuse da ist, werde ich mal ein Update des Systems wagen.
-
@e-i-k-e
ich habe auch ein billiges noname gehäuse von amazon gekauft. bei mir ging das update problemlos, keine ahnung, was das bei dir sein kann, -
Neues Gehäuse/Controller ist da, nun läuft es von Anhieb besser.
Mein Multihostsystem läuft auf js-controller@1.5.7, somit möchte ich den Rock (Master) auch auf diesen stand bringen.
Jetzt fangen schon wieder die Probleme an. Was ist passiert und wie bekomme ich das in den Griff?
Solche Probleme hatte ich bei meiner SD Karte nie.root@ioBroker-Rock:/opt/iobroker# iobroker stop root@ioBroker-Rock:/opt/iobroker# npm i iobroker.js-controller@1.5.7 > iobroker.js-controller@1.5.7 preinstall /opt/iobroker/node_modules/iobroker.js-controller > node lib/preinstallCheck.js NPM version: 6.8.0 npm version >= 5: disabling package-lock > diskusage@0.2.6 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 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@1.5.7 install /opt/iobroker/node_modules/iobroker.js-controller > node iobroker.js setup first + iobroker.js-controller@1.5.7 added 17 packages from 12 contributors, removed 18 packages, updated 18 packages and audited 29769 packages in 102.835s found 66 vulnerabilities (40 low, 1 moderate, 25 high) run `npm audit fix` to fix them, or `npm audit` for details root@ioBroker-Rock:/opt/iobroker# iobroker start
root@ioBroker-Rock:/opt/iobroker# iobroker status iobroker is running Objects type: file States type: file
root@ioBroker-Rock:~# iobroker status iobroker is running Objects type: file States type: file root@ioBroker-Rock:~# ps -A | grep iobroker 2526 ? 00:00:19 iobroker.js-con root@ioBroker-Rock:~# cd /opt/iobroker root@ioBroker-Rock:/opt/iobroker# node node_modules/iobroker.js-controller/contr oller.js --logs 2019-05-08 00:04:50.074 - info: host.ioBroker-Rock iobroker.js-controller versi on 1.5.7 js-controller starting 2019-05-08 00:04:50.083 - info: host.ioBroker-Rock Copyright (c) 2014-2018 blue fox, 2014 hobbyquaker 2019-05-08 00:04:50.084 - info: host.ioBroker-Rock hostname: ioBroker-Rock, nod e: v8.16.0 2019-05-08 00:04:50.091 - info: host.ioBroker-Rock ip addresses: 192.168.3.100 fe80::343d:a2d2:99a1:e291 2019-05-08 00:04:50.531 - info: host.ioBroker-Rock inMem-states listening on p ort 9000 2019-05-08 00:04:52.848 - info: host.ioBroker-Rock inMem-objects listening on port 9001 2019-05-08 00:04:52.880 - error: Another instance is running or some applicatio n uses port! 2019-05-08 00:04:52.882 - error: uncaught exception: listen EADDRINUSE 0.0.0.0: 9000 2019-05-08 00:04:52.898 - info: host.ioBroker-Rock terminated 2019-05-08 00:04:52.954 - info: iobroker _restart listen EADDRINUSE 0.0.0.0:9001 Error: listen EADDRINUSE 0.0.0.0:9001 at Server.setupListenHandle [as _listen2] (net.js:1360:14) at listenInCluster (net.js:1401:12) at doListen (net.js:1510:7) at _combinedTickCallback (internal/process/next_tick.js:142:11) at process._tickCallback (internal/process/next_tick.js:181:9) at Function.Module.runMain (module.js:696:11) at startup (bootstrap_node.js:204:16) at bootstrap_node.js:625:3
-
Habe den Rock gestern noch zwei mal neu aufgesetzt.
Beim 1. direkt Update auf js-controller 1.5.7. Bekomme nach einem Neustart die gleiche Fehlermeldung.
"Error: listen EADDRINUSE 0.0.0.0:9001" Diesen Fehler konnte ich auch nicht mit den Hilfestellungen aus dem Forum beheben.Beim 2. kein Update auf 1.5.7 ioBroker läuft ohne Probleme.
Weswegen erhalte ich diese Fehlermeldung nach einem Update von JS-controller (ein Downgrade auf 1.4.2 behabt das Problem nicht mehr). Kann das irgednwie mit dem imgage und der SSD zusammenhängen?
-
Bezogen auf deinen vorletzten Post:
iobroker status
sagtiobroker is running
,ps -A | grep iobroker
bestätigt dir das. Dann startest du eine weitere Instanz von ioBroker pernode .../controller.js
. Klar, dass dann EADDRINUSE kommt, ioBroker läuft ja.Vorher stoppen, dann kannst du auch per
node ...
den Controller mit Logs starten. -
Okay, dass kann natürlich dann nicht funktionieren.
Allerdings beim zweiten versuch (neu aufgestztes ioBroker) bin ich als root wie folgt vorgegangen.
cd /opt/iobroker iobroker stop npm i iobroker.js-controller@1.5.7 restart
Und hatte anschließend die gleichen Fehler, ioBroker fuhr nicht hoch/war nicht erreichbar.
Ich möchte beim nächsten versuch ungern mein ioBroker wieder verschießen.
Wo liegt der Fehler?aktuelles rock64 ioBroker image
npm läuft auf 6.8.0 -
iobroker restart
-
iobroker start
-
@AlCalzone
auch möglich
aber das iobroker fehlte -
Natürlich habe ich iobroker start ausgeführt.
In dem Fall habe ich das komplette System neugestartet. -
@e-i-k-e Dann brauchen wir ein paar zusätzliche Infos:
-
Ich nehme an, du hast ioBroker mit dem Installer-Skript installiert. Poste bitte mal den Inhalt der Datei
/opt/iobroker/INSTALLER_INFO.txt
. -
Wenn ioBroker beim Start abstürzen sollte, müssten wir das im Log sehen. Schau mal in
/opt/iobroker/log
(oder logs?) und poste die Datei mit dem aktuellsten Datum. -
Sofern da nix drin steht, finden wir vermutlich was mit
journalctl -u iobroker
. Die Ausgabe bitte auch posten.
-
-
root@ioBroker-Rock:~# nano /opt/iobroker/INSTALLER_INFO.txt GNU nano 2.7.4 Datei: /opt/iobroker/INSTALLER_INFO.txt Installer version: 2019-02-03 Installation date 2019-02-09 Platform: linux Installed as non-root user pi init system: systemd Autostart: systemd ACL enabled: true
Nicht vorhanden.
root@ioBroker-Rock:/opt/iobroker# dir backups iob lib package.json CHANGELOG_INSTALLER_LINUX.md iobroker LICENSE package-lock.json install iobroker-data log README.md INSTALLER_INFO.txt killall.sh node_modules reinstall.sh root@ioBroker-Rock:/opt/iobroker# cd root@ioBroker-Rock:~# journalctl -u iobroker -- Logs begin at Thu 2016-11-03 18:16:42 CET, end at Mon 2019-05-13 20:05:01 CES Feb 09 14:58:36 ioBroker-Rock systemd[1]: Started ioBroker Server. Feb 09 14:58:38 ioBroker-Rock bash[857]: host.ioBroker-Rock check instance "syst Feb 09 14:58:38 ioBroker-Rock bash[857]: host.ioBroker-Rock check instance "syst Feb 09 14:58:38 ioBroker-Rock bash[857]: object system.meta.uuid created: 62f3cd Feb 09 14:58:44 ioBroker-Rock bash[857]: Send diag info: {"uuid":"62f3cdff-d47f- Mai 08 01:17:04 ioBroker-Rock systemd[1]: Stopping ioBroker Server... Mai 08 01:17:05 ioBroker-Rock systemd[1]: iobroker.service: Main process exited, Mai 08 01:17:05 ioBroker-Rock systemd[1]: Stopped ioBroker Server. Mai 08 01:17:05 ioBroker-Rock systemd[1]: iobroker.service: Unit entered failed Mai 08 01:17:05 ioBroker-Rock systemd[1]: iobroker.service: Failed with result ' Mai 08 01:19:37 ioBroker-Rock systemd[1]: Started ioBroker Server. Mai 08 01:19:41 ioBroker-Rock bash[3531]: host.ioBroker-Rock check instance "sys Mai 08 01:19:41 ioBroker-Rock bash[3531]: host.ioBroker-Rock check instance "sys Mai 08 01:19:41 ioBroker-Rock bash[3531]: host.ioBroker-Rock check instance "sys Mai 08 01:19:41 ioBroker-Rock bash[3531]: host.ioBroker-Rock check instance "sys Mai 08 01:19:41 ioBroker-Rock bash[3531]: host.ioBroker-Rock check instance "sys Mai 08 01:19:41 ioBroker-Rock bash[3531]: host.ioBroker-Rock check instance "sys Mai 08 01:19:41 ioBroker-Rock bash[3531]: host.ioBroker-Rock check instance "sys Mai 08 01:19:41 ioBroker-Rock bash[3531]: host.ioBroker-Rock check instance "sys Mai 08 01:19:41 ioBroker-Rock bash[3531]: host.ioBroker-Rock check instance "sys Mai 08 01:19:41 ioBroker-Rock bash[3531]: host.ioBroker-Rock check instance "sys Mai 08 01:19:41 ioBroker-Rock bash[3531]: host.ioBroker-Rock check instance "sys lines 1-23
Ich habe aktuell den js-controller nicht aktualisiert, hier läuft die Version 1.4.2.
Das Update müsste ich zeitnahe durchführen.
Könnt ihr anhand der Daten schon etwas entdecken? -
@e-i-k-e sagte in Rock64 ssd/usb boot seltsames Verhalten:
Könnt ihr anhand der Daten schon etwas entdecken?
Log 3 ist rechts abgeschnitten. Hilft leider nicht viel
Wenn du es nicht kopiert bekommst, geht auchjournalctl -u iobroker > log.txt
und dann die neu erstelltelog.txt
hier posten.@e-i-k-e sagte in Rock64 ssd/usb boot seltsames Verhalten:
Nicht vorhanden
Sicher?
-
jetzt nochmal komplett
root@ioBroker-Rock:~# journalctl -u iobroker -- Logs begin at Thu 2016-11-03 18:16:42 CET, end at Mon 2019-05-13 22:00:01 CES Feb 09 14:58:36 ioBroker-Rock systemd[1]: Started ioBroker Server. Feb 09 14:58:38 ioBroker-Rock bash[857]: host.ioBroker-Rock check instance "syst Feb 09 14:58:38 ioBroker-Rock bash[857]: host.ioBroker-Rock check instance "syst Feb 09 14:58:38 ioBroker-Rock bash[857]: object system.meta.uuid created: 62f3cd Feb 09 14:58:44 ioBroker-Rock bash[857]: Send diag info: {"uuid":"62f3cdff-d47f- Mai 08 01:17:04 ioBroker-Rock systemd[1]: Stopping ioBroker Server... Mai 08 01:17:05 ioBroker-Rock systemd[1]: iobroker.service: Main process exited, Mai 08 01:17:05 ioBroker-Rock systemd[1]: Stopped ioBroker Server. Mai 08 01:17:05 ioBroker-Rock systemd[1]: iobroker.service: Unit entered failed Mai 08 01:17:05 ioBroker-Rock systemd[1]: iobroker.service: Failed with result ' Mai 08 01:19:37 ioBroker-Rock systemd[1]: Started ioBroker Server. Mai 08 01:19:41 ioBroker-Rock bash[3531]: host.ioBroker-Rock check instance "sys Mai 08 01:19:41 ioBroker-Rock bash[3531]: host.ioBroker-Rock check instance "sys Mai 08 01:19:41 ioBroker-Rock bash[3531]: host.ioBroker-Rock check instance "sys Mai 08 01:19:41 ioBroker-Rock bash[3531]: host.ioBroker-Rock check instance "sys Mai 08 01:19:41 ioBroker-Rock bash[3531]: host.ioBroker-Rock check instance "sys Mai 08 01:19:41 ioBroker-Rock bash[3531]: host.ioBroker-Rock check instance "sys Mai 08 01:19:41 ioBroker-Rock bash[3531]: host.ioBroker-Rock check instance "sys Mai 08 01:19:41 ioBroker-Rock bash[3531]: host.ioBroker-Rock check instance "sys Mai 08 01:19:41 ioBroker-Rock bash[3531]: host.ioBroker-Rock check instance "sys Mai 08 01:19:41 ioBroker-Rock bash[3531]: host.ioBroker-Rock check instance "sys Mai 08 01:19:41 ioBroker-Rock bash[3531]: host.ioBroker-Rock check instance "sys Mai 08 01:19:41 ioBroker-Rock bash[3531]: host.ioBroker-Rock check instance "sys Mai 08 01:19:41 ioBroker-Rock bash[3531]: host.ioBroker-Rock check instance "sys Mai 08 01:19:41 ioBroker-Rock bash[3531]: host.ioBroker-Rock check instance "sys Mai 08 01:19:41 ioBroker-Rock bash[3531]: host.ioBroker-Rock check instance "sys Mai 08 01:19:41 ioBroker-Rock bash[3531]: host.ioBroker-Rock check instance "sys Mai 08 01:19:41 ioBroker-Rock bash[3531]: host.ioBroker-Rock check instance "sys Mai 08 01:19:41 ioBroker-Rock bash[3531]: host.ioBroker-Rock check instance "sys Mai 08 01:19:41 ioBroker-Rock bash[3531]: host.ioBroker-Rock check instance "sys Mai 08 01:19:41 ioBroker-Rock bash[3531]: host.ioBroker-Rock check instance "sys Mai 08 01:19:41 ioBroker-Rock bash[3531]: host.ioBroker-Rock check instance "sys Mai 08 01:19:41 ioBroker-Rock bash[3531]: host.ioBroker-Rock check instance "sys Mai 08 01:19:41 ioBroker-Rock bash[3531]: host.ioBroker-Rock check instance "sys Mai 08 01:19:41 ioBroker-Rock bash[3531]: host.ioBroker-Rock check instance "sys Mai 08 01:19:41 ioBroker-Rock bash[3531]: host.ioBroker-Rock check instance "sys Mai 08 01:19:41 ioBroker-Rock bash[3531]: host.ioBroker-Rock check instance "sys Mai 08 01:19:41 ioBroker-Rock bash[3531]: host.ioBroker-Rock check instance "sys Mai 08 01:19:41 ioBroker-Rock bash[3531]: host.ioBroker-Rock check instance "sys Mai 08 01:19:41 ioBroker-Rock bash[3531]: host.ioBroker-Rock check instance "sys Mai 08 01:19:41 ioBroker-Rock bash[3531]: host.ioBroker-Rock check instance "sys Mai 08 01:19:41 ioBroker-Rock bash[3531]: host.ioBroker-Rock check instance "sys Mai 08 01:19:41 ioBroker-Rock bash[3531]: host.ioBroker-Rock check instance "sys Mai 08 01:19:41 ioBroker-Rock bash[3531]: host.ioBroker-Rock check instance "sys Mai 08 01:19:41 ioBroker-Rock bash[3531]: host.ioBroker-Rock check instance "sys Mai 08 01:19:41 ioBroker-Rock bash[3531]: host.ioBroker-Rock check instance "sys Mai 08 01:19:41 ioBroker-Rock bash[3531]: host.ioBroker-Rock check instance "sys Mai 08 01:19:41 ioBroker-Rock bash[3531]: host.ioBroker-Rock check instance "sys Mai 08 01:19:41 ioBroker-Rock bash[3531]: host.ioBroker-Rock check instance "sys Mai 08 01:19:41 ioBroker-Rock bash[3531]: host.ioBroker-Rock check instance "sys Mai 08 01:19:41 ioBroker-Rock bash[3531]: host.ioBroker-Rock check instance "sys Mai 08 01:19:41 ioBroker-Rock bash[3531]: host.ioBroker-Rock check instance "sys Mai 08 01:19:41 ioBroker-Rock bash[3531]: host.ioBroker-Rock check instance "sys Mai 08 01:19:41 ioBroker-Rock bash[3531]: host.ioBroker-Rock check instance "sys Mai 08 01:19:41 ioBroker-Rock bash[3531]: host.ioBroker-Rock check instance "sys Mai 08 01:19:41 ioBroker-Rock bash[3531]: host.ioBroker-Rock check instance "sys Mai 08 01:19:41 ioBroker-Rock bash[3531]: host.ioBroker-Rock check instance "sys Mai 08 01:19:41 ioBroker-Rock bash[3531]: host.ioBroker-Rock check instance "sys Mai 08 01:19:41 ioBroker-Rock bash[3531]: host.ioBroker-Rock check instance "sys Mai 08 01:19:41 ioBroker-Rock bash[3531]: host.ioBroker-Rock check instance "sys Mai 08 01:19:41 ioBroker-Rock bash[3531]: host.ioBroker-Rock check instance "sys Mai 08 01:19:41 ioBroker-Rock bash[3531]: host.ioBroker-Rock check instance "sys Mai 08 01:19:41 ioBroker-Rock bash[3531]: host.ioBroker-Rock check instance "sys Mai 08 01:19:41 ioBroker-Rock bash[3531]: host.ioBroker-Rock check instance "sys Mai 08 01:19:41 ioBroker-Rock bash[3531]: host.ioBroker-Rock check instance "sys Mai 08 01:19:41 ioBroker-Rock bash[3531]: host.ioBroker-Rock check instance "sys Mai 08 01:19:41 ioBroker-Rock bash[3531]: host.ioBroker-Rock check instance "sys Mai 08 01:19:41 ioBroker-Rock bash[3531]: host.ioBroker-Rock check instance "sys Mai 08 01:19:41 ioBroker-Rock bash[3531]: host.ioBroker-Rock check instance "sys Mai 08 01:19:41 ioBroker-Rock bash[3531]: host.ioBroker-Rock check instance "sys Mai 08 01:19:41 ioBroker-Rock bash[3531]: host.ioBroker-Rock check instance "sys Mai 08 01:19:41 ioBroker-Rock bash[3531]: host.ioBroker-Rock check instance "sys Mai 08 01:21:10 ioBroker-Rock systemd[1]: Stopping ioBroker Server... Mai 08 01:21:12 ioBroker-Rock systemd[1]: iobroker.service: Main process exited, Mai 08 01:21:12 ioBroker-Rock systemd[1]: Stopped ioBroker Server. Mai 08 01:21:12 ioBroker-Rock systemd[1]: iobroker.service: Unit entered failed Mai 08 01:21:12 ioBroker-Rock systemd[1]: iobroker.service: Failed with result ' Mai 08 01:21:12 ioBroker-Rock systemd[1]: Started ioBroker Server. Mai 08 01:21:16 ioBroker-Rock bash[3833]: host.ioBroker-Rock check instance "sys Mai 08 01:21:16 ioBroker-Rock bash[3833]: host.ioBroker-Rock check instance "sys Mai 08 01:21:16 ioBroker-Rock bash[3833]: host.ioBroker-Rock check instance "sys Mai 08 01:21:16 ioBroker-Rock bash[3833]: host.ioBroker-Rock check instance "sys Mai 08 01:21:16 ioBroker-Rock bash[3833]: host.ioBroker-Rock check instance "sys Mai 08 01:21:16 ioBroker-Rock bash[3833]: host.ioBroker-Rock check instance "sys Mai 08 01:21:16 ioBroker-Rock bash[3833]: host.ioBroker-Rock check instance "sys Mai 08 01:21:16 ioBroker-Rock bash[3833]: host.ioBroker-Rock check instance "sys Mai 08 01:21:16 ioBroker-Rock bash[3833]: host.ioBroker-Rock check instance "sys Mai 08 01:21:16 ioBroker-Rock bash[3833]: host.ioBroker-Rock check instance "sys Mai 08 01:21:16 ioBroker-Rock bash[3833]: host.ioBroker-Rock check instance "sys Mai 08 01:21:16 ioBroker-Rock bash[3833]: host.ioBroker-Rock check instance "sys Mai 08 01:21:16 ioBroker-Rock bash[3833]: host.ioBroker-Rock check instance "sys Mai 08 01:21:16 ioBroker-Rock bash[3833]: host.ioBroker-Rock check instance "sys Mai 08 01:21:16 ioBroker-Rock bash[3833]: host.ioBroker-Rock check instance "sys Mai 08 01:21:16 ioBroker-Rock bash[3833]: host.ioBroker-Rock check instance "sys Mai 08 01:21:16 ioBroker-Rock bash[3833]: host.ioBroker-Rock check instance "sys Mai 08 01:21:16 ioBroker-Rock bash[3833]: host.ioBroker-Rock check instance "sys Mai 08 01:21:16 ioBroker-Rock bash[3833]: host.ioBroker-Rock check instance "sys Mai 08 01:21:16 ioBroker-Rock bash[3833]: host.ioBroker-Rock check instance "sys Mai 08 01:21:16 ioBroker-Rock bash[3833]: host.ioBroker-Rock check instance "sys Mai 08 01:21:16 ioBroker-Rock bash[3833]: host.ioBroker-Rock check instance "sys Mai 08 01:21:16 ioBroker-Rock bash[3833]: host.ioBroker-Rock check instance "sys Mai 08 01:21:16 ioBroker-Rock bash[3833]: host.ioBroker-Rock check instance "sys Mai 08 01:21:16 ioBroker-Rock bash[3833]: host.ioBroker-Rock check instance "sys Mai 08 01:21:16 ioBroker-Rock bash[3833]: host.ioBroker-Rock check instance "sys Mai 08 01:21:16 ioBroker-Rock bash[3833]: host.ioBroker-Rock check instance "sys Mai 08 01:21:16 ioBroker-Rock bash[3833]: host.ioBroker-Rock check instance "sys Mai 08 01:21:16 ioBroker-Rock bash[3833]: host.ioBroker-Rock check instance "sys Mai 08 01:21:16 ioBroker-Rock bash[3833]: host.ioBroker-Rock check instance "sys Mai 08 01:21:16 ioBroker-Rock bash[3833]: host.ioBroker-Rock check instance "sys Mai 08 01:21:16 ioBroker-Rock bash[3833]: host.ioBroker-Rock check instance "sys Mai 08 01:21:16 ioBroker-Rock bash[3833]: host.ioBroker-Rock check instance "sys Mai 08 01:21:16 ioBroker-Rock bash[3833]: host.ioBroker-Rock check instance "sys Mai 08 01:21:16 ioBroker-Rock bash[3833]: host.ioBroker-Rock check instance "sys Mai 08 01:21:16 ioBroker-Rock bash[3833]: host.ioBroker-Rock check instance "sys Mai 08 01:21:16 ioBroker-Rock bash[3833]: host.ioBroker-Rock check instance "sys Mai 08 01:21:16 ioBroker-Rock bash[3833]: host.ioBroker-Rock check instance "sys Mai 08 01:21:16 ioBroker-Rock bash[3833]: host.ioBroker-Rock check instance "sys Mai 08 01:21:16 ioBroker-Rock bash[3833]: host.ioBroker-Rock check instance "sys Mai 08 01:21:16 ioBroker-Rock bash[3833]: host.ioBroker-Rock check instance "sys Mai 08 01:21:16 ioBroker-Rock bash[3833]: host.ioBroker-Rock check instance "sys Mai 08 01:21:16 ioBroker-Rock bash[3833]: host.ioBroker-Rock check instance "sys Mai 08 01:21:16 ioBroker-Rock bash[3833]: host.ioBroker-Rock check instance "sys Mai 08 01:21:16 ioBroker-Rock bash[3833]: host.ioBroker-Rock check instance "sys Mai 08 01:21:16 ioBroker-Rock bash[3833]: host.ioBroker-Rock check instance "sys Mai 08 01:21:16 ioBroker-Rock bash[3833]: host.ioBroker-Rock check instance "sys Mai 08 01:21:16 ioBroker-Rock bash[3833]: host.ioBroker-Rock check instance "sys Mai 08 01:21:16 ioBroker-Rock bash[3833]: host.ioBroker-Rock check instance "sys Mai 08 01:21:16 ioBroker-Rock bash[3833]: host.ioBroker-Rock check instance "sys Mai 08 01:21:16 ioBroker-Rock bash[3833]: host.ioBroker-Rock check instance "sys Mai 08 01:21:16 ioBroker-Rock bash[3833]: host.ioBroker-Rock check instance "sys Mai 08 01:21:16 ioBroker-Rock bash[3833]: host.ioBroker-Rock check instance "sys Mai 08 01:21:16 ioBroker-Rock bash[3833]: host.ioBroker-Rock check instance "sys Mai 08 01:21:16 ioBroker-Rock bash[3833]: host.ioBroker-Rock check instance "sys Mai 08 01:21:16 ioBroker-Rock bash[3833]: host.ioBroker-Rock check instance "sys Mai 08 01:21:16 ioBroker-Rock bash[3833]: host.ioBroker-Rock check instance "sys Mai 08 01:21:16 ioBroker-Rock bash[3833]: host.ioBroker-Rock check instance "sys Mai 08 01:21:16 ioBroker-Rock bash[3833]: host.ioBroker-Rock check instance "sys Mai 08 01:21:16 ioBroker-Rock bash[3833]: host.ioBroker-Rock check instance "sys Mai 08 01:21:16 ioBroker-Rock bash[3833]: host.ioBroker-Rock check instance "sys Mai 08 02:21:49 ioBroker-Rock bash[3833]: Wed, 08 May 2019 00:21:49 GMT node-tel Mai 08 02:21:49 ioBroker-Rock bash[3833]: In the future, you will have to enable Mai 08 02:21:49 ioBroker-Rock bash[3833]: See https://github.com/yagop/node-tele Mai 08 22:47:09 ioBroker-Rock bash[3833]: Unhandled rejection RangeError [ERR_SO Mai 08 22:47:09 ioBroker-Rock bash[3833]: at Socket.send (dgram.js:419:11) Mai 08 22:47:09 ioBroker-Rock bash[3833]: at /opt/iobroker/node_modules/node Mai 08 22:47:09 ioBroker-Rock bash[3833]: at tryCatcher (/opt/iobroker/node_ Mai 08 22:47:09 ioBroker-Rock bash[3833]: at Promise._settlePromiseFromHandl Mai 08 22:47:09 ioBroker-Rock bash[3833]: at Promise._settlePromise (/opt/io Mai 08 22:47:09 ioBroker-Rock bash[3833]: at Promise._settlePromise0 (/opt/i Mai 08 22:47:09 ioBroker-Rock bash[3833]: at Promise._settlePromises (/opt/i Mai 08 22:47:09 ioBroker-Rock bash[3833]: at _drainQueueStep (/opt/iobroker/ Mai 08 22:47:09 ioBroker-Rock bash[3833]: at _drainQueue (/opt/iobroker/node Mai 08 22:47:09 ioBroker-Rock bash[3833]: at Async._drainQueues (/opt/iobrok Mai 08 22:47:09 ioBroker-Rock bash[3833]: at Immediate.Async.drainQueues (/o Mai 08 22:47:09 ioBroker-Rock bash[3833]: at runCallback (timers.js:810:20) lines 134-156 Mai 08 01:21:16 ioBroker-Rock bash[3833]: host.ioBroker-Rock check instance "sys Mai 08 01:21:16 ioBroker-Rock bash[3833]: host.ioBroker-Rock check instance "sys Mai 08 01:21:16 ioBroker-Rock bash[3833]: host.ioBroker-Rock check instance "sys Mai 08 01:21:16 ioBroker-Rock bash[3833]: host.ioBroker-Rock check instance "sys Mai 08 01:21:16 ioBroker-Rock bash[3833]: host.ioBroker-Rock check instance "sys Mai 08 01:21:16 ioBroker-Rock bash[3833]: host.ioBroker-Rock check instance "sys Mai 08 01:21:16 ioBroker-Rock bash[3833]: host.ioBroker-Rock check instance "sys Mai 08 02:21:49 ioBroker-Rock bash[3833]: Wed, 08 May 2019 00:21:49 GMT node-tel Mai 08 02:21:49 ioBroker-Rock bash[3833]: In the future, you will have to enable Mai 08 02:21:49 ioBroker-Rock bash[3833]: See https://github.com/yagop/node-tele Mai 08 22:47:09 ioBroker-Rock bash[3833]: Unhandled rejection RangeError [ERR_SO Mai 08 22:47:09 ioBroker-Rock bash[3833]: at Socket.send (dgram.js:419:11) Mai 08 22:47:09 ioBroker-Rock bash[3833]: at /opt/iobroker/node_modules/node Mai 08 22:47:09 ioBroker-Rock bash[3833]: at tryCatcher (/opt/iobroker/node_ Mai 08 22:47:09 ioBroker-Rock bash[3833]: at Promise._settlePromiseFromHandl Mai 08 22:47:09 ioBroker-Rock bash[3833]: at Promise._settlePromise (/opt/io Mai 08 22:47:09 ioBroker-Rock bash[3833]: at Promise._settlePromise0 (/opt/i Mai 08 22:47:09 ioBroker-Rock bash[3833]: at Promise._settlePromises (/opt/i Mai 08 22:47:09 ioBroker-Rock bash[3833]: at _drainQueueStep (/opt/iobroker/ Mai 08 22:47:09 ioBroker-Rock bash[3833]: at _drainQueue (/opt/iobroker/node Mai 08 22:47:09 ioBroker-Rock bash[3833]: at Async._drainQueues (/opt/iobrok Mai 08 22:47:09 ioBroker-Rock bash[3833]: at Immediate.Async.drainQueues (/o Mai 08 22:47:09 ioBroker-Rock bash[3833]: at runCallback (timers.js:810:20) Mai 08 22:47:09 ioBroker-Rock bash[3833]: at tryOnImmediate (timers.js:768:5 Mai 08 22:47:09 ioBroker-Rock bash[3833]: at processImmediate [as _immediate Mai 08 22:48:43 ioBroker-Rock bash[3833]: TypeError: invalid pid Mai 08 22:48:43 ioBroker-Rock bash[3833]: at process.kill (internal/process. Mai 08 22:48:43 ioBroker-Rock bash[3833]: at killPid (/opt/iobroker/node_mod Mai 08 22:48:43 ioBroker-Rock bash[3833]: at /opt/iobroker/node_modules/tree Mai 08 22:48:43 ioBroker-Rock bash[3833]: at Array.forEach (<anonymous>) Mai 08 22:48:43 ioBroker-Rock bash[3833]: at killAll (/opt/iobroker/node_mod Mai 08 22:48:43 ioBroker-Rock bash[3833]: at /opt/iobroker/node_modules/tree Mai 08 22:48:43 ioBroker-Rock bash[3833]: at ChildProcess.onClose (/opt/iobr Mai 08 22:48:43 ioBroker-Rock bash[3833]: at emitTwo (events.js:126:13) Mai 08 22:48:43 ioBroker-Rock bash[3833]: at ChildProcess.emit (events.js:21 Mai 08 22:48:43 ioBroker-Rock bash[3833]: at maybeClose (internal/child_proc Mai 08 22:48:43 ioBroker-Rock bash[3833]: at Socket.stream.socket.on (intern lines 134-170 Mai 08 01:21:16 ioBroker-Rock bash[3833]: host.ioBroker-Rock check instance "sys Mai 08 01:21:16 ioBroker-Rock bash[3833]: host.ioBroker-Rock check instance "sys Mai 08 01:21:16 ioBroker-Rock bash[3833]: host.ioBroker-Rock check instance "sys Mai 08 01:21:16 ioBroker-Rock bash[3833]: host.ioBroker-Rock check instance "sys Mai 08 01:21:16 ioBroker-Rock bash[3833]: host.ioBroker-Rock check instance "sys Mai 08 01:21:16 ioBroker-Rock bash[3833]: host.ioBroker-Rock check instance "sys Mai 08 01:21:16 ioBroker-Rock bash[3833]: host.ioBroker-Rock check instance "sys Mai 08 02:21:49 ioBroker-Rock bash[3833]: Wed, 08 May 2019 00:21:49 GMT node-tel Mai 08 02:21:49 ioBroker-Rock bash[3833]: In the future, you will have to enable Mai 08 02:21:49 ioBroker-Rock bash[3833]: See https://github.com/yagop/node-tele Mai 08 22:47:09 ioBroker-Rock bash[3833]: Unhandled rejection RangeError [ERR_SO Mai 08 22:47:09 ioBroker-Rock bash[3833]: at Socket.send (dgram.js:419:11) Mai 08 22:47:09 ioBroker-Rock bash[3833]: at /opt/iobroker/node_modules/node Mai 08 22:47:09 ioBroker-Rock bash[3833]: at tryCatcher (/opt/iobroker/node_ Mai 08 22:47:09 ioBroker-Rock bash[3833]: at Promise._settlePromiseFromHandl Mai 08 22:47:09 ioBroker-Rock bash[3833]: at Promise._settlePromise (/opt/io Mai 08 22:47:09 ioBroker-Rock bash[3833]: at Promise._settlePromise0 (/opt/i Mai 08 22:47:09 ioBroker-Rock bash[3833]: at Promise._settlePromises (/opt/i Mai 08 22:47:09 ioBroker-Rock bash[3833]: at _drainQueueStep (/opt/iobroker/ Mai 08 22:47:09 ioBroker-Rock bash[3833]: at _drainQueue (/opt/iobroker/node Mai 08 22:47:09 ioBroker-Rock bash[3833]: at Async._drainQueues (/opt/iobrok Mai 08 22:47:09 ioBroker-Rock bash[3833]: at Immediate.Async.drainQueues (/o Mai 08 22:47:09 ioBroker-Rock bash[3833]: at runCallback (timers.js:810:20) Mai 08 22:47:09 ioBroker-Rock bash[3833]: at tryOnImmediate (timers.js:768:5 Mai 08 22:47:09 ioBroker-Rock bash[3833]: at processImmediate [as _immediate Mai 08 22:48:43 ioBroker-Rock bash[3833]: TypeError: invalid pid Mai 08 22:48:43 ioBroker-Rock bash[3833]: at process.kill (internal/process. Mai 08 22:48:43 ioBroker-Rock bash[3833]: at killPid (/opt/iobroker/node_mod Mai 08 22:48:43 ioBroker-Rock bash[3833]: at /opt/iobroker/node_modules/tree Mai 08 22:48:43 ioBroker-Rock bash[3833]: at Array.forEach (<anonymous>) Mai 08 22:48:43 ioBroker-Rock bash[3833]: at killAll (/opt/iobroker/node_mod Mai 08 22:48:43 ioBroker-Rock bash[3833]: at /opt/iobroker/node_modules/tree Mai 08 22:48:43 ioBroker-Rock bash[3833]: at ChildProcess.onClose (/opt/iobr Mai 08 22:48:43 ioBroker-Rock bash[3833]: at emitTwo (events.js:126:13) Mai 08 22:48:43 ioBroker-Rock bash[3833]: at ChildProcess.emit (events.js:21 Mai 08 22:48:43 ioBroker-Rock bash[3833]: at maybeClose (internal/child_proc Mai 08 22:48:43 ioBroker-Rock bash[3833]: at Socket.stream.socket.on (intern Mai 08 22:48:43 ioBroker-Rock bash[3833]: at emitOne (events.js:116:13) Mai 08 22:48:43 ioBroker-Rock bash[3833]: at Socket.emit (events.js:211:7) Mai 08 22:48:43 ioBroker-Rock bash[3833]: at Pipe._handle.close [as _onclose Mai 09 13:24:17 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarni Mai 09 15:24:29 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarni Mai 09 15:26:00 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarni Mai 09 17:24:32 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarni Mai 09 17:26:10 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarni Mai 10 01:24:56 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarni Mai 10 01:27:04 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarni Mai 10 01:27:04 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarni Mai 10 03:25:17 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarni Mai 10 03:27:18 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarni Mai 10 05:25:28 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarni Mai 10 05:27:30 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarni Mai 10 07:25:37 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarni Mai 10 07:27:38 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarni Mai 10 09:25:45 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarni Mai 10 09:27:47 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarni Mai 10 11:25:53 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarni Mai 10 11:28:08 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarni Mai 10 13:25:58 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarni Mai 10 13:28:21 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarni Mai 10 15:26:16 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarni Mai 10 15:28:32 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarni Mai 10 17:26:26 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarni Mai 10 17:28:41 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarni Mai 10 19:26:34 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarni Mai 10 19:28:46 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarni Mai 10 21:26:46 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarni Mai 10 21:28:59 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarni Mai 10 23:26:58 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarni Mai 10 23:29:15 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarni Mai 11 01:27:03 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarni Mai 11 01:29:20 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarni Mai 11 03:27:19 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarni Mai 11 03:29:27 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarni Mai 11 05:27:36 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarni Mai 11 05:29:39 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarni Mai 11 07:27:51 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarni Mai 11 07:29:52 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarni Mai 11 09:28:03 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarni Mai 11 09:30:04 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarni Mai 11 11:28:14 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarni Mai 11 11:30:16 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarni Mai 11 13:28:26 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarni Mai 11 13:30:27 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarni Mai 11 15:28:38 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarni Mai 11 15:30:39 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarni Mai 11 17:28:49 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarni Mai 11 17:30:50 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarni Mai 11 19:29:00 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarni Mai 11 19:31:02 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarni Mai 11 21:29:11 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarni Mai 11 21:31:17 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarni Mai 11 23:29:20 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarni Mai 11 23:31:36 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarni Mai 12 01:29:21 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarni Mai 12 01:31:53 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarni Mai 12 03:29:39 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarni Mai 12 03:32:10 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarni Mai 12 05:29:49 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarni Mai 12 05:32:21 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarni Mai 12 07:29:57 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarni Mai 12 07:32:29 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarni Mai 12 09:30:07 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarni Mai 12 09:32:39 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarni Mai 12 11:30:18 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarni Mai 12 11:32:51 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarni Mai 12 13:30:29 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarni Mai 12 13:33:09 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarni Mai 12 15:30:39 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarni Mai 12 15:33:27 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarni Mai 12 17:30:42 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarni Mai 12 17:33:44 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarni Mai 12 19:31:00 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarni Mai 12 19:34:02 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarni Mai 12 21:31:14 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarni Mai 12 21:34:17 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarni Mai 12 23:31:27 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarni Mai 12 23:34:30 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarni Mai 13 01:31:40 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarni Mai 13 01:34:44 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarni Mai 13 03:31:54 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarni Mai 13 03:34:57 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarni Mai 13 05:32:09 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarni Mai 13 05:35:11 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarni Mai 13 07:32:22 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarni Mai 13 07:35:24 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarni Mai 13 09:32:38 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarni Mai 13 09:35:40 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarni Mai 13 11:32:51 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarni Mai 13 11:35:53 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarni Mai 13 13:33:06 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarni Mai 13 13:36:08 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarni Mai 13 15:33:14 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarni Mai 13 15:36:16 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarni Mai 13 17:33:24 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarni Mai 13 17:36:26 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarni Mai 13 19:33:34 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarni Mai 13 19:36:36 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarni Mai 13 21:33:43 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarni Mai 13 21:36:45 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarni
-
@e-i-k-e sagte in Rock64 ssd/usb boot seltsames Verhalten:
Mai 08 01:19:41 ioBroker-Rock bash[3531]: host.ioBroker-Rock check instance "sys
Immer noch rechts abgeschnitten. Siehst du das nicht?
Dateien in Zukunft bitte direkt hier im Forum hochladen. Einfach per Drag&Drop in den Editor ziehen, oder die Schaltfläche nutzen:
@e-i-k-e sagte in Rock64 ssd/usb boot seltsames Verhalten:
iobroker.2019-05-13.log
Wenn ich den Log um die >20000 Zeilen Logs vom Skript-Adapter bereinige (warum hast du so viele?!), sehe ich keinen Start des ioBrokers. Bitte einen Log aus dem Zeitraum posten, in dem ioBroker gestartet wurde (oder es versucht wurde).
-
Doch, aber ich habe es nicht anders hinbekommen.
Nächster Versuch.
root@ioBroker-Rock:~# nano log.txt GNU nano 2.7.4 Datei: log.txt -- Logs begin at Thu 2016-11-03 18:16:42 CET, end at Tue 2019-05-14 20:30:02 CEST. -- Feb 09 14:58:36 ioBroker-Rock systemd[1]: Started ioBroker Server. Feb 09 14:58:38 ioBroker-Rock bash[857]: host.ioBroker-Rock check instance "system.adapter.admin.0" for host "ioBroker-Rock" Feb 09 14:58:38 ioBroker-Rock bash[857]: host.ioBroker-Rock check instance "system.adapter.discovery.0" for host "ioBroker-Rock" Feb 09 14:58:38 ioBroker-Rock bash[857]: object system.meta.uuid created: 62f3cdff-d47f-59fd-5850-73d28e124c63 Feb 09 14:58:44 ioBroker-Rock bash[857]: Send diag info: {"uuid":"62f3cdff-d47f-59fd-5850-73d28e124c63","language":"","country":"","hosts":[{"version":"1.4.2","platform":"Javascript/Node.j$ Mai 08 01:17:04 ioBroker-Rock systemd[1]: Stopping ioBroker Server... Mai 08 01:17:05 ioBroker-Rock systemd[1]: iobroker.service: Main process exited, code=exited, status=1/FAILURE Mai 08 01:17:05 ioBroker-Rock systemd[1]: Stopped ioBroker Server. Mai 08 01:17:05 ioBroker-Rock systemd[1]: iobroker.service: Unit entered failed state. Mai 08 01:17:05 ioBroker-Rock systemd[1]: iobroker.service: Failed with result 'exit-code'. Mai 08 01:19:37 ioBroker-Rock systemd[1]: Started ioBroker Server. Mai 08 01:19:41 ioBroker-Rock bash[3531]: host.ioBroker-Rock check instance "system.adapter.web.0" for host "ioBroker-Rock" Mai 08 01:19:41 ioBroker-Rock bash[3531]: host.ioBroker-Rock check instance "system.adapter.javascript.0" for host "ioBroker-Rock" Mai 08 01:19:41 ioBroker-Rock bash[3531]: host.ioBroker-Rock check instance "system.adapter.vis-hqwidgets.0" for host "ioBroker-Rock" Mai 08 01:19:41 ioBroker-Rock bash[3531]: host.ioBroker-Rock check instance "system.adapter.vis-bars.0" for host "ioBroker-Rock" Mai 08 01:19:41 ioBroker-Rock bash[3531]: host.ioBroker-Rock check instance "system.adapter.vis-timeandweather.0" for host "ioBroker-Rock" Mai 08 01:19:41 ioBroker-Rock bash[3531]: host.ioBroker-Rock check instance "system.adapter.vis-fancyswitch.0" for host "ioBroker-Rock" Mai 08 01:19:41 ioBroker-Rock bash[3531]: host.ioBroker-Rock check instance "system.adapter.vis-metro.0" for host "ioBroker-Rock" Mai 08 01:19:41 ioBroker-Rock bash[3531]: host.ioBroker-Rock check instance "system.adapter.vis-justgage.0" for host "ioBroker-Rock" Mai 08 01:19:41 ioBroker-Rock bash[3531]: host.ioBroker-Rock check instance "system.adapter.hue.0" for host "ioBroker-Rock" Mai 08 01:19:41 ioBroker-Rock bash[3531]: host.ioBroker-Rock check instance "system.adapter.hm-rega.0" for host "ioBroker-Rock" Mai 08 01:19:41 ioBroker-Rock bash[3531]: host.ioBroker-Rock check instance "system.adapter.vis-weather.0" for host "ioBroker-Rock" Mai 08 01:19:41 ioBroker-Rock bash[3531]: host.ioBroker-Rock check instance "system.adapter.vis-canvas-gauges.0" for host "ioBroker-Rock" Mai 08 01:19:41 ioBroker-Rock bash[3531]: host.ioBroker-Rock check instance "system.adapter.vis-keyboard.0" for host "ioBroker-Rock" Mai 08 01:19:41 ioBroker-Rock bash[3531]: host.ioBroker-Rock check instance "system.adapter.cloud.1" for host "ioBroker-Rock" Mai 08 01:19:41 ioBroker-Rock bash[3531]: host.ioBroker-Rock check instance "system.adapter.admin.2" for host "ioBroker-Rock" Mai 08 01:19:41 ioBroker-Rock bash[3531]: host.ioBroker-Rock check instance "system.adapter.vis-colorpicker.0" for host "ioBroker-Rock" Mai 08 01:19:41 ioBroker-Rock bash[3531]: host.ioBroker-Rock check instance "system.adapter.vis-jqui-mfd.0" for host "ioBroker-Rock" Mai 08 01:19:41 ioBroker-Rock bash[3531]: host.ioBroker-Rock check instance "system.adapter.mihome.0" for host "ioBroker-Rock" Mai 08 01:19:41 ioBroker-Rock bash[3531]: host.ioBroker-Rock check instance "system.adapter.samsung.0" for host "ioBroker-Rock" Mai 08 01:19:41 ioBroker-Rock bash[3531]: host.ioBroker-Rock check instance "system.adapter.vis-history.0" for host "ioBroker-Rock" Mai 08 01:19:41 ioBroker-Rock bash[3531]: host.ioBroker-Rock check instance "system.adapter.vis-lcars.0" for host "ioBroker-Rock" Mai 08 01:19:41 ioBroker-Rock bash[3531]: host.ioBroker-Rock check instance "system.adapter.vis-material.0" for host "ioBroker-Rock" Mai 08 01:19:41 ioBroker-Rock bash[3531]: host.ioBroker-Rock check instance "system.adapter.vis-players.0" for host "ioBroker-Rock" Mai 08 01:19:41 ioBroker-Rock bash[3531]: host.ioBroker-Rock check instance "system.adapter.vis-plumb.0" for host "ioBroker-Rock" Mai 08 01:19:41 ioBroker-Rock bash[3531]: host.ioBroker-Rock check instance "system.adapter.vis-rgraph.0" for host "ioBroker-Rock" Mai 08 01:19:41 ioBroker-Rock bash[3531]: host.ioBroker-Rock check instance "system.adapter.vis-map.0" for host "ioBroker-Rock" Mai 08 01:19:41 ioBroker-Rock bash[3531]: host.ioBroker-Rock check instance "system.adapter.yamaha.0" for host "ioBroker-Rock" Mai 08 01:19:41 ioBroker-Rock bash[3531]: host.ioBroker-Rock check instance "system.adapter.dwd.0" for host "ioBroker-Rock" Mai 08 01:19:41 ioBroker-Rock bash[3531]: host.ioBroker-Rock check instance "system.adapter.vis.0" for host "ioBroker-Rock" Mai 08 01:19:41 ioBroker-Rock bash[3531]: host.ioBroker-Rock check instance "system.adapter.samsung.1" for host "ioBroker-Rock" Mai 08 01:19:41 ioBroker-Rock bash[3531]: host.ioBroker-Rock check instance "system.adapter.mqtt.0" for host "ioBroker-Rock" Mai 08 01:19:41 ioBroker-Rock bash[3531]: host.ioBroker-Rock check instance "system.adapter.telegram.0" for host "ioBroker-Rock" Mai 08 01:19:41 ioBroker-Rock bash[3531]: host.ioBroker-Rock check instance "system.adapter.text2command.0" for host "ioBroker-Rock" Mai 08 01:19:41 ioBroker-Rock bash[3531]: host.ioBroker-Rock check instance "system.adapter.rpi2.1" for host "raspberrypi-display1" Mai 08 01:19:41 ioBroker-Rock bash[3531]: host.ioBroker-Rock check instance "system.adapter.rpi2.2" for host "raspberrypi-display2" Mai 08 01:19:41 ioBroker-Rock bash[3531]: host.ioBroker-Rock check instance "system.adapter.rpi2.3" for host "raspberrypi-display3" Mai 08 01:19:41 ioBroker-Rock bash[3531]: host.ioBroker-Rock check instance "system.adapter.discovery.0" for host "ioBroker-Rock" Mai 08 01:19:41 ioBroker-Rock bash[3531]: host.ioBroker-Rock check instance "system.adapter.hm-rpc.0" for host "ioBroker-Rock" Mai 08 01:19:41 ioBroker-Rock bash[3531]: host.ioBroker-Rock check instance "system.adapter.hm-rpc.1" for host "ioBroker-Rock" Mai 08 01:19:41 ioBroker-Rock bash[3531]: host.ioBroker-Rock check instance "system.adapter.hm-rpc.2" for host "ioBroker-Rock" Mai 08 01:19:41 ioBroker-Rock bash[3531]: host.ioBroker-Rock check instance "system.adapter.rpi2.4" for host "raspberrypi-display4" Mai 08 01:19:41 ioBroker-Rock bash[3531]: host.ioBroker-Rock check instance "system.adapter.rpi2.5" for host "raspberrypi-display5" Mai 08 01:19:41 ioBroker-Rock bash[3531]: host.ioBroker-Rock check instance "system.adapter.rpi2.7" for host "ioBroker-Rock" Mai 08 01:19:41 ioBroker-Rock bash[3531]: host.ioBroker-Rock check instance "system.adapter.yeelight-2.0" for host "ioBroker-Rock" Mai 08 01:19:41 ioBroker-Rock bash[3531]: host.ioBroker-Rock check instance "system.adapter.scenes.0" for host "ioBroker-Rock" Mai 08 01:19:41 ioBroker-Rock bash[3531]: host.ioBroker-Rock check instance "system.adapter.javascript.1" for host "raspberrypi-display3" Mai 08 01:19:41 ioBroker-Rock bash[3531]: host.ioBroker-Rock check instance "system.adapter.javascript.2" for host "raspberrypi-display1" Mai 08 01:19:41 ioBroker-Rock bash[3531]: host.ioBroker-Rock check instance "system.adapter.backitup.0" for host "ioBroker-Rock" Mai 08 01:19:41 ioBroker-Rock bash[3531]: host.ioBroker-Rock check instance "system.adapter.javascript.3" for host "raspberrypi-display4" Mai 08 01:19:41 ioBroker-Rock bash[3531]: host.ioBroker-Rock check instance "system.adapter.javascript.4" for host "raspberrypi-display2" Mai 08 01:19:41 ioBroker-Rock bash[3531]: host.ioBroker-Rock check instance "system.adapter.yr.0" for host "ioBroker-Rock" Mai 08 01:19:41 ioBroker-Rock bash[3531]: host.ioBroker-Rock check instance "system.adapter.mihome-vacuum.0" for host "ioBroker-Rock" Mai 08 01:19:41 ioBroker-Rock bash[3531]: host.ioBroker-Rock check instance "system.adapter.mihome-vacuum.1" for host "ioBroker-Rock" Mai 08 01:19:41 ioBroker-Rock bash[3531]: host.ioBroker-Rock check instance "system.adapter.milight-smart-light.0" for host "ioBroker-Rock" Mai 08 01:19:41 ioBroker-Rock bash[3531]: host.ioBroker-Rock check instance "system.adapter.sql.0" for host "ioBroker-Rock" Mai 08 01:19:41 ioBroker-Rock bash[3531]: host.ioBroker-Rock check instance "system.adapter.alexa2.0" for host "ioBroker-Rock" Mai 08 01:19:41 ioBroker-Rock bash[3531]: host.ioBroker-Rock check instance "system.adapter.sourceanalytix.0" for host "ioBroker-Rock" Mai 08 01:19:41 ioBroker-Rock bash[3531]: host.ioBroker-Rock check instance "system.adapter.ical.0" for host "ioBroker-Rock" Mai 08 01:19:41 ioBroker-Rock bash[3531]: host.ioBroker-Rock check instance "system.adapter.milight-smart-light.2" for host "ioBroker-Rock" Mai 08 01:19:41 ioBroker-Rock bash[3531]: host.ioBroker-Rock check instance "system.adapter.javascript.5" for host "raspberrypi-display5" Mai 08 01:19:41 ioBroker-Rock bash[3531]: host.ioBroker-Rock check instance "system.adapter.unifi.0" for host "ioBroker-Rock" Mai 08 01:21:10 ioBroker-Rock systemd[1]: Stopping ioBroker Server... Mai 08 01:21:12 ioBroker-Rock systemd[1]: iobroker.service: Main process exited, code=exited, status=1/FAILURE Mai 08 01:21:12 ioBroker-Rock systemd[1]: Stopped ioBroker Server. Mai 08 01:21:12 ioBroker-Rock systemd[1]: iobroker.service: Unit entered failed state. Mai 08 01:21:12 ioBroker-Rock systemd[1]: iobroker.service: Failed with result 'exit-code'. Mai 08 01:21:12 ioBroker-Rock systemd[1]: Started ioBroker Server. Mai 08 01:21:16 ioBroker-Rock bash[3833]: host.ioBroker-Rock check instance "system.adapter.web.0" for host "ioBroker-Rock" Mai 08 01:21:16 ioBroker-Rock bash[3833]: host.ioBroker-Rock check instance "system.adapter.javascript.0" for host "ioBroker-Rock" Mai 08 01:21:16 ioBroker-Rock bash[3833]: host.ioBroker-Rock check instance "system.adapter.vis-hqwidgets.0" for host "ioBroker-Rock" Mai 08 01:21:16 ioBroker-Rock bash[3833]: host.ioBroker-Rock check instance "system.adapter.vis-bars.0" for host "ioBroker-Rock" Mai 08 01:21:16 ioBroker-Rock bash[3833]: host.ioBroker-Rock check instance "system.adapter.vis-timeandweather.0" for host "ioBroker-Rock" Mai 08 01:21:16 ioBroker-Rock bash[3833]: host.ioBroker-Rock check instance "system.adapter.vis-fancyswitch.0" for host "ioBroker-Rock" Mai 08 01:21:16 ioBroker-Rock bash[3833]: host.ioBroker-Rock check instance "system.adapter.vis-metro.0" for host "ioBroker-Rock" Mai 08 01:21:16 ioBroker-Rock bash[3833]: host.ioBroker-Rock check instance "system.adapter.vis-justgage.0" for host "ioBroker-Rock" Mai 08 01:21:16 ioBroker-Rock bash[3833]: host.ioBroker-Rock check instance "system.adapter.hue.0" for host "ioBroker-Rock" Mai 08 01:21:16 ioBroker-Rock bash[3833]: host.ioBroker-Rock check instance "system.adapter.hm-rega.0" for host "ioBroker-Rock" Mai 08 01:21:16 ioBroker-Rock bash[3833]: host.ioBroker-Rock check instance "system.adapter.vis-weather.0" for host "ioBroker-Rock" Mai 08 01:21:16 ioBroker-Rock bash[3833]: host.ioBroker-Rock check instance "system.adapter.vis-canvas-gauges.0" for host "ioBroker-Rock" Mai 08 01:21:16 ioBroker-Rock bash[3833]: host.ioBroker-Rock check instance "system.adapter.vis-keyboard.0" for host "ioBroker-Rock" Mai 08 01:21:16 ioBroker-Rock bash[3833]: host.ioBroker-Rock check instance "system.adapter.vis-keyboard.0" for host "ioBroker-Rock" Mai 08 01:21:16 ioBroker-Rock bash[3833]: host.ioBroker-Rock check instance "system.adapter.cloud.1" for host "ioBroker-Rock" Mai 08 01:21:16 ioBroker-Rock bash[3833]: host.ioBroker-Rock check instance "system.adapter.admin.2" for host "ioBroker-Rock" Mai 08 01:21:16 ioBroker-Rock bash[3833]: host.ioBroker-Rock check instance "system.adapter.vis-colorpicker.0" for host "ioBroker-Rock" Mai 08 01:21:16 ioBroker-Rock bash[3833]: host.ioBroker-Rock check instance "system.adapter.vis-jqui-mfd.0" for host "ioBroker-Rock" Mai 08 01:21:16 ioBroker-Rock bash[3833]: host.ioBroker-Rock check instance "system.adapter.mihome.0" for host "ioBroker-Rock" Mai 08 01:21:16 ioBroker-Rock bash[3833]: host.ioBroker-Rock check instance "system.adapter.samsung.0" for host "ioBroker-Rock" Mai 08 01:21:16 ioBroker-Rock bash[3833]: host.ioBroker-Rock check instance "system.adapter.vis-history.0" for host "ioBroker-Rock" Mai 08 01:21:16 ioBroker-Rock bash[3833]: host.ioBroker-Rock check instance "system.adapter.vis-lcars.0" for host "ioBroker-Rock" Mai 08 01:21:16 ioBroker-Rock bash[3833]: host.ioBroker-Rock check instance "system.adapter.vis-material.0" for host "ioBroker-Rock" Mai 08 01:21:16 ioBroker-Rock bash[3833]: host.ioBroker-Rock check instance "system.adapter.vis-players.0" for host "ioBroker-Rock" Mai 08 01:21:16 ioBroker-Rock bash[3833]: host.ioBroker-Rock check instance "system.adapter.vis-plumb.0" for host "ioBroker-Rock" Mai 08 01:21:16 ioBroker-Rock bash[3833]: host.ioBroker-Rock check instance "system.adapter.vis-rgraph.0" for host "ioBroker-Rock" Mai 08 01:21:16 ioBroker-Rock bash[3833]: host.ioBroker-Rock check instance "system.adapter.vis-map.0" for host "ioBroker-Rock" Mai 08 01:21:16 ioBroker-Rock bash[3833]: host.ioBroker-Rock check instance "system.adapter.yamaha.0" for host "ioBroker-Rock" Mai 08 01:21:16 ioBroker-Rock bash[3833]: host.ioBroker-Rock check instance "system.adapter.dwd.0" for host "ioBroker-Rock" Mai 08 01:21:16 ioBroker-Rock bash[3833]: host.ioBroker-Rock check instance "system.adapter.vis.0" for host "ioBroker-Rock" Mai 08 01:21:16 ioBroker-Rock bash[3833]: host.ioBroker-Rock check instance "system.adapter.samsung.1" for host "ioBroker-Rock" Mai 08 01:21:16 ioBroker-Rock bash[3833]: host.ioBroker-Rock check instance "system.adapter.mqtt.0" for host "ioBroker-Rock" Mai 08 01:21:16 ioBroker-Rock bash[3833]: host.ioBroker-Rock check instance "system.adapter.telegram.0" for host "ioBroker-Rock" Mai 08 01:21:16 ioBroker-Rock bash[3833]: host.ioBroker-Rock check instance "system.adapter.text2command.0" for host "ioBroker-Rock" Mai 08 01:21:16 ioBroker-Rock bash[3833]: host.ioBroker-Rock check instance "system.adapter.rpi2.1" for host "raspberrypi-display1" Mai 08 01:21:16 ioBroker-Rock bash[3833]: host.ioBroker-Rock check instance "system.adapter.rpi2.2" for host "raspberrypi-display2" Mai 08 01:21:16 ioBroker-Rock bash[3833]: host.ioBroker-Rock check instance "system.adapter.discovery.0" for host "ioBroker-Rock" Mai 08 01:21:16 ioBroker-Rock bash[3833]: host.ioBroker-Rock check instance "system.adapter.hm-rpc.0" for host "ioBroker-Rock" Mai 08 01:21:16 ioBroker-Rock bash[3833]: host.ioBroker-Rock check instance "system.adapter.hm-rpc.1" for host "ioBroker-Rock" Mai 08 01:21:16 ioBroker-Rock bash[3833]: host.ioBroker-Rock check instance "system.adapter.hm-rpc.2" for host "ioBroker-Rock" Mai 08 01:21:16 ioBroker-Rock bash[3833]: host.ioBroker-Rock check instance "system.adapter.rpi2.4" for host "raspberrypi-display4" Mai 08 01:21:16 ioBroker-Rock bash[3833]: host.ioBroker-Rock check instance "system.adapter.rpi2.5" for host "raspberrypi-display5" Mai 08 01:21:16 ioBroker-Rock bash[3833]: host.ioBroker-Rock check instance "system.adapter.rpi2.7" for host "ioBroker-Rock" Mai 08 01:21:16 ioBroker-Rock bash[3833]: host.ioBroker-Rock check instance "system.adapter.yeelight-2.0" for host "ioBroker-Rock" Mai 08 01:21:16 ioBroker-Rock bash[3833]: host.ioBroker-Rock check instance "system.adapter.scenes.0" for host "ioBroker-Rock" Mai 08 01:21:16 ioBroker-Rock bash[3833]: host.ioBroker-Rock check instance "system.adapter.javascript.1" for host "raspberrypi-display3" Mai 08 01:21:16 ioBroker-Rock bash[3833]: host.ioBroker-Rock check instance "system.adapter.javascript.2" for host "raspberrypi-display1" Mai 08 01:21:16 ioBroker-Rock bash[3833]: host.ioBroker-Rock check instance "system.adapter.backitup.0" for host "ioBroker-Rock" Mai 08 01:21:16 ioBroker-Rock bash[3833]: host.ioBroker-Rock check instance "system.adapter.javascript.3" for host "raspberrypi-display4" Mai 08 01:21:16 ioBroker-Rock bash[3833]: host.ioBroker-Rock check instance "system.adapter.javascript.4" for host "raspberrypi-display2" Mai 08 01:21:16 ioBroker-Rock bash[3833]: host.ioBroker-Rock check instance "system.adapter.yr.0" for host "ioBroker-Rock" Mai 08 01:21:16 ioBroker-Rock bash[3833]: host.ioBroker-Rock check instance "system.adapter.mihome-vacuum.0" for host "ioBroker-Rock" Mai 08 01:21:16 ioBroker-Rock bash[3833]: host.ioBroker-Rock check instance "system.adapter.mihome-vacuum.1" for host "ioBroker-Rock" Mai 08 01:21:16 ioBroker-Rock bash[3833]: host.ioBroker-Rock check instance "system.adapter.milight-smart-light.0" for host "ioBroker-Rock" Mai 08 01:21:16 ioBroker-Rock bash[3833]: host.ioBroker-Rock check instance "system.adapter.sql.0" for host "ioBroker-Rock" Mai 08 01:21:16 ioBroker-Rock bash[3833]: host.ioBroker-Rock check instance "system.adapter.alexa2.0" for host "ioBroker-Rock" Mai 08 01:21:16 ioBroker-Rock bash[3833]: host.ioBroker-Rock check instance "system.adapter.sourceanalytix.0" for host "ioBroker-Rock" Mai 08 01:21:16 ioBroker-Rock bash[3833]: host.ioBroker-Rock check instance "system.adapter.ical.0" for host "ioBroker-Rock" Mai 08 01:21:16 ioBroker-Rock bash[3833]: host.ioBroker-Rock check instance "system.adapter.milight-smart-light.2" for host "ioBroker-Rock" Mai 08 01:21:16 ioBroker-Rock bash[3833]: host.ioBroker-Rock check instance "system.adapter.javascript.5" for host "raspberrypi-display5" Mai 08 01:21:16 ioBroker-Rock bash[3833]: host.ioBroker-Rock check instance "system.adapter.unifi.0" for host "ioBroker-Rock" Mai 08 02:21:49 ioBroker-Rock bash[3833]: Wed, 08 May 2019 00:21:49 GMT node-telegram-bot-api deprecated Automatic enabling of cancellation of promises is deprecated. Mai 08 02:21:49 ioBroker-Rock bash[3833]: In the future, you will have to enable it yourself. Mai 08 02:21:49 ioBroker-Rock bash[3833]: See https://github.com/yagop/node-telegram-bot-api/issues/319. at module.js:653:30 Mai 08 22:47:09 ioBroker-Rock bash[3833]: Unhandled rejection RangeError [ERR_SOCKET_BAD_PORT]: Port should be > 0 and < 65536 Mai 08 22:47:09 ioBroker-Rock bash[3833]: at Socket.send (dgram.js:419:11) Mai 08 22:47:09 ioBroker-Rock bash[3833]: at /opt/iobroker/node_modules/node-milight-promise/src/milight-v6-mixin.js:112:29 Mai 08 22:47:09 ioBroker-Rock bash[3833]: at tryCatcher (/opt/iobroker/node_modules/bluebird/js/release/util.js:16:23) Mai 08 22:47:09 ioBroker-Rock bash[3833]: at Promise._settlePromiseFromHandler (/opt/iobroker/node_modules/bluebird/js/release/promise.js:512:31) Mai 08 22:47:09 ioBroker-Rock bash[3833]: at Promise._settlePromise (/opt/iobroker/node_modules/bluebird/js/release/promise.js:569:18) Mai 08 22:47:09 ioBroker-Rock bash[3833]: at Promise._settlePromise0 (/opt/iobroker/node_modules/bluebird/js/release/promise.js:614:10) Mai 08 22:47:09 ioBroker-Rock bash[3833]: at Promise._settlePromises (/opt/iobroker/node_modules/bluebird/js/release/promise.js:694:18) Mai 08 22:47:09 ioBroker-Rock bash[3833]: at _drainQueueStep (/opt/iobroker/node_modules/bluebird/js/release/async.js:138:12) Mai 08 22:47:09 ioBroker-Rock bash[3833]: at _drainQueue (/opt/iobroker/node_modules/bluebird/js/release/async.js:131:9) Mai 08 22:47:09 ioBroker-Rock bash[3833]: at Async._drainQueues (/opt/iobroker/node_modules/bluebird/js/release/async.js:147:5) Mai 08 22:47:09 ioBroker-Rock bash[3833]: at Immediate.Async.drainQueues (/opt/iobroker/node_modules/bluebird/js/release/async.js:17:14) Mai 08 22:47:09 ioBroker-Rock bash[3833]: at runCallback (timers.js:810:20) Mai 08 22:47:09 ioBroker-Rock bash[3833]: at tryOnImmediate (timers.js:768:5) Mai 08 22:47:09 ioBroker-Rock bash[3833]: at processImmediate [as _immediateCallback] (timers.js:745:5) Mai 08 22:48:43 ioBroker-Rock bash[3833]: TypeError: invalid pid Mai 08 22:48:43 ioBroker-Rock bash[3833]: at process.kill (internal/process.js:156:13) Mai 08 22:48:43 ioBroker-Rock bash[3833]: at killPid (/opt/iobroker/node_modules/tree-kill/index.js:73:17) Mai 08 22:48:43 ioBroker-Rock bash[3833]: at /opt/iobroker/node_modules/tree-kill/index.js:55:17 Mai 08 22:48:43 ioBroker-Rock bash[3833]: at Array.forEach (<anonymous>) Mai 08 22:48:43 ioBroker-Rock bash[3833]: at killAll (/opt/iobroker/node_modules/tree-kill/index.js:47:27) Mai 08 22:48:43 ioBroker-Rock bash[3833]: at /opt/iobroker/node_modules/tree-kill/index.js:38:13 Mai 08 22:48:43 ioBroker-Rock bash[3833]: at ChildProcess.onClose (/opt/iobroker/node_modules/tree-kill/index.js:94:17) Mai 08 22:48:43 ioBroker-Rock bash[3833]: at emitTwo (events.js:126:13) Mai 08 22:48:43 ioBroker-Rock bash[3833]: at ChildProcess.emit (events.js:214:7) Mai 08 22:48:43 ioBroker-Rock bash[3833]: at maybeClose (internal/child_process.js:915:16) Mai 08 22:48:43 ioBroker-Rock bash[3833]: at Socket.stream.socket.on (internal/child_process.js:336:11) Mai 08 22:48:43 ioBroker-Rock bash[3833]: at emitOne (events.js:116:13) Mai 08 22:48:43 ioBroker-Rock bash[3833]: at Socket.emit (events.js:211:7) Mai 08 22:48:43 ioBroker-Rock bash[3833]: at Pipe._handle.close [as _onclose] (net.js:561:12) Mai 09 13:24:17 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated. Mai 09 15:24:29 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated. Mai 09 15:26:00 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated. Mai 09 17:24:32 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated. Mai 09 17:26:10 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated. Mai 10 01:24:56 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated. Mai 10 01:27:04 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated. Mai 10 01:27:04 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated. Mai 10 03:25:17 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated. Mai 10 03:27:18 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated. Mai 10 05:27:30 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated. Mai 10 07:25:37 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated. Mai 10 07:27:38 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated. Mai 10 09:25:45 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated. Mai 10 09:27:47 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated. Mai 10 11:25:53 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated. Mai 10 11:28:08 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated. Mai 10 13:25:58 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated. Mai 10 13:28:21 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated. Mai 10 15:26:16 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated. Mai 10 15:28:32 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated. Mai 10 17:26:26 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated. Mai 10 17:28:41 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated. Mai 10 19:26:34 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated. Mai 10 19:28:46 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated. Mai 10 21:26:46 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated. Mai 10 21:28:59 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated. Mai 10 23:26:58 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated. Mai 10 23:29:15 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated. Mai 11 01:27:03 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated. Mai 11 01:29:20 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated. Mai 11 03:27:19 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated. Mai 11 05:27:36 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated. Mai 11 05:29:39 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated. Mai 11 07:27:51 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated. Mai 11 07:29:52 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated. Mai 11 09:28:03 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated. Mai 11 09:30:04 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated. Mai 11 11:28:14 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated. Mai 11 11:30:16 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated. Mai 11 13:28:26 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated. Mai 11 13:30:27 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated. Mai 11 15:28:38 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated. Mai 11 15:30:39 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated. Mai 11 17:28:49 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated. Mai 11 17:30:50 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated. Mai 11 19:29:00 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated. Mai 11 19:31:02 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated. Mai 11 21:29:11 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated. Mai 11 21:31:17 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated. Mai 11 23:29:20 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated. Mai 11 23:31:36 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated. Mai 12 01:29:21 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated. Mai 12 01:31:53 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated. Mai 12 03:29:39 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated. Mai 12 03:32:10 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated. Mai 12 05:29:49 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated. Mai 12 05:32:21 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated. Mai 12 07:29:57 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated. Mai 12 07:32:29 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated. Mai 12 09:30:07 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated. Mai 12 09:32:39 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated. Mai 12 11:30:18 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated. Mai 12 11:32:51 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated. Mai 12 13:30:29 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated. Mai 12 13:33:09 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated. Mai 12 15:30:39 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated. Mai 12 15:33:27 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated. Mai 12 17:30:42 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated. Mai 12 17:33:44 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated. Mai 12 19:31:00 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated. Mai 12 19:34:02 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated. Mai 12 21:31:14 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated. Mai 12 21:34:17 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated. Mai 12 23:31:27 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated. Mai 12 23:34:30 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated. Mai 13 01:31:40 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated. Mai 13 01:34:44 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated. Mai 13 03:31:54 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated. Mai 13 03:34:57 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated. Mai 13 05:32:09 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated. Mai 13 05:35:11 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated. Mai 13 07:32:22 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated. Mai 13 07:35:24 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated. Mai 13 09:32:38 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated. Mai 13 09:35:40 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated. Mai 13 11:32:51 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated. Mai 13 11:35:53 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated. Mai 13 13:33:06 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated. Mai 13 13:36:08 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated. Mai 13 15:33:14 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated. Mai 13 15:36:16 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated. Mai 13 17:33:24 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated. Mai 13 17:36:26 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated. Mai 13 19:33:34 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated. Mai 13 19:36:36 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated. Mai 13 21:33:43 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated. Mai 13 21:36:45 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated. Mai 13 23:33:51 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated. Mai 13 23:37:00 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated. Mai 14 01:34:01 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated. Mai 14 01:37:14 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated. Mai 14 03:34:07 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated. Mai 14 03:37:27 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated. Mai 14 05:34:10 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated. Mai 14 05:37:42 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated. Mai 14 07:34:24 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated. Mai 14 07:37:55 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated. Mai 14 09:34:29 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated. Mai 14 09:38:01 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated. Mai 14 11:34:34 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated. Mai 14 11:38:06 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated. Mai 14 13:34:40 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated. Mai 14 13:38:13 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated. Mai 14 15:34:48 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated. Mai 14 15:38:22 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated. Mai 14 17:34:55 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated. Mai 14 17:38:38 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated. Mai 14 19:35:03 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated. Mai 14 19:38:53 ioBroker-Rock bash[3833]: (node:3833) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.
-
@e-i-k-e Hmm... jetzt erkennt man zwar, dass er sich anscheinend sofort wieder beendet, aber ich sehe nicht warum. Kannst du nochmal versuchen einen Log aus dem ioBroker-Ordner zu nehmen, aus dem Zeitraum wo ioBroker gestartet wurde?