Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Tester
    4. Beta-Test js-controller 2.2.x GitHub

    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

    Beta-Test js-controller 2.2.x GitHub

    This topic has been deleted. Only users with topic management privileges can see it.
    • D
      darkiop Most Active @apollon77 last edited by

      @apollon77

      https://github.com/ioBroker/ioBroker.sql/issues/92

      Ich geh später nochmal auf 2.1 zurück und teste es da nochmal. Bin mir nicht sicher, aber ich meine vor 2-3 Wochen einen DP deaktiviert zu haben.

      1 Reply Last reply Reply Quote 1
      • simatec
        simatec Developer Most Active @Einstein67 last edited by

        @Einstein67 sagte in Beta-Test js-controller 2.2.x GitHub:

        @apollon77

        Die Logs sehen nicht so schlecht aus. Allerdings ist, im Vergleich zu den Logs von vor 2 Tagen, nun auch eine Fehlermeldung vorhanden: "ERROR: No packet manager found"

        Web-GUI - Entfernen einer Instanz

        $ ./iobroker del info.0
        Delete adapter "info.0"
        host.iob10b Counted 1 instances of info.0
        host.iob10b Counted 1 devices of info.0
        host.iob10b Counted 58 channels of info.0
        ERROR: No packet manager found
        host.iob10b Counted 294 states of info.0
        host.iob10b Counted 14 states of system.adapter.info.0
        host.iob10b Deleting 368 object(s).
        host.iob10b: Only 200 objects left to be deleted.
        process exited with code 0
        

        Web-GUI - Adapter löschen

        $ ./iobroker del info
        Delete adapter "info"
        host.iob10b Counted 1 instances of info
        host.iob10b Counted 1 adapter for info
        ERROR: No packet manager found
        host.iob10b Deleting 2 object(s).
        npm uninstall iobroker.info --silent --save --prefix "/opt/iobroker" (System call)
        process exited with code 0
        

        Danach öffnet sich in beiden Fällen die AdapterKonfiguration ....

        Was mir noch aufgefallen ist: Das entfernen von Adaptern/Instanzen funktioniert mittels Konsole auch nur dann, wenn ioBroker vorher gestoppt wurde!

        Konsole - ioBroker läuft. Instanz wird nicht gelöscht (nach starten ist nach einiger Zeit der Adapter auch wieder da)

        iobroker@iob10b:~$ iobroker del info
        Delete adapter "info"
        host.iob10b Counted 1 instances of info
        host.iob10b Counted 1 adapter for info
        host.iob10b Counted 1 devices of info
        host.iob10b Counted 58 channels of info
        host.iob10b Counted 294 states of info
        host.iob10b Counted 14 states of system.adapter.info
        host.iob10b Deleting 369 object(s).
        No packet manager found
        host.iob10b: Only 200 objects left to be deleted.
        npm uninstall iobroker.info --silent --save --prefix "/opt/iobroker" (System call)
        

        Konsole - ioBroker gestoppt und trotz der Fehlermeldung am Ende, wird die Instanz und der Adapter entfernt.

        iobroker@iob10b:~$ iobroker stop
        iobroker@iob10b:~$ iobroker del info
        Delete adapter "info"
        host.iob10b Counted 1 instances of info
        host.iob10b Counted 1 adapter for info
        host.iob10b Counted 1 devices of info
        host.iob10b Counted 58 channels of info
        host.iob10b Counted 294 states of info
        host.iob10b Counted 14 states of system.adapter.info
        No packet manager found
        host.iob10b Deleting 369 object(s).
        host.iob10b: Only 200 objects left to be deleted.
        npm uninstall iobroker.info --silent --save --prefix "/opt/iobroker" (System call)
         Cannot write files: /opt/iobroker/iobroker-data/files/info.admin/_data.json: ENOENT: no such file or directory, open '/opt/iobroker/iobroker-data/files/info.admin/_data.json'
        

        Kann ich ebenfalls so bestätigen ...

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

          So, ich denke ich hab das Problem mit dem Adapter löschen gefunden. Eine Sache ist noch offen die ich mit Bluefox klären muss - es ist noch was mit den History/Custom-Einstellungen im Argen.

          Eine 2.2.5 vllt morgen oder Neujahr dann :-))

          ? 1 Reply Last reply Reply Quote 1
          • twonky
            twonky last edited by

            Die Reconnect Probleme im Multihost ist mit der Version 2.2.4 behoben.

            Ich habe master auf 2.1.1 und slave auf 2.2.4. Wenn der master neustartet verbinden sie die slaves nun wieder korrekt.

            apollon77 1 Reply Last reply Reply Quote 0
            • twonky
              twonky last edited by

              Mir ist noch ein Problem aufgefallen:

              Ich habe 2 Systeme im Multihost, master auf 2.1.1 gelassen und slave von 2.1.1 auf 2.2.4 aktualisiert. Nach dem Update hat es mir die https Zertifikate überschrieben. Normalerweise habe ich da ein Pfad zum Dateisystem vom master stehen, aber nach dem Update standen dort generierte Zertifikate vom slave drin. Ist das so gewünscht oder soll ich ein github issue anlegen?

              apollon77 1 Reply Last reply Reply Quote 0
              • apollon77
                apollon77 @twonky last edited by

                @twonky cool. Danke. Ich verstehe immer noch Nicht warum die re-subscribes nicht tun aber naja. Jetzt wird im Zweifel nochmal subscribed. Danke!!

                1 Reply Last reply Reply Quote 0
                • apollon77
                  apollon77 @twonky last edited by

                  @twonky was hast du genau wie angegeben? Der „setup First“ Prozess hat seit der 2.0/1 einen Mechanismus drin das das Zertifikat geprüft wird und wenn es nicht mehr gültig ist oder zu schwach oder zu lang gültig ist dann werden neue Zertifikate erzeugt.

                  Wie sieht denn dein System.cerrificates Objekt aus? Poste bitte mal.

                  1 Reply Last reply Reply Quote 0
                  • ?
                    A Former User @apollon77 last edited by A Former User

                    @apollon77 Moin, habe heute morgen ein update vom Bring! Adapter gemacht, und jetzt wollte ich die Instanz und den Adapter löschen, da ich den eigentlich nicht mehr benötige (Alexa2 sei Dank)...
                    Habe einen ganz komischen Effekt, wenn ich im Admin ( 3.7.5) ( js-controller 2.2.4, Node 10.17.0, NPM 6.13.0) die Instanz löschen lasse, löscht er sie, anschließend öffnet sich aber die Konfig-Seite vom Bring-Adapter und die Instanz ist wieder da.
                    Im Log steht "packet manager not found" ..

                    Wenn ich die Instanz stoppe, dann läuft auch kein Process mehr, hab auch mal die ganze VM rebootet... mit nem anderem Adapter das gleiche.. hmm hat noch jemand das Problem?

                    Hier das log ( hab mal dem rtsp-adapter getestet)( 11.41 Uhr nochmal bearbeitet auf debug)

                    2019-12-31 11:39:35.775  - info: host.iobroker "system.adapter.rtspStream.0" enabled
                    2019-12-31 11:39:35.798  - info: host.iobroker instance system.adapter.rtspStream.0 started with pid 5753
                    2019-12-31 11:39:35.890  - info: host.iobroker instance system.adapter.openweathermap.0 terminated with code 0 (NO_ERROR)
                    2019-12-31 11:39:36.357  - debug: rtspStream.0 (5753) Redis Objects: Use Redis connection: 0.0.0.0:9001
                    2019-12-31 11:39:36.397  - debug: rtspStream.0 (5753) Objects client ready ... initialize now
                    2019-12-31 11:39:36.401  - debug: rtspStream.0 (5753) Objects create System PubSub Client
                    2019-12-31 11:39:36.401  - debug: rtspStream.0 (5753) Objects create User PubSub Client
                    2019-12-31 11:39:36.402  - debug: rtspStream.0 (5753) Objects client initialize lua scripts
                    2019-12-31 11:39:36.425  - debug: rtspStream.0 (5753) Objects connected to redis: 0.0.0.0:9001
                    2019-12-31 11:39:36.428  - debug: rtspStream.0 (5753) objectDB connected
                    2019-12-31 11:39:36.430  - debug: rtspStream.0 (5753) Redis States: Use Redis connection: 0.0.0.0:9000
                    2019-12-31 11:39:36.443  - debug: rtspStream.0 (5753) States create User PubSub Client
                    2019-12-31 11:39:36.461  - debug: rtspStream.0 (5753) States create System PubSub Client
                    2019-12-31 11:39:36.512  - debug: rtspStream.0 (5753) States connected to redis: 0.0.0.0:9000
                    2019-12-31 11:39:36.513  - debug: rtspStream.0 (5753) statesDB connected
                    2019-12-31 11:39:37.252  - info: rtspStream.0 (5753) starting. Version 0.0.1 in /opt/iobroker/node_modules/iobroker.rtspStream, node: v10.17.0
                    2019-12-31 11:39:37.271  - debug: rtspStream.0 (5753) Starting rtsp Stream
                    2019-12-31 11:39:37.371  - debug: rtspStream.0 (5753) State Change: rtspStream.0.startStream to true ack false
                    2019-12-31 11:39:37.372  - debug: rtspStream.0 (5753) Start stream on rtsp://admin:admin@192.168.0.88/12with port 554
                    2019-12-31 11:39:43.201  - info: host.iobroker iobroker del rtspStream.0
                    2019-12-31 11:39:44.323  - info: host.iobroker iobroker Delete adapter "rtspStream.0"
                    2019-12-31 11:39:44.339  - info: host.iobroker iobroker host.iobroker Counted 1 instances of rtspStream.0
                    2019-12-31 11:39:44.377  - info: host.iobroker iobroker host.iobroker Counted 1 states of rtspStream.0
                    2019-12-31 11:39:44.388  - info: host.iobroker iobroker host.iobroker Counted 14 states of system.adapter.rtspStream.0
                    2019-12-31 11:39:46.124  - info: host.iobroker iobroker host.iobroker Deleting 16 object(s).
                    2019-12-31 11:39:46.905  - info: host.iobroker object deleted system.adapter.rtspStream.0
                    2019-12-31 11:39:46.905  - info: host.iobroker stopInstance system.adapter.rtspStream.0 (force=false, process=true)
                    2019-12-31 11:39:46.909  - info: rtspStream.0 (5753) Got terminate signal TERMINATE_YOURSELF
                    2019-12-31 11:39:46.906  - info: host.iobroker stopInstance system.adapter.rtspStream.0 send kill signal
                    2019-12-31 11:39:46.913  - info: Set hostname iobroker for system.adapter.rtspStream.0
                    2019-12-31 11:39:46.928  - info: host.iobroker stopInstance system.adapter.rtspStream.0 (force=false, process=true)
                    2019-12-31 11:39:46.931  - info: host.iobroker stopInstance system.adapter.rtspStream.0 send kill signal
                    2019-12-31 11:39:46.934  - info: rtspStream.0 (5753) Got terminate signal TERMINATE_YOURSELF
                    2019-12-31 11:39:47.410  - info: rtspStream.0 (5753) terminating
                    2019-12-31 11:39:47.411  - info: rtspStream.0 (5753) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason
                    2019-12-31 11:39:47.907  - info: host.iobroker stopInstance system.adapter.rtspStream.0 killing pid 5753
                    2019-12-31 11:39:47.914  - info: host.iobroker iobroker exit 0
                    
                    
                    
                    apollon77 1 Reply Last reply Reply Quote 0
                    • apollon77
                      apollon77 @Guest last edited by

                      @ilovegym bekannt. Siehe weiter oben. Wird in der 2.2.4 gefixt werden.

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

                        So, passend zum Jahresende hätte ich hier noch für Euch die 2.2.5 als "Latest RC1" 🙂

                        Änderungen zur 2.2.3 vorher:

                        • (Apollon77) add certificate handling if a local file is specified and do not overwrite if invalid in setup first
                        • (Apollon77) add check in objects lib
                        • (Apollon77) only initialize PacketManager when needed to prevent error messages shown when not relevant
                        • (Apollon77) change logging when no packetmanageer found to info
                        • (Apollon77) disable gz-log-rotation on windows; remove added logging from debugging
                        • (Apollon77) make sure adapters and instances can be deleted again

                        Mit der Version lass sich Adapter wieder löschen und lokale Zertifikat-Files sollten bei iobroker cert view und `setup first bei Updates (@twonky ) wieder tun 🙂

                        Es gibt noch ein Known Issue wo wir gerade überlegen wie wir es genau fixen: Man kann aktuell keine "Custom"-Objektsettings (History, iqontrol, telegram ...) mehr deaktivieren/löschen. Das liegt an einem anderen Fix. Wir sind hier noch am Diskutiren wie wir es fixen ... Entweder im Controller ode rim Admin ... Mal schauen.

                        Dann Happy New Year!

                        Ingo

                        sigi234 ? 2 Replies Last reply Reply Quote 3
                        • sigi234
                          sigi234 Forum Testing Most Active @apollon77 last edited by

                          @apollon77 sagte in Beta-Test js-controller 2.2.x GitHub:

                          Dann Happy New Year!

                          DITO! 🍺 🍸 🥂

                          1 Reply Last reply Reply Quote 1
                          • ?
                            A Former User @apollon77 last edited by

                            @apollon77 Danke für die tollen Updates, und auch einen guten Rutsch!

                            Instanzen lassen sich wieder löschen, super. Soweit läuft das. 👍

                            1 Reply Last reply Reply Quote 1
                            • D
                              darkiop Most Active last edited by

                              Klasse Ingo, ich lass das über den Jahreswechsel laufen und checke Moren das Log 🙂

                              Euch allen einen guten Rutsch!

                              1 Reply Last reply Reply Quote 1
                              • apollon77
                                apollon77 last edited by

                                Euch auch nen guten Rutsch

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

                                  @apollon77: Das einzige was ich auf dem slave gemacht habe war:

                                  iobroker stop
                                  npm install iobroker.js-controller@2.2.4
                                  iobroker start

                                  Auf dem master hatte ich garnichts gemacht. Es sollte doch in keinem Fall der slave Zertifikate des master updaten dürfen oder?

                                  apollon77 1 Reply Last reply Reply Quote 0
                                  • apollon77
                                    apollon77 @twonky last edited by

                                    @twonky im Controller 2.x haben wir einen Zertifikats Check eingebaut. Der wird bei jedem Controller Update ausgeführt. Egal wo.

                                    Weiterhin: formal gesehen weiß ein Slave nur bedingt das er ein Slave ist. Bei file dBs geht das noch einigermaßen. Bei redis Nutzung ist das eh hinfällig. Daher wird bei einem Controller Update das Zertifikat Objekt gelesen und geprüft .... egal wo das Update läuft.

                                    Aber jetzt mit der 2.2.5 werden file Angaben als User hier geprüft aber nicht geändert.

                                    Chaot 1 Reply Last reply Reply Quote 1
                                    • Chaot
                                      Chaot @apollon77 last edited by

                                      @apollon77 Ich habe nachts nach dem geplanten Neustart des Admin Adapters fast eine Stunde lang Fehlermeldungen:

                                      host.ioBroker	2020-01-01 02:59:00.547	error	instance system.adapter.admin.0 terminated with code 156 (156)
                                      host.ioBroker	2020-01-01 02:58:01.572	info	instance system.adapter.admin.0 started with pid 6569
                                      host.ioBroker	2020-01-01 02:58:00.544	info	Restart adapter system.adapter.admin.0 because enabled
                                      host.ioBroker	2020-01-01 02:58:00.543	error	instance system.adapter.admin.0 terminated with code 156 (156)
                                      host.ioBroker	2020-01-01 02:57:01.572	info	instance system.adapter.admin.0 started with pid 5870
                                      host.ioBroker	2020-01-01 02:57:00.545	info	Restart adapter system.adapter.admin.0 because enabled
                                      host.ioBroker	2020-01-01 02:57:00.544	error	instance system.adapter.admin.0 terminated with code 156 (156)
                                      host.ioBroker	2020-01-01 02:56:01.569	info	instance system.adapter.admin.0 started with pid 5237
                                      host.ioBroker	2020-01-01 02:56:00.545	info	Restart adapter system.adapter.admin.0 because enabled
                                      host.ioBroker	2020-01-01 02:56:00.544	error	instance system.adapter.admin.0 terminated with code 156 (156)
                                      host.ioBroker	2020-01-01 02:55:01.572	info	instance system.adapter.admin.0 started with pid 4550
                                      host.ioBroker	2020-01-01 02:55:00.547	info	Restart adapter system.adapter.admin.0 because enabled
                                      host.ioBroker	2020-01-01 02:55:00.546	error	instance system.adapter.admin.0 terminated with code 156 (156)
                                      host.ioBroker	2020-01-01 02:54:11.814	info	instance system.adapter.daswetter.0 terminated with code 0 (NO_ERROR)
                                      host.ioBroker	2020-01-01 02:54:01.586	info	instance system.adapter.admin.0 started with pid 3923
                                      host.ioBroker	2020-01-01 02:54:00.554	info	Restart adapter system.adapter.admin.0 because enabled
                                      host.ioBroker	2020-01-01 02:54:00.553	error	instance system.adapter.admin.0 terminated with code 156 (156)
                                      host.ioBroker	2020-01-01 02:54:00.028	info	instance system.adapter.daswetter.0 started with pid 3907
                                      host.ioBroker	2020-01-01 02:53:01.582	info	instance system.adapter.admin.0 started with pid 3227
                                      host.ioBroker	2020-01-01 02:53:00.553	info	Restart adapter system.adapter.admin.0 because enabled
                                      host.ioBroker	2020-01-01 02:53:00.553	error	instance system.adapter.admin.0 terminated with code 156 (156)
                                      host.ioBroker	2020-01-01 02:52:01.583	info	instance system.adapter.admin.0 started with pid 2604
                                      host.ioBroker	2020-01-01 02:52:00.555	info	Restart adapter system.adapter.admin.0 because enabled
                                      

                                      Ist nichts Dramatisches. Aber das System braucht eben fast 1 Stunde bis es sich wieder gefangen hat.
                                      Ich bin mir aber nicht sicher ob es jetzt am Controler V 2.2.5 oder am Admin V 3.7.5 liegt, da ich blöderweise beie geupdatet habe.

                                      apollon77 2 Replies Last reply Reply Quote 0
                                      • apollon77
                                        apollon77 @Chaot last edited by

                                        @Chaot ok. Checke es.

                                        1 Reply Last reply Reply Quote 0
                                        • apollon77
                                          apollon77 @Chaot last edited by

                                          @Chaot Ist das log komplett? Hat der Admin adapter zwichendurch nichts gesagt?

                                          Chaot 1 Reply Last reply Reply Quote 0
                                          • Chaot
                                            Chaot @apollon77 last edited by

                                            @apollon77 Nich ganz.
                                            Der Fehler startet mit dem Neustart des Admin Adapters:

                                            2020-01-01 01:54:10.245 - info: host.ioBroker instance system.adapter.daswetter.0 terminated with code 0 (NO_ERROR)
                                            2020-01-01 02:00:00.050 - info: host.ioBroker instance system.adapter.daswetter.0 started with pid 32670
                                            2020-01-01 02:00:00.615 - error: host.ioBroker instance system.adapter.admin.0 terminated with code 156 (156)
                                            2020-01-01 02:00:00.615 - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
                                            2020-01-01 02:00:01.643 - info: host.ioBroker instance system.adapter.admin.0 started with pid 32681
                                            2020-01-01 02:00:04.078 - info: host.ioBroker instance system.adapter.tvspielfilm.0 started with pid 32701
                                            2020-01-01 02:00:08.103 - info: host.ioBroker instance system.adapter.dwd.0 started with pid 329
                                            2020-01-01 02:00:12.144 - info: host.ioBroker instance system.adapter.ical.0 started with pid 354
                                            2020-01-01 02:00:12.509 - info: host.ioBroker instance system.adapter.dwd.0 terminated with code 0 (NO_ERROR)
                                            2020-01-01 02:00:13.436 - info: host.ioBroker instance system.adapter.daswetter.0 terminated with code 0 (NO_ERROR)
                                            2020-01-01 02:00:22.170 - info: host.ioBroker instance system.adapter.ical.0 terminated with code 0 (NO_ERROR)
                                            2020-01-01 02:01:00.546 - error: host.ioBroker instance system.adapter.admin.0 terminated with code 156 (156)
                                            2020-01-01 02:01:00.547 - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
                                            2020-01-01 02:01:01.572 - info: host.ioBroker instance system.adapter.admin.0 started with pid 1110
                                            2020-01-01 02:01:08.082 - info: host.ioBroker instance system.adapter.tvspielfilm.0 terminated with code 0 (NO_ERROR)
                                            2020-01-01 02:02:00.544 - error: host.ioBroker instance system.adapter.admin.0 terminated with code 156 (156)
                                            2020-01-01 02:02:00.545 - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
                                            2020-01-01 02:02:01.571 - info: host.ioBroker instance system.adapter.admin.0 started with pid 1856
                                            2020-01-01 02:03:00.540 - error: host.ioBroker instance system.adapter.admin.0 terminated with code 156 (156)
                                            2020-01-01 02:03:00.541 - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
                                            2020-01-01 02:03:01.568 - info: host.ioBroker instance system.adapter.admin.0 started with pid 2477
                                            2020-01-01 02:04:00.541 - error: host.ioBroker instance system.adapter.admin.0 terminated with code 156 (156)
                                            2020-01-01 02:04:00.542 - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
                                            2020-01-01 02:04:01.570 - info: host.ioBroker instance system.adapter.admin.0 started with pid 3169
                                            2020-01-01 02:05:00.542 - error: host.ioBroker instance system.adapter.admin.0 terminated with code 156 (156)
                                            2020-01-01 02:05:00.543 - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
                                            2020-01-01 02:05:01.568 - info: host.ioBroker instance system.adapter.admin.0 started with pid 3791
                                            2020-01-01 02:06:00.544 - error: host.ioBroker instance system.adapter.admin.0 terminated with code 156 (156)
                                            2020-01-01 02:06:00.544 - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
                                            2020-01-01 02:06:01.568 - info: host.ioBroker instance system.adapter.admin.0 started with pid 4481
                                            2020-01-01 02:07:00.556 - error: host.ioBroker instance system.adapter.admin.0 terminated with code 156 (156)
                                            2020-01-01 02:07:00.557 - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
                                            2020-01-01 02:07:01.584 - info: host.ioBroker instance system.adapter.admin.0 started with pid 5106
                                            2020-01-01 02:08:00.553 - error: host.ioBroker instance system.adapter.admin.0 terminated with code 156 (156)
                                            2020-01-01 02:08:00.553 - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
                                            2020-01-01 02:08:01.578 - info: host.ioBroker instance system.adapter.admin.0 started with pid 5799
                                            2020-01-01 02:09:00.549 - error: host.ioBroker instance system.adapter.admin.0 terminated with code 156 (156)
                                            2020-01-01 02:09:00.550 - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
                                            2020-01-01 02:09:01.575 - info: host.ioBroker instance system.adapter.admin.0 started with pid 6422
                                            2020-01-01 02:10:00.550 - error: host.ioBroker instance system.adapter.admin.0 terminated with code 156 (156)
                                            2020-01-01 02:10:00.551 - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
                                            2020-01-01 02:10:01.576 - info: host.ioBroker instance system.adapter.admin.0 started with pid 7109
                                            2020-01-01 02:11:00.539 - error: host.ioBroker instance system.adapter.admin.0 terminated with code 156 (156)
                                            2020-01-01 02:11:00.540 - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
                                            2020-01-01 02:11:01.565 - info: host.ioBroker instance system.adapter.admin.0 started with pid 7734
                                            2020-01-01 02:12:00.546 - error: host.ioBroker instance system.adapter.admin.0 terminated with code 156 (156)
                                            2020-01-01 02:12:00.547 - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
                                            2020-01-01 02:12:01.580 - info: host.ioBroker instance system.adapter.admin.0 started with pid 8424
                                            2020-01-01 02:13:00.547 - error: host.ioBroker instance system.adapter.admin.0 terminated with code 156 (156)
                                            2020-01-01 02:13:00.548 - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
                                            2020-01-01 02:13:01.573 - info: host.ioBroker instance system.adapter.admin.0 started with pid 9048
                                            2020-01-01 02:14:00.543 - error: host.ioBroker instance system.adapter.admin.0 terminated with code 156 (156)
                                            2020-01-01 02:14:00.544 - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
                                            2020-01-01 02:14:01.568 - info: host.ioBroker instance system.adapter.admin.0 started with pid 9740
                                            2020-01-01 02:15:00.563 - error: host.ioBroker instance system.adapter.admin.0 terminated with code 156 (156)
                                            2020-01-01 02:15:00.564 - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
                                            2020-01-01 02:15:01.588 - info: host.ioBroker instance system.adapter.admin.0 started with pid 10364
                                            2020-01-01 02:16:00.545 - error: host.ioBroker instance system.adapter.admin.0 terminated with code 156 (156)
                                            2020-01-01 02:16:00.546 - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
                                            2020-01-01 02:16:01.572 - info: host.ioBroker instance system.adapter.admin.0 started with pid 11056
                                            2020-01-01 02:17:00.554 - error: host.ioBroker instance system.adapter.admin.0 terminated with code 156 (156)
                                            2020-01-01 02:17:00.554 - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
                                            2020-01-01 02:17:01.584 - info: host.ioBroker instance system.adapter.admin.0 started with pid 11680
                                            2020-01-01 02:18:00.028 - info: host.ioBroker instance system.adapter.daswetter.0 started with pid 12372
                                            2020-01-01 02:18:00.564 - error: host.ioBroker instance system.adapter.admin.0 terminated with code 156 (156)
                                            2020-01-01 02:18:00.565 - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
                                            2020-01-01 02:18:01.590 - info: host.ioBroker instance system.adapter.admin.0 started with pid 12383
                                            2020-01-01 02:18:11.984 - info: host.ioBroker instance system.adapter.daswetter.0 terminated with code 0 (NO_ERROR)
                                            2020-01-01 02:19:00.541 - error: host.ioBroker instance system.adapter.admin.0 terminated with code 156 (156)
                                            2020-01-01 02:19:00.541 - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
                                            2020-01-01 02:19:01.570 - info: host.ioBroker instance system.adapter.admin.0 started with pid 13010
                                            2020-01-01 02:20:00.548 - error: host.ioBroker instance system.adapter.admin.0 terminated with code 156 (156)
                                            2020-01-01 02:20:00.549 - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
                                            2020-01-01 02:20:01.575 - info: host.ioBroker instance system.adapter.admin.0 started with pid 13697
                                            2020-01-01 02:21:00.540 - error: host.ioBroker instance system.adapter.admin.0 terminated with code 156 (156)
                                            2020-01-01 02:21:00.542 - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
                                            2020-01-01 02:21:01.566 - info: host.ioBroker instance system.adapter.admin.0 started with pid 14333
                                            2020-01-01 02:22:00.551 - error: host.ioBroker instance system.adapter.admin.0 terminated with code 156 (156)
                                            2020-01-01 02:22:00.551 - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
                                            2020-01-01 02:22:01.579 - info: host.ioBroker instance system.adapter.admin.0 started with pid 15019
                                            2020-01-01 02:23:00.042 - info: host.ioBroker instance system.adapter.ical.8 started with pid 15638
                                            2020-01-01 02:23:00.553 - error: host.ioBroker instance system.adapter.admin.0 terminated with code 156 (156)
                                            2020-01-01 02:23:00.553 - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
                                            2020-01-01 02:23:01.578 - info: host.ioBroker instance system.adapter.admin.0 started with pid 15652
                                            2020-01-01 02:23:09.361 - info: host.ioBroker instance system.adapter.ical.8 terminated with code 0 (NO_ERROR)
                                            2020-01-01 02:24:00.555 - error: host.ioBroker instance system.adapter.admin.0 terminated with code 156 (156)
                                            2020-01-01 02:24:00.556 - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
                                            2020-01-01 02:24:01.580 - info: host.ioBroker instance system.adapter.admin.0 started with pid 16344
                                            2020-01-01 02:25:00.048 - info: host.ioBroker instance system.adapter.tvspielfilm.0 started with pid 16974
                                            2020-01-01 02:25:00.570 - error: host.ioBroker instance system.adapter.admin.0 terminated with code 156 (156)
                                            2020-01-01 02:25:00.571 - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
                                            2020-01-01 02:25:01.595 - info: host.ioBroker instance system.adapter.admin.0 started with pid 16988
                                            2020-01-01 02:26:00.541 - error: host.ioBroker instance system.adapter.admin.0 terminated with code 156 (156)
                                            2020-01-01 02:26:00.542 - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
                                            2020-01-01 02:26:01.567 - info: host.ioBroker instance system.adapter.admin.0 started with pid 17691
                                            2020-01-01 02:26:03.117 - info: host.ioBroker instance system.adapter.tvspielfilm.0 terminated with code 0 (NO_ERROR)
                                            2020-01-01 02:27:00.545 - error: host.ioBroker instance system.adapter.admin.0 terminated with code 156 (156)
                                            2020-01-01 02:27:00.546 - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
                                            2020-01-01 02:27:01.573 - info: host.ioBroker instance system.adapter.admin.0 started with pid 18315
                                            2020-01-01 02:28:00.545 - error: host.ioBroker instance system.adapter.admin.0 terminated with code 156 (156)
                                            2020-01-01 02:28:00.546 - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
                                            2020-01-01 02:28:01.574 - info: host.ioBroker instance system.adapter.admin.0 started with pid 19004
                                            2020-01-01 02:29:00.541 - error: host.ioBroker instance system.adapter.admin.0 terminated with code 156 (156)
                                            2020-01-01 02:29:00.542 - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
                                            2020-01-01 02:29:01.564 - info: host.ioBroker instance system.adapter.admin.0 started with pid 19629
                                            2020-01-01 02:30:00.047 - info: host.ioBroker instance system.adapter.ical.0 started with pid 20318
                                            2020-01-01 02:30:00.559 - error: host.ioBroker instance system.adapter.admin.0 terminated with code 156 (156)
                                            2020-01-01 02:30:00.559 - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
                                            2020-01-01 02:30:01.585 - info: host.ioBroker instance system.adapter.admin.0 started with pid 20329
                                            2020-01-01 02:30:04.076 - info: host.ioBroker instance system.adapter.dwd.0 started with pid 20349
                                            2020-01-01 02:30:08.103 - info: host.ioBroker instance system.adapter.odl.0 started with pid 20445
                                            2020-01-01 02:30:09.898 - info: odl.0 (20445) starting. Version 1.0.2 in /opt/iobroker/node_modules/iobroker.odl, node: v10.18.0
                                            2020-01-01 02:30:10.055 - info: host.ioBroker instance system.adapter.ical.0 terminated with code 0 (NO_ERROR)
                                            2020-01-01 02:30:10.584 - info: odl.0 (20445) Terminated (NO_ERROR): Without reason
                                            2020-01-01 02:30:10.622 - info: host.ioBroker instance system.adapter.dwd.0 terminated with code 0 (NO_ERROR)
                                            2020-01-01 02:30:11.098 - info: host.ioBroker instance system.adapter.odl.0 terminated with code 0 (NO_ERROR)
                                            2020-01-01 02:31:00.556 - error: host.ioBroker instance system.adapter.admin.0 terminated with code 156 (156)
                                            2020-01-01 02:31:00.557 - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
                                            2020-01-01 02:31:01.585 - info: host.ioBroker instance system.adapter.admin.0 started with pid 20988
                                            2020-01-01 02:32:00.546 - error: host.ioBroker instance system.adapter.admin.0 terminated with code 156 (156)
                                            2020-01-01 02:32:00.548 - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
                                            2020-01-01 02:32:01.572 - info: host.ioBroker instance system.adapter.admin.0 started with pid 21675
                                            2020-01-01 02:33:00.545 - error: host.ioBroker instance system.adapter.admin.0 terminated with code 156 (156)
                                            2020-01-01 02:33:00.546 - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
                                            2020-01-01 02:33:01.573 - info: host.ioBroker instance system.adapter.admin.0 started with pid 22299
                                            2020-01-01 02:34:00.562 - error: host.ioBroker instance system.adapter.admin.0 terminated with code 156 (156)
                                            2020-01-01 02:34:00.563 - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
                                            2020-01-01 02:34:01.589 - info: host.ioBroker instance system.adapter.admin.0 started with pid 22986
                                            2020-01-01 02:35:00.569 - error: host.ioBroker instance system.adapter.admin.0 terminated with code 156 (156)
                                            2020-01-01 02:35:00.570 - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
                                            2020-01-01 02:35:01.594 - info: host.ioBroker instance system.adapter.admin.0 started with pid 23609
                                            2020-01-01 02:36:00.039 - info: host.ioBroker instance system.adapter.daswetter.0 started with pid 24296
                                            2020-01-01 02:36:00.568 - error: host.ioBroker instance system.adapter.admin.0 terminated with code 156 (156)
                                            2020-01-01 02:36:00.568 - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
                                            2020-01-01 02:36:01.596 - info: host.ioBroker instance system.adapter.admin.0 started with pid 24307
                                            2020-01-01 02:36:12.027 - info: host.ioBroker instance system.adapter.daswetter.0 terminated with code 0 (NO_ERROR)
                                            2020-01-01 02:37:00.552 - error: host.ioBroker instance system.adapter.admin.0 terminated with code 156 (156)
                                            2020-01-01 02:37:00.553 - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
                                            2020-01-01 02:37:01.580 - info: host.ioBroker instance system.adapter.admin.0 started with pid 24934
                                            2020-01-01 02:38:00.550 - error: host.ioBroker instance system.adapter.admin.0 terminated with code 156 (156)
                                            2020-01-01 02:38:00.551 - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
                                            2020-01-01 02:38:01.576 - info: host.ioBroker instance system.adapter.admin.0 started with pid 25621
                                            2020-01-01 02:39:00.548 - error: host.ioBroker instance system.adapter.admin.0 terminated with code 156 (156)
                                            2020-01-01 02:39:00.549 - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
                                            2020-01-01 02:39:01.574 - info: host.ioBroker instance system.adapter.admin.0 started with pid 26244
                                            2020-01-01 02:40:00.566 - error: host.ioBroker instance system.adapter.admin.0 terminated with code 156 (156)
                                            2020-01-01 02:40:00.567 - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
                                            2020-01-01 02:40:01.592 - info: host.ioBroker instance system.adapter.admin.0 started with pid 26930
                                            2020-01-01 02:41:00.570 - error: host.ioBroker instance system.adapter.admin.0 terminated with code 156 (156)
                                            2020-01-01 02:41:00.571 - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
                                            2020-01-01 02:41:01.595 - info: host.ioBroker instance system.adapter.admin.0 started with pid 27552
                                            2020-01-01 02:42:00.558 - error: host.ioBroker instance system.adapter.admin.0 terminated with code 156 (156)
                                            2020-01-01 02:42:00.559 - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
                                            2020-01-01 02:42:01.584 - info: host.ioBroker instance system.adapter.admin.0 started with pid 28237
                                            2020-01-01 02:43:00.542 - error: host.ioBroker instance system.adapter.admin.0 terminated with code 156 (156)
                                            2020-01-01 02:43:00.543 - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
                                            2020-01-01 02:43:01.568 - info: host.ioBroker instance system.adapter.admin.0 started with pid 28860
                                            2020-01-01 02:44:00.544 - error: host.ioBroker instance system.adapter.admin.0 terminated with code 156 (156)
                                            2020-01-01 02:44:00.544 - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
                                            2020-01-01 02:44:01.573 - info: host.ioBroker instance system.adapter.admin.0 started with pid 29545
                                            2020-01-01 02:45:00.579 - error: host.ioBroker instance system.adapter.admin.0 terminated with code 156 (156)
                                            2020-01-01 02:45:00.580 - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
                                            2020-01-01 02:45:01.609 - info: host.ioBroker instance system.adapter.admin.0 started with pid 30167
                                            2020-01-01 02:46:00.551 - error: host.ioBroker instance system.adapter.admin.0 terminated with code 156 (156)
                                            2020-01-01 02:46:00.552 - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
                                            2020-01-01 02:46:01.582 - info: host.ioBroker instance system.adapter.admin.0 started with pid 30854
                                            2020-01-01 02:47:00.551 - error: host.ioBroker instance system.adapter.admin.0 terminated with code 156 (156)
                                            2020-01-01 02:47:00.551 - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
                                            2020-01-01 02:47:01.576 - info: host.ioBroker instance system.adapter.admin.0 started with pid 31476
                                            2020-01-01 02:48:00.552 - error: host.ioBroker instance system.adapter.admin.0 terminated with code 156 (156)
                                            2020-01-01 02:48:00.553 - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
                                            2020-01-01 02:48:01.577 - info: host.ioBroker instance system.adapter.admin.0 started with pid 32165
                                            2020-01-01 02:49:00.543 - error: host.ioBroker instance system.adapter.admin.0 terminated with code 156 (156)
                                            2020-01-01 02:49:00.544 - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
                                            2020-01-01 02:49:01.568 - info: host.ioBroker instance system.adapter.admin.0 started with pid 318
                                            2020-01-01 02:50:00.069 - info: host.ioBroker instance system.adapter.tvspielfilm.0 started with pid 1224
                                            2020-01-01 02:50:00.554 - error: host.ioBroker instance system.adapter.admin.0 terminated with code 156 (156)
                                            2020-01-01 02:50:00.554 - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
                                            2020-01-01 02:50:01.580 - info: host.ioBroker instance system.adapter.admin.0 started with pid 1240
                                            2020-01-01 02:51:00.538 - error: host.ioBroker instance system.adapter.admin.0 terminated with code 156 (156)
                                            2020-01-01 02:51:00.539 - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
                                            2020-01-01 02:51:01.564 - info: host.ioBroker instance system.adapter.admin.0 started with pid 1915
                                            2020-01-01 02:51:03.401 - info: host.ioBroker instance system.adapter.tvspielfilm.0 terminated with code 0 (NO_ERROR)
                                            2020-01-01 02:52:00.554 - error: host.ioBroker instance system.adapter.admin.0 terminated with code 156 (156)
                                            2020-01-01 02:52:00.555 - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
                                            2020-01-01 02:52:01.583 - info: host.ioBroker instance system.adapter.admin.0 started with pid 2604
                                            2020-01-01 02:53:00.553 - error: host.ioBroker instance system.adapter.admin.0 terminated with code 156 (156)
                                            2020-01-01 02:53:00.553 - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
                                            2020-01-01 02:53:01.582 - info: host.ioBroker instance system.adapter.admin.0 started with pid 3227
                                            2020-01-01 02:54:00.028 - info: host.ioBroker instance system.adapter.daswetter.0 started with pid 3907
                                            2020-01-01 02:54:00.553 - error: host.ioBroker instance system.adapter.admin.0 terminated with code 156 (156)
                                            2020-01-01 02:54:00.554 - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
                                            2020-01-01 02:54:01.586 - info: host.ioBroker instance system.adapter.admin.0 started with pid 3923
                                            2020-01-01 02:54:11.814 - info: host.ioBroker instance system.adapter.daswetter.0 terminated with code 0 (NO_ERROR)
                                            2020-01-01 02:55:00.546 - error: host.ioBroker instance system.adapter.admin.0 terminated with code 156 (156)
                                            2020-01-01 02:55:00.547 - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
                                            2020-01-01 02:55:01.572 - info: host.ioBroker instance system.adapter.admin.0 started with pid 4550
                                            2020-01-01 02:56:00.544 - error: host.ioBroker instance system.adapter.admin.0 terminated with code 156 (156)
                                            2020-01-01 02:56:00.545 - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
                                            2020-01-01 02:56:01.569 - info: host.ioBroker instance system.adapter.admin.0 started with pid 5237
                                            2020-01-01 02:57:00.544 - error: host.ioBroker instance system.adapter.admin.0 terminated with code 156 (156)
                                            2020-01-01 02:57:00.545 - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
                                            2020-01-01 02:57:01.572 - info: host.ioBroker instance system.adapter.admin.0 started with pid 5870
                                            2020-01-01 02:58:00.543 - error: host.ioBroker instance system.adapter.admin.0 terminated with code 156 (156)
                                            2020-01-01 02:58:00.544 - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
                                            2020-01-01 02:58:01.572 - info: host.ioBroker instance system.adapter.admin.0 started with pid 6569
                                            2020-01-01 02:59:00.547 - error: host.ioBroker instance system.adapter.admin.0 terminated with code 156 (156)
                                            2020-01-01 02:59:00.548 - info: host.ioBroker Restart adapter system.adapter.admin.0 because enabled
                                            2020-01-01 02:59:01.574 - info: host.ioBroker instance system.adapter.admin.0 started with pid 7203
                                            


                                            Das hat er gestern auch schon gemacht, da habe ich das aber nicht beachtet.
                                            Er hat dann fast eine Stunde gebraucht um sich wieder zu fangen. Den weiteren Tag läuft alles ohne weitere Fehlermeldung.

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            856
                                            Online

                                            31.9k
                                            Users

                                            80.1k
                                            Topics

                                            1.3m
                                            Posts

                                            beta github js-controller
                                            18
                                            169
                                            16235
                                            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