NEWS
Nodejs-Update - ioBroker Installation via cURL nicht möglich
-
@Thomas-Braun said in Nodejs-Update - ioBroker Installation via cURL nicht möglich:
sudo apt update
Das hier kommt dabei raus
max@LinuxServer:~$ sudo apt update [sudo] password for max: Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB] Hit:3 https://repos.influxdata.com/ubuntu bionic InRelease Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [74.6 kB] Hit:5 https://deb.nodesource.com/node_12.x bionic InRelease Hit:6 http://archive.canonical.com/ubuntu bionic InRelease Get:7 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB] Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main Sources [330 kB] Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 Packages [734 kB] Get:10 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main Translation-en [360 kB] Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-updates/restricted arm64 Packages [1552 B] Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 Packages [985 kB] Get:13 http://ports.ubuntu.com/ubuntu-ports bionic-updates/multiverse arm64 Packages [3820 B] Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-security/restricted Sources [7968 B] Get:15 http://ports.ubuntu.com/ubuntu-ports bionic-security/main Sources [168 kB] Get:16 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe Sources [177 kB] Get:17 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 Packages [532 kB] Get:18 http://ports.ubuntu.com/ubuntu-ports bionic-security/main Translation-en [268 kB] Get:19 http://ports.ubuntu.com/ubuntu-ports bionic-security/restricted Translation-en [20.4 kB] Get:20 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe arm64 Packages [620 kB] Get:21 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe Translation-en [235 kB] Err:22 http://deb.odroid.in/n2 bionic InRelease Could not connect to deb.odroid.in:80 (104.236.30.141). - connect (113: No route to host) Fetched 4693 kB in 3s (1431 kB/s) Reading package lists... Done Building dependency tree Reading state information... Done 105 packages can be upgraded. Run 'apt list --upgradable' to see them. W: Failed to fetch http://deb.odroid.in/n2/dists/bionic/InRelease Could not connect to deb.odroid.in:80 (104.236.30.141). - connect (113: No route to host) W: Some index files failed to download. They have been ignored, or old ones used instead. max@LinuxServer:~$ sudo apt install inetutils-traceroute Reading package lists... Done Building dependency tree Reading state information... Done The following NEW packages will be installed: inetutils-traceroute 0 upgraded, 1 newly installed, 0 to remove and 105 not upgraded. Need to get 37.1 kB of archives. After this operation, 253 kB of additional disk space will be used. Get:1 http://ports.ubuntu.com/ubuntu-ports bionic/universe arm64 inetutils-traceroute arm64 2:1.9.4-3 [37.1 kB] Fetched 37.1 kB in 0s (499 kB/s) Selecting previously unselected package inetutils-traceroute. (Reading database ... 161840 files and directories currently installed.) Preparing to unpack .../inetutils-traceroute_2%3a1.9.4-3_arm64.deb ... Unpacking inetutils-traceroute (2:1.9.4-3) ... Setting up inetutils-traceroute (2:1.9.4-3) ... update-alternatives: using /usr/bin/inetutils-traceroute to provide /usr/bin/traceroute (traceroute) in auto mode Processing triggers for man-db (2.8.3-2ubuntu0.1) ... max@LinuxServer:~$ traceroute 8.8.8.8 traceroute to 8.8.8.8 (8.8.8.8), 64 hops max 1 * 192.168.1.100 74.945ms !H 0.013ms !H
-
@Thomas-Braun said in Nodejs-Update - ioBroker Installation via cURL nicht möglich:
Kann es sein, dass du evtl. eine reine IPv6-Route hast?
Das ist gut möglich, wie finde ich das heraus?
-
@maxsc Was ist denn das für ein Internetprovider mit welchem Modem?
Sieht aber fast so aus, denn auch bei odroid.in:
pi@raspberrypi:~ $ traceroute6 deb.odroid.in deb.odroid.in: Zu diesem Hostnamen gehört keine Adresse Cannot handle "host" cmdline arg `deb.odroid.in' on position 1 (argc 1) pi@raspberrypi:~ $ traceroute deb.odroid.in traceroute to deb.odroid.in (104.236.30.141), 30 hops max, 60 byte packets 1 fritz.box (192.168.178.1) 0.266 ms 0.252 ms 0.211 ms 2 * * * 3 81.210.136.106 (81.210.136.106) 15.891 ms 15.851 ms 15.793 ms
Dein System/Netzwerk scheint rein auf IPv6 nach draußen zu gehen.
-
@Thomas-Braun said in Nodejs-Update - ioBroker Installation via cURL nicht möglich:
@maxsc Was ist denn das für ein Internetprovider mit welchem Modem?
Sieht aber fast so aus, denn auch bei odroid.in:
pi@raspberrypi:~ $ traceroute6 deb.odroid.in deb.odroid.in: Zu diesem Hostnamen gehört keine Adresse Cannot handle "host" cmdline arg `deb.odroid.in' on position 1 (argc 1) pi@raspberrypi:~ $ traceroute deb.odroid.in traceroute to deb.odroid.in (104.236.30.141), 30 hops max, 60 byte packets 1 fritz.box (192.168.178.1) 0.266 ms 0.252 ms 0.211 ms 2 * * * 3 81.210.136.106 (81.210.136.106) 15.891 ms 15.851 ms 15.793 ms
ich bin bei o2.
-
@maxsc
Irgendwas im Router/Modem bzgl. IPv6 eingestellt?
Ich weiß jetzt nicht ob o2 da irgendwas mit DualStack anstellt. -
@maxsc
Probier maltraceroute6 ports.ubuntu.com traceroute ports.ubuntu.com
Vermutlich kommst du beim ersten Befehl raus und der zweite wird nicht aufgelöst.
-
@Thomas-Braun hilft dir das weiter?
-
@Thomas-Braun said in Nodejs-Update - ioBroker Installation via cURL nicht möglich:
@maxsc
Probier maltraceroute6 ports.ubuntu.com traceroute ports.ubuntu.com
Vermutlich kommst du beim ersten Befehl raus und der zweite wird nicht aufgelöst.
anders herum
max@LinuxServer:~$ traceroute6 ports.ubuntu.com -bash: traceroute6: command not found max@LinuxServer:~$ traceroute ports.ubuntu.com traceroute to ports.ubuntu.com (91.189.88.142), 64 hops max 1 * 192.168.1.100 74.456ms !H 0.011ms !H
-
sudo apt install traceroute
-
max@LinuxServer:~$ sudo apt install traceroute [sudo] password for max: Reading package lists... Done Building dependency tree Reading state information... Done The following NEW packages will be installed: traceroute 0 upgraded, 1 newly installed, 0 to remove and 105 not upgraded. Need to get 41.9 kB of archives. After this operation, 150 kB of additional disk space will be used. Get:1 http://ports.ubuntu.com/ubuntu-ports bionic/universe arm64 traceroute arm64 1:2.1.0-2 [41.9 kB] Fetched 41.9 kB in 0s (426 kB/s) Selecting previously unselected package traceroute. (Reading database ... 161849 files and directories currently installed.) Preparing to unpack .../traceroute_1%3a2.1.0-2_arm64.deb ... Unpacking traceroute (1:2.1.0-2) ... Setting up traceroute (1:2.1.0-2) ... update-alternatives: using /usr/bin/traceroute6.db to provide /usr/bin/traceroute6 (traceroute6) in auto mode update-alternatives: using /usr/bin/lft.db to provide /usr/bin/lft (lft) in auto mode update-alternatives: using /usr/bin/traceproto.db to provide /usr/bin/traceproto (traceproto) in auto mode update-alternatives: using /usr/sbin/tcptraceroute.db to provide /usr/sbin/tcptraceroute (tcptraceroute) in auto mode Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
danach kommt auch eine Antwort
max@LinuxServer:~$ traceroute6 ports.ubuntu.com traceroute to ports.ubuntu.com (2001:67c:1360:8001::23), 30 hops max, 80 byte packets 1 fritz.box (2a01:c22:d061:8e00:2e3a:fdff:fee8:8bea) 1.448 ms 2.340 ms 3.003 ms 2 2a02:3001::12f (2a02:3001::12f) 22.378 ms 22.816 ms 22.750 ms 3 2a02:3001::26a (2a02:3001::26a) 12.562 ms 12.833 ms * 4 * * * 5 as6939.fra.ecix.net (2001:7f8:8:20:0:1b1b:0:1) 14.041 ms ipv6.decix-frankfurt.core1.fra1.he.net (2001:7f8::1b1b:0:1) 14.911 ms 15.452 ms 6 * 100ge11-1.core1.fra2.he.net (2001:470:0:404::2) 7.590 ms * 7 100ge8-1.core1.lon3.he.net (2001:470:0:227::1) 20.692 ms e0-54.core1.ams2.he.net (2001:470:0:489::2) 20.943 ms 22.981 ms 8 100ge8-1.core1.lon3.he.net (2001:470:0:227::1) 20.809 ms 21.429 ms 21.365 ms 9 vlan943.annegrit.canonical.com (2001:67c:1360:1::19) 23.136 ms 23.741 ms actiontoad.canonical.com (2001:67c:1360:8001::23) 24.384 ms max@LinuxServer:~$ traceroute ports.ubuntu.com traceroute to ports.ubuntu.com (91.189.88.152), 64 hops max 1 * 192.168.1.100 61.357ms !H 0.010ms !H
-
traceroute6 iobroker.net traceroute iobroker.net
-
max@LinuxServer:~$ traceroute6 iobroker.net iobroker.net: No address associated with hostname Cannot handle "host" cmdline arg `iobroker.net' on position 1 (argc 1) max@LinuxServer:~$ traceroute iobroker.net traceroute to iobroker.net (82.165.135.239), 64 hops max 1 * 192.168.1.100 77.762ms !H 0.013ms !H
-
@maxsc
Das war alles? Das reißt nach dem ersten Hop auf die FritzBox ab? -
@Thomas-Braun ja, mehr kommt da nicht
-
@maxsc
Dann ist die Sache klar.
Du erreichst keine Server, die nur per IPv4 angebunden sind. Wie iobroker.net oder deb.odroid.in z. B.
Die mit beiden Protokollen ausgestatteten Server bekommst du denn über IPv6. Deswegen kannst du dein OS update und nodeJS aktualisieren.Ich weiß nur nicht was man da ggf. in der FritzBox einstellen kann/muss.
-
@Thomas-Braun
vielen Dank für die Fehlersuche, das hilft sehr weiter.Meinst du das ist ein Problem vom Provider oder von der Fritzbox? Wäre es eine Lösung ipv6 (evtl auch nur vorübergehend) zu deaktivieren?
-
@maxsc sagte in Nodejs-Update - ioBroker Installation via cURL nicht möglich:
Wäre es eine Lösung ipv6 (evtl auch nur vorübergehend) zu deaktivieren?
Probieren kannst du das mal. In deinem eigenen Netz kommst du ja auch per IPv4 auf die FratzBox drauf. Scheint nur nach draußen nicht geroutet zu werden.
-
@maxsc Wie sieht eigentlich der Reiter 'Online-Monitor' auf der Fritzbox aus?
-
@Thomas-Braun
jetzt bin ich ein bisschen verwirrt. Laut http://test-ipv6.com/ habe ich keine ipv6 Adresse. -
@Thomas-Braun said in Nodejs-Update - ioBroker Installation via cURL nicht möglich:
@maxsc Wie sieht eigentlich der Reiter 'Online-Monitor' auf der Fritzbox aus?