Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Einsteigerfragen
    4. Installation
    5. iobroker auf synology kein Startbildschirm

    NEWS

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    iobroker auf synology kein Startbildschirm

    This topic has been deleted. Only users with topic management privileges can see it.
    • Codierknecht
      Codierknecht Developer Most Active @Thomas Braun last edited by Codierknecht

      @thomas-braun sagte in iobroker auf synology kein Startbildschirm:

      ip addresses: 172.17.0.2

      Ist im Container völlig normal ... zumindest bei mir

      Glasfaser 1 Reply Last reply Reply Quote 0
      • Codierknecht
        Codierknecht Developer Most Active @Glasfaser last edited by

        @glasfaser
        Nur zum Vergleich: So sieht das bei mir aus.
        Container im Host-Mode - kein VLAN oder ähnliches.
        Einfach nur Andrè's Image gezogen, Container erzeugt und gestartet. Läuft wie geschmiert ...

        2022-12-20 15:19:58.199 - info: host.iobroker-run iobroker.js-controller version 4.0.23 js-controller starting
        2022-12-20 15:19:58.204 - info: host.iobroker-run Copyright (c) 2014-2022 bluefox, 2014 hobbyquaker
        2022-12-20 15:19:58.205 - info: host.iobroker-run hostname: iobroker-run, node: v16.18.1
        2022-12-20 15:19:58.205 - info: host.iobroker-run ip addresses: 172.17.0.1 fe80::42:b7ff:fe43:c18e 192.168.178.5 2a00:6020:4884:7b00:211:32ff:fe2c:a603 fe80::211:32ff:fe2c:a603 fe80::c16:f8ff:fe40:ef37 fe80::c021:69ff:febe:5d5e fe80::50cd:cfff:fe39:3ae6
        2022-12-20 15:19:59.330 - info: host.iobroker-run connected to Objects and States
        2022-12-20 15:19:59.355 - info: host.iobroker-run added notifications configuration of host
        2022-12-20 15:19:59.678 - info: host.iobroker-run Delete state "system.host.iobroker-run.versions.nodeCurrent"
        2022-12-20 15:19:59.680 - info: host.iobroker-run 37 instances found
        2022-12-20 15:19:59.734 - info: host.iobroker-run starting 36 instances
        2022-12-20 15:19:59.792 - info: host.iobroker-run Delete state "system.host.iobroker-run.versions.nodeNewest"
        2022-12-20 15:19:59.809 - info: host.iobroker-run instance system.adapter.admin.1 started with pid 166
        2022-12-20 15:19:59.817 - info: host.iobroker-run Delete state "system.host.iobroker-run.versions.nodeNewestNext"
        2022-12-20 15:19:59.828 - info: host.iobroker-run Delete state "system.host.iobroker-run.versions.npmCurrent"
        2022-12-20 15:19:59.876 - info: host.iobroker-run Delete state "system.host.iobroker-run.versions.npmNewest"
        2022-12-20 15:19:59.885 - info: host.iobroker-run Delete state "system.host.iobroker-run.versions.npmNewestNext"
        2022-12-20 15:19:59.893 - info: host.iobroker-run Some obsolete host states deleted.
        2022-12-20 15:20:01.216 - info: admin.1 (166) starting. Version 6.3.4 in /opt/iobroker/node_modules/iobroker.admin, node: v16.18.1, js-controller: 4.0.23
        2022-12-20 15:20:01.250 - info: admin.1 (166) requesting all states
        2022-12-20 15:20:01.251 - info: admin.1 (166) requesting all objects
        2022-12-20 15:20:02.114 - info: admin.1 (166) received all objects
        2022-12-20 15:20:02.282 - info: admin.1 (166) Request actual repository...
        2022-12-20 15:20:02.309 - info: admin.1 (166) http server listening on port 8081
        2022-12-20 15:20:02.309 - info: admin.1 (166) Use link "http://localhost:8081" to configure.
        2022-12-20 15:20:02.317 - info: admin.1 (166) socket.io server listening on port 8081
        2022-12-20 15:20:02.932 - info: host.iobroker-run Updating repository "stable" under "http://download.iobroker.net/sources-dist.json"
        2022-12-20 15:20:03.780 - info: host.iobroker-run instance system.adapter.javascript.0 started with pid 181
        2022-12-20 15:20:04.909 - info: admin.1 (166) ==> Connected system.user.admin from ::ffff:192.168.178.36
        2022-12-20 15:20:05.958 - info: javascript.0 (181) starting. Version 6.1.4 in /opt/iobroker/node_modules/iobroker.javascript, node: v16.18.1, js-controller: 4.0.23
        2022-12-20 15:20:06.530 - info: javascript.0 (181) requesting all states
        2022-12-20 15:20:06.531 - info: javascript.0 (181) requesting all objects
        2022-12-20 15:20:06.564 - warn: admin.1 (166) Cannot check node.js versions: Error: unexpected end of file
        2022-12-20 15:20:07.109 - info: javascript.0 (181) received all objects
        2022-12-20 15:20:07.250 - info: javascript.0 (181) received all states
        
        
        1 Reply Last reply Reply Quote 0
        • Codierknecht
          Codierknecht Developer Most Active @nogi last edited by

          @nogi sagte in iobroker auf synology kein Startbildschirm:

          Ich habe auf einer Synology DS920+ den iobroker in der aktuellen Version in Docker installiert. Die Installation hat geklappt und das Teil läuft auch.

          Wie hast Du den installiert? Im Bridge- oder im Host-Mode?
          Welches Image hast Du verwendet? Das von buanet?

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

            @codierknecht sagte in iobroker auf synology kein Startbildschirm:

            Ist im Container völlig normal.

            Nopp...

            Container im Host-Mode - kein VLAN oder ähnliches.

            Auch ohne geschnörkel ....

            Hier im Host auf einer Synology :

            2022-12-21 20:15:13.283 - info: host.iobrokerv6 ip addresses: 192.168.178.11 2a02:908:8c6:2b40:211:32ff:fe85:7ec5 fe80::111:32ff:fe85:6hzu5 10.8.0.1 172.18.0.1 fe80::42:74ff:febb:ca2c 172.17.0.1 fe80::42:69ff:fe72:4d17 fe80::999a:deff:fe2c:8a8 fe80::6040:4fff:fe5b:dcec fg56::f432:f5ff:febe:b413
            2022-12-21 20:15:20.344 - info: host.iobrokerv6 connected to Objects and States
            2022-12-21 20:15:20.507 - info: host.iobrokerv6 added notifications configuration of host
            
            Codierknecht 1 Reply Last reply Reply Quote 0
            • Codierknecht
              Codierknecht Developer Most Active @Glasfaser last edited by

              @glasfaser
              Seltsam 😕
              Ich ziehe mir das Image von buanet, erzeuge damit einen Container und starte den.
              Dass ich dabei einen bereits länger genutzen Mount-Point verwende, dürfte doch bezüglich der IP keine Geige spielen - oder doch?

              Glasfaser 2 Replies Last reply Reply Quote 0
              • Glasfaser
                Glasfaser @Codierknecht last edited by

                @codierknecht sagte in iobroker auf synology kein Startbildschirm:

                Dass ich dabei einen bereits länger genutzen Mount-Point verwende,

                Der hat aber nichts mit der IP zu tun ...

                sehe zum erstem mal diese IP Umgebung ( Host ) , eventuell wegen deinem "HP ProLiant G8 mit Synology DSM" !?

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

                  @codierknecht

                  Hast du zufällig Portainer installiert !?

                  EDIT :
                  Nutze den so nicht , aber da kann man mehr sehen :

                  Habe nur das .

                  95efd181-5b81-4367-a906-4c56a223da87-grafik.png

                  und hier eine Auswahl , was man noch dazu machen könnte :
                  .
                  13fa481b-6cf1-4a79-9c29-a69c8e715d71-grafik.png

                  Codierknecht 1 Reply Last reply Reply Quote 0
                  • Codierknecht
                    Codierknecht Developer Most Active @Glasfaser last edited by

                    @glasfaser
                    Habe ich tatsächlich installiert. Aber nur so zum rumspielen - nutzen tu ich den auch nicht.

                    69e19d50-7bb1-4f24-aae1-99214ab464ee-grafik.png

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

                      @codierknecht

                      Das ist die Gesamtansicht und was steht im ioBroker Container selber ( siehe Screenshot von mir ) .

                      Codierknecht 1 Reply Last reply Reply Quote 0
                      • Codierknecht
                        Codierknecht Developer Most Active @Glasfaser last edited by

                        @glasfaser sagte in iobroker auf synology kein Startbildschirm:

                        was steht im ioBroker Container selber

                        Nix!
                        00f109d8-069f-40f4-bbe6-5ac676232138-grafik.png

                        Ich zieh' gleich mal testweise einen nagelneuen Container mit dem Image von buanet hoch und schau mal ins Log.

                        Codierknecht 1 Reply Last reply Reply Quote 0
                        • Codierknecht
                          Codierknecht Developer Most Active @Codierknecht last edited by

                          Nagelneuer Container - Host-Mode - ohne weiteres Gedöns

                          root@iobroker:/opt/iobroker# iobroker logs --watch                                                                                    
                          2022-12-21 21:28:16.428  - info: host.iobroker iobroker.js-controller version 4.0.23 js-controller starting                           
                          2022-12-21 21:28:16.433  - info: host.iobroker Copyright (c) 2014-2022 bluefox, 2014 hobbyquaker                                      
                          2022-12-21 21:28:16.434  - info: host.iobroker hostname: iobroker, node: v16.19.0                                                     
                          2022-12-21 21:28:16.435  - info: host.iobroker ip addresses: 172.17.0.1 fe80::42:b7ff:fe43:c18e 192.168.178.5 fdc0:aba5:3373:431d:211:
                          32ff:fe2c:a603 2a00:6020:4884:7b00:211:32ff:fe2c:a603 fe80::211:32ff:fe2c:a603 fe80::c16:f8ff:fe40:ef37 fe80::c021:69ff:febe:5d5e fe80
                          ::50cd:cfff:fe39:3ae6                                                                                                                 
                          2022-12-21 21:28:16.798  - info: host.iobroker connected to Objects and States                                                        
                          2022-12-21 21:28:16.817  - info: host.iobroker Node.js version has changed from unknown to 16.19.0                                    
                          2022-12-21 21:28:16.863  - info: host.iobroker added notifications configuration of host                                              
                          2022-12-21 21:28:17.043  - info: host.iobroker 3 instances found                                                                      
                          2022-12-21 21:28:17.052  - info: host.iobroker starting 3 instances                                                                   
                          2022-12-21 21:28:17.286  - info: host.iobroker instance system.adapter.admin.0 started with pid 514                                   
                          2022-12-21 21:28:17.439  - info: host.iobroker Created UUID: 835f04f8-c3e6-4fc4-85d7-9c813ad7ec7a                                     
                          2022-12-21 21:28:19.466  - info: admin.0 (514) starting. Version 6.2.23 in /opt/iobroker/node_modules/iobroker.admin, node: v16.19.0, 
                          js-controller: 4.0.23                                                                                                                 
                          2022-12-21 21:28:19.511  - info: admin.0 (514) requesting all states                                                                  
                          2022-12-21 21:28:19.512  - info: admin.0 (514) requesting all objects                                                                 
                          2022-12-21 21:28:19.595  - info: admin.0 (514) received all objects                                                                   
                          2022-12-21 21:28:19.628  - info: admin.0 (514) Request actual repository...                                                           
                          2022-12-21 21:28:19.639  - info: host.iobroker Updating repository "stable" under "http://download.iobroker.net/sources-dist.json"    
                          2022-12-21 21:28:19.672  - info: admin.0 (514) http server listening on port 8081                                                     
                          2022-12-21 21:28:19.673  - info: admin.0 (514) Use link "http://localhost:8081" to configure.                                         
                          2022-12-21 21:28:19.682  - info: admin.0 (514) socket.io server listening on port 8081                                                
                          2022-12-21 21:28:19.774  - warn: admin.0 (514) Repository cannot be read: Active repo - stable                                        
                          2022-12-21 21:28:19.775  - warn: admin.0 (514) Active repository "stable" cannot be read                                              
                          2022-12-21 21:28:21.084  - info: host.iobroker instance system.adapter.discovery.0 started with pid 529                               
                          2022-12-21 21:28:22.242  - info: discovery.0 (529) starting. Version 3.0.3 in /opt/iobroker/node_modules/iobroker.discovery, node: v16
                          
                          
                          Glasfaser 2 Replies Last reply Reply Quote 0
                          • Glasfaser
                            Glasfaser @Codierknecht last edited by

                            @codierknecht sagte in iobroker auf synology kein Startbildschirm:

                            192.168.178.5

                            Wäre dann über diese IP erreichbar !?

                            Codierknecht 1 Reply Last reply Reply Quote 0
                            • Codierknecht
                              Codierknecht Developer Most Active @Glasfaser last edited by

                              @glasfaser
                              Jepp - völlig problemlos. Das ist logischerweise die IP der Syno.
                              Und nur falls es für den TE wichtig sein sollte: Die Syno hat keine aktive Firewall!

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

                                @codierknecht sagte in iobroker auf synology kein Startbildschirm:

                                ip addresses: 172.17.0.1

                                Warum wieso Sie bei dir ist ..im Host ... keine Ahnung .

                                Habe aber zu dieser IP was gefunden :

                                https://forum.iobroker.net/post/728008

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

                                Support us

                                ioBroker
                                Community Adapters
                                Donate

                                1.0k
                                Online

                                31.7k
                                Users

                                79.7k
                                Topics

                                1.3m
                                Posts

                                4
                                21
                                901
                                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