Navigation

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

    NEWS

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    ioBroker Installation via cURL nicht möglich

    This topic has been deleted. Only users with topic management privileges can see it.
    • Z
      Zer0x @Jey Cee last edited by

      @Jey-Cee ja stimmt Sie funktioniert. Ich habe Testweise eine VM erstellt und da geht es. Im LXC-Container funktioniert es nicht...

      Da ich noch nicht so oft mit Promox gearbeitet habe, muss ich noch den Fehler finden...

      Homoran 1 Reply Last reply Reply Quote 0
      • Homoran
        Homoran Global Moderator Administrators @Zer0x last edited by

        @Zer0x sagte in ioBroker Installation via cURL nicht möglich:

        @Jey-Cee ja stimmt Sie funktioniert. Ich habe Testweise eine VM erstellt und da geht es. Im LXC-Container funktioniert es nicht...

        Da ich noch nicht so oft mit Promox gearbeitet habe, muss ich noch den Fehler finden...

        Warum nimmst du einen Container und keine VM?

        Z 1 Reply Last reply Reply Quote 0
        • Z
          Zer0x @Homoran last edited by

          @Homoran geht irgendwie schneller.

          Ach ja hab den Fehler gefunden... etwas peinlich aber habe in dem Feld Gateway die falsche Adresse eingegeben^^

          1 Reply Last reply Reply Quote 0
          • A
            Andreas.S last edited by

            Hi,
            ich habe heute endlich meinen Raspberry 4 bekommen.
            Leider komme ich bei der Installation von ioBroker gar nicht weiter.

            Ich habe node und nodejs schon mehrmals deinstalliert und frisch drauf gemacht (Internet am Raspberry scheint OK)

            Dennoch passiert bim Aufruf von curl zur Installation gar nix!
            Keine Fehler oder warten - einfach nix!
            Wenn ich den Fix aus den Anleitungen teste kommt - kann nicht gefixt werden, ist ja nicht installiert.

            Da ist der Wurm drin! Sieht ihn jemand und kann mir helfen?

            Vielen Dank schon mal

            bb648ccb-4b76-438e-8b98-654a3524fef9-image.png

            B 1 Reply Last reply Reply Quote 0
            • B
              BoehserWolf @Andreas.S last edited by

              @Andreas-S
              Das Minus am Ende fehlt, so ist es richtig:

              curl -sL https://iobroker.net/install.sh | bash -
              
              1 Reply Last reply Reply Quote 0
              • A
                Andreas.S last edited by

                Vielen Dank für deine Antwort,
                leider tut das auch nix 😞
                70a8e1b3-1ac9-4224-8495-f1e4f5a196e4-image.png

                Ich habe es auch komplett so mehrmals getestet
                sudo apt-get --purge remove node -y
                sudo apt-get --purge remove nodejs -y
                sudo apt-get autoremove -y
                curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
                sudo apt-get install -y nodejs
                curl -sL https://iobroker.net/install.sh | bash -

                Bis auf den letzten Befehl geht alles gut

                sigi234 1 Reply Last reply Reply Quote 0
                • sigi234
                  sigi234 Forum Testing Most Active @Andreas.S last edited by

                  @Andreas-S sagte in ioBroker Installation via cURL nicht möglich:

                  Bis auf den letzten Befehl geht alles gut

                  ich denke da das Zertifikat von iobroker.net abgelaufen ist wird es nicht gehen. Kann es sich wahrscheinlich nicht holen.
                  Abwarten bis es erneuert ist.

                  B 1 Reply Last reply Reply Quote 0
                  • B
                    BoehserWolf @sigi234 last edited by

                    @sigi234
                    Guter Hinweis. Alternativ mal curl anweisen ohne ssl Validierung zu arbeiten, evtl. so:

                    curl -k -sL https://iobroker.net/install.sh | bash -
                    
                    A 1 Reply Last reply Reply Quote 1
                    • A
                      Andreas.S @BoehserWolf last edited by

                      @BoehserWolf said in ioBroker Installation via cURL nicht möglich:

                      @sigi234
                      Guter Hinweis. Alternativ mal curl anweisen ohne ssl Validierung zu arbeiten, evtl. so:

                      curl -k -sL https://iobroker.net/install.sh | bash -
                      

                      Super! Vielen Dank, das mit dem -k hats gebracht.
                      Ging sofort einwandfrei.
                      👍

                      1 Reply Last reply Reply Quote 1
                      • M
                        maxsc @Zer0x last edited by

                        @Zer0x said in ioBroker Installation via cURL nicht möglich:

                        Hallo zusammen,
                        ich versuche derzeit in Proxmox iOBroker zu installieren. Ich bin soweit der Anleitung gefolgt und hab nun das Problem das beim Befehl
                        curl -sL https://iobroker.net/install.sh | bash - keine Rückmeldung kommt. Nachdem in Verbose-Befehl dazugehangen habe kommt folgende Meldung:

                        admin@iobroker-debian:/opt$ curl -sL -v https://iobroker.net/install.sh | bash -

                        • Trying 82.165.135.239...
                        • TCP_NODELAY set
                        • connect to 82.165.135.239 port 443 failed: No route to host
                        • Failed to connect to iobroker.net port 443: No route to host
                        • Closing connection 0

                        Alle vorherigen Installationen z.B. von NodeJS haben funktioniert.
                        Hat jemand eine Idee?

                        Hallo zusammen,

                        auch wenn das Thema schon etwas älter ist, ich bekomme genau die gleiche Fehlermeldung bei der Installation von ioBroker über den cURL-Befehl. Vorher habe ich node.js von Version 8.X auf v12.18.4 mit npm 6.14.6 aktualisiert. Beim Versuch, ioBroker entsprechend dem Punkt "e) Neuinstallation mit Restore" gemäß https://forum.iobroker.net/topic/22867/how-to-node-js-für-iobroker-richtig-updaten/2 zu installieren, kommt es zu dem Fehler.

                        Ich bin leider noch ziemlicher Neuling (habe das System beim Hauskauf übernommen) und komme nicht weiter. Vielen Dank für Tipps und Hinweise!

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

                          @maxsc Zu welchem?
                          Bitte komplette Ein- wie Ausgaben als Text in CodeTags hier rein.
                          Bzw. besser in einen eigenen Thread.

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

                            @Thomas-Braun danke für den Hinweis. Ich habe einen neuen Thread aufgemacht (https://forum.iobroker.net/topic/37020/nodejs-update-iobroker-installation-via-curl-nicht-möglich) und mein Problem konkretisiert. Viele Grüße!

                            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

                            873
                            Online

                            31.7k
                            Users

                            79.7k
                            Topics

                            1.3m
                            Posts

                            installation problem
                            9
                            19
                            4154
                            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