Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Nodejs-Update - ioBroker Installation via cURL nicht möglich

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    Nodejs-Update - ioBroker Installation via cURL nicht möglich

    This topic has been deleted. Only users with topic management privileges can see it.
    • M
      maxsc @Thomas Braun last edited by

      @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
      
      
      1 Reply Last reply Reply Quote 0
      • M
        maxsc @Thomas Braun last edited by

        @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?

        Thomas Braun 1 Reply Last reply Reply Quote 0
        • Thomas Braun
          Thomas Braun Most Active @maxsc last edited by Thomas Braun

          @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.

          M 1 Reply Last reply Reply Quote 0
          • M
            maxsc @Thomas Braun last edited by

            @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.

            Thomas Braun 2 Replies Last reply Reply Quote 0
            • Thomas Braun
              Thomas Braun Most Active @maxsc last edited by

              @maxsc
              Irgendwas im Router/Modem bzgl. IPv6 eingestellt?
              Ich weiß jetzt nicht ob o2 da irgendwas mit DualStack anstellt.

              M 1 Reply Last reply Reply Quote 0
              • Thomas Braun
                Thomas Braun Most Active @maxsc last edited by

                @maxsc
                Probier mal

                traceroute6 ports.ubuntu.com
                traceroute ports.ubuntu.com
                

                Vermutlich kommst du beim ersten Befehl raus und der zweite wird nicht aufgelöst.

                M 1 Reply Last reply Reply Quote 0
                • M
                  maxsc @Thomas Braun last edited by

                  @Thomas-Braun hilft dir das weiter?
                  ad4dcc12-3aa4-40cc-b69b-d80d331c2f52-grafik.png

                  cd15a8e9-6ee2-45b1-bcb0-35235e6788aa-grafik.png

                  1 Reply Last reply Reply Quote 0
                  • M
                    maxsc @Thomas Braun last edited by

                    @Thomas-Braun said in Nodejs-Update - ioBroker Installation via cURL nicht möglich:

                    @maxsc
                    Probier mal

                    traceroute6 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
                    
                    Thomas Braun 1 Reply Last reply Reply Quote 0
                    • Thomas Braun
                      Thomas Braun Most Active @maxsc last edited by

                      @maxsc

                      sudo apt install traceroute
                      
                      M 1 Reply Last reply Reply Quote 0
                      • M
                        maxsc @Thomas Braun last edited by

                        @Thomas-Braun

                        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
                        
                        Thomas Braun 1 Reply Last reply Reply Quote 0
                        • Thomas Braun
                          Thomas Braun Most Active @maxsc last edited by

                          @maxsc

                          traceroute6 iobroker.net
                          traceroute iobroker.net
                          
                          M 1 Reply Last reply Reply Quote 0
                          • M
                            maxsc @Thomas Braun last edited by

                            @Thomas-Braun

                            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
                            
                            
                            Thomas Braun 1 Reply Last reply Reply Quote 0
                            • Thomas Braun
                              Thomas Braun Most Active @maxsc last edited by

                              @maxsc
                              Das war alles? Das reißt nach dem ersten Hop auf die FritzBox ab?

                              M 1 Reply Last reply Reply Quote 0
                              • M
                                maxsc @Thomas Braun last edited by

                                @Thomas-Braun ja, mehr kommt da nicht

                                Thomas Braun 1 Reply Last reply Reply Quote 0
                                • Thomas Braun
                                  Thomas Braun Most Active @maxsc last edited by

                                  @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.

                                  M 1 Reply Last reply Reply Quote 0
                                  • M
                                    maxsc @Thomas Braun last edited by

                                    @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?

                                    Thomas Braun 2 Replies Last reply Reply Quote 0
                                    • Thomas Braun
                                      Thomas Braun Most Active @maxsc last edited by

                                      @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.

                                      M 2 Replies Last reply Reply Quote 0
                                      • Thomas Braun
                                        Thomas Braun Most Active @maxsc last edited by

                                        @maxsc Wie sieht eigentlich der Reiter 'Online-Monitor' auf der Fritzbox aus?

                                        M 1 Reply Last reply Reply Quote 0
                                        • M
                                          maxsc @Thomas Braun last edited by

                                          @Thomas-Braun
                                          jetzt bin ich ein bisschen verwirrt. Laut http://test-ipv6.com/ habe ich keine ipv6 Adresse.

                                          dcae4ba8-eb8b-428e-b764-a7649d05e05e-grafik.png

                                          Thomas Braun 1 Reply Last reply Reply Quote 0
                                          • M
                                            maxsc @Thomas Braun last edited by

                                            @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?

                                            20da1b9f-62a4-4eee-b7eb-410281993e86-grafik.png

                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate
                                            FAQ Cloud / IOT
                                            HowTo: Node.js-Update
                                            HowTo: Backup/Restore
                                            Downloads
                                            BLOG

                                            947
                                            Online

                                            31.9k
                                            Users

                                            80.1k
                                            Topics

                                            1.3m
                                            Posts

                                            curl iobroker neuinstallation node.js update
                                            4
                                            87
                                            6572
                                            Loading More Posts
                                            • Oldest to Newest
                                            • Newest to Oldest
                                            • Most Votes
                                            Reply
                                            • Reply as topic
                                            Log in to reply
                                            Community
                                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                            The ioBroker Community 2014-2023
                                            logo