Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Einsteigerfragen
    4. Installation
    5. Instanzen starten nicht

    NEWS

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    Instanzen starten nicht

    This topic has been deleted. Only users with topic management privileges can see it.
    • Z
      zipfi last edited by

      Hallo zusammen.

      Nachdem ich auf meinem Raspi 4b die "normale" Installation nicht hinbekommen habe. ( Siehe andere Post ) habe ich nun das ganze mit dem neusten Image von https://github.com/buanet/ioBroker.raspberry-os/releases/tag/v1.3.0 versucht.

      Soweit hat die Installation auch funktioniert.

      pi@raspberrypi:~ $ iobroker status
      iobroker is running on this host.

      Allerdings sind die Instanzen nicht "alive"

      pi@raspberrypi:~ $ iobroker list instances
      system.adapter.admin.0 : admin : iobroker-pi - enabled, port: 8081, bind: 0.0.0.0, run as: admin
      system.adapter.backitup.0 : backitup : iobroker-pi - enabled
      system.adapter.discovery.0 : discovery : iobroker-pi - enabled

      • instance is alive

      Neustart etc. hat alles nicht funktioniert. 😢

      Hat hier irgendjemand ne Idee an was das liegen kann?

      Danke schon mal.

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

        @zipfi sagte in Instanzen starten nicht:

        Nachdem ich auf meinem Raspi 4b die "normale" Installation nicht hinbekommen habe.

        Warum nicht?

        iobroker status 
        iobroker start admin
        

        sagt? Ausgaben bitte in CodeTags.

        Edit: Da stimmt der Hostname nicht

        iobroker host this
        
        Homoran Z 2 Replies Last reply Reply Quote 0
        • Homoran
          Homoran Global Moderator Administrators @Thomas Braun last edited by

          @thomas-braun sagte in Instanzen starten nicht:

          Warum nicht?

          weil

          npm ERR! code FETCH_ERROR
          npm ERR! errno FETCH_ERROR
          npm ERR! invalid json response body at https://registry.npmjs.org/iobroker.admin

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

            @homoran

            Schaut wie ein Fehler im Netzwerk aus.

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

              @thomas-braun sagte in Instanzen starten nicht:

              @homoran

              Schaut wie ein Fehler im Netzwerk aus.

              oder bei npm.
              Hätte @zipfi nur den admin nochmal drüberinstallieren müssen.

              Hab den Fehler im log am Handy leider übersehen.

              https://forum.iobroker.net/topic/61508/installation-auf-raspi-bleibt-hängen/3?_=1672589710111

              1 Reply Last reply Reply Quote 0
              • Z
                zipfi @Thomas Braun last edited by zipfi

                @thomas-braun

                Danke für den Tipp.
                Mit

                iobroker host this
                

                habe ich herausbekommen, das ich schon nen Raspi mit dem gleichen Hostnamen am laufen hab 🤦‍♂️

                pi@raspberrypi:~ $ sudo iobroker host this
                A host with the name "raspberrypi" already exists!
                pi@raspberrypi:~ $
                

                Werde morgen mal das ganze nochmals testen indem ich den Hostname ändere ,bzw. das ganze nochmal aufsetze mit nem neuen Namen.

                Hoffe mal es funktioniert dann.

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

                  @zipfi sagte in Instanzen starten nicht:

                  habe ich herausbekommen, das ich schon nen Raspi mit dem gleichen Hostnamen am laufen hab

                  nein!
                  das bedeutet nur dass die ioBroker-Installation bereits auf diesen Raspi angepasst ist und keiner neuen Zuweisung bedarf.

                  1 Reply Last reply Reply Quote 0
                  • Z
                    zipfi last edited by

                    😢

                    Irgendwie wie das ganze nicht so wie ich!
                    IO Broker mit dem Image eigentlich ohne probleme installiert und läuft wohl auch auf dem Raspberry.

                    
                    pi@iobrokerneu2:~ $ iobroker status
                    iobroker is running on this host.
                    
                    
                    Objects type: jsonl
                    States  type: jsonl
                    
                    

                    Allerdings starten die Adapter immer noch nicht.

                    pi@iobrokerneu2:~ $ iobroker list instances
                      system.adapter.admin.0                  : admin                 : iobroker-pi                              -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                      system.adapter.backitup.0               : backitup              : iobroker-pi                              -  enabled
                      system.adapter.discovery.0              : discovery             : iobroker-pi                              -  enabled
                    
                    + instance is alive
                    
                    

                    Hat irgendjemand noch ne Idee?
                    Wäre da echt sehr dankbar.

                    Das einzige was mir Einfällt was vielleicht anders ist als bei anderen ist, das ich nen IObroker auf einem anderen Pi im selben Netzwerk am laufen hab. ( Wobei ich aber nicht daran glaube das dies ein Problem sein dürfte )
                    Da dies jedoch ein alter Pi ist möchte ich den IO Broker auf den 4er umziehen und diesen natürlich vorab schon einrichten.

                    Vielen Dank

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

                      @zipfi sagte in Instanzen starten nicht:

                      Allerdings starten die Adapter immer noch nicht.

                      und warum nicht?

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

                        @homoran
                        Das ist ja genau das was ich auch gerne wissen würde. 😉

                        wenn ich z.b. den Admin Adapter manuell mit

                        sudo iobroker start admin
                        

                        starte passiert NIX 😞
                        heißt die Instance ist nicht alive.

                        Pi und der USB Stick von dem ich aus installiere sind neu. ( bekommen vor ca. 2 Wochen )

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

                          @zipfi iobroker-Befehle nie, nie, nie mit sudo anfassen!!!
                          wo hast du den Blödsinn her?

                          zweite putty Session aufmachen. dort iobroker logs --watch aufrufen und in der ersten nochmal iobroker start admin
                          dann das log aus der zweiten Session hier in code-tags posten.

                          1 Reply Last reply Reply Quote 0
                          • Z
                            zipfi last edited by

                            @homoran

                            Interessanterweise habe ich vorhin in der zwischenzeit das ganze nochmals aufgesetzt.
                            Lite OS und danach mittels Befehl den IO Broker Installiert.

                            Nun läufts ohne das prinzipiell irgendwas geändert wurde.
                            Verstehe zwar nicht warum das so ist, aber hauptsache es läuft 🙂

                            Danke jedenfalls für deine Schnellen Antworten und Tipps.

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

                              @zipfi sagte in Instanzen starten nicht:

                              Verstehe zwar nicht warum das so ist,

                              war denn hier der Fehler vom download/fetch noch nicht behoben?

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

                                @homoran sagte in Instanzen starten nicht:

                                @thomas-braun sagte in Instanzen starten nicht:

                                Warum nicht?

                                weil

                                npm ERR! code FETCH_ERROR
                                npm ERR! errno FETCH_ERROR
                                npm ERR! invalid json response body at https://registry.npmjs.org/iobroker.admin

                                aus deinem anderen Thread

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

                                Support us

                                ioBroker
                                Community Adapters
                                Donate

                                966
                                Online

                                31.7k
                                Users

                                79.8k
                                Topics

                                1.3m
                                Posts

                                3
                                14
                                430
                                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