Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Images für ioBroker

    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

    Images für ioBroker

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

      Und woran lags das die Backups Nicht taten?

      Gesendet vom Handy …

      1 Reply Last reply Reply Quote 0
      • MathiasJ
        MathiasJ last edited by

        Wenn ich das wüsste. An einer ( nicht vorhandenen) SD kann es nicht gelegen haben. Die SSD die ich eingebaut habe war nagelneu.

        Gesendet von meinem MI 8 mit Tapatalk

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

          Hallo zusammen,

          ich habe mal wieder ein neues Image für den RasPi 2/3/3+ gemacht.

          Es handelt sich um ein minimal Image, nur mit js-controller, Admin und Discovery.

          Das Image ist noch als Experimental deklariert, weil ich damit etwas getestet habe, sollte aber problemlos laufen.

          Die Anweisungen aus einem anderen RasPi-Image Readme sollten entsprechend gelten.

          Gruß

          Rainer

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

            @Homoran sagte in Images für ioBroker:

            Hallo zusammen,

            ich habe mal wieder ein neues Image für den RasPi 2/3/3+ gemacht.

            Es handelt sich um ein minimal Image, nur mit js-controller, Admin und Discovery.

            Das Image ist noch als Experimental deklariert, weil ich damit etwas getestet habe, sollte aber problemlos laufen.

            Die Anweisungen aus einem anderen RasPi-Image Readme sollten entsprechend gelten.

            Gruß

            Rainer

            Ich habe es ganz frisch installiert. Fährt hoch und npm und node Versionen passen.
            Ich habe direkt ioBroker beendet. Aber unter status sagt er, dass ioBroker noch läuft. Und "top" zeigt auch, dass es noch läuft. Also... bekomme ioBroker nicht beendet:

             PID USER      PR  NI    VIRT    RES    SHR S  %CPU %MEM     TIME+ COMMAND
              931 pi        20   0    8512   3280   2820 R   1,0  0,3   0:00.30 top
              602 iobroker  20   0  115996  32448  20316 S   0,3  3,4   0:01.48 io.discove+
                1 root      20   0   26992   5936   4824 S   0,0  0,6   0:02.17 systemd
                2 root      20   0       0      0      0 S   0,0  0,0   0:00.00 kthreadd
                4 root       0 -20       0      0      0 I   0,0  0,0   0:00.00 kworker/0:+
                5 root      20   0       0      0      0 I   0,0  0,0   0:00.06 kworker/u8+
                6 root       0 -20       0      0      0 I   0,0  0,0   0:00.00 mm_percpu_+
                7 root      20   0       0      0      0 S   0,0  0,0   0:00.01 ksoftirqd/0
                8 root      20   0       0      0      0 I   0,0  0,0   0:00.06 rcu_sched
                9 root      20   0       0      0      0 I   0,0  0,0   0:00.00 rcu_bh
               10 root      rt   0       0      0      0 S   0,0  0,0   0:00.00 migration/0
               11 root      20   0       0      0      0 S   0,0  0,0   0:00.00 cpuhp/0
               12 root      20   0       0      0      0 S   0,0  0,0   0:00.00 cpuhp/1
               13 root      rt   0       0      0      0 S   0,0  0,0   0:00.00 migration/1
               14 root      20   0       0      0      0 S   0,0  0,0   0:00.01 ksoftirqd/1
               16 root       0 -20       0      0      0 I   0,0  0,0   0:00.00 kworker/1:+
               17 root      20   0       0      0      0 S   0,0  0,0   0:00.00 cpuhp/2
            pi@ioBroker-RasPi:~ $ sudo iobroker stop
            iobroker controller daemon is not running
            pi@ioBroker-RasPi:~ $ sudo iobroker status
            iobroker is running
            
            
            1 Reply Last reply Reply Quote 0
            • paul53
              paul53 last edited by

              Das Image ist vom 4.1.2019. Deshalb das erste Mal nach automatischem Start stoppen mit

              sudo systemctl stop iobroker
              
              lobomau 1 Reply Last reply Reply Quote 0
              • lobomau
                lobomau @paul53 last edited by

                @paul53 sagte in Images für ioBroker:

                sudo systemctl stop iobroker

                Ja, stimmt. Das war es! Auch den status frage ich dann ab mit ```
                sudo systemctl status iobroker

                Ich teste mal weiter...
                1 Reply Last reply Reply Quote 0
                • F
                  Frank_y last edited by

                  Re: Images für ioBroker

                  System neu aufsetzen läuft bis zumBackup erfolgreich eingespielt: "System successfully restored!"

                  Der nächste Befehl 'sudo iobroker start all' ergibt allerdings einen Fehler "No connection to states 0.0.0.0:6379[redis]"

                  Wie geht's weiter?

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

                    @Frank_y sagte in Images für ioBroker:

                    No connection to states 0.0.0.0:6379[redis]

                    dann war auf dem alten System noch redis installiert.

                    entweder redis installieren:

                    sudo apt install redis-server
                    

                    oder vor dem Backup auf dem alten System von redis auf file umschalten über

                    iobroker setup custom
                    
                    1 Reply Last reply Reply Quote 0
                    • F
                      Frank_y last edited by

                      würdest du eine Variante vorziehen?

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

                        @Frank_y sagte in Images für ioBroker:

                        würdest du eine Variante vorziehen?

                        kommt darauf an 😉

                        Was hast du als Rechner eingesetzt?
                        Bei einem RasPi oder einem DualCore SBC würde ich redis vorziehen

                        1 Reply Last reply Reply Quote 0
                        • F
                          Frank_y last edited by

                          @Homoran sagte in Images für ioBroker:

                          iobroker setup custom

                          raspPi 3: dann installiere ich den redis-server.

                          muss der vor dem iobroker restore installiert werden und ist das egal?

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

                            @Frank_y sollte egal sein
                            danach ioBroker neu starten.

                            1 Reply Last reply Reply Quote 0
                            • F
                              Frank_y last edited by

                              Redis-Server läuft und ich komme per Browser auf das Terminal. Im log laufen jetzt die ganzen Nachinstallationen. Sieht also gut aus. Jetzt heißt es warten.
                              Ich danke dir für die schnell Hilfe

                              1 Reply Last reply Reply Quote 0
                              • F
                                Frank_y last edited by Frank_y

                                Nachinstallation ist durchgelaufen und iobroker läuft im Browser-log fehlerfrei.
                                Allerdings lieferte die Statusabfrage im Terminal folgendes:

                                pi@ioBroker-RasPi:~ $ sudo iobroker status
                                iobroker is running
                                 Ready check failed: Connection forcefully ended and command aborted. It might have been processed.
                                 AbortError: Ready check failed: Connection forcefully ended and command aborted. It might have been processed.
                                    at RedisClient.flush_and_error (/opt/iobroker/node_modules/redis/index.js:362:23)
                                    at RedisClient.end (/opt/iobroker/node_modules/redis/lib/extendedApi.js:52:14)
                                    at StateRedis.destroy (/opt/iobroker/node_modules/iobroker.js-controller/lib/states/statesInRedis.js:272:20)
                                    at processExit (/opt/iobroker/node_modules/iobroker.js-controller/lib/setup.js:2820:44)
                                    at /opt/iobroker/node_modules/iobroker.js-controller/lib/setup.js:312:25
                                    at Object.connected (/opt/iobroker/node_modules/iobroker.js-controller/lib/setup.js:3124:70)
                                    at Socket.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/lib/objects/objectsInMemClient.js:120:68)
                                    at Socket.Emitter.emit (/opt/iobroker/node_modules/iobroker.js-controller/node_modules/component-emitter/index.js:133:20)
                                    at Socket.emit (/opt/iobroker/node_modules/iobroker.js-controller/node_modules/socket.io-client/lib/socket.js:138:10)
                                    at Socket.onconnect (/opt/iobroker/node_modules/iobroker.js-controller/node_modules/socket.io-client/lib/socket.js:335:8)
                                
                                

                                ist das normal?

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

                                  @Frank_y sagte in Images für ioBroker:

                                  ist das normal?

                                  in den meisten Fällen JA!

                                  It might have been processed.

                                  heisst "eigentlich" alles gut!

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

                                    Es gibt neue Images

                                    Nachdem die im Januar begonnene Umstrukturierung der Server langsam feste Züge annimmt, haben wir auch die Downloads auf einen anderen Server gezogen.

                                    Dadurch konnte ich jetzt (etwas zeitlich verzögert) die letzten Images online stellen.

                                    Es sind minimal Images für

                                    • Raspberry Pi 2/3
                                    • Tinkerboard
                                    • Rock64
                                    • Odroid C2
                                    • Orange Pi plus 2e

                                    Solltet ihr noch weitere Wünsche haben, sagt es bitte.

                                    Und natürlich auch wenn etwas nicht klappen sollte

                                    1 Reply Last reply Reply Quote 0
                                    • paul53
                                      paul53 last edited by

                                      Weshalb ist das Image für den Odroid C2 1,2 GB groß ?

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

                                        @paul53
                                        Ähm
                                        Ööh

                                        Wie sag ich's meinem Kinde 😉

                                        Ich kann eigentlich gar nicht mit Images - ich behelfe mich da eines Tricks.
                                        ich nehme 2GB karten, installiere da drauf und schreibe davon ein Image.

                                        Leider akzeptiert der Odroid nur "schnelle Karten" (Ich hoffe das hatte ich auch in der ReadMe geschrieben)
                                        die guten alten 2GB Karten gehören definitiv nicht dazu. Daher habe ich mir extra für den C2 eine 4GB SDHC Class 10 gekauft. Mit der klappte die Installation

                                        Leider ist dann das Image doppelt so groß 😢

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

                                          @Homoran sagte in Images für ioBroker:

                                          (Ich hoffe das hatte ich auch in der ReadMe geschrieben)

                                          Ja, hast Du.

                                          @Homoran sagte in Images für ioBroker:

                                          Daher habe ich mir extra für den C2 eine 4GB SDHC Class 10 gekauft.

                                          Danke für die Erklärung.

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

                                            @paul53 sagte in Images für ioBroker:

                                            Danke für die Erklärung.

                                            Gerne, wenn dir das reicht.

                                            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

                                            926
                                            Online

                                            31.9k
                                            Users

                                            80.1k
                                            Topics

                                            1.3m
                                            Posts

                                            23
                                            157
                                            22355
                                            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