Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. [HowTo] ioBroker unter Docker auf Synology DiskStation

    NEWS

    • ioBroker goes Matter ... Matter Adapter in Stable

    • 15. 05. Wartungsarbeiten am ioBroker Forum

    • Monatsrückblick - April 2025

    [HowTo] ioBroker unter Docker auf Synology DiskStation

    This topic has been deleted. Only users with topic management privileges can see it.
    • R
      rewenode @dtp last edited by

      @dtp sagte in [HowTo][Anleitung] Installation ioBroker in Docker auf Synology DiskStation:

      Welche Möglichkeit gibt es, das Abbild zu löschen und den zugehörigen Container (natürlich ausgeschaltet) zu behalten?

      Wie ts020339 schon sagte.
      Aber du kannst natürlich das alte Image sichern und irgendwo archivieren bevor du mit Docker pull das aktuelle ziehst.
      https://docs.docker.com/engine/reference/commandline/save/

      Dann kannst du bei bedarf deinen alten Container wieder aus dem alten Image herstellen.

      1 Reply Last reply Reply Quote 0
      • D
        dtp last edited by

        War nicht nötig. Hab den alten Container und das zugehörige Abbild gelöscht und dann die Beta in einem neuen Container installiert. Wie gesagt, läuft soweit alles rund.

        1 Reply Last reply Reply Quote 0
        • andre
          andre Developer last edited by

          Hallo Dockerianer,
          für alle Testwilligen habe ich eine neue Beta Version bereit gestellt.

          v4.2.4beta (2020-06-23)

          • added graceful shutdown
          • small fix for GID/UID handling
          • adding new ENV "IOB_MULTIHOST" for multihost support
          • small syntax fixes in iobroker_startup.sh

          https://github.com/buanet/docker-iobroker/tree/beta#changelog

          Der Container sollte nun eigentlich beim Beenden nicht mehr den Exit code 137 werfen sondern sauber mit "Exit code 0" beendet werden. Würde mich freuen wenn das wer testen könnte. Bei mir hat es soweit geklappt...

          Was die ENV IOB_MULTIHOST angeht, da habe ich aktuell noch keine Doku zu gemacht. Hier geht es im Grunde darum, dass man einen ioBroker Container als Slave konfigurieren kann der sich dann automatisch zu einem Master verbindet. Damit das funktioniert muss die ENV natürlich beim master auf "master" und beim slave auf "slave" konfiguriert werden. Zusätzlich müssen die ENVs für objectsdb und statesdb entsprechend konfiguriert werden... Wer sich mit Multihost auskennt ist natürlich gerne eingeladen auch dies zu testen. 🙂

          Bevor jetzt die üblichen Fragen kommen, wann die Beta mit stable wird, hier gleich die Antwort:
          Aktuell habe ich einen Fix eingebaut, der die noch nicht stable Version 3.1.5 des js-controllers installiert. Daher würde ich gerne warten bis die nächste js-controller Version stable wird um dann den Fix entfernen zu können und das Ganze als v5 zu veröffentlichen. Bis dahin empfehle ich bei Problemen den Einsatz/ Test der aktuellen Beta-Version.

          MfG,
          André

          RK62 K 2 Replies Last reply Reply Quote 0
          • Gompman
            Gompman last edited by

            Mahlzeit, bei mir kommt im log nicht das "starting iobroker done"

            ------------------------------------------------------------
            --------------- 2020-06-24 13:48:45 ---------------
            ------------------------------------------------------------
            
            ------------------------------------------------------------
            ----- Welcome to your ioBroker-container! -----
            ----- Startupscript is now running. -----
            ----- Please be patient! -----
            ------------------------------------------------------------
            
            ------------------------------------------------------------
            ----- Debugging information -----
            ----- -----
            ----- System -----
            ----- arch: x86_64 -----
            ----- -----
            ----- Versions -----
            ----- image: v4.2.0 -----
            ----- node: v10.21.0 -----
            ----- npm: 6.14.4 -----
            ----- -----
            ----- ENV -----
            ----- PACKAGES: vi -----
            ----- SETGID: 1000 -----
            ----- SETUID: 1000 -----
            ------------------------------------------------------------
            
            ------------------------------------------------------------
            ----- Step 1 of 5: Preparing container -----
            ------------------------------------------------------------
            
            Installing additional packages is set by ENV.
            The following packages will be installed: vi...
            E: Paket vi kann nicht gefunden werden.
            Done.
            
            ------------------------------------------------------------
            ----- Step 2 of 5: Detecting ioBroker installation -----
            ------------------------------------------------------------
            
            Existing installation of ioBroker detected in /opt/iobroker.
            
            ------------------------------------------------------------
            ----- Step 3 of 5: Checking ioBroker installation -----
            ------------------------------------------------------------
            
            (Re)Setting folder permissions (This might take a while! Please be patient!)...
            Done.
            
            Fixing "sudo-bug" by replacing sudo in iobroker with gosu...
            Done.
            
            Hostname in ioBroker does not match the hostname of this container.
            Updating hostname to 28a4020d49c5...
            No instances found for host "a2e2a3097bbf"!
            Done.
            
            ------------------------------------------------------------
            ----- Step 4 of 5: Applying special settings -----
            ------------------------------------------------------------
            
            Some adapters have special requirements/ settings which can be activated by the use of environment variables.
            For more information take a look at readme.md on Github!
            
            ------------------------------------------------------------
            ----- Step 5 of 5: ioBroker startup -----
            ------------------------------------------------------------
            
            Starting ioBroker...
            
            host.28a4020d49c5 check instance "system.adapter.admin.0" for host "a2e2a3097bbf"
            host.28a4020d49c5 check instance "system.adapter.discovery.0" for host "a2e2a3097bbf"
            host.28a4020d49c5 check instance "system.adapter.info.0" for host "a2e2a3097bbf"
            

            danach geht es nicht weiter.

            Benutze das Image auf UNRAID.
            Woran könnte es liegen?

            andre 1 Reply Last reply Reply Quote 0
            • andre
              andre Developer @Gompman last edited by

              @Gompman
              Das liegt daran ,dass kein "Done." kommt. 🙂 Nach dem Starten des ioBrokers kommt nur noch das ioBroker Log...
              Du läufst aber vorherschon in den (noch) aktuellen "Renaming Bug".

              @Gompman sagte in [HowTo][Anleitung] Installation ioBroker in Docker auf Synology DiskStation:

              Hostname in ioBroker does not match the hostname of this container. Updating hostname to 28a4020d49c5... No instances found for host "a2e2a3097bbf"! Done.

              Bitte versuche es mal mit der aktuellen Beta-Version. Da ist bereits ein Fix drin.

              MfG,
              André

              T 1 Reply Last reply Reply Quote 0
              • T
                Teemoe @andre last edited by

                @andre said in [HowTo][Anleitung] Installation ioBroker in Docker auf Synology DiskStation:

                Bitte versuche es mal mit der aktuellen Beta-Version. Da ist bereits ein Fix drin.

                Ich bleibe an gleicher Stelle hängen. Allerdings handelt es sich bei mir um Windows 10 (2004) mit Docker. Die Beta habe ich ebenso ausprobiert.

                PS C:\Users\admin> docker run -p 8081:8081 --name iobroker -v iobrokerdata:/opt/iobroker buanet/iobroker:beta
                Unable to find image 'buanet/iobroker:beta' locally
                beta: Pulling from buanet/iobroker
                e9afc4f90ab0: Already exists
                f75876172ace: Pull complete
                a8017f6d0b34: Pull complete
                cff9d5526f24: Pull complete
                b39ce5b512b8: Pull complete
                850295f3ec6e: Pull complete
                bba795283710: Pull complete
                e224ea9ae0c9: Pull complete
                cbe5d9419cc9: Pull complete
                bbdf66708177: Pull complete
                1db0105cd3f7: Pull complete
                ba5989988bb7: Pull complete
                fbbfbe797064: Pull complete
                bee3036abe02: Pull complete
                9ef38f7af53d: Pull complete
                ae286c690b97: Pull complete
                ebf4f11b7405: Pull complete
                Digest: sha256:452a3e8c802186b8fadf8f824a152e2cf23e59de3c54e7b75bcd86bf46efdf07
                Status: Downloaded newer image for buanet/iobroker:beta
                
                ------------------------------------------------------------
                ---------------     2020-06-24 20:42:12      ---------------
                ------------------------------------------------------------
                
                ------------------------------------------------------------
                -----       Welcome to your ioBroker-container!        -----
                -----          Startupscript is now running.           -----
                -----                Please be patient!                -----
                ------------------------------------------------------------
                
                ------------------------------------------------------------
                -----              Debugging information               -----
                -----                                                  -----
                -----                      System                      -----
                -----               arch:      x86_64                  -----
                -----                                                  -----
                -----                     Versions                     -----
                -----               image:     v4.2.4beta              -----
                -----               node:      v12.18.1                -----
                -----               npm:       6.14.5                  -----
                -----                                                  -----
                -----                       ENV                        -----
                -----               SETGID:    1000                    -----
                -----               SETUID:    1000                    -----
                ------------------------------------------------------------
                
                ------------------------------------------------------------
                -----         Step 1 of 5: Preparing container         -----
                ------------------------------------------------------------
                
                Nothing to do here.
                
                ------------------------------------------------------------
                -----   Step 2 of 5: Detecting ioBroker installation   -----
                ------------------------------------------------------------
                
                Existing installation of ioBroker detected in /opt/iobroker.
                
                ------------------------------------------------------------
                -----   Step 3 of 5: Checking ioBroker installation    -----
                ------------------------------------------------------------
                
                (Re)Setting folder permissions (This might take a while! Please be patient!)...
                Done.
                
                Fixing "sudo-bug" by replacing sudo in iobroker with gosu...
                Done.
                
                Hostname in ioBroker does not match the hostname of this container.
                Updating hostname to  d72b708e1eb2...
                No instances found for host "a2e2a3097bbf"!
                Done.
                
                ------------------------------------------------------------
                -----      Step 4 of 5: Applying special settings      -----
                ------------------------------------------------------------
                
                Some adapters have special requirements/ settings which can be activated by the use of environment variables.
                For more information take a look at readme.md on Github!
                
                ------------------------------------------------------------
                -----          Step 5 of 5: ioBroker startup           -----
                ------------------------------------------------------------
                
                Starting ioBroker...
                
                host.d72b708e1eb2 check instance "system.adapter.admin.0" for host "a2e2a3097bbf"
                host.d72b708e1eb2 check instance "system.adapter.discovery.0" for host "a2e2a3097bbf"
                host.d72b708e1eb2 check instance "system.adapter.info.0" for host "a2e2a3097bbf"
                
                andre 1 Reply Last reply Reply Quote 0
                • andre
                  andre Developer @Teemoe last edited by

                  @Teemoe sagte in [HowTo][Anleitung] Installation ioBroker in Docker auf Synology DiskStation:

                  Existing installation of ioBroker detected in /opt/iobroker.

                  Machst du ne Datenübernahme? Falls ja, musst du den js-controller vorab auf mind. v3.1.5 bringen weil sonst das Umbenennen nicht funktioniert:

                  @Teemoe sagte in [HowTo][Anleitung] Installation ioBroker in Docker auf Synology DiskStation:

                  Hostname in ioBroker does not match the hostname of this container.
                  Updating hostname to d72b708e1eb2...
                  No instances found for host "a2e2a3097bbf"!
                  Done.

                  @Teemoe sagte in [HowTo][Anleitung] Installation ioBroker in Docker auf Synology DiskStation:

                  host.d72b708e1eb2 check instance "system.adapter.admin.0" for host "a2e2a3097bbf"
                  host.d72b708e1eb2 check instance "system.adapter.discovery.0" for host "a2e2a3097bbf"
                  host.d72b708e1eb2 check instance "system.adapter.info.0" for host "a2e2a3097bbf"

                  Wenn du kein ioBroker-Verzeichnis einer anderen/ vorherigen Installation übernehmen willst, dann versuche es mal mit einem leeren ioBroker-Verzeichnis.

                  MfG,
                  André

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

                    Ich habe seit einem Stromausfall Probleme den ioBroker-Container zu starten.

                    Es wird am MACVLAN gemeckert.
                    Docker-API fehlgeschlagen. Weitere Informationen finden sie im Docker-Protokoll.

                    Im Protokoll steht dann Start container ioBroker_V3 failed: {"message":"failed to create the macvlan port: device or resource busy"}..

                    Altes MACVLAN löschen und neues erstellen hat nichts gebracht.

                    Was kann ich noch versuchen?

                    Synology_Nega_3 - Synology DiskStation.png Synology_Nega_3 - Synology DiskStation (1).png

                    Glasfaser 1 Reply Last reply Reply Quote 0
                    • Glasfaser
                      Glasfaser @Negalein last edited by

                      @Negalein

                      Starte die Synology nochmal neu ..
                      hatte ich letztenz auch zweimal das der Container so wie bei dir mit der Meldung zusammengebrochen ist ....
                      Fehler habe ich diesbezüglich noch nicht gefunden .
                      Nur das im Absturzmoment die CPU längere Zeit zu 100% belastet ist .

                      Negalein 1 Reply Last reply Reply Quote 0
                      • Negalein
                        Negalein Global Moderator @Glasfaser last edited by

                        @Glasfaser sagte in [HowTo][Anleitung] Installation ioBroker in Docker auf Synology DiskStation:

                        Starte die Synology nochmal neu ..

                        Ok, versuche es mit Neustart Nr. 3

                        Glasfaser 1 Reply Last reply Reply Quote 0
                        • Glasfaser
                          Glasfaser @Negalein last edited by Glasfaser

                          @Negalein sagte in [HowTo][Anleitung] Installation ioBroker in Docker auf Synology DiskStation:

                          Neustart Nr. 3

                          Uhii ... hatt ich nicht erlesen 😉 , dann ist es wohl was anderes 🤔 😠 da du es ja schon selber mit einem Neustart Versucht hast .

                          Schalte den Container aus und dann einen Neustart ... und dann wenn alles hochgefahren ist den Container wieder starten !?

                          Negalein 1 Reply Last reply Reply Quote 0
                          • Negalein
                            Negalein Global Moderator @Glasfaser last edited by

                            @Glasfaser sagte in [HowTo][Anleitung] Installation ioBroker in Docker auf Synology DiskStation:

                            dann ist es wohl was anderes

                            So, das Teil läuft wieder.

                            Im MACVLAN hab ich jetzt nicht eth1 als Schnittstelle eingetragen, sondern ovs_eth1. Mit eth1lief er nicht!
                            Wo das ovshergekommen ist, kein Ahnung.

                            xxxxxxxx@Synology_Nega_3:/$ ifconfig
                            docker0   Link encap:Ethernet  HWaddr 02:42:FF:89:10:31
                                      inet addr:172.17.0.1  Bcast:172.17.255.255  Mask:255.255.0.0
                                      inet6 addr: fe80::42:ffff:fe89:1031/64 Scope:Link
                                      UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
                                      RX packets:2508 errors:0 dropped:0 overruns:0 frame:0
                                      TX packets:3493 errors:0 dropped:0 overruns:0 carrier:0
                                      collisions:0 txqueuelen:0
                                      RX bytes:308865 (301.6 KiB)  TX bytes:8323857 (7.9 MiB)
                            
                            docker885 Link encap:Ethernet  HWaddr 16:64:6B:DB:35:C1
                                      inet6 addr: fe80::1464:6bff:fedb:35c1/64 Scope:Link
                                      UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
                                      RX packets:220 errors:0 dropped:0 overruns:0 frame:0
                                      TX packets:317 errors:0 dropped:0 overruns:0 carrier:0
                                      collisions:0 txqueuelen:0
                                      RX bytes:186603 (182.2 KiB)  TX bytes:115574 (112.8 KiB)
                            
                            docker60c Link encap:Ethernet  HWaddr DA:13:C2:6E:63:13
                                      inet6 addr: fe80::d813:c2ff:fe6e:6313/64 Scope:Link
                                      UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
                                      RX packets:123 errors:0 dropped:0 overruns:0 frame:0
                                      TX packets:133 errors:0 dropped:0 overruns:0 carrier:0
                                      collisions:0 txqueuelen:0
                                      RX bytes:11676 (11.4 KiB)  TX bytes:44687 (43.6 KiB)
                            
                            dockera56 Link encap:Ethernet  HWaddr 1A:A7:31:32:21:DD
                                      inet6 addr: fe80::18a7:31ff:fe32:21dd/64 Scope:Link
                                      UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
                                      RX packets:37 errors:0 dropped:0 overruns:0 frame:0
                                      TX packets:56 errors:0 dropped:0 overruns:0 carrier:0
                                      collisions:0 txqueuelen:0
                                      RX bytes:3000 (2.9 KiB)  TX bytes:17977 (17.5 KiB)
                            
                            eth0      Link encap:Ethernet  HWaddr 00:11:32:90:7A:1C
                                      UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
                                      RX packets:164113 errors:0 dropped:0 overruns:0 frame:0
                                      TX packets:126803 errors:0 dropped:0 overruns:0 carrier:0
                                      collisions:0 txqueuelen:1000
                                      RX bytes:79519245 (75.8 MiB)  TX bytes:24042644 (22.9 MiB)
                            
                            eth1      Link encap:Ethernet  HWaddr 00:11:32:90:7A:1D
                                      UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
                                      RX packets:20439 errors:0 dropped:0 overruns:0 frame:0
                                      TX packets:511 errors:0 dropped:0 overruns:0 carrier:0
                                      collisions:0 txqueuelen:1000
                                      RX bytes:3520665 (3.3 MiB)  TX bytes:154080 (150.4 KiB)
                            
                            lo        Link encap:Local Loopback
                                      inet addr:127.0.0.1  Mask:255.0.0.0
                                      inet6 addr: ::1/128 Scope:Host
                                      UP LOOPBACK RUNNING  MTU:65536  Metric:1
                                      RX packets:109394 errors:0 dropped:0 overruns:0 frame:0
                                      TX packets:109394 errors:0 dropped:0 overruns:0 carrier:0
                                      collisions:0 txqueuelen:1
                                      RX bytes:15553552 (14.8 MiB)  TX bytes:15553552 (14.8 MiB)
                            
                            ovs_eth0  Link encap:Ethernet  HWaddr 00:11:32:90:7A:1C
                                      inet addr:10.0.1.22  Bcast:10.0.1.255  Mask:255.255.255.0
                                      inet6 addr: fe80::211:32ff:fe90:7a1c/64 Scope:Link
                                      UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
                                      RX packets:156645 errors:0 dropped:0 overruns:0 frame:0
                                      TX packets:117835 errors:0 dropped:0 overruns:0 carrier:0
                                      collisions:0 txqueuelen:1
                                      RX bytes:76808413 (73.2 MiB)  TX bytes:23515813 (22.4 MiB)
                            
                            ovs_eth1  Link encap:Ethernet  HWaddr 00:11:32:90:7A:1D
                                      inet addr:10.0.1.23  Bcast:10.0.1.255  Mask:255.255.255.0
                                      inet6 addr: fe80::211:32ff:fe90:7a1d/64 Scope:Link
                                      UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
                                      RX packets:19379 errors:0 dropped:0 overruns:0 frame:0
                                      TX packets:518 errors:0 dropped:0 overruns:0 carrier:0
                                      collisions:0 txqueuelen:1
                                      RX bytes:3159711 (3.0 MiB)  TX bytes:154630 (151.0 KiB)
                            
                            andre 1 Reply Last reply Reply Quote 0
                            • RK62
                              RK62 @andre last edited by

                              @andre v4.2.4beta (2020-06-23)

                              • Update im Testsystem gefahren
                              • Danach Update js-controller auf 3.1.6. eingespielt.
                              • Starten und Beenden über Docker-Console läuft auch problemlos.

                              Danke, Ralf

                              andre 1 Reply Last reply Reply Quote 0
                              • andre
                                andre Developer @Negalein last edited by

                                @Negalein Hast du vielleicht kürzlich den Virtual Machine Manager aktiviert?

                                Negalein 1 Reply Last reply Reply Quote 0
                                • andre
                                  andre Developer @RK62 last edited by

                                  @RK62 Danke für das Feedback!

                                  1 Reply Last reply Reply Quote 0
                                  • Negalein
                                    Negalein Global Moderator @andre last edited by

                                    @andre sagte in [HowTo][Anleitung] Installation ioBroker in Docker auf Synology DiskStation:

                                    Hast du vielleicht kürzlich den Virtual Machine Manager aktiviert?

                                    Ja, der läuft auch seit kurzem.

                                    andre 1 Reply Last reply Reply Quote 0
                                    • andre
                                      andre Developer @Negalein last edited by

                                      @Negalein Dann weißt du jetzt wo das ovs hergekommen ist.

                                      ovs = Open Vswitch

                                      MfG,
                                      André

                                      Negalein 1 Reply Last reply Reply Quote 0
                                      • Negalein
                                        Negalein Global Moderator @andre last edited by

                                        @andre sagte in [HowTo][Anleitung] Installation ioBroker in Docker auf Synology DiskStation:

                                        Dann weißt du jetzt wo das ovs hergekommen ist.

                                        Ah ok!
                                        Und durch das ist dann der eth1 nach einem Neustart der DS nicht mehr aktiv und dafür der ovs?

                                        1 Reply Last reply Reply Quote 0
                                        • M
                                          markuslommer last edited by Negalein

                                          Hallo Andre,

                                          hier nun das komplette Log, wie im v3 Anleitungsthread requested:
                                          Nach Ausführung ist die Instanz unter ihrer IP Adresse nicht erreichbar.
                                          Kannst du daraus erkennen, wo das Problem liegt?

                                          Viele Grüße
                                          Markus

                                          ------------------------------------------------------------
                                          
                                          ---------------     2020-06-27 08:04:44      ---------------
                                          
                                          ------------------------------------------------------------
                                          
                                           
                                          
                                          ------------------------------------------------------------
                                          
                                          -----       Welcome to your ioBroker-container!        -----
                                          
                                          -----          Startupscript is now running.           -----
                                          
                                          -----                Please be patient!                -----
                                          
                                          ------------------------------------------------------------
                                          
                                           
                                          
                                          ------------------------------------------------------------
                                          
                                          -----              Debugging information               -----
                                          
                                          -----                                                  -----
                                          
                                          -----                      System                      -----
                                          
                                          -----               arch:      x86_64                  -----
                                          
                                          -----                                                  -----
                                          
                                          -----                     Versions                     -----
                                          
                                          -----               image:     v4.2.4beta              -----
                                          
                                          -----               node:      v12.18.1                -----
                                          
                                          -----               npm:       6.14.5                  -----
                                          
                                          -----                                                  -----
                                          
                                          -----                       ENV                        -----
                                          
                                          -----               AVAHI:     false                   -----
                                          
                                          -----               PACKAGES:  nano                    -----
                                          
                                          -----               SETGID:    1000                    -----
                                          
                                          -----               SETUID:    1000                    -----
                                          
                                          ------------------------------------------------------------
                                          
                                           
                                          
                                          ------------------------------------------------------------
                                          
                                          -----         Step 1 of 5: Preparing container         -----
                                          
                                          ------------------------------------------------------------
                                          
                                           
                                          
                                          Installing additional packages is set by ENV.
                                          
                                          The following packages will be installed: nano...
                                          
                                          debconf: unable to initialize frontend: Dialog
                                          
                                          debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.)
                                          
                                          debconf: falling back to frontend: Readline
                                          
                                          debconf: unable to initialize frontend: Readline
                                          
                                          debconf: (This frontend requires a controlling tty.)
                                          
                                          debconf: falling back to frontend: Teletype
                                          
                                          dpkg-preconfigure: unable to re-open stdin: 
                                          
                                          Vormals nicht ausgewähltes Paket nano wird gewählt.
                                          
                                          (Lese Datenbank ... 
                                          (Lese Datenbank ... 5%
                                          (Lese Datenbank ... 10%
                                          (Lese Datenbank ... 15%
                                          (Lese Datenbank ... 20%
                                          (Lese Datenbank ... 25%
                                          (Lese Datenbank ... 30%
                                          (Lese Datenbank ... 35%
                                          (Lese Datenbank ... 40%
                                          (Lese Datenbank ... 45%
                                          (Lese Datenbank ... 50%
                                          (Lese Datenbank ... 55%
                                          (Lese Datenbank ... 60%
                                          (Lese Datenbank ... 65%
                                          (Lese Datenbank ... 70%
                                          (Lese Datenbank ... 75%
                                          (Lese Datenbank ... 80%
                                          (Lese Datenbank ... 85%
                                          (Lese Datenbank ... 90%
                                          (Lese Datenbank ... 95%
                                          (Lese Datenbank ... 100%
                                          (Lese Datenbank ... 25565 Dateien und Verzeichnisse sind derzeit installiert.)
                                          
                                          Vorbereitung zum Entpacken von .../archives/nano_3.2-3_amd64.deb ...
                                          
                                          Entpacken von nano (3.2-3) ...
                                          
                                          nano (3.2-3) wird eingerichtet ...
                                          
                                          update-alternatives: /bin/nano wird verwendet, um /usr/bin/editor (editor) im automatischen Modus bereitzustellen
                                          
                                          update-alternatives: /bin/nano wird verwendet, um /usr/bin/pico (pico) im automatischen Modus bereitzustellen
                                          
                                          Done.
                                          
                                           
                                          
                                          ------------------------------------------------------------
                                          
                                          -----   Step 2 of 5: Detecting ioBroker installation   -----
                                          
                                          ------------------------------------------------------------
                                          
                                           
                                          
                                          Existing installation of ioBroker detected in /opt/iobroker.
                                          
                                           
                                          
                                          ------------------------------------------------------------
                                          
                                          -----   Step 3 of 5: Checking ioBroker installation    -----
                                          
                                          ------------------------------------------------------------
                                          
                                           
                                          
                                          (Re)Setting folder permissions (This might take a while! Please be patient!)...
                                          
                                          Done.
                                          
                                           
                                          
                                          Fixing "sudo-bug" by replacing sudo in iobroker with gosu...
                                          
                                          Done.
                                          
                                           
                                          
                                          Hostname in ioBroker does not match the hostname of this container.
                                          
                                          Updating hostname to  iobroker...
                                          
                                          A host with the name "iobroker" already exists!
                                          
                                          Done.
                                          
                                           
                                          
                                          ------------------------------------------------------------
                                          
                                          -----      Step 4 of 5: Applying special settings      -----
                                          
                                          ------------------------------------------------------------
                                          
                                           
                                          
                                          Some adapters have special requirements/ settings which can be activated by the use of environment variables.
                                          
                                          For more information take a look at readme.md on Github!
                                          
                                           
                                          
                                          ------------------------------------------------------------
                                          
                                          -----          Step 5 of 5: ioBroker startup           -----
                                          
                                          ------------------------------------------------------------
                                          
                                           
                                          
                                          Starting ioBroker...
                                          
                                           
                                          
                                          host.iobroker check instance "system.adapter.admin.0" for host "a2e2a3097bbf"
                                          
                                          host.iobroker check instance "system.adapter.discovery.0" for host "a2e2a3097bbf"
                                          
                                          host.iobroker check instance "system.adapter.info.0" for host "a2e2a3097bbf"
                                          

                                          Mod-Edit: Code/Log in Code Tags gepackt. Bitte benutzt die Code Tags Funktion -> </>
                                          Hier gehts zur Hilfe.

                                          revil.o andre 2 Replies Last reply Reply Quote 0
                                          • revil.o
                                            revil.o @markuslommer last edited by revil.o

                                            @markuslommer hihi zusammen, dasselbe problem wie Markus hab ich jetzt seit 2 stunden auch. Selbst das Host ( wobei ich davon ausgehe, dass das eine geclearte Mac-Adresse ist ) host "a2e2a3097bbf" stimmt bei mir überein.

                                            kleiner logAuszug nach der frischen Installation auf der Syno (WebUI is not reachable):

                                            gibts vielleicht Probleme bei 2 aktivierten Netzwerkschnittstellen? das 172er netz ist ja vom DockerContainer

                                            2020-06-29 15:45:27.698  - info: host.iobroker iobroker.js-controller version 3.1.4 js-controller starting
                                            2020-06-29 15:45:27.708  - info: host.iobroker Copyright (c) 2014-2020 bluefox, 2014 hobbyquaker
                                            2020-06-29 15:45:27.709  - info: host.iobroker hostname: iobroker, node: v10.21.0
                                            2020-06-29 15:45:27.712  - info: host.iobroker ip addresses: 192.168.1.10 192.168.1.32  172.17.0.1 
                                            2020-06-29 15:45:27.820  - info: host.iobroker connected to Objects and States
                                            2020-06-29 15:45:28.056  - info: host.iobroker Delete host system.host.dsm.local
                                            2020-06-29 15:45:28.059  - info: host.iobroker Delete state "system.host.dsm.local.plugins.sentry.enabled"
                                            2020-06-29 15:45:28.060  - info: host.iobroker Delete state "system.host.dsm.local.compactModeEnabled"
                                            2020-06-29 15:45:28.061  - info: host.iobroker Delete state "system.host.dsm.local.compactgroupProcesses"
                                            2020-06-29 15:45:28.062  - info: host.iobroker Delete state "system.host.dsm.local.instancesAsProcess"
                                            2020-06-29 15:45:28.063  - info: host.iobroker Delete state "system.host.dsm.local.instancesAsCompact"
                                            2020-06-29 15:45:28.065  - info: host.iobroker Delete state "system.host.dsm.local.cpu"
                                            2020-06-29 15:45:28.066  - info: host.iobroker Delete state "system.host.dsm.local.cputime"
                                            2020-06-29 15:45:28.067  - info: host.iobroker Delete state "system.host.dsm.local.mem"
                                            2020-06-29 15:45:28.068  - info: host.iobroker Delete state "system.host.dsm.local.memHeapUsed"
                                            2020-06-29 15:45:28.069  - info: host.iobroker Delete state "system.host.dsm.local.memAvailable"
                                            2020-06-29 15:45:28.070  - info: host.iobroker Delete state "system.host.dsm.local.memHeapTotal"
                                            2020-06-29 15:45:28.071  - info: host.iobroker Delete state "system.host.dsm.local.memRss"
                                            2020-06-29 15:45:28.073  - info: host.iobroker Delete state "system.host.dsm.local.uptime"
                                            2020-06-29 15:45:28.074  - info: host.iobroker Delete state "system.host.dsm.local.load"
                                            2020-06-29 15:45:28.075  - info: host.iobroker Delete state "system.host.dsm.local.alive"
                                            2020-06-29 15:45:28.077  - info: host.iobroker Delete state "system.host.dsm.local.freemem"
                                            2020-06-29 15:45:28.078  - info: host.iobroker Delete state "system.host.dsm.local.inputCount"
                                            2020-06-29 15:45:28.079  - info: host.iobroker Delete state "system.host.dsm.local.outputCount"
                                            2020-06-29 15:45:28.080  - info: host.iobroker Delete state "system.host.dsm.local.eventLoopLag"
                                            2020-06-29 15:45:28.080  - info: host.iobroker Delete state "system.host.dsm.local.logLevel"
                                            2020-06-29 15:45:28.081  - info: host.iobroker Delete state "system.host.dsm.local.diskSize"
                                            2020-06-29 15:45:28.082  - info: host.iobroker Delete state "system.host.dsm.local.diskFree"
                                            2020-06-29 15:45:28.082  - info: host.iobroker Delete state "system.host.dsm.local.diskWarning"
                                            2020-06-29 15:45:28.097  - info: host.iobroker 3 instances found
                                            2020-06-29 15:45:28.106  - warn: host.iobroker does not start any instances on this host
                                            
                                            

                                            VG Olly

                                            andre 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

                                            963
                                            Online

                                            31.6k
                                            Users

                                            79.5k
                                            Topics

                                            1.3m
                                            Posts

                                            buanet diskstation docker iobroker synology
                                            248
                                            2854
                                            1177690
                                            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