Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Einsteigerfragen
    4. Admininterface Docker

    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

    Admininterface Docker

    This topic has been deleted. Only users with topic management privileges can see it.
    • M
      Marc73 @Glasfaser last edited by Homoran

      @glasfaser
      @glasfaser
      Moin Popup Blocker oder Firewall sind nicht dran schuld.
      Auf dem Synology läuft noch Grafana, influxDB und mein Controller für Unify alle ohne Probleme.

      Jetzt habe ich den Firefox mit Konsole (F12 --> Konsole) aufgemacht und da sind folgende Meldungen:

      [2022-10-21T08:54:28.284Z] No READY flag received in 3 seconds. Re-init instrument.ts:123:32
      [2022-10-21T08:54:28.284Z] Start reconnect 5 instrument.ts:123:32
      Firefox kann keine Verbindung zu dem Server unter ws://192.168.254.200:8081/?sid=1666342465275&name=admin aufbauen. socket.io.js:140:21
      Die Verbindung zu ws://192.168.254.200:8081/?sid=1666342465275&name=admin wurde unterbrochen, während die Seite geladen wurde. socket.io.js:140:21
      [2022-10-21T08:54:28.287Z] Reconnect is already running 5 instrument.ts:123:32
      

      Beim genauen hin schauen wird dieses hier abgebrochen mit einer Ladezeit von 186 Sec:

      https://sentry.iobroker.net/api/58/envelope/?sentry_key=43643152dab3481db69950ba866ee9d6&sentry_version=7&sentry_client=sentry.javascript.browser%2F7.12.1
      

      MOD-EDIT: Code in code-tags gesetzt!
      Eine eine Idee wo es da klemmen kann??

      Grüße Marco

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

        @marc73

        ich habe was gefunden :

        2022-10-19 17:49:33.599 - info: host.buanet-iobroker1 Updating repository "stable" under "http://download.iobroker.net/sources-dist.json"
        2022-10-19 17:49:33.648 - info: admin.0 (892) http server listening on port 8081
        2022-10-19 17:49:33.649 - info: admin.0 (892) Use link "http://localhost:8081" to configure.
        2022-10-19 17:49:33.660 - info: admin.0 (892) socket.io server listening on port 8081
        2022-10-19 17:49:33.831 - warn: admin.0 (892) Repository cannot be read: Active repo - stable
        
        2022-10-19 17:49:33.834 - warn: admin.0 (892) Active repository "stable" cannot be read
        

        Er kann nichts von der URL lesen / erreichen .

        zeige mal

        iobroker repo list
        

        und in der Dockerkonsole ... geht ein

        wget http://download.iobroker.net/sources-dist.json
        

        wird dann etwas runtergeladen !?

        EDIT :

        Und eine große Bitte ...
        pack die Ausgabe in Code-Tags >/< wie schon oben angegeben , so kann man es besser lesen und übersieht es nicht wenn doch Fehler vorhanden sind !!

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

          @glasfaser

          root@buanet-iobroker1:/opt/iobroker# iobroker repo list                                                                                                                                                     
          stable        : http://download.iobroker.net/sources-dist.json                                                                                                                                              
          beta          : http://download.iobroker.net/sources-dist-latest.json                                                                                                                                       
                                                                                                                                                                                                                      
          Active repo(s): stable                                                                                                                                                                                      
          root@buanet-iobroker1:/opt/iobroker# wget http://download.iobroker.net/sources-dist.json                                                                                                                    
          --2022-10-22 08:31:18--  http://download.iobroker.net/sources-dist.json                                                                                                                                     
          Resolving download.iobroker.net (download.iobroker.net)... 79.143.182.215, 2a02:c205:0:855::1                                                                                                               
          Connecting to download.iobroker.net (download.iobroker.net)|79.143.182.215|:80... connected.                                                                                                                
          HTTP request sent, awaiting response... 301 Moved Permanently                                                                                                                                               
          Location: http://repo.iobroker.live/sources-dist.json [following]                                                                                                                                           
          --2022-10-22 08:31:18--  http://repo.iobroker.live/sources-dist.json                                                                                                                                        
          Resolving repo.iobroker.live (repo.iobroker.live)... 172.67.180.22, 104.21.88.137, 2606:4700:3031::6815:5889, ...                                                                                           
          Connecting to repo.iobroker.live (repo.iobroker.live)|172.67.180.22|:80... connected.                                                                                                                       
          HTTP request sent, awaiting response... 200 OK                                                                                                                                                              
          Length: 2876934 (2,7M) [application/json]                                                                                                                                                                   
          Saving to: ‘sources-dist.json.1’                                                                                                                                                                            
                                                                                                                                                                                                                      
          sources-dist.json.1                                100%[================================================================================================================>]   2,74M  2,37MB/s    in 1,2s     
                                                                                                                                                                                                                      
          2022-10-22 08:31:20 (2,37 MB/s) - ‘sources-dist.json.1’ saved [2876934/2876934]                                                                                                                             
                                                   
          

          moin ja läd was runter.
          Grüße marco

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

            @marc73

            Füge eine weitere Repo URL dazu :

            iobroker repo add live-stable http://iobroker.live/repo/sources-dist.json
            
            iobroker repo unset stable 
            
            iobroker repo set live-stable
            
            iobroker update
            

            Danach mal den Container neu starten

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

              @glasfaser

              2022-10-22 13:08:23.653  - info: admin.0 (425) received all objects                                                                                                                                         
              2022-10-22 13:08:23.675  - warn: admin.0 (425) Repository cannot be read: Active repo - live-stable                                                                                                         
              2022-10-22 13:08:23.676  - warn: admin.0 (425) Active repository "live-stable" cannot be read                                                                                                               
              2022-10-22 13:08:23.880  - info: admin.0 (425) http server listening on port 8081                                                                                                                           
              2022-10-22 13:08:23.881  - info: admin.0 (425) Use link "http://localhost:8081" to configure.                                                                                                               
              2022-10-22 13:08:23.891  - info: admin.0 (425) socket.io server listening on port 8081                                                                                                                      
              2022-10-22 13:08:24.655  - info: host.buanet-iobroker1 instance system.adapter.discovery.0 started with pid 452                                                                                             
              2022-10-22 13:08:26.670  - info: discovery.0 (452) starting. Version 3.0.3 in /opt/iobroker/node_modules/iobroker.discovery, node: v16.18.0, js-controller: 4.0.23                                          
              2022-10-22 13:08:28.639  - info: host.buanet-iobroker1 instance system.adapter.backitup.0 started with pid 467                                                                                              
              2022-10-22 13:08:30.631  - info: backitup.0 (467) starting. Version 2.4.12 in /opt/iobroker/node_modules/iobroker.backitup, node: v16.18.0, js-controller: 4.0.23                                           
              2022-10-22 13:08:30.705  - info: backitup.0 (467) [iobroker] backup was activated at 02:40 every 1 day(s)  
              

              habe ich gemacht leider siehe
              Zeile 3:
              2022-10-22 13:08:23.676 - warn: admin.0 (425) Active repository "live-stable" cannot be read
              Admin ist nicht zu laden 😞

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

                @marc73

                dann ... nur zum TEST auf Beta

                iobroker repo unset live-stable 
                
                iobroker repo set beta
                
                1 Reply Last reply Reply Quote 0
                • Glasfaser
                  Glasfaser @Marc73 last edited by

                  @marc73 sagte in Admininterface Docker:

                  Admin ist nicht zu laden

                  Also der ioBroker Logo Ladekreis ... im Browser !?

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

                    @marc73 sagte in Admininterface Docker:

                    Da ich ein Synology

                    im Docker.

                    Es ist schon merkwürdig, das es per wget im Container funktioniert ,

                    aber ....
                    schau mal in der Firewall in der Syn eventuell Blockt da etwas !?

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

                      @glasfaser @glasfaser

                      so ich habe jetzt nocheinmal die Firewall in er SYN aus gemacht und im Router hatte ich noch ein Portforwarding auf port 8081 auf einen Controller.
                      Auf meinem Ubunutserver läuft das es allerdings alles.

                      hier jetzt noch einmal das Protokoll dauert immer etwas muss ich leider zusammensetzen man kann nicht alles aus dem Terminal kopieren.

                      root@buanet-iobroker1:/opt/iobroker# iobroker logs --watch                                                                                                                                                  
                      2022-10-22 08:34:40.902  - info: host.buanet-iobroker1 received SIGTERM                                                                                                                                     
                      2022-10-22 08:34:40.924  - info: host.buanet-iobroker1 stopInstance system.adapter.admin.0 (force=false, process=true)                                                                                      
                      2022-10-22 08:34:40.926  - info: host.buanet-iobroker1 stopInstance system.adapter.discovery.0 (force=false, process=true)                                                                                  
                      2022-10-22 08:34:40.926  - info: host.buanet-iobroker1 stopInstance system.adapter.backitup.0 (force=false, process=true)                                                                                   
                      2022-10-22 08:34:40.966  - info: host.buanet-iobroker1 stopInstance system.adapter.admin.0 send kill signal                                                                                                 
                      2022-10-22 08:34:41.006  - info: host.buanet-iobroker1 stopInstance system.adapter.discovery.0 send kill signal                                                                                             
                      2022-10-22 08:34:41.006  - info: host.buanet-iobroker1 stopInstance system.adapter.backitup.0 send kill signal                                                                                              
                      2022-10-22 08:34:40.940  - info: admin.0 (411) Got terminate signal TERMINATE_YOURSELF                                                                                                                      
                      2022-10-22 08:34:41.009  - info: admin.0 (411) terminating http server on port 8081                                                                                                                         
                      2022-10-22 08:34:41.017  - info: admin.0 (411) terminating                                                                                                                                                  
                      2022-10-22 08:34:41.019  - info: admin.0 (411) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason                                                                                                   
                      2022-10-22 08:34:40.957  - info: backitup.0 (465) Got terminate signal TERMINATE_YOURSELF                                                                                                                   
                      2022-10-22 08:34:41.028  - info: backitup.0 (465) cleaned everything up...                                                                                                                                  
                      2022-10-22 08:34:41.031  - info: backitup.0 (465) terminating                                                                                                                                               
                      2022-10-22 08:34:41.044  - info: backitup.0 (465) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason                                                                                                
                      2022-10-22 08:34:40.951  - info: discovery.0 (446) Got terminate signal TERMINATE_YOURSELF                                                                                                                  
                      2022-10-22 08:34:41.037  - info: discovery.0 (446) terminating                                                                                                                                              
                      2022-10-22 08:34:41.044  - info: discovery.0 (446) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason                                                                                               
                      2022-10-22 08:34:41.638  - info: host.buanet-iobroker1 instance system.adapter.admin.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)                                                              
                      2022-10-22 08:34:41.668  - info: host.buanet-iobroker1 instance system.adapter.backitup.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)                                                           
                      2022-10-22 08:34:41.682  - info: host.buanet-iobroker1 instance system.adapter.discovery.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)                                                          
                      2022-10-22 08:34:41.683  - info: host.buanet-iobroker1 All instances are stopped.                                                                                                                           
                      2022-10-22 08:34:41.761  - info: host.buanet-iobroker1 terminated                                                                                                                                           
                      2022-10-22 08:35:21.399  - info: host.buanet-iobroker1 iobroker.js-controller version 4.0.23 js-controller starting                                                                                         
                      2022-10-22 08:35:21.406  - info: host.buanet-iobroker1 Copyright (c) 2014-2022 bluefox, 2014 hobbyquaker                                                                                                    
                      2022-10-22 08:35:21.407  - info: host.buanet-iobroker1 hostname: buanet-iobroker1, node: v16.18.0                                                                                                           
                      2022-10-22 08:35:21.408  - info: host.buanet-iobroker1 ip addresses: 172.17.0.3                                                                                                                             
                      2022-10-22 08:35:22.436  - info: host.buanet-iobroker1 connected to Objects and States                                                                                                                      
                      2022-10-22 08:35:22.471  - info: host.buanet-iobroker1 added notifications configuration of host                                                                                                            
                      2022-10-22 08:35:22.901  - info: host.buanet-iobroker1 Delete state "system.host.buanet-iobroker1.versions.nodeCurrent"                                                                                     
                      2022-10-22 08:35:22.909  - info: host.buanet-iobroker1 3 instances found                                                                                                                                    
                      2022-10-22 08:35:22.923  - info: host.buanet-iobroker1 starting 3 instances                                                                                                                                 
                      2022-10-22 08:35:23.027  - info: host.buanet-iobroker1 instance system.adapter.admin.0 started with pid 421                                                                                                 
                      2022-10-22 08:35:23.046  - info: host.buanet-iobroker1 Delete state "system.host.buanet-iobroker1.versions.nodeNewest"                                                                                      
                      2022-10-22 08:35:23.107  - info: host.buanet-iobroker1 Delete state "system.host.buanet-iobroker1.versions.nodeNewestNext"                                                                                  
                      2022-10-22 08:35:23.123  - info: host.buanet-iobroker1 Delete state "system.host.buanet-iobroker1.versions.npmCurrent"                                                                                      
                      2022-10-22 08:35:23.155  - info: host.buanet-iobroker1 Delete state "system.host.buanet-iobroker1.versions.npmNewest"                                                                                       
                      2022-10-22 08:35:23.188  - info: host.buanet-iobroker1 Delete state "system.host.buanet-iobroker1.versions.npmNewestNext"                                                                                   
                      2022-10-22 08:35:23.201  - info: host.buanet-iobroker1 Some obsolete host states deleted.                                                                                                                   
                      2022-10-22 08:35:26.039  - info: admin.0 (421) starting. Version 6.2.22 in /opt/iobroker/node_modules/iobroker.admin, node: v16.18.0, js-controller: 4.0.23                                                 
                      2022-10-22 08:35:26.096  - info: admin.0 (421) requesting all states                                                                                                                                        
                      2022-10-22 08:35:26.097  - info: admin.0 (421) requesting all objects                                                                                                                                       
                      2022-10-22 08:35:26.648  - info: admin.0 (421) received all objects                                                                                                                                                                                                                                                                                 
                      2022-10-22 08:35:26.814  - info: admin.0 (421) Request actual repository...                                                                                                                                 
                      2022-10-22 08:35:26.929  - info: admin.0 (421) http server listening on port 8081                                                                                                                           
                      2022-10-22 08:35:26.933  - info: admin.0 (421) Use link "http://localhost:8081" to configure.                                                                                                               
                      2022-10-22 08:35:26.968  - info: admin.0 (421) socket.io server listening on port 8081                                                                                                                      
                      2022-10-22 08:35:27.249  - info: host.buanet-iobroker1 Updating repository "stable" under "http://download.iobroker.net/sources-dist.json"                                                                  
                      2022-10-22 08:35:27.435  - info: host.buanet-iobroker1 instance system.adapter.discovery.0 started with pid 444                                                                                             
                      2022-10-22 08:35:31.110  - info: host.buanet-iobroker1 instance system.adapter.backitup.0 started with pid 459                                                                                              
                      2022-10-22 08:35:31.476  - info: admin.0 (421) Repository received successfully.                                                                                                                            
                      2022-10-22 08:35:32.085  - info: discovery.0 (444) starting. Version 3.0.3 in /opt/iobroker/node_modules/iobroker.discovery, node: v16.18.0, js-controller: 4.0.23                                          
                      2022-10-22 08:35:33.912  - info: backitup.0 (459) starting. Version 2.4.12 in /opt/iobroker/node_modules/iobroker.backitup, node: v16.18.0, js-controller: 4.0.23                                           
                      2022-10-22 08:35:33.984  - info: backitup.0 (459) [iobroker] backup was activated at 02:40 every 1 day(s)                                                                                                   
                      2022-10-22 13:07:43.210  - info: host.buanet-iobroker1 received SIGTERM                                                                                                                                     
                      2022-10-22 13:07:43.216  - info: host.buanet-iobroker1 stopInstance system.adapter.admin.0 (force=false, process=true)                                                                                      
                      2022-10-22 13:07:43.217  - info: host.buanet-iobroker1 stopInstance system.adapter.discovery.0 (force=false, process=true)                                                                                  
                      2022-10-22 13:07:43.217  - info: host.buanet-iobroker1 stopInstance system.adapter.backitup.0 (force=false, process=true)                                                                                   
                      2022-10-22 13:07:43.230  - info: admin.0 (421) Got terminate signal TERMINATE_YOURSELF                                                                                                                      
                      2022-10-22 13:07:43.238  - info: admin.0 (421) terminating http server on port 8081                                                                                                                         
                      2022-10-22 13:07:43.241  - info: admin.0 (421) terminating                                                                                                                                                  
                      2022-10-22 13:07:43.243  - info: admin.0 (421) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason                                                                                                   
                      2022-10-22 13:07:43.239  - info: discovery.0 (444) Got terminate signal TERMINATE_YOURSELF                                                                                                                  
                      2022-10-22 13:07:43.247  - info: backitup.0 (459) Got terminate signal TERMINATE_YOURSELF                                                                                                                   
                      2022-10-22 13:07:43.249  - info: discovery.0 (444) terminating                                                                                                                                              
                      2022-10-22 13:07:43.251  - info: discovery.0 (444) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason                                                                                               
                      2022-10-22 13:07:43.256  - info: host.buanet-iobroker1 stopInstance system.adapter.admin.0 send kill signal                                                                                                 
                      2022-10-22 13:07:43.257  - info: backitup.0 (459) cleaned everything up...                                                                                                                                  
                      2022-10-22 13:07:43.259  - info: backitup.0 (459) terminating                                                                                                                                               
                      2022-10-22 13:07:43.261  - info: backitup.0 (459) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason                                                                                                
                      2022-10-22 13:07:43.294  - info: host.buanet-iobroker1 stopInstance system.adapter.discovery.0 send kill signal                                                                                             
                      2022-10-22 13:07:43.295  - info: host.buanet-iobroker1 stopInstance system.adapter.backitup.0 send kill signal                                                                                              
                      2022-10-22 13:07:43.873  - info: host.buanet-iobroker1 instance system.adapter.admin.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)                                                              
                      2022-10-22 13:07:43.884  - info: host.buanet-iobroker1 instance system.adapter.discovery.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)                                                          
                      2022-10-22 13:07:43.924  - info: host.buanet-iobroker1 instance system.adapter.backitup.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)                                                           
                      2022-10-22 13:07:43.925  - info: host.buanet-iobroker1 All instances are stopped.                                                                                                                           
                      2022-10-22 13:07:44.064  - info: host.buanet-iobroker1 terminated                                                                                                                                           
                      2022-10-22 13:08:18.617  - info: host.buanet-iobroker1 iobroker.js-controller version 4.0.23 js-controller starting                                                                                         
                      2022-10-22 13:08:18.625  - info: host.buanet-iobroker1 Copyright (c) 2014-2022 bluefox, 2014 hobbyquaker                                                                                                    
                      2022-10-22 13:08:18.626  - info: host.buanet-iobroker1 hostname: buanet-iobroker1, node: v16.18.0                                                                                                           
                      2022-10-22 13:08:18.627  - info: host.buanet-iobroker1 ip addresses: 172.17.0.3                                                                                                                             
                      2022-10-22 13:08:20.102  - info: host.buanet-iobroker1 connected to Objects and States                                                                                                                      
                      2022-10-22 13:08:20.130  - info: host.buanet-iobroker1 added notifications configuration of host                                                                                                                                                                                                                        
                      2022-10-22 13:08:20.580  - info: host.buanet-iobroker1 Delete state "system.host.buanet-iobroker1.versions.nodeCurrent"                                                                                     
                      2022-10-22 13:08:20.589  - info: host.buanet-iobroker1 3 instances found                                                                                                                                    
                      2022-10-22 13:08:20.603  - info: host.buanet-iobroker1 starting 3 instances                                                                                                                                 
                      2022-10-22 13:08:20.670  - info: host.buanet-iobroker1 instance system.adapter.admin.0 started with pid 425                                                                                                 
                      2022-10-22 13:08:20.715  - info: host.buanet-iobroker1 Delete state "system.host.buanet-iobroker1.versions.nodeNewest"                                                                                      
                      2022-10-22 13:08:20.802  - info: host.buanet-iobroker1 Delete state "system.host.buanet-iobroker1.versions.nodeNewestNext"                                                                                  
                      2022-10-22 13:08:20.838  - info: host.buanet-iobroker1 Delete state "system.host.buanet-iobroker1.versions.npmCurrent"                                                                                      
                      2022-10-22 13:08:20.868  - info: host.buanet-iobroker1 Delete state "system.host.buanet-iobroker1.versions.npmNewest"                                                                                       
                      2022-10-22 13:08:20.903  - info: host.buanet-iobroker1 Delete state "system.host.buanet-iobroker1.versions.npmNewestNext"                                                                                   
                      2022-10-22 13:08:20.929  - info: host.buanet-iobroker1 Some obsolete host states deleted.                                                                                                                   
                      2022-10-22 13:08:23.129  - info: admin.0 (425) starting. Version 6.2.22 in /opt/iobroker/node_modules/iobroker.admin, node: v16.18.0, js-controller: 4.0.23                                                 
                      2022-10-22 13:08:23.206  - info: admin.0 (425) requesting all states                                                                                                                                        
                      2022-10-22 13:08:23.208  - info: admin.0 (425) requesting all objects                                                                                                                                       
                      2022-10-22 13:08:23.653  - info: admin.0 (425) received all objects                                                                                                                                         
                      2022-10-22 13:08:23.675  - warn: admin.0 (425) Repository cannot be read: Active repo - live-stable                                                                                                         
                      2022-10-22 13:08:23.676  - warn: admin.0 (425) Active repository "live-stable" cannot be read                                                                                                               
                      2022-10-22 13:08:23.880  - info: admin.0 (425) http server listening on port 8081                                                                                                                           
                      2022-10-22 13:08:23.881  - info: admin.0 (425) Use link "http://localhost:8081" to configure.                                                                                                               
                      2022-10-22 13:08:23.891  - info: admin.0 (425) socket.io server listening on port 8081                                                                                                                      
                      2022-10-22 13:08:24.655  - info: host.buanet-iobroker1 instance system.adapter.discovery.0 started with pid 452                                                                                             
                      2022-10-22 13:08:26.670  - info: discovery.0 (452) starting. Version 3.0.3 in /opt/iobroker/node_modules/iobroker.discovery, node: v16.18.0, js-controller: 4.0.23                                          
                      2022-10-22 13:08:28.639  - info: host.buanet-iobroker1 instance system.adapter.backitup.0 started with pid 467                                                                                              
                      2022-10-22 13:08:30.631  - info: backitup.0 (467) starting. Version 2.4.12 in /opt/iobroker/node_modules/iobroker.backitup, node: v16.18.0, js-controller: 4.0.23                                           
                      2022-10-22 13:08:30.705  - info: backitup.0 (467) [iobroker] backup was activated at 02:40 every 1 day(s)                                                                                                   
                      2022-10-22 13:23:36.922  - info: host.buanet-iobroker1 received SIGTERM                                                                                                                                     
                      2022-10-22 13:23:36.927  - info: host.buanet-iobroker1 stopInstance system.adapter.admin.0 (force=false, process=true)                                                                                      
                      2022-10-22 13:23:36.929  - info: host.buanet-iobroker1 stopInstance system.adapter.discovery.0 (force=false, process=true)                                                                                  
                      2022-10-22 13:23:36.929  - info: host.buanet-iobroker1 stopInstance system.adapter.backitup.0 (force=false, process=true)                                                                                   
                      2022-10-22 13:23:36.941  - info: discovery.0 (452) Got terminate signal TERMINATE_YOURSELF                                                                                                                  
                      2022-10-22 13:23:36.940  - info: admin.0 (425) Got terminate signal TERMINATE_YOURSELF                                                                                                                      
                      2022-10-22 13:23:36.948  - info: backitup.0 (467) Got terminate signal TERMINATE_YOURSELF                                                                                                                   
                      2022-10-22 13:23:36.948  - info: admin.0 (425) terminating http server on port 8081                                                                                                                         
                      2022-10-22 13:23:36.950  - info: admin.0 (425) terminating                                                                                                                                                  
                      2022-10-22 13:23:36.952  - info: admin.0 (425) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason                                                                                                   
                      2022-10-22 13:23:36.944  - info: discovery.0 (452) terminating                                                                                                                                              
                      2022-10-22 13:23:36.946  - info: discovery.0 (452) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason                                                                                               
                      2022-10-22 13:23:36.951  - info: backitup.0 (467) cleaned everything up...                                                                                                                                  
                      2022-10-22 13:23:36.952  - info: backitup.0 (467) terminating                                                                                                                                               
                      2022-10-22 13:23:36.954  - info: backitup.0 (467) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason                                                                                                
                      2022-10-22 13:23:36.959  - info: host.buanet-iobroker1 stopInstance system.adapter.admin.0 send kill signal                                                                                                    
                      2022-10-22 13:23:36.999  - info: host.buanet-iobroker1 stopInstance system.adapter.discovery.0 send kill signal                                                                                             
                      2022-10-22 13:23:37.000  - info: host.buanet-iobroker1 stopInstance system.adapter.backitup.0 send kill signal                                                                                              
                      2022-10-22 13:23:37.576  - info: host.buanet-iobroker1 instance system.adapter.admin.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)                                                              
                      2022-10-22 13:23:37.607  - info: host.buanet-iobroker1 instance system.adapter.discovery.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)                                                          
                      2022-10-22 13:23:37.608  - info: host.buanet-iobroker1 instance system.adapter.backitup.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)                                                           
                      2022-10-22 13:23:37.608  - info: host.buanet-iobroker1 All instances are stopped.                                                                                                                           
                      2022-10-22 13:23:37.929  - info: host.buanet-iobroker1 terminated                                                                                                                                           
                      2022-10-22 13:24:13.013  - info: host.buanet-iobroker1 iobroker.js-controller version 4.0.23 js-controller starting                                                                                         
                      2022-10-22 13:24:13.020  - info: host.buanet-iobroker1 Copyright (c) 2014-2022 bluefox, 2014 hobbyquaker                                                                                                    
                      2022-10-22 13:24:13.022  - info: host.buanet-iobroker1 hostname: buanet-iobroker1, node: v16.18.0                                                                                                           
                      2022-10-22 13:24:13.023  - info: host.buanet-iobroker1 ip addresses: 172.17.0.3                                                                                                                             
                      2022-10-22 13:24:14.441  - info: host.buanet-iobroker1 connected to Objects and States                                                                                                                      
                      2022-10-22 13:24:14.475  - info: host.buanet-iobroker1 added notifications configuration of host                                                                                                            
                      2022-10-22 13:24:14.914  - info: host.buanet-iobroker1 Delete state "system.host.buanet-iobroker1.versions.nodeCurrent"                                                                                     
                      2022-10-22 13:24:14.923  - info: host.buanet-iobroker1 3 instances found                                                                                                                                    
                      2022-10-22 13:24:14.937  - info: host.buanet-iobroker1 starting 3 instances                                                                                                                                 
                      2022-10-22 13:24:14.999  - info: host.buanet-iobroker1 instance system.adapter.admin.0 started with pid 426                                                                                                 
                      2022-10-22 13:24:15.026  - info: host.buanet-iobroker1 Delete state "system.host.buanet-iobroker1.versions.nodeNewest"                                                                                      
                      2022-10-22 13:24:15.083  - info: host.buanet-iobroker1 Delete state "system.host.buanet-iobroker1.versions.nodeNewestNext"                                                                                  
                      2022-10-22 13:24:15.096  - info: host.buanet-iobroker1 Delete state "system.host.buanet-iobroker1.versions.npmCurrent"                                                                                      
                      2022-10-22 13:24:15.109  - info: host.buanet-iobroker1 Delete state "system.host.buanet-iobroker1.versions.npmNewest"                                                                                       
                      2022-10-22 13:24:15.123  - info: host.buanet-iobroker1 Delete state "system.host.buanet-iobroker1.versions.npmNewestNext"                                                                                   
                      2022-10-22 13:24:15.154  - info: host.buanet-iobroker1 Some obsolete host states deleted.                                                                                                                   
                      2022-10-22 13:24:17.368  - info: admin.0 (426) starting. Version 6.2.22 in /opt/iobroker/node_modules/iobroker.admin, node: v16.18.0, js-controller: 4.0.23                                                 
                      2022-10-22 13:24:17.459  - info: admin.0 (426) requesting all states                                                                                                                                        
                      2022-10-22 13:24:17.461  - info: admin.0 (426) requesting all objects                                                                                                                                       
                      2022-10-22 13:24:18.173  - info: admin.0 (426) received all objects                                                                                                                                         
                      2022-10-22 13:24:18.197  - warn: admin.0 (426) No repository source configured                                                                                                                              
                      2022-10-22 13:24:18.649  - info: admin.0 (426) Request actual repository...                                                                                                                                 
                      2022-10-22 13:24:18.686  - info: admin.0 (426) http server listening on port 8081                                                                                                                           
                      2022-10-22 13:24:18.688  - info: admin.0 (426) Use link "http://localhost:8081" to configure.                                                                                                               
                      2022-10-22 13:24:18.712  - info: admin.0 (426) socket.io server listening on port 8081                                                                                                                      
                      2022-10-22 13:24:19.201  - info: host.buanet-iobroker1 Updating repository "live-stable" under "http://iobroker.live/repo/sources-dist.json"                                                                
                      2022-10-22 13:24:19.331  - info: host.buanet-iobroker1 instance system.adapter.discovery.0 started with pid 453                                                                                             
                      2022-10-22 13:24:20.196  - info: host.buanet-iobroker1 Updating repository "beta" under "http://download.iobroker.net/sources-dist-latest.json"                                                             
                      2022-10-22 13:24:27.708  - info: host.buanet-iobroker1 instance system.adapter.backitup.0 started with pid 464                                                                                              
                      2022-10-22 13:24:27.963  - info: admin.0 (426) Repository received successfully.                                                                                                                            
                      2022-10-22 13:24:28.336  - info: discovery.0 (453) starting. Version 3.0.3 in /opt/iobroker/node_modules/iobroker.discovery, node: v16.18.0, js-controller: 4.0.23                                          
                      2022-10-22 13:24:30.424  - info: backitup.0 (464) starting. Version 2.4.12 in /opt/iobroker/node_modules/iobroker.backitup, node: v16.18.0, js-controller: 4.0.23                                           
                      2022-10-22 13:24:30.514  - info: backitup.0 (464) [iobroker] backup was activated at 02:40 every 1 day(s)                                                                                                                                                                                                   
                      2022-10-22 13:28:42.223  - info: host.buanet-iobroker1 received SIGTERM                                                                                                                                     
                      2022-10-22 13:28:42.227  - info: host.buanet-iobroker1 stopInstance system.adapter.admin.0 (force=false, process=true)                                                                                      
                      2022-10-22 13:28:42.228  - info: host.buanet-iobroker1 stopInstance system.adapter.discovery.0 (force=false, process=true)                                                                                  
                      2022-10-22 13:28:42.228  - info: host.buanet-iobroker1 stopInstance system.adapter.backitup.0 (force=false, process=true)                                                                                   
                      2022-10-22 13:28:42.235  - info: admin.0 (426) Got terminate signal TERMINATE_YOURSELF                                                                                                                      
                      2022-10-22 13:28:42.245  - info: discovery.0 (453) Got terminate signal TERMINATE_YOURSELF                                                                                                                  
                      2022-10-22 13:28:42.246  - info: backitup.0 (464) Got terminate signal TERMINATE_YOURSELF                                                                                                                   
                      2022-10-22 13:28:42.248  - info: discovery.0 (453) terminating                                                                                                                                              
                      2022-10-22 13:28:42.250  - info: discovery.0 (453) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason                                                                                               
                      2022-10-22 13:28:42.238  - info: admin.0 (426) terminating http server on port 8081                                                                                                                         
                      2022-10-22 13:28:42.240  - info: admin.0 (426) terminating                                                                                                                                                  
                      2022-10-22 13:28:42.253  - info: admin.0 (426) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason                                                                                                   
                      2022-10-22 13:28:42.248  - info: backitup.0 (464) cleaned everything up...                                                                                                                                  
                      2022-10-22 13:28:42.250  - info: backitup.0 (464) terminating                                                                                                                                               
                      2022-10-22 13:28:42.255  - info: backitup.0 (464) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason                                                                                                
                      2022-10-22 13:28:42.260  - info: host.buanet-iobroker1 stopInstance system.adapter.admin.0 send kill signal                                                                                                 
                      2022-10-22 13:28:42.299  - info: host.buanet-iobroker1 stopInstance system.adapter.discovery.0 send kill signal                                                                                             
                      2022-10-22 13:28:42.300  - info: host.buanet-iobroker1 stopInstance system.adapter.backitup.0 send kill signal                                                                                              
                      2022-10-22 13:28:42.875  - info: host.buanet-iobroker1 instance system.adapter.discovery.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)                                                          
                      2022-10-22 13:28:42.915  - info: host.buanet-iobroker1 instance system.adapter.backitup.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)                                                           
                      2022-10-22 13:28:42.920  - info: host.buanet-iobroker1 instance system.adapter.admin.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)                                                              
                      2022-10-22 13:28:42.921  - info: host.buanet-iobroker1 All instances are stopped.                                                                                                                           
                      2022-10-22 13:28:43.071  - info: host.buanet-iobroker1 terminated                                                                                                                                           
                      2022-10-22 13:29:17.425  - info: host.buanet-iobroker1 iobroker.js-controller version 4.0.23 js-controller starting                                                                                         
                      2022-10-22 13:29:17.432  - info: host.buanet-iobroker1 Copyright (c) 2014-2022 bluefox, 2014 hobbyquaker                                                                                                    
                      2022-10-22 13:29:17.433  - info: host.buanet-iobroker1 hostname: buanet-iobroker1, node: v16.18.0                                                                                                           
                      2022-10-22 13:29:17.434  - info: host.buanet-iobroker1 ip addresses: 172.17.0.3                                                                                                                             
                      2022-10-22 13:29:19.096  - info: host.buanet-iobroker1 connected to Objects and States                                                                                                                      
                      2022-10-22 13:29:19.128  - info: host.buanet-iobroker1 added notifications configuration of host                                                                                                            
                      2022-10-22 13:29:19.516  - info: host.buanet-iobroker1 Delete state "system.host.buanet-iobroker1.versions.nodeCurrent"                                                                                     
                      2022-10-22 13:29:19.524  - info: host.buanet-iobroker1 3 instances found                                                                                                                                    
                      2022-10-22 13:29:19.537  - info: host.buanet-iobroker1 starting 3 instances                                                                                                                                 
                      2022-10-22 13:29:19.604  - info: host.buanet-iobroker1 instance system.adapter.admin.0 started with pid 425                                                                                                 
                      2022-10-22 13:29:19.630  - info: host.buanet-iobroker1 Delete state "system.host.buanet-iobroker1.versions.nodeNewest"                                                                                      
                      2022-10-22 13:29:19.739  - info: host.buanet-iobroker1 Delete state "system.host.buanet-iobroker1.versions.nodeNewestNext"                                                                                  
                      2022-10-22 13:29:19.752  - info: host.buanet-iobroker1 Delete state "system.host.buanet-iobroker1.versions.npmCurrent"                                                                                      
                      2022-10-22 13:29:19.769  - info: host.buanet-iobroker1 Delete state "system.host.buanet-iobroker1.versions.npmNewest"                                                                                       
                      2022-10-22 13:29:19.829  - info: host.buanet-iobroker1 Delete state "system.host.buanet-iobroker1.versions.npmNewestNext"                                                                                   
                      2022-10-22 13:29:19.842  - info: host.buanet-iobroker1 Some obsolete host states deleted.                                                                                                                   
                      2022-10-22 13:29:21.954  - info: admin.0 (425) starting. Version 6.2.22 in /opt/iobroker/node_modules/iobroker.admin, node: v16.18.0, js-controller: 4.0.23                                                                                                 
                      2022-10-22 13:29:22.059  - info: admin.0 (425) requesting all states                                                                                                                                        
                      2022-10-22 13:29:22.060  - info: admin.0 (425) requesting all objects                                                                                                                                       
                      2022-10-22 13:29:23.568  - info: admin.0 (425) received all objects                                                                                                                                         
                      2022-10-22 13:29:23.634  - info: host.buanet-iobroker1 instance system.adapter.discovery.0 started with pid 448                                                                                             
                      2022-10-22 13:29:24.016  - info: admin.0 (425) Request actual repository...                                                                                                                                 
                      2022-10-22 13:29:24.058  - info: admin.0 (425) http server listening on port 8081                                                                                                                           
                      2022-10-22 13:29:24.061  - info: admin.0 (425) Use link "http://localhost:8081" to configure.                                                                                                               
                      2022-10-22 13:29:24.085  - info: admin.0 (425) socket.io server listening on port 8081                                                                                                                      
                      2022-10-22 13:29:24.850  - info: host.buanet-iobroker1 Updating repository "live-stable" under "http://iobroker.live/repo/sources-dist.json"                                                                
                      2022-10-22 13:29:25.885  - info: host.buanet-iobroker1 Updating repository "beta" under "http://download.iobroker.net/sources-dist-latest.json"                                                             
                      2022-10-22 13:29:26.136  - info: discovery.0 (448) starting. Version 3.0.3 in /opt/iobroker/node_modules/iobroker.discovery, node: v16.18.0, js-controller: 4.0.23                                          
                      2022-10-22 13:29:27.813  - info: host.buanet-iobroker1 instance system.adapter.backitup.0 started with pid 467                                                                                              
                      2022-10-22 13:29:28.189  - info: admin.0 (425) Repository received successfully.                                                                                                                            
                      2022-10-22 13:29:29.895  - info: backitup.0 (467) starting. Version 2.4.12 in /opt/iobroker/node_modules/iobroker.backitup, node: v16.18.0, js-controller: 4.0.23                                           
                      2022-10-22 13:29:29.984  - info: backitup.0 (467) [iobroker] backup was activated at 02:40 every 1 day(s)                                                                                                   
                      2022-10-22 13:35:35.192  - info: host.buanet-iobroker1 received SIGTERM                                                                                                                                     
                      2022-10-22 13:35:35.198  - info: host.buanet-iobroker1 stopInstance system.adapter.admin.0 (force=false, process=true)                                                                                      
                      2022-10-22 13:35:35.198  - info: host.buanet-iobroker1 stopInstance system.adapter.discovery.0 (force=false, process=true)                                                                                  
                      2022-10-22 13:35:35.201  - info: host.buanet-iobroker1 stopInstance system.adapter.backitup.0 (force=false, process=true)                                                                                   
                      2022-10-22 13:35:35.211  - info: backitup.0 (467) Got terminate signal TERMINATE_YOURSELF                                                                                                                   
                      2022-10-22 13:35:35.209  - info: admin.0 (425) Got terminate signal TERMINATE_YOURSELF                                                                                                                      
                      2022-10-22 13:35:35.211  - info: discovery.0 (448) Got terminate signal TERMINATE_YOURSELF                                                                                                                  
                      2022-10-22 13:35:35.212  - info: backitup.0 (467) cleaned everything up...                                                                                                                                  
                      2022-10-22 13:35:35.214  - info: backitup.0 (467) terminating                                                                                                                                               
                      2022-10-22 13:35:35.216  - info: backitup.0 (467) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason                                                                                                
                      2022-10-22 13:35:35.221  - info: host.buanet-iobroker1 stopInstance system.adapter.admin.0 send kill signal                                                                                                 
                      2022-10-22 13:35:35.217  - info: discovery.0 (448) terminating                                                                                                                                              
                      2022-10-22 13:35:35.221  - info: discovery.0 (448) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason                                                                                               
                      2022-10-22 13:35:35.214  - info: admin.0 (425) terminating http server on port 8081                                                                                                                         
                      2022-10-22 13:35:35.220  - info: admin.0 (425) terminating                                                                                                                                                  
                      2022-10-22 13:35:35.224  - info: admin.0 (425) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason                                                                                                   
                      2022-10-22 13:35:35.258  - info: host.buanet-iobroker1 stopInstance system.adapter.discovery.0 send kill signal                                                                                             
                      2022-10-22 13:35:35.259  - info: host.buanet-iobroker1 stopInstance system.adapter.backitup.0 send kill signal                                                                                              
                      2022-10-22 13:35:35.829  - info: host.buanet-iobroker1 instance system.adapter.discovery.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)                                                          
                      2022-10-22 13:35:35.855  - info: host.buanet-iobroker1 instance system.adapter.admin.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)                                                              
                      2022-10-22 13:35:35.887  - info: host.buanet-iobroker1 instance system.adapter.backitup.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)                                                           
                      2022-10-22 13:35:35.888  - info: host.buanet-iobroker1 All instances are stopped.                                                                                                                           
                      2022-10-22 13:35:36.149  - info: host.buanet-iobroker1 terminated                                                                                                                                           
                      2022-10-22 13:36:13.277  - info: host.buanet-iobroker1 iobroker.js-controller version 4.0.23 js-controller starting                                                                                         
                      2022-10-22 13:36:13.285  - info: host.buanet-iobroker1 Copyright (c) 2014-2022 bluefox, 2014 hobbyquaker                                                                                                                                                                                                               
                      2022-10-22 13:36:13.288  - info: host.buanet-iobroker1 ip addresses: 172.17.0.3                                                                                                                             
                      2022-10-22 13:36:15.271  - info: host.buanet-iobroker1 connected to Objects and States                                                                                                                      
                      2022-10-22 13:36:15.303  - info: host.buanet-iobroker1 added notifications configuration of host                                                                                                            
                      2022-10-22 13:36:15.689  - info: host.buanet-iobroker1 Delete state "system.host.buanet-iobroker1.versions.nodeCurrent"                                                                                     
                      2022-10-22 13:36:15.697  - info: host.buanet-iobroker1 3 instances found                                                                                                                                    
                      2022-10-22 13:36:15.710  - info: host.buanet-iobroker1 starting 3 instances                                                                                                                                 
                      2022-10-22 13:36:15.779  - info: host.buanet-iobroker1 instance system.adapter.admin.0 started with pid 426                                                                                                 
                      2022-10-22 13:36:15.800  - info: host.buanet-iobroker1 Delete state "system.host.buanet-iobroker1.versions.nodeNewest"                                                                                      
                      2022-10-22 13:36:15.855  - info: host.buanet-iobroker1 Delete state "system.host.buanet-iobroker1.versions.nodeNewestNext"                                                                                  
                      2022-10-22 13:36:15.868  - info: host.buanet-iobroker1 Delete state "system.host.buanet-iobroker1.versions.npmCurrent"                                                                                      
                      2022-10-22 13:36:15.882  - info: host.buanet-iobroker1 Delete state "system.host.buanet-iobroker1.versions.npmNewest"                                                                                       
                      2022-10-22 13:36:15.896  - info: host.buanet-iobroker1 Delete state "system.host.buanet-iobroker1.versions.npmNewestNext"                                                                                   
                      2022-10-22 13:36:15.910  - info: host.buanet-iobroker1 Some obsolete host states deleted.                                                                                                                   
                      2022-10-22 13:36:18.138  - info: admin.0 (426) starting. Version 6.2.22 in /opt/iobroker/node_modules/iobroker.admin, node: v16.18.0, js-controller: 4.0.23                                                 
                      2022-10-22 13:36:18.201  - info: admin.0 (426) requesting all states                                                                                                                                        
                      2022-10-22 13:36:18.202  - info: admin.0 (426) requesting all objects                                                                                                                                       
                      2022-10-22 13:36:19.653  - info: admin.0 (426) received all objects                                                                                                                                         
                      2022-10-22 13:36:19.881  - info: host.buanet-iobroker1 instance system.adapter.discovery.0 started with pid 449                                                                                             
                      2022-10-22 13:36:20.384  - info: admin.0 (426) http server listening on port 8081                                                                                                                           
                      2022-10-22 13:36:20.385  - info: admin.0 (426) Use link "http://localhost:8081" to configure.                                                                                                               
                      2022-10-22 13:36:20.396  - info: admin.0 (426) socket.io server listening on port 8081                                                                                                                      
                      2022-10-22 13:36:21.894  - info: discovery.0 (449) starting. Version 3.0.3 in /opt/iobroker/node_modules/iobroker.discovery, node: v16.18.0, js-controller: 4.0.23                                          
                      2022-10-22 13:36:23.752  - info: host.buanet-iobroker1 instance system.adapter.backitup.0 started with pid 468                                                                                              
                      2022-10-22 13:36:25.918  - info: backitup.0 (468) starting. Version 2.4.12 in /opt/iobroker/node_modules/iobroker.backitup, node: v16.18.0, js-controller: 4.0.23                                           
                      2022-10-22 13:36:25.997  - info: backitup.0 (468) [iobroker] backup was activated at 02:40 every 1 day(s)                                                                                                   
                      ^C                                                                                                                                                                                                          
                      root@buanet-iobroker1:/opt/iobroker#                                                                                                                                                                   
                      
                      
                      Glasfaser 1 Reply Last reply Reply Quote 0
                      • Glasfaser
                        Glasfaser @Marc73 last edited by Glasfaser

                        @marc73 sagte in Admininterface Docker:

                        2022-10-22 13:29:28.189 - info: admin.0 (425) Repository received successfully.

                        Ist OK ...

                        Und immer noch :

                        @glasfaser sagte in Admininterface Docker:
                        @marc73 sagte in Admininterface Docker:

                        Admin ist nicht zu laden

                        Also der ioBroker Logo Ladekreis ... im Browser !?

                        Gehe mal beim Browser im inkognito Modus , was ist dann

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

                          @glasfaser
                          ja ist leider immer noch passiert nix.

                          immer noch startlogo und nix passiert

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

                            @marc73

                            Ich habe keine Idee mehr .... 😞

                            immer noch startlogo und nix passiert

                            bzw. ist es sehr merkwürdig das " nichts " funktioniert und immer der gleiche Fehler ist .

                            Laut Log hast du bridgemodus , was ist im Host ?
                            die Syn mal neu gestartet ... glaube aber nicht das es daran liegt

                            , obwohl es gab mal einen User wo das Docker Paket einen Schuß weg hatte.
                            Er hat das Docker zusatzpaket gelöscht , neu installiert und den ioBroker Docker neu angelegt , danach lief es

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

                              @glasfaser hab ich's nur übersehen oder gibt es noch kein Browserlog?

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

                                @homoran

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

                                Homoran 1 Reply Last reply Reply Quote 0
                                • M
                                  Marc73 last edited by

                                  ich hatte ja auch schonmal alles gelöscht.

                                  Ist ja glücklicherweise noch nicht´s drann aber ich verstehe es auch nicht.
                                  Ich werde mal genau das machen alles weg und neu + Neustart vom SYN.
                                  Ich hatte ja auch schonmal eine ältere Version probiert V6.(weiß ich nicht mehr) da war das gleiche Problem.
                                  Alles andere läuft:
                                  Unifi-controller, influxdb, grafana.
                                  Ich werfe mal alles raus und mache mal neu melde mich dann wieder kurzfristig.
                                  Danke euch allen erstmal.

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

                                    @glasfaser Danke!
                                    ich hab's mal in code-tags gesetzt.

                                    1 Reply Last reply Reply Quote 1
                                    • Glasfaser
                                      Glasfaser @Marc73 last edited by

                                      @marc73 sagte in Admininterface Docker:

                                      aber ich verstehe es auch nicht.

                                      Ich auch nicht .... bzw. keine Idee / Lösung mehr dazu !

                                      M 1 Reply Last reply Reply Quote 0
                                      • Marc Berg
                                        Marc Berg Most Active @Marc73 last edited by

                                        @marc73

                                        Kein Ahnung, ob ich jetzt komplett danebenliege, aber für mich sieht es so aus, als ob der Websockets-Support der Knackpunkt ist. Nutzt Du den Reverseproxy der Synology?

                                        https://mariushosting.com/synology-some-docker-containers-need-websocket/

                                        Homoran 1 Reply Last reply Reply Quote 0
                                        • M
                                          Marc73 @Glasfaser last edited by

                                          So ich habe jetzt einmal alles raus geworfen und dann einen anderen Container genommen und zwar den offiziellen iobroker/ioboker
                                          Dann habe ich alles so eingerichtet wie immer im mit Netzwerk im HOSTmodus.
                                          Leider funktionierte es am Anfang leider auch nicht.
                                          Nach einem Blick in den Log war sichtbar das es wohl einen Konflikt mit der Webstation und dem Dockercontainer gibt.
                                          Ich habe dann das benutzerdefinierte Portal gelöscht und den iobroker neu gestartet und was soll ich sagen
                                          ER LÄUFT!!!
                                          Danke @Glasfaser für die Unterstützung.

                                          Ich hoffe es kann später jemand damit was anfangen.

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

                                            @marc73 sagte in Admininterface Docker:

                                            ER LÄUFT!!!
                                            Danke @Glasfaser für die Unterstützung.

                                            Puhh ...
                                            freut mich das es jetzt funktioniert 🙂

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            389
                                            Online

                                            31.9k
                                            Users

                                            80.3k
                                            Topics

                                            1.3m
                                            Posts

                                            4
                                            41
                                            1488
                                            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