NEWS
Probleme mit iobroker update und upgrade
-
Hallo,
ich habe auf einem Raspbi B iobroker neu installiert (iobroker vorher gelöscht und nmp clean cache durchgeführt).
Nach dem nmp install iobroker wurde mir im Webinterface die installierte Admin Version 0.4.8 angezeigt und eine verfügbare Version 0.5.0 .
Ich habe dann in der shell über ./iobroker upgrade versucht dieses upzudaten.
Darauf hin habe ich untenstehenden Fehlermeldung erhalten.
Ein erneutes update und upgrade hat mir nur noch die alte Version angezeigt.
Auch ein system reboot hat nicht geholfen.
root@raspberrypi:~# cd /opt/iobroker/ root@raspberrypi:/opt/iobroker# ./iobroker update Cannot download json from https://raw.githubusercontent.com/ioBroker/ioBroker.hm-rpc/master/io-package.json. Error: Error: ESOCKETTIMEDOUT Cannot download json from https://raw.githubusercontent.com/ioBroker/ioBroker.ical/master/package.json. Error: Error: ESOCKETTIMEDOUT Cannot download json from https://raw.githubusercontent.com/ioBroker/ioBroker.hue/master/package.json. Error: Error: ESOCKETTIMEDOUT Cannot download json from https://raw.githubusercontent.com/husky-koglhof/ioBroker.hmm/master/package.json. Error: Error: ETIMEDOUT Cannot download json from https://raw.githubusercontent.com/ioBroker/ioBroker.javascript/master/package.json. Error: Error: ETIMEDOUT Cannot download json from https://raw.githubusercontent.com/ioBroker/ioBroker.js-controller/master/package.json. Error: Error: ETIMEDOUT Cannot download json from https://raw.githubusercontent.com/ioBroker/ioBroker.knx/master/package.json. Error: Error: ETIMEDOUT Cannot download json from https://raw.githubusercontent.com/ioBroker/ioBroker.legacy/master/package.json. Error: Error: ETIMEDOUT Cannot download json from https://raw.githubusercontent.com/ioBroker/ioBroker.megad/master/package.json. Error: Error: ETIMEDOUT Cannot download json from https://raw.githubusercontent.com/ioBroker/ioBroker.mqtt/master/package.json. Error: Error: ETIMEDOUT Cannot download json from https://raw.githubusercontent.com/ioBroker/ioBroker.node-red/master/package.json. Error: Error: ETIMEDOUT Cannot download json from https://raw.githubusercontent.com/ioBroker/ioBroker.ping/master/package.json. Error: Error: ETIMEDOUT Cannot download json from https://raw.githubusercontent.com/ioBroker/ioBroker.s7/master/package.json. Error: Error: ETIMEDOUT Cannot download json from https://raw.githubusercontent.com/ioBroker/ioBroker.sayit/master/package.json. Error: Error: ETIMEDOUT Cannot download json from https://raw.githubusercontent.com/ioBroker/ioBroker.simple-api/master/package.json. Error: Error: ETIMEDOUT Cannot download json from https://raw.githubusercontent.com/ioBroker/ioBroker.socketio/master/package.json. Error: Error: ETIMEDOUT Cannot download json from https://raw.githubusercontent.com/ioBroker/ioBroker.onkyo/master/package.json. Error: Error: ETIMEDOUT Cannot download json from https://raw.githubusercontent.com/ioBroker/ioBroker.owfs/master/package.json. Error: Error: ETIMEDOUT Cannot download json from https://raw.githubusercontent.com/ioBroker/ioBroker.pushover/master/package.json. Error: Error: ETIMEDOUT Cannot download json from https://raw.githubusercontent.com/ioBroker/ioBroker.rickshaw/master/package.json. Error: Error: ETIMEDOUT Cannot download json from https://raw.githubusercontent.com/ioBroker/ioBroker.sonos/master/package.json. Error: Error: ETIMEDOUT Cannot download json from https://raw.githubusercontent.com/ioBroker/ioBroker.vis/master/package.json. Error: Error: ETIMEDOUT Cannot download json from https://raw.githubusercontent.com/ioBroker/ioBroker.web/master/package.json. Error: Error: ETIMEDOUT Cannot download json from https://raw.githubusercontent.com/ioBroker/ioBroker.zwave/master/package.json. Error: Error: ETIMEDOUT Cannot download json from https://raw.githubusercontent.com/ioBroker/ioBroker.yr/master/package.json. Error: Error: ETIMEDOUT Timeout by read all package.json (34) seconds update done Adapter "zwave" : 0.1.0 Adapter "yr" : 0.1.6 Adapter "web" : 0.3.1 Adapter "vis" : 0.5.9 Adapter "sonos" : 0.1.6 Adapter "rickshaw" : 0.2.2 Adapter "pushover" : 0.1.1 Adapter "owfs" : 0.0.2 Adapter "onkyo" : 0.1.7 Adapter "socketio" : 0.3.0 Adapter "simple-api" : 0.0.4 Adapter "sayit" : 0.3.8 Adapter "s7" : 0.1.2 Adapter "ping" : 0.1.4 Adapter "node-red" : 0.2.2 Adapter "mqtt" : 0.2.9 Adapter "megad" : 0.1.1 Adapter "legacy" : 0.1.12 Adapter "knx" : 0.0.1 Controller "js-controller" : 0.6.6 , installed 0.6.6 Adapter "javascript" : 0.4.5 Adapter "ical" : 0.1.1 Adapter "hmm" : 0.1.0 Adapter "hue" : 0.2.0 Adapter "hm-rpc" : 0.4.0 Adapter "hm-rega" : 0.2.2 Adapter "history" : 0.1.3 Adapter "example" : 0.1.1 , installed 0.1.1 Adapter "email" : 0.1.2 Adapter "dwd" : 0.1.9 Adapter "cul" : 0.0.4 Adapter "b-control-em" : 0.1.1 Adapter "artnet" : 0.0.3 Adapter "admin" : 0.4.8 , installed 0.4.8 root@raspberrypi:/opt/iobroker#
-
Sieht so aus, als ob es kein Internet gibt. Schrieb bitte:
wget https://raw.githubusercontent.com/ioBroker/ioBroker.hm-rpc/master/io-package.json
Um zu prüfen ob Internet funktioniert
-
Ich hatte und habe bei mir auch solche und änliche Bilder beim Installieren und updaten auf meinem raspiB. Die Probleme sind weniger geworden, nachdem ich das Overklocking von Nein auf Medium gesetzt habe. Scheinbar gibt es da Preformance-Probleme, die sich bis zu den Internet Timeouts auswirken. Manchmal hatte ich ein npm install 3, 4 oder 5 Mal eingeben müssen bis das lief….
Abgesehen davon das das dann eine Stunde brauchte oder so.
-
Internet und wget funktioniert.
Ich werde die medium Einstellung mal testen.
root@raspberrypi:/opt/iobroker# wget https://raw.githubusercontent.com/ioBroker/ioBroker.hm-rpc/master/io-package.json --2015-06-24 21:46:45-- https://raw.githubusercontent.com/ioBroker/ioBroker.hm-rpc/master/io-package.json Auflösen des Hostnamen »raw.githubusercontent.com (raw.githubusercontent.com)«... 185.31.17.133 Verbindungsaufbau zu raw.githubusercontent.com (raw.githubusercontent.com)|185.31.17.133|:443... verbunden. HTTP-Anforderung gesendet, warte auf Antwort... 200 OK Länge: 185090 (181K) [text/plain] In »»io-package.json«« speichern. 100%[========================================================================================================================================================================================================================================>] 185.090 --.-K/s in 0,07s 2015-06-24 21:46:52 (2,40 MB/s) - »»io-package.json«« gespeichert [185090/185090] root@raspberrypi:/opt/iobroker#
-
Hallo,
habe immer noch die selben Fehlermeldungen.
Der einzige Unterschied ist nun, dass mir nur noch Version 0.4.8 angezeigt wird.