Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. js-controller 5.0.x jetzt in der BETA

    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

    js-controller 5.0.x jetzt in der BETA

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

      @gaspode sagte in js-controller 5.0.x jetzt in der BETA:

      Die Frage wäre, ob man das irgendwie erkennen kann, dass ioBroker nicht als systemd Dienst läuft und das Upgrade dann gar nicht erst anbietet ...

      Kannst ja schauen, ob auf

      systemctl status iobroker.service
      

      eine Rückmeldung oder eine Fehlermeldung kommt.

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

        @thomas-braun

        Da hab ich mich wohl missverständlich ausgedrückt.

        Ich weiß ja schon, dass bei mir der ioBroker nicht als systemd Dienst läuft. 😉

        Ich meinte mit meiner Frage, ob man das evtl. in ioBroker berücksichtigen kann und in diesem Fall erst gar kein Update anbietet, sondern nur anzeigt, wie man zu Fuß aktualisiert. Aus der Fehlermeldung lässt sich sonst schlecht die Ursache erkennen.

        foxriver76 1 Reply Last reply Reply Quote -1
        • foxriver76
          foxriver76 Developer @Gaspode last edited by

          @gaspode ich denke wir können es sogar anbieten müssen nur den update Prozess anders starten wenn wir es erkennen gerne issue im Controller machen

          Gaspode 1 Reply Last reply Reply Quote 0
          • Gaspode
            Gaspode @foxriver76 last edited by Gaspode

            @foxriver76 said in js-controller 5.0.x jetzt in der BETA:

            @gaspode ich denke wir können es sogar anbieten müssen nur den update Prozess anders starten wenn wir es erkennen gerne issue im Controller machen

            OK, mach ich. Ich nutze das normalerweise ja nicht unter WSL, wollte es mir nur mal live anschauen, wie es umgesetzt ist.
            Bin im Moment am Überlegen ob ich das Upgrade vom Controller in den Windows Installer einbaue, oder ob ich die Energie lieber in das Upgrade über den Admin stecken soll. Ich schreib dich bei Gelegenheit deswegen mal direkt an. 🙂

            foxriver76 1 Reply Last reply Reply Quote 0
            • foxriver76
              foxriver76 Developer @Gaspode last edited by

              @gaspode klar gerne auf Telegram schreiben 😉

              Gaspode 1 Reply Last reply Reply Quote 1
              • Gaspode
                Gaspode @foxriver76 last edited by Gaspode

                @foxriver76
                https://github.com/ioBroker/ioBroker.js-controller/issues/2352

                Gaspode69 created this issue in ioBroker/ioBroker.js-controller

                closed UI controller upgrade fails if ioBroker is not running as systemd service #2352

                1 Reply Last reply Reply Quote 1
                • Feuersturm
                  Feuersturm @Marty56 last edited by

                  @marty56 sagte in js-controller 5.0.x jetzt in der BETA:

                  Update auf JS-Controller 5.0.9 hat Fehlfunktion im VW-Adapter zur Folger

                  Du bist deiner Zeit vorraus, eine 5.0.9 steht jedenfalls auf npm noch nicht zur Verfügung 😉

                  M 1 Reply Last reply Reply Quote 0
                  • M
                    Marty56 @Feuersturm last edited by

                    @feuersturm oh, ich meinte V 5.08.

                    mcm1957 1 Reply Last reply Reply Quote 0
                    • mcm1957
                      mcm1957 @Marty56 last edited by

                      @marty56
                      Ev erstell ein issue beim Adapter wenn kein passendes existiert.

                      1 Reply Last reply Reply Quote 1
                      • foxriver76
                        foxriver76 Developer last edited by foxriver76

                        Es wird heute oder morgen eine Version 5.0.9 kommen.

                        Zwei Änderungen

                        • info.connection State von Adaptern wird nun nach dem stoppen vom Controller zurückgesetzt, so wird dieser auch bei Abstürzen auf false gesetzt wenn es dem Adapter selbst nicht mehr möglich ist oder wenn der Dev es vergessen hat zu implementieren 😉
                        • Ermöglicht in Zukunft das UI Upgrade vom Controller auch für Systeme ohne systemd (erstmalig möglich von 5.0.9 auf Folgeversion XX)

                        Ein UI Upgrade von 5.0.8 auf 5.0.9 sollte hoffentlich nun auch für Slaves klappen, auch wenn Admin auf master Host läuft. Gerne hierzu Feedback geben @Feuersturm

                        1 Reply Last reply Reply Quote 4
                        • T
                          ticaki Developer last edited by ticaki

                          Läuft so weit ohne Problem

                          arch: x64
                          Proxmox 8.0 LXC bookworm

                          js-controller: 5.0.9
                          npm: 9.6.7
                          nodejs: v18.17.0

                          Vielleicht unwichtig, jedoch Installation über GUI ging nicht:
                          Bildschirmfoto 2023-07-27 um 18.35.14.png

                          Bildschirmfoto 2023-07-27 um 18.39.41.png

                          2023-07-27 18:34:22.577 - info: host.iobroker [CONTROLLER_AUTO_UPGRADE] Successfully stopped js-controller
                          2023-07-27 18:39:08.511 - info: host.iobroker iobroker.js-controller version 5.0.8 js-controller starting
                          

                          journalctl -u iobroker.service -r

                          Jul 27 18:34:15 iobroker bash[347]: ================================== > LOG REDIRECT system.adapter.javascript.0 => false [system.adapter.javascript.0.logging]
                          Jul 27 18:34:15 iobroker bash[347]: ================================== > LOG REDIRECT system.adapter.iot.0 => false [system.adapter.iot.0.logging]
                          Jul 27 18:34:15 iobroker bash[347]: ================================== > LOG REDIRECT system.adapter.javascript.0 => false [Process stopped]
                          Jul 27 18:34:15 iobroker bash[347]: ================================== > LOG REDIRECT system.adapter.iot.0 => false [Process stopped]
                          Jul 27 18:34:15 iobroker bash[347]: ================================== > LOG REDIRECT system.adapter.admin.0 => false [system.adapter.admin.0.logging]
                          Jul 27 18:34:15 iobroker bash[347]: ================================== > LOG REDIRECT system.adapter.admin.0 => false [Process stopped]
                          Jul 27 18:34:14 iobroker sudo[174644]: pam_unix(sudo:session): session closed for user root
                          Jul 27 18:34:14 iobroker sudo[174644]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000)
                          Jul 27 18:34:14 iobroker sudo[174644]: pam_limits(sudo:session): Could not set limit for 'core' to soft=0, hard=-1: Operation not permitted; uid=1000,euid=0
                          Jul 27 18:34:14 iobroker sudo[174644]: iobroker : PWD=/ ; USER=root ; COMMAND=/usr/bin/systemd-run --no-ask-password /usr/bin/node /opt/iobroker/node_modules/iobroker.js-controller/build/lib/>
                          Jul 27 18:34:09 iobroker bash[347]: Send diag info: {"uuid":"42e6f2b3-eb4f-ea0e-9d7f-5084778f3609","language":"de","country":"Germany","hosts":[{"version":"5.0.8","platform":"Javascript/Node.>
                          
                          
                          foxriver76 1 Reply Last reply Reply Quote 0
                          • foxriver76
                            foxriver76 Developer @ticaki last edited by

                            @ticaki zeig mal systemctl status iobroker

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

                              @ticaki und ging es jemals?

                              T crunchip 2 Replies Last reply Reply Quote 0
                              • T
                                ticaki Developer @foxriver76 last edited by ticaki

                                @foxriver76 sagte in js-controller 5.0.x jetzt in der BETA:

                                @ticaki und ging es jemals?

                                Ich konnte das upgrade manuell durchführen

                                hab einen Snapshot davor, kann es also nochmal tun wenn du möchtest

                                Auf diesem Rechner ist es das erste Upgrade das ich getan habe, ist noch nicht so alt. Auf dem Raspi vorher gings

                                systemctl status iobroker

                                * iobroker.service - ioBroker Server
                                     Loaded: loaded (/lib/systemd/system/iobroker.service; enabled; preset: enabled)
                                     Active: active (running) since Thu 2023-07-27 18:41:25 CEST; 17min ago
                                       Docs: http://iobroker.net
                                   Main PID: 175136 (iobroker.js-con)
                                      Tasks: 374 (limit: 18873)
                                     Memory: 1.9G
                                        CPU: 2min 56.424s
                                     CGroup: /system.slice/iobroker.service
                                             |-175136 iobroker.js-controller
                                             |-175154 io.admin.0
                                             |-175181 io.sql.0
                                             |-175210 io.email.0
                                             |-175225 io.javascript.0
                                             |-175268 io.pushover.0
                                             |-175289 io.telegram.0
                                             |-175304 io.influxdb.1
                                             |-175319 io.mihome-vacuum.0
                                             |-175349 io.tuya.0
                                             |-175364 io.hm-rega.0
                                             |-175379 io.mqtt.0
                                             |-175394 io.shelly.0
                                             |-175409 io.hm-rpc.0
                                             |-175425 io.hm-rpc.1
                                             |-175455 io.daikin.0
                                             |-175470 io.alexa2.0
                                             |-175485 io.sonoff.0
                                             |-175500 io.reolink.0
                                             |-175515 io.homepilot20.0
                                             |-175536 io.discovery.0
                                             |-175551 io.iot.0
                                             |-175566 io.yahka.1
                                             |-175581 io.zigbee2mqtt.0
                                             |-175596 io.hyperion_ng.0
                                             |-175611 io.info.0
                                             |-176009 io.notification-manager.0
                                             |-176024 io.nuki.0
                                             |-176039 io.fritzdect.0
                                             |-176054 io.yahka.0
                                             |-176070 io.wled.0
                                             |-176105 io.web.0
                                             |-176120 io.sma-em.0
                                             `-176139 io.backitup.0
                                
                                foxriver76 1 Reply Last reply Reply Quote 0
                                • foxriver76
                                  foxriver76 Developer @ticaki last edited by

                                  @ticaki hm ok schaut eigentlich gut aus. Ich schaue mal ob wir da noch mehr log bekommen können in Zukunft.

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

                                    @ticaki bzw war da noch mehr log vom Upgrade manager vor successfully stopped müsste mindestens noch was gewesen sein

                                    T 1 Reply Last reply Reply Quote 0
                                    • T
                                      ticaki Developer @foxriver76 last edited by ticaki

                                      @foxriver76

                                      Hab gleichartige Logeinträge ausgelassen (...) sind trotzdem sehr viele

                                      2023-07-27 18:34:14.145 - info: host.iobroker Controller will upgrade itself to version 5.0.9
                                      2023-07-27 18:34:14.859 - info: host.iobroker [CONTROLLER_AUTO_UPGRADE] Stopping controller
                                      2023-07-27 18:34:14.896 - info: javascript.0 (29336) Stop script script.js.Verwaltung.Luftbefeuchter
                                      2023-07-27 18:34:14.895 - info: backitup.0 (1377) cleaned everything up...
                                      2023-07-27 18:34:14.921 - info: backitup.0 (1377) terminating
                                      2023-07-27 18:34:14.923 - info: backitup.0 (1377) Terminated (NO_ERROR): Without reason
                                      2023-07-27 18:34:14.883 - info: host.iobroker received SIGTERM
                                      2023-07-27 18:34:14.888 - info: admin.0 (371) terminating https server on port 443
                                      2023-07-27 18:34:14.890 - info: yahka.0 (1252) cleaning up ...
                                      2023-07-27 18:34:14.893 - info: yahka.0 (1252) cleaned up ...
                                      2023-07-27 18:34:14.919 - info: yahka.0 (1252) terminating
                                      2023-07-27 18:34:14.919 - info: yahka.0 (1252) Terminated (NO_ERROR): Without reason
                                      2023-07-27 18:34:14.904 - info: reolink.0 (689) terminating
                                      2023-07-27 18:34:14.916 - info: reolink.0 (689) Terminated (NO_ERROR): Without reason
                                      2023-07-27 18:34:14.908 - info: admin.0 (371) terminating
                                      2023-07-27 18:34:14.909 - info: admin.0 (371) Terminated (NO_ERROR): Without reason
                                      2023-07-27 18:34:14.897 - info: javascript.0 (29336) Stop script script.js.Beleuchtung_(mehrere_Räume).hue_convert_Virtuelle_Light_on-off_0%-100%_brightness
                                      ...
                                      2023-07-27 18:34:14.913 - info: javascript.0 (29336) Stop script script.js.Messages.Sensorüberwachung
                                      2023-07-27 18:34:14.884 - info: host.iobroker stopInstance system.adapter.admin.0 (force=false, process=true)
                                      ...
                                      2023-07-27 18:34:14.916 - info: host.iobroker stopInstance system.adapter.backitup.0 (force=false, process=true)
                                      2023-07-27 18:34:14.947 - info: backitup.0 (1377) Got terminate signal TERMINATE_YOURSELF
                                      ...
                                      2023-07-27 18:34:14.951 - info: host.iobroker stopInstance system.adapter.admin.0 send kill signal
                                      2023-07-27 18:34:14.958 - info: javascript.0 (29336) Got terminate signal TERMINATE_YOURSELF
                                      2023-07-27 18:34:14.951 - info: host.iobroker stopInstance system.adapter.email.0 send kill signal
                                      ...
                                      2023-07-27 18:34:14.962 - info: javascript.0 (29336) terminating
                                      2023-07-27 18:34:14.962 - info: javascript.0 (29336) Terminated (NO_ERROR): Without reason
                                      2023-07-27 18:34:14.967 - info: telegram.0 (76948) Got terminate signal TERMINATE_YOURSELF
                                      ...
                                      2023-07-27 18:34:14.920 - info: fritzdect.0 (1230) cleaned everything up...
                                      2023-07-27 18:34:14.981 - info: fritzdect.0 (1230) Got terminate signal TERMINATE_YOURSELF
                                      2023-07-27 18:34:14.947 - info: notification-manager.0 (1345) terminating
                                      2023-07-27 18:34:14.988 - info: notification-manager.0 (1345) Terminated (NO_ERROR): Without reason
                                      2023-07-27 18:34:14.988 - info: notification-manager.0 (1345) Got terminate signal TERMINATE_YOURSELF
                                      2023-07-27 18:34:14.997 - warn: zigbee2mqtt.0 (772) Start try again in 1 seconds...
                                      2023-07-27 18:34:14.888 - error: mihome-vacuum.0 (508) Socket Close
                                      2023-07-27 18:34:14.923 - info: sma-em.0 (1329) cleaned everything up...
                                      2023-07-27 18:34:15.001 - info: sma-em.0 (1329) UDP Socket closed ...
                                      2023-07-27 18:34:14.911 - info: yahka.1 (757) cleaning up ...
                                      2023-07-27 18:34:14.915 - info: yahka.1 (757) cleaned up ...
                                      ...
                                      2023-07-27 18:34:14.973 - info: iot.0 (742) Got terminate signal TERMINATE_YOURSELF
                                      2023-07-27 18:34:15.012 - info: iot.0 (742) Connection changed: disconnect
                                      2023-07-27 18:34:15.017 - info: iot.0 (742) Connection lost
                                      2023-07-27 18:34:14.949 - info: pushover.0 (457) Got terminate signal TERMINATE_YOURSELF
                                      2023-07-27 18:34:14.974 - info: alexa2.0 (659) Got terminate signal TERMINATE_YOURSELF
                                      2023-07-27 18:34:14.945 - info: mqtt.0 (553) Disconnected from mqtt.tims.home: undefined
                                      2023-07-27 18:34:14.929 - info: hm-rpc.1 (24701) xmlrpc -> 192.168.179.201:42010/ init ["http://192.168.179.7:42010",""]
                                      2023-07-27 18:34:15.029 - info: hm-rpc.1 (24701) Got terminate signal TERMINATE_YOURSELF
                                      2023-07-27 18:34:14.953 - info: discovery.0 (725) terminating
                                      2023-07-27 18:34:15.022 - info: discovery.0 (725) Terminated (NO_ERROR): Without reason
                                      2023-07-27 18:34:15.027 - info: discovery.0 (725) Got terminate signal TERMINATE_YOURSELF
                                      2023-07-27 18:34:14.904 - info: homepilot20.0 (704) terminating homepilot20 adapter
                                      2023-07-27 18:34:14.999 - error: homepilot20.0 (704) Adapter will be stopped
                                      2023-07-27 18:34:15.032 - info: hyperion_ng.0 (1185) terminating
                                      2023-07-27 18:34:15.033 - info: hyperion_ng.0 (1185) Terminated (NO_ERROR): Without reason
                                      2023-07-27 18:34:14.932 - info: hm-rpc.0 (24716) xmlrpc -> 192.168.179.201:42001/ init ["http://192.168.179.7:42001",""]
                                      2023-07-27 18:34:15.035 - info: hm-rpc.0 (24716) Got terminate signal TERMINATE_YOURSELF
                                      2023-07-27 18:34:14.960 - info: hm-rega.0 (538) Got terminate signal TERMINATE_YOURSELF
                                      2023-07-27 18:34:15.036 - info: iot.0 (742) terminating
                                      2023-07-27 18:34:14.969 - info: daikin.0 (644) Got terminate signal TERMINATE_YOURSELF
                                      2023-07-27 18:34:15.036 - info: daikin.0 (644) terminating
                                      2023-07-27 18:34:15.037 - info: daikin.0 (644) Terminated (NO_ERROR): Without reason
                                      2023-07-27 18:34:14.999 - info: mihome-vacuum.0 (508) Got terminate signal TERMINATE_YOURSELF
                                      2023-07-27 18:34:15.039 - info: fritzdect.0 (1230) terminating
                                      2023-07-27 18:34:15.039 - info: fritzdect.0 (1230) Terminated (NO_ERROR): Without reason
                                      2023-07-27 18:34:15.004 - info: sma-em.0 (1329) Terminated (NO_ERROR): Without reason
                                      2023-07-27 18:34:15.036 - info: iot.0 (742) Terminated (NO_ERROR): Without reason
                                      2023-07-27 18:34:14.989 - warn: influxdb.1 (493) Store data for 149 points and 0 conflicts
                                      2023-07-27 18:34:15.045 - info: mihome-vacuum.0 (508) terminating
                                      2023-07-27 18:34:15.045 - info: mihome-vacuum.0 (508) Terminated (NO_ERROR): Without reason
                                      2023-07-27 18:34:15.032 - info: homepilot20.0 (704) Got terminate signal TERMINATE_YOURSELF
                                      2023-07-27 18:34:15.047 - info: alexa2.0 (659) terminating
                                      2023-07-27 18:34:15.047 - info: alexa2.0 (659) Terminated (NO_ERROR): Without reason
                                      2023-07-27 18:34:15.028 - info: mqtt.0 (553) Got terminate signal TERMINATE_YOURSELF
                                      2023-07-27 18:34:15.049 - info: hm-rpc.1 (24701) Disconnected
                                      2023-07-27 18:34:15.049 - info: homepilot20.0 (704) terminating
                                      2023-07-27 18:34:15.050 - info: homepilot20.0 (704) Terminated (NO_ERROR): Without reason
                                      2023-07-27 18:34:15.051 - info: hm-rpc.0 (24716) Disconnected
                                      2023-07-27 18:34:15.055 - info: hm-rpc.1 (24701) terminating
                                      2023-07-27 18:34:15.055 - info: hm-rpc.1 (24701) Terminated (NO_ERROR): Without reason
                                      2023-07-27 18:34:15.057 - info: hm-rpc.0 (24716) terminating
                                      2023-07-27 18:34:15.057 - info: hm-rpc.0 (24716) Terminated (NO_ERROR): Without reason
                                      2023-07-27 18:34:15.062 - info: hm-rega.0 (538) terminating
                                      2023-07-27 18:34:15.063 - info: hm-rega.0 (538) Terminated (NO_ERROR): Without reason
                                      2023-07-27 18:34:15.126 - info: zigbee2mqtt.0 (772) terminating
                                      2023-07-27 18:34:15.127 - info: zigbee2mqtt.0 (772) Terminated (NO_ERROR): Without reason
                                      ...
                                      2023-07-27 18:34:15.388 - info: pushover.0 (457) Terminated (NO_ERROR): Without reason
                                      ...
                                      2023-07-27 18:34:15.395 - info: mqtt.0 (553) Terminated (NO_ERROR): Without reason
                                      ...
                                      2023-07-27 18:34:15.403 - info: sonoff.0 (674) Terminated (NO_ERROR): Without reason
                                      ...
                                      2023-07-27 18:34:15.451 - info: telegram.0 (76948) Terminated (NO_ERROR): Without reason
                                      2023-07-27 18:34:15.459 - info: host.iobroker instance system.adapter.yahka.0 terminated with code 0 (NO_ERROR)
                                      2023-07-27 18:34:15.459 - info: host.iobroker stopInstance system.adapter.hyperion_ng.0 killing pid 1185
                                      2023-07-27 18:34:15.481 - info: fritzdect.0 (1230) terminating
                                      2023-07-27 18:34:15.484 - info: sma-em.0 (1329) terminating
                                      2023-07-27 18:34:15.482 - info: yahka.1 (757) terminating
                                      2023-07-27 18:34:15.500 - info: homepilot20.0 (704) terminating
                                      2023-07-27 18:34:15.528 - info: host.iobroker instance system.adapter.admin.0 terminated with code 0 (NO_ERROR)
                                      2023-07-27 18:34:15.528 - info: host.iobroker instance system.adapter.reolink.0 terminated with code 0 (NO_ERROR)
                                      2023-07-27 18:34:15.528 - info: host.iobroker instance system.adapter.backitup.0 terminated with code 0 (NO_ERROR)
                                      2023-07-27 18:34:15.583 - warn: host.iobroker instance system.adapter.hyperion_ng.0 terminated due to SIGTERM
                                      2023-07-27 18:34:15.583 - info: host.iobroker instance system.adapter.hyperion_ng.0 terminated with code null ()
                                      ...
                                      2023-07-27 18:34:15.932 - info: host.iobroker instance system.adapter.sonoff.0 terminated with code 0 (NO_ERROR)
                                      2023-07-27 18:34:15.952 - info: host.iobroker stopInstance system.adapter.telegram.0 killing pid 76948
                                      2023-07-27 18:34:15.966 - warn: host.iobroker instance system.adapter.telegram.0 terminated due to SIGTERM
                                      2023-07-27 18:34:15.966 - info: host.iobroker instance system.adapter.telegram.0 terminated with code null ()
                                      2023-07-27 18:34:17.896 - info: tuya.0 (568) terminating
                                      2023-07-27 18:34:17.897 - info: tuya.0 (568) Terminated (NO_ERROR): Without reason
                                      2023-07-27 18:34:18.416 - info: host.iobroker instance system.adapter.tuya.0 terminated with code 0 (NO_ERROR)
                                      2023-07-27 18:34:18.417 - info: host.iobroker All instances are stopped.
                                      2023-07-27 18:34:18.555 - info: host.iobroker terminated
                                      2023-07-27 18:34:22.577 - info: host.iobroker [CONTROLLER_AUTO_UPGRADE] Successfully stopped js-controller
                                      2023-07-27 18:39:08.511 - info: host.iobroker iobroker.js-controller version 5.0.8 js-controller starting
                                      
                                      
                                      1 Reply Last reply Reply Quote 0
                                      • crunchip
                                        crunchip Forum Testing Most Active @foxriver76 last edited by crunchip

                                        @foxriver76 per gui ging es diesmal bei mir auch nicht, beim beenden der Adapter kamen viele Error, zum Schluss wurde js-controller beendet und dann tat sich nix mehr.
                                        Gesamte log kann ich gerne zur Verfügung stellen, bin aber grad nur per Handy on.

                                        @foxriver76 habs nur ein wenig eingekürzt
                                        js-controller.txt

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

                                          Hier das gleiche Verhalten beim Update über die GUI.
                                          Master lies sich in der Vergangenheit über die GUI erfolgreich aktualisieren, von 5.0.8 auf 5.0.9 nicht.
                                          js-controller wurde gestoppt, es wurde aber kein update im Hintergrund ausgeführt. Ich musste iobroker manuell starten.

                                          d21f35fa-8f66-4465-a116-7539502d9a72-grafik.png

                                          2023-07-27 20:24:10.269 - info: host.ioBrokerTestsystem Updating repository "beta" under "http://download.iobroker.net/sources-dist-latest.json"
                                          2023-07-27 20:26:58.312 - info: host.ioBrokerTestsystem Controller will upgrade itself to version 5.0.9
                                          2023-07-27 20:27:04.381 - info: host.ioBrokerTestsystem [CONTROLLER_AUTO_UPGRADE] Stopping controller
                                          2023-07-27 20:27:04.514 - info: host.ioBrokerTestsystem received SIGTERM
                                          2023-07-27 20:27:04.540 - info: backitup.0 (550) cleaned everything up...
                                          2023-07-27 20:27:04.521 - info: javascript.0 (348) Stop script script.js.Skripte.Kalender.ical_0_ToHtmlTable
                                          2023-07-27 20:27:04.535 - info: hm-rpc.0 (502) xmlrpc -> 192.168.178.84:2010/ init ["http://192.168.178.77:2010",""]
                                          2023-07-27 20:27:04.548 - info: unifi.0 (478) cleaned everything up...
                                          2023-07-27 20:27:04.582 - info: hm-rpc.0 (502) Disconnected
                                          2023-07-27 20:27:04.563 - info: info.0 (598) cleaned everything up...
                                          2023-07-27 20:27:04.539 - info: admin.0 (337) terminating http server on port 8081
                                          2023-07-27 20:27:04.561 - info: javascript.0 (348) Stop script script.js.Skripte.Kalender.ical_2_ToHtmlTable
                                          2023-07-27 20:27:04.566 - info: javascript.0 (348) Stop script script.js.Skripte.Kalender.ical_3_ToHtmlTable
                                          2023-07-27 20:27:04.571 - info: javascript.0 (348) Stop script script.js.Skripte.Kalender.ical_4_ToHtmlTable
                                          2023-07-27 20:27:04.577 - info: javascript.0 (348) Stop script script.js.Skripte.Kalender.muellkalender
                                          2023-07-27 20:27:04.582 - info: javascript.0 (348) Stop script script.js.Skripte.Netzwerk.Unifi_Vouchers
                                          2023-07-27 20:27:04.611 - info: proxmox.0 (642) cleaned everything up...
                                          2023-07-27 20:27:04.563 - info: simple-api.0 (658) terminating http server on port 8087
                                          2023-07-27 20:27:04.656 - info: vis-inventwo.0 (1025) cleaned everything up...
                                          2023-07-27 20:27:04.613 - info: trashschedule.0 (747) cleaned everything up...
                                          2023-07-27 20:27:04.621 - info: valloxmv.0 (771) cleaned everything up...
                                          2023-07-27 20:27:04.636 - info: device-watcher.0 (933) cleaned everything up...
                                          2023-07-27 20:27:04.520 - info: host.ioBrokerTestsystem stopInstance system.adapter.admin.0 (force=false, process=true)
                                          2023-07-27 20:27:04.525 - info: host.ioBrokerTestsystem stopInstance system.adapter.influxdb.0 (force=false, process=false)
                                          2023-07-27 20:27:04.526 - info: host.ioBrokerTestsystem stopInstance system.adapter.javascript.0 (force=false, process=true)
                                          2023-07-27 20:27:04.546 - info: host.ioBrokerTestsystem stopInstance system.adapter.scenes.0 (force=false, process=true)
                                          2023-07-27 20:27:04.547 - info: host.ioBrokerTestsystem stopInstance system.adapter.telegram.0 (force=false, process=false)
                                          2023-07-27 20:27:04.549 - info: host.ioBrokerTestsystem stopInstance system.adapter.scheduler.0 (force=false, process=true)
                                          2023-07-27 20:27:04.550 - info: host.ioBrokerTestsystem stopInstance system.adapter.fritzbox.0 (force=false, process=true)
                                          2023-07-27 20:27:04.574 - info: host.ioBrokerTestsystem stopInstance system.adapter.hue.0 (force=false, process=false)
                                          2023-07-27 20:27:04.577 - info: host.ioBrokerTestsystem stopInstance system.adapter.ical.0 (force=false, process=false)
                                          2023-07-27 20:27:04.579 - info: host.ioBrokerTestsystem stopInstance system.adapter.ical.1 (force=false, process=false)
                                          2023-07-27 20:27:04.586 - info: host.ioBrokerTestsystem stopInstance system.adapter.ical.2 (force=false, process=false)
                                          2023-07-27 20:27:04.587 - info: host.ioBrokerTestsystem stopInstance system.adapter.ical.3 (force=false, process=false)
                                          2023-07-27 20:27:04.588 - info: host.ioBrokerTestsystem stopInstance system.adapter.ical.4 (force=false, process=false)
                                          2023-07-27 20:27:04.589 - info: host.ioBrokerTestsystem stopInstance system.adapter.ical.5 (force=false, process=false)
                                          2023-07-27 20:27:04.591 - info: host.ioBrokerTestsystem stopInstance canceled schedule system.adapter.ical.5
                                          2023-07-27 20:27:04.593 - info: host.ioBrokerTestsystem stopInstance system.adapter.mqtt.0 (force=false, process=false)
                                          2023-07-27 20:27:04.595 - info: host.ioBrokerTestsystem stopInstance system.adapter.samsung-community.0 (force=false, process=true)
                                          2023-07-27 20:27:04.638 - info: host.ioBrokerTestsystem stopInstance system.adapter.spotify-premium.0 (force=false, process=false)
                                          2023-07-27 20:27:04.642 - info: host.ioBrokerTestsystem stopInstance system.adapter.tr-064.0 (force=false, process=true)
                                          2023-07-27 20:27:04.648 - info: host.ioBrokerTestsystem stopInstance system.adapter.unifi.0 (force=false, process=true)
                                          2023-07-27 20:27:04.656 - info: host.ioBrokerTestsystem stopInstance system.adapter.hm-rpc.0 (force=false, process=true)
                                          2023-07-27 20:27:04.662 - info: host.ioBrokerTestsystem stopInstance system.adapter.hm-rega.0 (force=false, process=true)
                                          2023-07-27 20:27:04.664 - info: host.ioBrokerTestsystem stopInstance system.adapter.openweathermap.0 (force=false, process=false)
                                          2023-07-27 20:27:04.666 - info: host.ioBrokerTestsystem stopInstance canceled schedule system.adapter.openweathermap.0
                                          2023-07-27 20:27:04.667 - info: host.ioBrokerTestsystem stopInstance system.adapter.backitup.0 (force=false, process=true)
                                          2023-07-27 20:27:04.670 - info: host.ioBrokerTestsystem stopInstance system.adapter.benchmark.0 (force=false, process=false)
                                          2023-07-27 20:27:04.675 - info: host.ioBrokerTestsystem stopInstance system.adapter.daswetter.0 (force=false, process=false)
                                          2023-07-27 20:27:04.676 - info: host.ioBrokerTestsystem stopInstance canceled schedule system.adapter.daswetter.0
                                          2023-07-27 20:27:04.678 - info: host.ioBrokerTestsystem stopInstance system.adapter.dwd.0 (force=false, process=false)
                                          2023-07-27 20:27:04.679 - info: host.ioBrokerTestsystem stopInstance canceled schedule system.adapter.dwd.0
                                          2023-07-27 20:27:04.682 - info: host.ioBrokerTestsystem stopInstance system.adapter.fully-tablet-control.0 (force=false, process=false)
                                          2023-07-27 20:27:04.683 - info: host.ioBrokerTestsystem stopInstance system.adapter.info.0 (force=false, process=true)
                                          2023-07-27 20:27:04.684 - info: host.ioBrokerTestsystem stopInstance system.adapter.nina.0 (force=false, process=true)
                                          2023-07-27 20:27:04.686 - info: host.ioBrokerTestsystem stopInstance system.adapter.proxmox.0 (force=false, process=true)
                                          2023-07-27 20:27:04.689 - info: host.ioBrokerTestsystem stopInstance system.adapter.rainbird.0 (force=false, process=false)
                                          2023-07-27 20:27:04.690 - info: host.ioBrokerTestsystem stopInstance system.adapter.sayit.0 (force=false, process=false)
                                          2023-07-27 20:27:04.692 - info: host.ioBrokerTestsystem stopInstance system.adapter.simple-api.0 (force=false, process=true)
                                          2023-07-27 20:27:04.695 - info: host.ioBrokerTestsystem stopInstance system.adapter.socketio.0 (force=false, process=false)
                                          2023-07-27 20:27:04.696 - info: host.ioBrokerTestsystem stopInstance system.adapter.tankerkoenig.0 (force=false, process=true)
                                          2023-07-27 20:27:04.698 - info: host.ioBrokerTestsystem stopInstance system.adapter.trashschedule.0 (force=false, process=true)
                                          2023-07-27 20:27:04.699 - info: host.ioBrokerTestsystem stopInstance system.adapter.valloxmv.0 (force=false, process=true)
                                          2023-07-27 20:27:04.701 - info: host.ioBrokerTestsystem stopInstance system.adapter.vis-fancyswitch.0 (force=false, process=false)
                                          2023-07-27 20:27:04.702 - info: host.ioBrokerTestsystem stopInstance system.adapter.vis-google-fonts.0 (force=false, process=false)
                                          2023-07-27 20:27:04.703 - info: host.ioBrokerTestsystem stopInstance system.adapter.vis-history.0 (force=false, process=false)
                                          2023-07-27 20:27:04.704 - info: host.ioBrokerTestsystem stopInstance system.adapter.vis-jqui-mfd.0 (force=false, process=false)
                                          2023-07-27 20:27:04.705 - info: host.ioBrokerTestsystem stopInstance system.adapter.vis-justgage.0 (force=false, process=false)
                                          2023-07-27 20:27:04.706 - info: host.ioBrokerTestsystem stopInstance system.adapter.vis-map.0 (force=false, process=false)
                                          2023-07-27 20:27:04.707 - info: host.ioBrokerTestsystem stopInstance system.adapter.vis-materialdesign.0 (force=false, process=false)
                                          2023-07-27 20:27:04.708 - info: host.ioBrokerTestsystem stopInstance system.adapter.vis-timeandweather.0 (force=false, process=false)
                                          2023-07-27 20:27:04.710 - info: host.ioBrokerTestsystem stopInstance system.adapter.vis.0 (force=false, process=false)
                                          2023-07-27 20:27:04.711 - info: host.ioBrokerTestsystem stopInstance system.adapter.web.0 (force=false, process=true)
                                          2023-07-27 20:27:04.712 - info: host.ioBrokerTestsystem stopInstance system.adapter.worx.0 (force=false, process=false)
                                          2023-07-27 20:27:04.713 - info: host.ioBrokerTestsystem stopInstance system.adapter.device-watcher.0 (force=false, process=true)
                                          2023-07-27 20:27:04.715 - info: host.ioBrokerTestsystem stopInstance system.adapter.vis-2-beta.0 (force=false, process=true)
                                          2023-07-27 20:27:04.716 - info: host.ioBrokerTestsystem stopInstance system.adapter.vis-metro.0 (force=false, process=false)
                                          2023-07-27 20:27:04.718 - info: host.ioBrokerTestsystem stopInstance system.adapter.vis-2-widgets-jaeger-design.0 (force=false, process=false)
                                          2023-07-27 20:27:04.719 - info: host.ioBrokerTestsystem stopInstance system.adapter.vis-2-widgets-energy.0 (force=false, process=false)
                                          2023-07-27 20:27:04.720 - info: host.ioBrokerTestsystem stopInstance system.adapter.vis-2-widgets-gauges.0 (force=false, process=false)
                                          2023-07-27 20:27:04.729 - info: host.ioBrokerTestsystem stopInstance system.adapter.vis-2-widgets-material.0 (force=false, process=false)
                                          2023-07-27 20:27:04.730 - info: host.ioBrokerTestsystem stopInstance system.adapter.vis-inventwo.0 (force=false, process=true)
                                          2023-07-27 20:27:04.928 - info: unifi.0 (478) Got terminate signal TERMINATE_YOURSELF
                                          2023-07-27 20:27:04.930 - info: hm-rpc.0 (502) Got terminate signal TERMINATE_YOURSELF
                                          2023-07-27 20:27:04.934 - info: info.0 (598) Got terminate signal TERMINATE_YOURSELF
                                          2023-07-27 20:27:04.946 - info: backitup.0 (550) Got terminate signal TERMINATE_YOURSELF
                                          2023-07-27 20:27:04.908 - info: scenes.0 (371) terminating
                                          2023-07-27 20:27:04.925 - info: samsung-community.0 (447) Got terminate signal TERMINATE_YOURSELF
                                          2023-07-27 20:27:04.954 - info: proxmox.0 (642) Got terminate signal TERMINATE_YOURSELF
                                          2023-07-27 20:27:04.954 - info: scenes.0 (371) Terminated (NO_ERROR): Without reason
                                          2023-07-27 20:27:04.949 - info: simple-api.0 (658) Got terminate signal TERMINATE_YOURSELF
                                          2023-07-27 20:27:04.933 - info: hm-rega.0 (522) Got terminate signal TERMINATE_YOURSELF
                                          2023-07-27 20:27:04.944 - info: nina.0 (614) Got terminate signal TERMINATE_YOURSELF
                                          2023-07-27 20:27:04.962 - info: scenes.0 (371) Got terminate signal TERMINATE_YOURSELF
                                          2023-07-27 20:27:04.945 - info: tankerkoenig.0 (680) Got terminate signal TERMINATE_YOURSELF
                                          2023-07-27 20:27:04.926 - info: tr-064.0 (462) Got terminate signal TERMINATE_YOURSELF
                                          2023-07-27 20:27:04.957 - info: fritzbox.0 (417) Got terminate signal TERMINATE_YOURSELF
                                          2023-07-27 20:27:04.915 - info: admin.0 (337) Got terminate signal TERMINATE_YOURSELF
                                          2023-07-27 20:27:04.918 - info: javascript.0 (348) Got terminate signal TERMINATE_YOURSELF
                                          2023-07-27 20:27:04.920 - info: scheduler.0 (398) Got terminate signal TERMINATE_YOURSELF
                                          2023-07-27 20:27:04.980 - info: trashschedule.0 (747) Got terminate signal TERMINATE_YOURSELF
                                          2023-07-27 20:27:04.981 - info: valloxmv.0 (771) Got terminate signal TERMINATE_YOURSELF
                                          2023-07-27 20:27:04.987 - info: web.0 (917) Got terminate signal TERMINATE_YOURSELF
                                          2023-07-27 20:27:05.003 - info: device-watcher.0 (933) Got terminate signal TERMINATE_YOURSELF
                                          2023-07-27 20:27:05.011 - info: vis-inventwo.0 (1025) Got terminate signal TERMINATE_YOURSELF
                                          2023-07-27 20:27:05.007 - info: vis-2-beta.0 (1014) Got terminate signal TERMINATE_YOURSELF
                                          2023-07-27 20:27:05.024 - info: fritzbox.0 (417) terminating
                                          2023-07-27 20:27:05.024 - info: tr-064.0 (462) terminating
                                          2023-07-27 20:27:05.028 - info: fritzbox.0 (417) Terminated (NO_ERROR): Without reason
                                          2023-07-27 20:27:05.024 - info: scheduler.0 (398) terminating
                                          2023-07-27 20:27:05.033 - info: unifi.0 (478) terminating
                                          2023-07-27 20:27:05.035 - info: hm-rpc.0 (502) terminating
                                          2023-07-27 20:27:05.032 - info: tr-064.0 (462) Terminated (NO_ERROR): Without reason
                                          2023-07-27 20:27:05.032 - info: samsung-community.0 (447) terminating
                                          2023-07-27 20:27:05.028 - info: scheduler.0 (398) Terminated (NO_ERROR): Without reason
                                          2023-07-27 20:27:05.039 - info: backitup.0 (550) terminating
                                          2023-07-27 20:27:05.038 - info: unifi.0 (478) Terminated (NO_ERROR): Without reason
                                          2023-07-27 20:27:05.038 - info: hm-rpc.0 (502) Terminated (NO_ERROR): Without reason
                                          2023-07-27 20:27:05.040 - info: samsung-community.0 (447) Terminated (NO_ERROR): Without reason
                                          2023-07-27 20:27:05.038 - info: nina.0 (614) terminating
                                          2023-07-27 20:27:05.036 - info: proxmox.0 (642) terminating
                                          2023-07-27 20:27:05.054 - info: trashschedule.0 (747) terminating
                                          2023-07-27 20:27:05.054 - info: vis-inventwo.0 (1025) terminating
                                          2023-07-27 20:27:05.044 - info: javascript.0 (348) terminating
                                          2023-07-27 20:27:05.057 - info: javascript.0 (348) Terminated (NO_ERROR): Without reason
                                          2023-07-27 20:27:05.064 - info: vis-2-beta.0 (1014) terminating
                                          2023-07-27 20:27:05.057 - info: vis-inventwo.0 (1025) Terminated (NO_ERROR): Without reason
                                          2023-07-27 20:27:05.053 - info: info.0 (598) terminating
                                          2023-07-27 20:27:05.057 - info: device-watcher.0 (933) terminating
                                          2023-07-27 20:27:05.067 - info: vis-2-beta.0 (1014) Terminated (NO_ERROR): Without reason
                                          2023-07-27 20:27:05.059 - info: valloxmv.0 (771) terminating
                                          2023-07-27 20:27:05.055 - info: simple-api.0 (658) terminating
                                          2023-07-27 20:27:05.053 - info: tankerkoenig.0 (680) terminating
                                          2023-07-27 20:27:05.048 - info: nina.0 (614) Terminated (NO_ERROR): Without reason
                                          2023-07-27 20:27:05.058 - info: admin.0 (337) terminating
                                          2023-07-27 20:27:05.049 - info: backitup.0 (550) Terminated (NO_ERROR): Without reason
                                          2023-07-27 20:27:05.077 - info: trashschedule.0 (747) Terminated (NO_ERROR): Without reason
                                          2023-07-27 20:27:05.047 - info: proxmox.0 (642) Terminated (NO_ERROR): Without reason
                                          2023-07-27 20:27:05.083 - info: device-watcher.0 (933) Terminated (NO_ERROR): Without reason
                                          2023-07-27 20:27:05.083 - info: info.0 (598) Terminated (NO_ERROR): Without reason
                                          2023-07-27 20:27:05.097 - info: simple-api.0 (658) Terminated (NO_ERROR): Without reason
                                          2023-07-27 20:27:05.078 - info: valloxmv.0 (771) Terminated (NO_ERROR): Without reason
                                          2023-07-27 20:27:05.094 - info: tankerkoenig.0 (680) Terminated (NO_ERROR): Without reason
                                          2023-07-27 20:27:05.086 - info: admin.0 (337) Terminated (NO_ERROR): Without reason
                                          2023-07-27 20:27:05.132 - warn: web.0 (917) Timeout by termination of web-extensions!
                                          2023-07-27 20:27:05.137 - info: web.0 (917) terminated http server on port 8082
                                          2023-07-27 20:27:05.177 - info: host.ioBrokerTestsystem stopInstance system.adapter.admin.0 send kill signal
                                          2023-07-27 20:27:05.205 - info: host.ioBrokerTestsystem stopInstance system.adapter.javascript.0 send kill signal
                                          2023-07-27 20:27:05.207 - info: host.ioBrokerTestsystem stopInstance system.adapter.scenes.0 send kill signal
                                          2023-07-27 20:27:05.208 - info: host.ioBrokerTestsystem stopInstance system.adapter.scheduler.0 send kill signal
                                          2023-07-27 20:27:05.209 - info: host.ioBrokerTestsystem stopInstance system.adapter.fritzbox.0 send kill signal
                                          2023-07-27 20:27:05.210 - info: host.ioBrokerTestsystem stopInstance system.adapter.samsung-community.0 send kill signal
                                          2023-07-27 20:27:05.212 - info: host.ioBrokerTestsystem stopInstance system.adapter.tr-064.0 send kill signal
                                          2023-07-27 20:27:05.213 - info: host.ioBrokerTestsystem stopInstance system.adapter.unifi.0 send kill signal
                                          2023-07-27 20:27:05.214 - info: host.ioBrokerTestsystem stopInstance system.adapter.hm-rpc.0 send kill signal
                                          2023-07-27 20:27:05.215 - info: host.ioBrokerTestsystem stopInstance system.adapter.hm-rega.0 send kill signal
                                          2023-07-27 20:27:05.216 - info: host.ioBrokerTestsystem stopInstance system.adapter.backitup.0 send kill signal
                                          2023-07-27 20:27:05.218 - info: host.ioBrokerTestsystem stopInstance system.adapter.info.0 send kill signal
                                          2023-07-27 20:27:05.219 - info: host.ioBrokerTestsystem stopInstance system.adapter.nina.0 send kill signal
                                          2023-07-27 20:27:05.220 - info: host.ioBrokerTestsystem stopInstance system.adapter.proxmox.0 send kill signal
                                          2023-07-27 20:27:05.222 - info: host.ioBrokerTestsystem stopInstance system.adapter.simple-api.0 send kill signal
                                          2023-07-27 20:27:05.223 - info: host.ioBrokerTestsystem stopInstance system.adapter.tankerkoenig.0 send kill signal
                                          2023-07-27 20:27:05.224 - info: host.ioBrokerTestsystem stopInstance system.adapter.trashschedule.0 send kill signal
                                          2023-07-27 20:27:05.226 - info: host.ioBrokerTestsystem stopInstance system.adapter.valloxmv.0 send kill signal
                                          2023-07-27 20:27:05.227 - info: host.ioBrokerTestsystem stopInstance system.adapter.web.0 send kill signal
                                          2023-07-27 20:27:05.228 - info: host.ioBrokerTestsystem stopInstance system.adapter.device-watcher.0 send kill signal
                                          2023-07-27 20:27:05.228 - info: host.ioBrokerTestsystem stopInstance system.adapter.vis-2-beta.0 send kill signal
                                          2023-07-27 20:27:05.229 - info: host.ioBrokerTestsystem stopInstance system.adapter.vis-inventwo.0 send kill signal
                                          2023-07-27 20:27:05.288 - info: scenes.0 (371) terminating
                                          2023-07-27 20:27:05.351 - info: scheduler.0 (398) terminating
                                          2023-07-27 20:27:05.344 - info: fritzbox.0 (417) terminating
                                          2023-07-27 20:27:05.361 - info: unifi.0 (478) terminating
                                          2023-07-27 20:27:05.347 - info: tr-064.0 (462) terminating
                                          2023-07-27 20:27:05.367 - info: hm-rega.0 (522) terminating
                                          2023-07-27 20:27:05.367 - info: backitup.0 (550) terminating
                                          2023-07-27 20:27:05.374 - info: device-watcher.0 (933) terminating
                                          2023-07-27 20:27:05.368 - info: web.0 (917) terminating
                                          2023-07-27 20:27:05.375 - info: vis-2-beta.0 (1014) terminating
                                          2023-07-27 20:27:05.377 - info: trashschedule.0 (747) terminating
                                          2023-07-27 20:27:05.377 - info: valloxmv.0 (771) terminating
                                          2023-07-27 20:27:05.369 - info: tankerkoenig.0 (680) terminating
                                          2023-07-27 20:27:05.383 - info: hm-rega.0 (522) Terminated (NO_ERROR): Without reason
                                          2023-07-27 20:27:05.383 - info: javascript.0 (348) terminating
                                          2023-07-27 20:27:05.348 - info: samsung-community.0 (447) terminating
                                          2023-07-27 20:27:05.373 - info: simple-api.0 (658) terminating
                                          2023-07-27 20:27:05.350 - info: nina.0 (614) terminating
                                          2023-07-27 20:27:05.374 - info: vis-inventwo.0 (1025) terminating
                                          2023-07-27 20:27:05.370 - info: info.0 (598) terminating
                                          2023-07-27 20:27:05.403 - info: admin.0 (337) terminating
                                          2023-07-27 20:27:05.407 - info: proxmox.0 (642) terminating
                                          2023-07-27 20:27:05.408 - info: web.0 (917) Terminated (NO_ERROR): Without reason
                                          2023-07-27 20:27:05.414 - info: web.0 (917) terminating
                                          2023-07-27 20:27:05.484 - info: hm-rega.0 (522) terminating
                                          2023-07-27 20:27:05.573 - warn: hm-rpc.0 (502) get state error: Connection is closed.
                                          2023-07-27 20:27:05.576 - info: hm-rpc.0 (502) terminating
                                          2023-07-27 20:27:05.785 - info: host.ioBrokerTestsystem instance system.adapter.scenes.0 terminated with code 0 (NO_ERROR)
                                          2023-07-27 20:27:06.037 - info: hm-rega.0 (522) terminating with timeout
                                          2023-07-27 20:27:06.144 - info: web.0 (917) terminating with timeout
                                          2023-07-27 20:27:06.177 - info: admin.0 (337) terminating with timeout
                                          2023-07-27 20:27:06.210 - info: host.ioBrokerTestsystem stopInstance system.adapter.admin.0 killing pid 337
                                          2023-07-27 20:27:06.564 - info: host.ioBrokerTestsystem instance system.adapter.scheduler.0 terminated with code 0 (NO_ERROR)
                                          2023-07-27 20:27:06.571 - info: host.ioBrokerTestsystem stopInstance system.adapter.hm-rega.0 killing pid 522
                                          2023-07-27 20:27:06.573 - info: host.ioBrokerTestsystem stopInstance system.adapter.web.0 killing pid 917
                                          2023-07-27 20:27:08.661 - info: host.ioBrokerTestsystem instance system.adapter.javascript.0 terminated with code 0 (NO_ERROR)
                                          2023-07-27 20:27:08.884 - info: host.ioBrokerTestsystem instance system.adapter.fritzbox.0 terminated with code 0 (NO_ERROR)
                                          2023-07-27 20:27:08.886 - info: host.ioBrokerTestsystem instance system.adapter.samsung-community.0 terminated with code 0 (NO_ERROR)
                                          2023-07-27 20:27:09.007 - info: host.ioBrokerTestsystem instance system.adapter.tr-064.0 terminated with code 0 (NO_ERROR)
                                          2023-07-27 20:27:09.009 - info: host.ioBrokerTestsystem instance system.adapter.unifi.0 terminated with code 0 (NO_ERROR)
                                          2023-07-27 20:27:09.052 - info: host.ioBrokerTestsystem instance system.adapter.hm-rpc.0 terminated with code 0 (NO_ERROR)
                                          2023-07-27 20:27:09.159 - info: host.ioBrokerTestsystem instance system.adapter.backitup.0 terminated with code 0 (NO_ERROR)
                                          2023-07-27 20:27:09.160 - info: host.ioBrokerTestsystem instance system.adapter.info.0 terminated with code 0 (NO_ERROR)
                                          2023-07-27 20:27:09.279 - info: host.ioBrokerTestsystem instance system.adapter.nina.0 terminated with code 0 (NO_ERROR)
                                          2023-07-27 20:27:09.281 - info: host.ioBrokerTestsystem instance system.adapter.proxmox.0 terminated with code 0 (NO_ERROR)
                                          2023-07-27 20:27:09.343 - info: host.ioBrokerTestsystem instance system.adapter.simple-api.0 terminated with code 0 (NO_ERROR)
                                          2023-07-27 20:27:09.508 - info: host.ioBrokerTestsystem instance system.adapter.tankerkoenig.0 terminated with code 0 (NO_ERROR)
                                          2023-07-27 20:27:09.509 - info: host.ioBrokerTestsystem instance system.adapter.trashschedule.0 terminated with code 0 (NO_ERROR)
                                          2023-07-27 20:27:09.586 - info: host.ioBrokerTestsystem instance system.adapter.valloxmv.0 terminated with code 0 (NO_ERROR)
                                          2023-07-27 20:27:09.587 - info: host.ioBrokerTestsystem instance system.adapter.device-watcher.0 terminated with code 0 (NO_ERROR)
                                          2023-07-27 20:27:09.653 - info: host.ioBrokerTestsystem instance system.adapter.vis-2-beta.0 terminated with code 0 (NO_ERROR)
                                          2023-07-27 20:27:09.758 - info: host.ioBrokerTestsystem instance system.adapter.vis-inventwo.0 terminated with code 0 (NO_ERROR)
                                          2023-07-27 20:27:09.760 - info: host.ioBrokerTestsystem All instances are stopped.
                                          2023-07-27 20:27:09.763 - warn: host.ioBrokerTestsystem instance system.adapter.admin.0 terminated due to SIGTERM
                                          2023-07-27 20:27:09.764 - info: host.ioBrokerTestsystem instance system.adapter.admin.0 terminated with code null ()
                                          2023-07-27 20:27:09.765 - info: host.ioBrokerTestsystem All instances are stopped.
                                          2023-07-27 20:27:10.054 - warn: host.ioBrokerTestsystem instance system.adapter.hm-rega.0 terminated due to SIGTERM
                                          2023-07-27 20:27:10.055 - info: host.ioBrokerTestsystem instance system.adapter.hm-rega.0 terminated with code null ()
                                          2023-07-27 20:27:10.056 - info: host.ioBrokerTestsystem All instances are stopped.
                                          2023-07-27 20:27:10.098 - warn: host.ioBrokerTestsystem instance system.adapter.web.0 terminated due to SIGTERM
                                          2023-07-27 20:27:10.099 - info: host.ioBrokerTestsystem instance system.adapter.web.0 terminated with code null ()
                                          2023-07-27 20:27:10.100 - info: host.ioBrokerTestsystem All instances are stopped.
                                          2023-07-27 20:27:10.195 - info: host.ioBrokerTestsystem terminated
                                          2023-07-27 20:27:14.476 - info: host.ioBrokerTestsystem [CONTROLLER_AUTO_UPGRADE] Successfully stopped js-controller
                                          2023-07-27 20:27:14.490 - info: host.ioBrokerTestsystem [CONTROLLER_AUTO_UPGRADE] Server is running on http://localhost:8081
                                          2023-07-27 20:40:16.918 - info: host.ioBrokerTestsystem iobroker.js-controller version 5.0.8 js-controller starting
                                          2023-07-27 20:40:16.931 - info: host.ioBrokerTestsystem Copyright (c) 2014-2023 bluefox, 2014 hobbyquaker
                                          2023-07-27 20:40:16.934 - info: host.ioBrokerTestsystem hostname: ioBrokerTestsystem, node: v18.17.0
                                          2023-07-27 20:40:16.937 - info: host.ioBrokerTestsystem ip addresses: 192.168.178.77 fe80::f854:cfff:fe5f:6c25
                                          2023-07-27 20:40:20.323 - info: host.ioBrokerTestsystem connected to Objects and States
                                          2023-07-27 20:40:20.418 - info: host.ioBrokerTestsystem added notifications configuration of host
                                          2023-07-27 20:40:21.798 - info: host.ioBrokerTestsystem Delete state "system.host.ioBrokerTestsystem.versions.nodeCurrent"
                                          2023-07-27 20:40:21.802 - info: host.ioBrokerTestsystem 63 instances found
                                          2023-07-27 20:40:21.935 - info: host.ioBrokerTestsystem starting 33 instances
                                          
                                          foxriver76 1 Reply Last reply Reply Quote 0
                                          • foxriver76
                                            foxriver76 Developer @Feuersturm last edited by

                                            @feuersturm hm ok dann haben wir in 5.0.8 irgendwas kaputt gemacht, schauen wir uns an.

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate
                                            FAQ Cloud / IOT
                                            HowTo: Node.js-Update
                                            HowTo: Backup/Restore
                                            Downloads
                                            BLOG

                                            467
                                            Online

                                            31.9k
                                            Users

                                            80.1k
                                            Topics

                                            1.3m
                                            Posts

                                            71
                                            580
                                            125163
                                            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