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 Kiera (v6.0)

    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 Kiera (v6.0)

    This topic has been deleted. Only users with topic management privileges can see it.
    • S
      Shadowhunter23 last edited by Shadowhunter23

      6.0.7 bringt mir folgenden Log, Iobroker startet nicht( iob fix hilft nicht):

      2024-07-13 09:59:01.727  - info: host.iobroker iobroker.js-controller version 6.0.7 js-controller starting
      2024-07-13 09:59:01.729  - info: host.iobroker Copyright (c) 2014-2023 bluefox, 2014 hobbyquaker
      2024-07-13 09:59:01.729  - info: host.iobroker hostname: iobroker, node: v20.15.1
      2024-07-13 09:59:01.730  - info: host.iobroker ip addresses: 192.168.0.222 fe80::8c62:1cff:fe49:dd99
      2024-07-13 09:59:01.779  - info: host.iobroker connected to Objects and States
      2024-07-13 09:59:01.787  - info: host.iobroker added notifications configuration of host
      2024-07-13 09:59:01.901  - info: host.iobroker 62 instances found
      2024-07-13 09:59:01.919  - info: host.iobroker starting 51 instances
      2024-07-13 09:59:02.046  - info: host.iobroker instance system.adapter.admin.0 in version "7.0.13" started with pid 2920
      2024-07-13 09:59:02.053  - info: host.iobroker Delete state "system.host.iobroker.versions.nodeNewestNext"
      2024-07-13 09:59:02.055  - info: host.iobroker Delete state "system.host.iobroker.versions.npmCurrent"
      2024-07-13 09:59:02.056  - info: host.iobroker Delete state "system.host.iobroker.versions.nodeCurrent"
      2024-07-13 09:59:02.057  - info: host.iobroker Delete state "system.host.iobroker.versions.npmNewestNext"
      2024-07-13 09:59:02.058  - info: host.iobroker Delete state "system.host.iobroker.versions.npmNewest"
      2024-07-13 09:59:02.059  - info: host.iobroker Delete state "system.host.iobroker.versions.nodeNewest"
      2024-07-13 09:59:02.060  - info: host.iobroker Some obsolete host states deleted.
      2024-07-13 09:59:02.745  - error: admin.0 (2920) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
      2024-07-13 09:59:02.745  - error: admin.0 (2920) unhandled promise rejection: callback is not a function
      2024-07-13 09:59:02.746  - error: admin.0 (2920) TypeError: callback is not a function
          at /opt/iobroker/node_modules/@iobroker/plugin-base/lib/PluginBase.js:310:17
          at runNextTicks (node:internal/process/task_queues:60:5)
          at processImmediate (node:internal/timers:449:9)
      2024-07-13 09:59:02.747  - error: admin.0 (2920) callback is not a function
      2024-07-13 09:59:03.253  - warn: admin.0 (2920) Terminated (UNCAUGHT_EXCEPTION): Without reason
      2024-07-13 09:59:03.782  - error: host.iobroker Caught by controller[0]: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason:
      2024-07-13 09:59:03.782  - error: host.iobroker Caught by controller[1]: TypeError: callback is not a function
      2024-07-13 09:59:03.782  - error: host.iobroker Caught by controller[1]:     at /opt/iobroker/node_modules/@iobroker/plugin-base/lib/PluginBase.js:310:17
      2024-07-13 09:59:03.782  - error: host.iobroker Caught by controller[1]:     at runNextTicks (node:internal/process/task_queues:60:5)
      2024-07-13 09:59:03.783  - error: host.iobroker Caught by controller[1]:     at processImmediate (node:internal/timers:449:9)
      2024-07-13 09:59:03.783  - error: host.iobroker instance system.adapter.admin.0 terminated with code 6 (UNCAUGHT_EXCEPTION)
      2024-07-13 09:59:03.783  - info: host.iobroker Restart adapter system.adapter.admin.0 because enabled
      2024-07-13 09:59:06.013  - info: host.iobroker instance system.adapter.email.0 in version "1.3.1" started with pid 2935
      2024-07-13 09:59:06.457  - error: email.0 (2935) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
      2024-07-13 09:59:06.458  - error: email.0 (2935) unhandled promise rejection: callback is not a function
      2024-07-13 09:59:06.459  - error: email.0 (2935) TypeError: callback is not a function
          at /opt/iobroker/node_modules/@iobroker/plugin-base/lib/PluginBase.js:310:17
      2024-07-13 09:59:06.459  - error: email.0 (2935) callback is not a function
      2024-07-13 09:59:06.967  - warn: email.0 (2935) Terminated (UNCAUGHT_EXCEPTION): Without reason
      2024-07-13 09:59:07.492  - error: host.iobroker Caught by controller[0]: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason:
      2024-07-13 09:59:07.493  - error: host.iobroker Caught by controller[1]: TypeError: callback is not a function
      2024-07-13 09:59:07.493  - error: host.iobroker Caught by controller[1]:     at /opt/iobroker/node_modules/@iobroker/plugin-base/lib/PluginBase.js:310:17
      2024-07-13 09:59:07.493  - error: host.iobroker instance system.adapter.email.0 terminated with code 6 (UNCAUGHT_EXCEPTION)
      2024-07-13 09:59:07.493  - info: host.iobroker Restart adapter system.adapter.email.0 because enabled
      2024-07-13 09:59:10.014  - info: host.iobroker instance system.adapter.javascript.0 in version "8.6.0" started with pid 2964
      2024-07-13 09:59:10.732  - error: javascript.0 (2964) An error happened which is most likely from one of your scripts, but the originating script could not be detected.
      2024-07-13 09:59:10.733  - error: javascript.0 (2964) Error: callback is not a function
      2024-07-13 09:59:10.733  - error: javascript.0 (2964) TypeError: callback is not a function
          at /opt/iobroker/node_modules/@iobroker/plugin-base/lib/PluginBase.js:310:17
          at runNextTicks (node:internal/process/task_queues:60:5)
          at processImmediate (node:internal/timers:449:9)
      2024-07-13 09:59:14.009  - info: host.iobroker instance system.adapter.pushover.0 in version "3.0.6" started with pid 2979
      2024-07-13 09:59:14.454  - error: pushover.0 (2979) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
      2024-07-13 09:59:14.455  - error: pushover.0 (2979) unhandled promise rejection: callback is not a function
      2024-07-13 09:59:14.456  - error: pushover.0 (2979) TypeError: callback is not a function
          at /opt/iobroker/node_modules/@iobroker/plugin-base/lib/PluginBase.js:310:17
      2024-07-13 09:59:14.456  - error: pushover.0 (2979) callback is not a function
      2024-07-13 09:59:14.965  - warn: pushover.0 (2979) Terminated (UNCAUGHT_EXCEPTION): Without reason
      2024-07-13 09:59:15.490  - error: host.iobroker Caught by controller[0]: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason:
      2024-07-13 09:59:15.490  - error: host.iobroker Caught by controller[1]: TypeError: callback is not a function
      2024-07-13 09:59:15.490  - error: host.iobroker Caught by controller[1]:     at /opt/iobroker/node_modules/@iobroker/plugin-base/lib/PluginBase.js:310:17
      2024-07-13 09:59:15.490  - error: host.iobroker instance system.adapter.pushover.0 terminated with code 6 (UNCAUGHT_EXCEPTION)
      2024-07-13 09:59:15.490  - info: host.iobroker Restart adapter system.adapter.pushover.0 because enabled
      2024-07-13 09:59:18.033  - info: host.iobroker instance system.adapter.pushover.1 in version "3.0.6" started with pid 2994
      2024-07-13 09:59:18.473  - error: pushover.1 (2994) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
      2024-07-13 09:59:18.474  - error: pushover.1 (2994) unhandled promise rejection: callback is not a function
      2024-07-13 09:59:18.476  - error: pushover.1 (2994) TypeError: callback is not a function
          at /opt/iobroker/node_modules/@iobroker/plugin-base/lib/PluginBase.js:310:17
          at runNextTicks (node:internal/process/task_queues:60:5)
          at processImmediate (node:internal/timers:449:9)
      2024-07-13 09:59:18.476  - error: pushover.1 (2994) callback is not a function
      2024-07-13 09:59:18.984  - warn: pushover.1 (2994) Terminated (UNCAUGHT_EXCEPTION): Without reason
      2024-07-13 09:59:19.509  - error: host.iobroker Caught by controller[0]: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason:
      2024-07-13 09:59:19.509  - error: host.iobroker Caught by controller[1]: TypeError: callback is not a function
      2024-07-13 09:59:19.509  - error: host.iobroker Caught by controller[1]:     at /opt/iobroker/node_modules/@iobroker/plugin-base/lib/PluginBase.js:310:17
      2024-07-13 09:59:19.509  - error: host.iobroker Caught by controller[1]:     at runNextTicks (node:internal/process/task_queues:60:5)
      2024-07-13 09:59:19.509  - error: host.iobroker Caught by controller[1]:     at processImmediate (node:internal/timers:449:9)
      2024-07-13 09:59:19.509  - error: host.iobroker instance system.adapter.pushover.1 terminated with code 6 (UNCAUGHT_EXCEPTION)
      2024-07-13 09:59:19.510  - info: host.iobroker Restart adapter system.adapter.pushover.1 because enabled
      2024-07-13 09:59:22.012  - info: host.iobroker instance system.adapter.pushover.2 in version "3.0.6" started with pid 3009
      2024-07-13 09:59:22.451  - error: pushover.2 (3009) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
      2024-07-13 09:59:22.452  - error: pushover.2 (3009) unhandled promise rejection: callback is not a function
      2024-07-13 09:59:22.453  - error: pushover.2 (3009) TypeError: callback is not a function
          at /opt/iobroker/node_modules/@iobroker/plugin-base/lib/PluginBase.js:310:17
      2024-07-13 09:59:22.454  - error: pushover.2 (3009) callback is not a function
      2024-07-13 09:59:22.503  - info: pushover.2 (3009) starting. Version 3.0.6 in /opt/iobroker/node_modules/iobroker.pushover, node: v20.15.1, js-controller: 6.0.7
      2024-07-13 09:59:22.960  - info: pushover.2 (3009) terminating
      2024-07-13 09:59:22.961  - warn: pushover.2 (3009) Terminated (UNCAUGHT_EXCEPTION): Without reason
      2024-07-13 09:59:23.487  - error: host.iobroker Caught by controller[0]: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason:
      2024-07-13 09:59:23.487  - error: host.iobroker Caught by controller[1]: TypeError: callback is not a function
      2024-07-13 09:59:23.487  - error: host.iobroker Caught by controller[1]:     at /opt/iobroker/node_modules/@iobroker/plugin-base/lib/PluginBase.js:310:17
      2024-07-13 09:59:23.487  - error: host.iobroker instance system.adapter.pushover.2 terminated with code 6 (UNCAUGHT_EXCEPTION)
      2024-07-13 09:59:23.487  - info: host.iobroker Restart adapter system.adapter.pushover.2 because enabled
      2024-07-13 09:59:26.012  - info: host.iobroker instance system.adapter.telegram.0 in version "3.7.1" started with pid 3024
      2024-07-13 09:59:26.609  - error: telegram.0 (3024) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
      2024-07-13 09:59:26.610  - error: telegram.0 (3024) unhandled promise rejection: callback is not a function
      2024-07-13 09:59:26.611  - error: telegram.0 (3024) TypeError: callback is not a function
          at /opt/iobroker/node_modules/@iobroker/plugin-base/lib/PluginBase.js:310:17
      2024-07-13 09:59:26.612  - error: telegram.0 (3024) callback is not a function
      2024-07-13 09:59:27.118  - warn: telegram.0 (3024) Terminated (UNCAUGHT_EXCEPTION): Without reason
      2024-07-13 09:59:27.645  - error: host.iobroker Caught by controller[0]: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason:
      2024-07-13 09:59:27.645  - error: host.iobroker Caught by controller[1]: TypeError: callback is not a function
      2024-07-13 09:59:27.645  - error: host.iobroker Caught by controller[1]:     at /opt/iobroker/node_modules/@iobroker/plugin-base/lib/PluginBase.js:310:17
      2024-07-13 09:59:27.645  - error: host.iobroker instance system.adapter.telegram.0 terminated with code 6 (UNCAUGHT_EXCEPTION)
      2024-07-13 09:59:27.645  - info: host.iobroker Restart adapter system.adapter.telegram.0 because enabled
      2024-07-13 09:59:28.745  - info: host.iobroker instance system.adapter.telegram.0 in version "3.7.1" started with pid 3039
      2024-07-13 09:59:29.351  - error: telegram.0 (3039) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
      2024-07-13 09:59:29.351  - error: telegram.0 (3039) unhandled promise rejection: callback is not a function
      2024-07-13 09:59:29.353  - error: telegram.0 (3039) TypeError: callback is not a function
          at /opt/iobroker/node_modules/@iobroker/plugin-base/lib/PluginBase.js:310:17
          at runNextTicks (node:internal/process/task_queues:60:5)
          at processImmediate (node:internal/timers:449:9)
      2024-07-13 09:59:29.353  - error: telegram.0 (3039) callback is not a function
      2024-07-13 09:59:29.861  - warn: telegram.0 (3039) Terminated (UNCAUGHT_EXCEPTION): Without reason
      2024-07-13 09:59:29.999  - info: host.iobroker instance system.adapter.telegram.1 in version "3.7.1" started with pid 3054
      2024-07-13 09:59:30.391  - error: host.iobroker Caught by controller[0]: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason:
      2024-07-13 09:59:30.391  - error: host.iobroker Caught by controller[1]: TypeError: callback is not a function
      2024-07-13 09:59:30.391  - error: host.iobroker Caught by controller[1]:     at /opt/iobroker/node_modules/@iobroker/plugin-base/lib/PluginBase.js:310:17
      2024-07-13 09:59:30.391  - error: host.iobroker Caught by controller[1]:     at runNextTicks (node:internal/process/task_queues:60:5)
      2024-07-13 09:59:30.391  - error: host.iobroker Caught by controller[1]:     at processImmediate (node:internal/timers:449:9)
      2024-07-13 09:59:30.391  - error: host.iobroker instance system.adapter.telegram.0 terminated with code 6 (UNCAUGHT_EXCEPTION)
      2024-07-13 09:59:30.391  - info: host.iobroker Restart adapter system.adapter.telegram.0 because enabled
      2024-07-13 09:59:30.593  - error: telegram.1 (3054) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
      2024-07-13 09:59:30.593  - error: telegram.1 (3054) unhandled promise rejection: callback is not a function
      2024-07-13 09:59:30.595  - error: telegram.1 (3054) TypeError: callback is not a function
          at /opt/iobroker/node_modules/@iobroker/plugin-base/lib/PluginBase.js:310:17
          at runNextTicks (node:internal/process/task_queues:60:5)
          at processImmediate (node:internal/timers:449:9)
      2024-07-13 09:59:30.595  - error: telegram.1 (3054) callback is not a function
      2024-07-13 09:59:31.103  - warn: telegram.1 (3054) Terminated (UNCAUGHT_EXCEPTION): Without reason
      2024-07-13 09:59:31.500  - info: host.iobroker instance system.adapter.telegram.0 in version "3.7.1" started with pid 3069
      2024-07-13 09:59:31.632  - error: host.iobroker Caught by controller[0]: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason:
      2024-07-13 09:59:31.632  - error: host.iobroker Caught by controller[1]: TypeError: callback is not a function
      2024-07-13 09:59:31.632  - error: host.iobroker Caught by controller[1]:     at /opt/iobroker/node_modules/@iobroker/plugin-base/lib/PluginBase.js:310:17
      2024-07-13 09:59:31.632  - error: host.iobroker Caught by controller[1]:     at runNextTicks (node:internal/process/task_queues:60:5)
      2024-07-13 09:59:31.632  - error: host.iobroker Caught by controller[1]:     at processImmediate (node:internal/timers:449:9)
      2024-07-13 09:59:31.632  - error: host.iobroker instance system.adapter.telegram.1 terminated with code 6 (UNCAUGHT_EXCEPTION)
      2024-07-13 09:59:31.632  - info: host.iobroker Restart adapter system.adapter.telegram.1 because enabled
      2024-07-13 09:59:32.136  - error: telegram.0 (3069) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
      2024-07-13 09:59:32.136  - error: telegram.0 (3069) unhandled promise rejection: callback is not a function
      2024-07-13 09:59:32.138  - error: telegram.0 (3069) TypeError: callback is not a function
          at /opt/iobroker/node_modules/@iobroker/plugin-base/lib/PluginBase.js:310:17
          at runNextTicks (node:internal/process/task_queues:60:5)
          at processImmediate (node:internal/timers:449:9)
      2024-07-13 09:59:32.138  - error: telegram.0 (3069) callback is not a function
      2024-07-13 09:59:32.645  - warn: telegram.0 (3069) Terminated (UNCAUGHT_EXCEPTION): Without reason
      2024-07-13 09:59:32.721  - info: host.iobroker instance system.adapter.telegram.1 in version "3.7.1" started with pid 3084
      2024-07-13 09:59:33.172  - error: host.iobroker Caught by controller[0]: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason:
      2024-07-13 09:59:33.172  - error: host.iobroker Caught by controller[1]: TypeError: callback is not a function
      2024-07-13 09:59:33.172  - error: host.iobroker Caught by controller[1]:     at /opt/iobroker/node_modules/@iobroker/plugin-base/lib/PluginBase.js:310:17
      2024-07-13 09:59:33.172  - error: host.iobroker Caught by controller[1]:     at runNextTicks (node:internal/process/task_queues:60:5)
      2024-07-13 09:59:33.172  - error: host.iobroker Caught by controller[1]:     at processImmediate (node:internal/timers:449:9)
      2024-07-13 09:59:33.173  - error: host.iobroker instance system.adapter.telegram.0 terminated with code 6 (UNCAUGHT_EXCEPTION)
      2024-07-13 09:59:33.173  - info: host.iobroker Restart adapter system.adapter.telegram.0 because enabled
      2024-07-13 09:59:33.173  - warn: host.iobroker Do not restart adapter system.adapter.telegram.0 because restart loop detected
      2024-07-13 09:59:33.321  - error: telegram.1 (3084) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
      2024-07-13 09:59:33.321  - error: telegram.1 (3084) unhandled promise rejection: callback is not a function
      2024-07-13 09:59:33.323  - error: telegram.1 (3084) TypeError: callback is not a function
          at /opt/iobroker/node_modules/@iobroker/plugin-base/lib/PluginBase.js:310:17
          at runNextTicks (node:internal/process/task_queues:60:5)
          at processImmediate (node:internal/timers:449:9)
      2024-07-13 09:59:33.323  - error: telegram.1 (3084) callback is not a function
      2024-07-13 09:59:33.831  - warn: telegram.1 (3084) Terminated (UNCAUGHT_EXCEPTION): Without reason
      2024-07-13 09:59:33.874  - info: host.iobroker instance system.adapter.admin.0 in version "7.0.13" started with pid 3099
      2024-07-13 09:59:34.004  - info: host.iobroker instance system.adapter.telegram.2 in version "3.7.1" started with pid 3106
      2024-07-13 09:59:34.362  - error: host.iobroker Caught by controller[0]: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason:
      2024-07-13 09:59:34.362  - error: host.iobroker Caught by controller[1]: TypeError: callback is not a function
      

      Mit proxmox Backup wieder zurück auf 6.0.6

      https://github.com/ioBroker/ioBroker.js-controller/issues/2837

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

      closed 6.0.7 startet nicht #2837

      K 1 Reply Last reply Reply Quote 1
      • K
        Knoddel @Shadowhunter23 last edited by

        @shadowhunter23 Bei mir das gleiche verhalten, bin auch wieder auf Version 6.0.6 zurück.

        S 1 Reply Last reply Reply Quote 0
        • UweRLP
          UweRLP last edited by

          Unter js-controller 6.0.6 werden mir vom hs100 Adapter restart Loops gemeldet und der Adapter deaktiviert.

          https://github.com/arteck/ioBroker.hs100/issues/243

          UweRP created this issue in arteck/ioBroker.hs100

          closed Restart loop #243

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

            @uwerlp said in Beta Test js-controller Kiera (v6.0):

            @apollon77 sagte in Beta Test js-controller Kiera (v6.0):

            @uwerlp sagte in Beta Test js-controller Kiera (v6.0):

            Welches Log ist dann für dich interessant? Wenn ich nächstes mal auf das Problem stoße werde ich in GitHub ein Issue auf machen.

            Der Shutdown Prozess sollte an sich dinge loggen, also /opt/iobroker/log/...

            Heute rein gestellt.

            Da es sich dabei nicht um ein Problem des aktuellen Beta-Tests handelt, geht es damit hier weiter:
            https://forum.iobroker.net/post/1180037

            1 Reply Last reply Reply Quote 1
            • S
              Shadowhunter23 @Knoddel last edited by

              @knoddel
              6.0.8 funktioniert wieder.

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

                Aktualisierung von 6.0.6 auf 6.0.8 auf meinem Master Slave Testsystem ist im Log beim herunterfahren und vor dem Update dieser Error im Log

                2024-07-13 18:32:03.964 - error: host.ioBrokerTestsystem Caught by controller[0]: Error: DB closed
                2024-07-13 18:32:03.969 - error: host.ioBrokerTestsystem Caught by controller[0]: at Redis.sendCommand (/opt/iobroker/node_modules/ioredis/built/redis/index.js:636:24)
                2024-07-13 18:32:03.972 - error: host.ioBrokerTestsystem Caught by controller[0]: at Redis.setex (/opt/iobroker/node_modules/ioredis/built/commander.js:122:25)
                2024-07-13 18:32:03.976 - error: host.ioBrokerTestsystem Caught by controller[0]: at StateRedisClient.setSession (file:///opt/iobroker/node_modules/@iobroker/db-states-redis/src/lib/states/statesInRedisClient.ts:1403:31)
                2024-07-13 18:32:03.981 - error: host.ioBrokerTestsystem Caught by controller[0]: at Admin._setSession (/opt/iobroker/node_modules/@iobroker/js-controller-adapter/src/lib/adapter/adapter.ts:1400:22)
                2024-07-13 18:32:03.985 - error: host.ioBrokerTestsystem Caught by controller[0]: at Admin.setSession (/opt/iobroker/node_modules/@iobroker/js-controller-adapter/src/lib/adapter/adapter.ts:1390:21)
                2024-07-13 18:32:03.989 - error: host.ioBrokerTestsystem Caught by controller[0]: at AdapterStore.set (/opt/iobroker/node_modules/@iobroker/js-controller-common-db/src/lib/common/session.ts:73:26)
                2024-07-13 18:32:03.993 - error: host.ioBrokerTestsystem Caught by controller[0]: at Session.save (/opt/iobroker/node_modules/express-session/session/session.js:72:25)
                2024-07-13 18:32:03.995 - error: host.ioBrokerTestsystem Caught by controller[0]: at Session.save (/opt/iobroker/node_modules/express-session/index.js:414:15)
                2024-07-13 18:32:03.998 - error: host.ioBrokerTestsystem Caught by controller[0]: at ServerResponse.end (/opt/iobroker/node_modules/express-session/index.js:343:21)
                2024-07-13 18:32:04.001 - error: host.ioBrokerTestsystem Caught by controller[0]: at ServerResponse.send (/opt/iobroker/node_modules/express/lib/response.js:233:10)
                

                größeres Log:

                2024-07-13 18:31:49.188 - info: host.ioBrokerTestsystem Controller will upgrade itself to version 6.0.8
                2024-07-13 18:31:55.596 - info: host.ioBrokerTestsystem [CONTROLLER_AUTO_UPGRADE] Stopping controller
                2024-07-13 18:31:55.754 - info: host.ioBrokerTestsystem received SIGTERM
                2024-07-13 18:31:55.784 - info: device-watcher.0 (404) cleaned everything up...
                2024-07-13 18:31:55.752 - info: admin.0 (330) terminating http server on port 8081
                2024-07-13 18:31:55.846 - info: unifi.0 (583) cleaned everything up...
                2024-07-13 18:31:55.802 - info: hm-rpc.0 (451) xmlrpc -> 192.168.178.84:2010/ init ["http://192.168.178.77:2010",""]
                2024-07-13 18:31:55.889 - info: vis-inventwo.0 (736) cleaned everything up...
                2024-07-13 18:31:55.821 - info: javascript.0 (348) Stopping script script.js.Skripte.Kalender.muellkalender
                2024-07-13 18:31:55.934 - info: valloxmv.0 (699) cleaned everything up...
                2024-07-13 18:31:55.776 - info: backitup.0 (393) cleaned everything up...
                2024-07-13 18:31:55.916 - info: trashschedule.0 (692) cleaned everything up...
                2024-07-13 18:31:55.903 - warn: web.0 (783) setTimeout called, but adapter is shutting down
                2024-07-13 18:31:56.000 - info: hm-rpc.0 (451) Disconnected
                2024-07-13 18:31:56.185 - error: proxmox.0 (561) Storage: NAS_DiskImage on storage/pve/NAS_DiskImage not available
                2024-07-13 18:31:55.778 - info: host.ioBrokerTestsystem stopInstance system.adapter.admin.0 (force=false, process=true)
                2024-07-13 18:31:55.791 - info: host.ioBrokerTestsystem stopInstance system.adapter.influxdb.0 (force=false, process=true)
                2024-07-13 18:31:55.798 - info: host.ioBrokerTestsystem stopInstance system.adapter.javascript.0 (force=false, process=true)
                2024-07-13 18:31:55.801 - info: host.ioBrokerTestsystem stopInstance system.adapter.scenes.0 (force=false, process=true)
                2024-07-13 18:31:55.806 - info: host.ioBrokerTestsystem stopInstance system.adapter.scheduler.0 (force=false, process=true)
                2024-07-13 18:31:55.810 - info: host.ioBrokerTestsystem stopInstance system.adapter.telegram.0 (force=false, process=false)
                2024-07-13 18:31:55.814 - info: host.ioBrokerTestsystem stopInstance system.adapter.backitup.0 (force=false, process=true)
                2024-07-13 18:31:55.818 - info: host.ioBrokerTestsystem stopInstance system.adapter.device-watcher.0 (force=false, process=true)
                2024-07-13 18:31:55.822 - info: host.ioBrokerTestsystem stopInstance system.adapter.fritzbox.0 (force=false, process=true)
                2024-07-13 18:31:55.829 - info: host.ioBrokerTestsystem stopInstance system.adapter.hm-rega.0 (force=false, process=true)
                2024-07-13 18:31:55.845 - info: host.ioBrokerTestsystem stopInstance system.adapter.hm-rpc.0 (force=false, process=true)
                2024-07-13 18:31:55.849 - info: host.ioBrokerTestsystem stopInstance system.adapter.hue.0 (force=false, process=true)
                2024-07-13 18:31:55.853 - info: host.ioBrokerTestsystem stopInstance system.adapter.ical.0 (force=false, process=false)
                2024-07-13 18:31:55.856 - info: host.ioBrokerTestsystem stopInstance system.adapter.ical.1 (force=false, process=false)
                2024-07-13 18:31:55.860 - info: host.ioBrokerTestsystem stopInstance system.adapter.ical.2 (force=false, process=false)
                2024-07-13 18:31:55.863 - info: host.ioBrokerTestsystem stopInstance system.adapter.ical.3 (force=false, process=false)
                2024-07-13 18:31:55.867 - info: host.ioBrokerTestsystem stopInstance system.adapter.ical.4 (force=false, process=false)
                2024-07-13 18:31:55.875 - info: host.ioBrokerTestsystem stopInstance system.adapter.ical.5 (force=false, process=false)
                2024-07-13 18:31:55.882 - info: host.ioBrokerTestsystem stopInstance canceled schedule system.adapter.ical.5
                2024-07-13 18:31:55.891 - info: host.ioBrokerTestsystem stopInstance system.adapter.mqtt.0 (force=false, process=false)
                2024-07-13 18:31:55.968 - info: host.ioBrokerTestsystem stopInstance system.adapter.openweathermap.0 (force=false, process=false)
                2024-07-13 18:31:55.982 - info: host.ioBrokerTestsystem stopInstance canceled schedule system.adapter.openweathermap.0
                2024-07-13 18:31:55.985 - info: host.ioBrokerTestsystem stopInstance system.adapter.proxmox.0 (force=false, process=true)
                2024-07-13 18:31:55.996 - info: host.ioBrokerTestsystem stopInstance system.adapter.rainbird.0 (force=false, process=false)
                2024-07-13 18:31:56.010 - info: host.ioBrokerTestsystem stopInstance system.adapter.spotify-premium.0 (force=false, process=false)
                2024-07-13 18:31:56.014 - info: host.ioBrokerTestsystem stopInstance system.adapter.tr-064.0 (force=false, process=true)
                2024-07-13 18:31:56.017 - info: host.ioBrokerTestsystem stopInstance system.adapter.unifi.0 (force=false, process=true)
                2024-07-13 18:31:56.025 - info: host.ioBrokerTestsystem stopInstance system.adapter.worx.0 (force=false, process=true)
                2024-07-13 18:31:56.033 - info: host.ioBrokerTestsystem stopInstance system.adapter.samsung.0 (force=false, process=true)
                2024-07-13 18:31:56.037 - info: host.ioBrokerTestsystem stopInstance system.adapter.benchmark.0 (force=false, process=false)
                2024-07-13 18:31:56.047 - info: host.ioBrokerTestsystem stopInstance system.adapter.daswetter.0 (force=false, process=false)
                2024-07-13 18:31:56.053 - info: host.ioBrokerTestsystem stopInstance canceled schedule system.adapter.daswetter.0
                2024-07-13 18:31:56.057 - info: host.ioBrokerTestsystem stopInstance system.adapter.dwd.0 (force=false, process=false)
                2024-07-13 18:31:56.063 - info: host.ioBrokerTestsystem stopInstance canceled schedule system.adapter.dwd.0
                2024-07-13 18:31:56.068 - info: host.ioBrokerTestsystem stopInstance system.adapter.fully-tablet-control.0 (force=false, process=false)
                2024-07-13 18:31:56.073 - info: host.ioBrokerTestsystem stopInstance system.adapter.nina.0 (force=false, process=true)
                2024-07-13 18:31:56.079 - info: host.ioBrokerTestsystem stopInstance system.adapter.simple-api.0 (force=false, process=false)
                2024-07-13 18:31:56.083 - info: host.ioBrokerTestsystem stopInstance system.adapter.socketio.0 (force=false, process=false)
                2024-07-13 18:31:56.088 - info: host.ioBrokerTestsystem stopInstance system.adapter.tankerkoenig.0 (force=false, process=true)
                2024-07-13 18:31:56.096 - info: host.ioBrokerTestsystem stopInstance system.adapter.trashschedule.0 (force=false, process=true)
                2024-07-13 18:31:56.102 - info: host.ioBrokerTestsystem stopInstance system.adapter.valloxmv.0 (force=false, process=true)
                2024-07-13 18:31:56.106 - info: host.ioBrokerTestsystem stopInstance system.adapter.vis-2-widgets-energy.0 (force=false, process=false)
                2024-07-13 18:31:56.108 - info: host.ioBrokerTestsystem stopInstance system.adapter.vis-2-widgets-gauges.0 (force=false, process=false)
                2024-07-13 18:31:56.113 - info: host.ioBrokerTestsystem stopInstance system.adapter.vis-2-widgets-jaeger-design.0 (force=false, process=false)
                2024-07-13 18:31:56.116 - info: host.ioBrokerTestsystem stopInstance system.adapter.vis-2-widgets-material.0 (force=false, process=false)
                2024-07-13 18:31:56.119 - info: host.ioBrokerTestsystem stopInstance system.adapter.vis-2.0 (force=false, process=true)
                2024-07-13 18:31:56.123 - info: host.ioBrokerTestsystem stopInstance system.adapter.vis-fancyswitch.0 (force=false, process=false)
                2024-07-13 18:31:56.127 - info: host.ioBrokerTestsystem stopInstance system.adapter.vis-google-fonts.0 (force=false, process=false)
                2024-07-13 18:31:56.130 - info: host.ioBrokerTestsystem stopInstance system.adapter.vis-history.0 (force=false, process=false)
                2024-07-13 18:31:56.133 - info: host.ioBrokerTestsystem stopInstance system.adapter.vis-inventwo.0 (force=false, process=true)
                2024-07-13 18:31:56.137 - info: host.ioBrokerTestsystem stopInstance system.adapter.vis-jqui-mfd.0 (force=false, process=false)
                2024-07-13 18:31:56.141 - info: host.ioBrokerTestsystem stopInstance system.adapter.vis-justgage.0 (force=false, process=false)
                2024-07-13 18:31:56.146 - info: host.ioBrokerTestsystem stopInstance system.adapter.vis-map.0 (force=false, process=false)
                2024-07-13 18:31:56.150 - info: host.ioBrokerTestsystem stopInstance system.adapter.vis-materialdesign.0 (force=false, process=false)
                2024-07-13 18:31:56.154 - info: host.ioBrokerTestsystem stopInstance system.adapter.vis-timeandweather.0 (force=false, process=false)
                2024-07-13 18:31:56.157 - info: host.ioBrokerTestsystem stopInstance system.adapter.vis.0 (force=false, process=false)
                2024-07-13 18:31:56.159 - info: host.ioBrokerTestsystem stopInstance system.adapter.web.0 (force=false, process=true)
                2024-07-13 18:31:56.162 - info: host.ioBrokerTestsystem stopInstance system.adapter.echarts.0 (force=false, process=true)
                2024-07-13 18:31:56.167 - info: host.ioBrokerTestsystem stopInstance system.adapter.device-manager.0 (force=false, process=true)
                2024-07-13 18:31:56.171 - info: host.ioBrokerTestsystem stopInstance system.adapter.discovery.1 (force=false, process=true)
                2024-07-13 18:31:56.175 - info: host.ioBrokerTestsystem stopInstance system.adapter.radar-trap.0 (force=false, process=true)
                2024-07-13 18:31:56.196 - error: proxmox.0 (561) Storage: Snippets on storage/pve/Snippets not available
                2024-07-13 18:31:56.205 - error: proxmox.0 (561) Storage: local on storage/pve/local not available
                2024-07-13 18:31:56.215 - error: proxmox.0 (561) Storage: data2 on storage/pve/data2 not available
                2024-07-13 18:31:56.225 - error: proxmox.0 (561) Storage: local-lvm on storage/pve/local-lvm not available
                2024-07-13 18:31:56.236 - error: proxmox.0 (561) Storage: Backup on storage/pve/Backup not available
                2024-07-13 18:31:56.244 - error: proxmox.0 (561) Storage: ISOs on storage/pve/ISOs not available
                2024-07-13 18:31:56.250 - warn: proxmox.0 (561) setTimeout called, but adapter is shutting down
                2024-07-13 18:31:56.515 - info: admin.0 (330) Got terminate signal TERMINATE_YOURSELF
                2024-07-13 18:31:56.548 - info: device-watcher.0 (404) Got terminate signal TERMINATE_YOURSELF
                2024-07-13 18:31:56.552 - info: proxmox.0 (561) Got terminate signal TERMINATE_YOURSELF
                2024-07-13 18:31:56.537 - info: hm-rega.0 (432) Got terminate signal TERMINATE_YOURSELF
                2024-07-13 18:31:56.531 - info: fritzbox.0 (425) Got terminate signal TERMINATE_YOURSELF
                2024-07-13 18:31:56.560 - info: worx.0 (598) Got terminate signal TERMINATE_YOURSELF
                2024-07-13 18:31:56.551 - info: hm-rpc.0 (451) Got terminate signal TERMINATE_YOURSELF
                2024-07-13 18:31:56.525 - info: scenes.0 (379) Got terminate signal TERMINATE_YOURSELF
                2024-07-13 18:31:56.529 - info: backitup.0 (393) Got terminate signal TERMINATE_YOURSELF
                2024-07-13 18:31:56.558 - info: scheduler.0 (386) Got terminate signal TERMINATE_YOURSELF
                2024-07-13 18:31:56.555 - info: samsung.0 (625) Got terminate signal TERMINATE_YOURSELF
                2024-07-13 18:31:56.596 - info: unifi.0 (583) Got terminate signal TERMINATE_YOURSELF
                2024-07-13 18:31:56.596 - info: tankerkoenig.0 (677) Got terminate signal TERMINATE_YOURSELF
                2024-07-13 18:31:56.596 - info: nina.0 (658) Got terminate signal TERMINATE_YOURSELF
                2024-07-13 18:31:56.607 - info: vis-2.0 (1072) Got terminate signal TERMINATE_YOURSELF
                2024-07-13 18:31:56.601 - info: valloxmv.0 (699) Got terminate signal TERMINATE_YOURSELF
                2024-07-13 18:31:56.624 - info: discovery.1 (829) Got terminate signal TERMINATE_YOURSELF
                2024-07-13 18:31:56.609 - info: web.0 (783) Got terminate signal TERMINATE_YOURSELF
                2024-07-13 18:31:56.645 - info: trashschedule.0 (692) Got terminate signal TERMINATE_YOURSELF
                2024-07-13 18:31:56.646 - info: vis-inventwo.0 (736) Got terminate signal TERMINATE_YOURSELF
                2024-07-13 18:31:56.624 - info: radar-trap.0 (836) Got terminate signal TERMINATE_YOURSELF
                2024-07-13 18:31:56.612 - info: device-manager.0 (805) Got terminate signal TERMINATE_YOURSELF
                2024-07-13 18:31:56.547 - info: hue.0 (495) Got terminate signal TERMINATE_YOURSELF
                2024-07-13 18:31:56.618 - info: echarts.0 (794) Got terminate signal TERMINATE_YOURSELF
                2024-07-13 18:31:56.557 - info: tr-064.0 (572) Got terminate signal TERMINATE_YOURSELF
                2024-07-13 18:31:56.935 - info: proxmox.0 (561) terminating
                2024-07-13 18:31:56.936 - info: tr-064.0 (572) terminating
                2024-07-13 18:31:56.945 - info: scheduler.0 (386) terminating
                2024-07-13 18:31:56.944 - info: scenes.0 (379) terminating
                2024-07-13 18:31:56.943 - info: admin.0 (330) terminating
                2024-07-13 18:31:56.952 - info: scheduler.0 (386) Terminated (NO_ERROR): Without reason
                2024-07-13 18:31:56.942 - info: worx.0 (598) terminating
                2024-07-13 18:31:56.955 - info: fritzbox.0 (425) terminating
                2024-07-13 18:31:56.966 - info: device-watcher.0 (404) terminating
                2024-07-13 18:31:56.950 - info: tr-064.0 (572) Terminated (NO_ERROR): Without reason
                2024-07-13 18:31:56.978 - info: admin.0 (330) Terminated (NO_ERROR): Without reason
                2024-07-13 18:31:56.992 - info: influxdb.0 (337) terminating
                2024-07-13 18:31:56.995 - info: discovery.1 (829) terminating
                2024-07-13 18:31:57.001 - info: tankerkoenig.0 (677) terminating
                2024-07-13 18:31:57.009 - info: tankerkoenig.0 (677) Terminated (NO_ERROR): Without reason
                2024-07-13 18:31:56.975 - info: fritzbox.0 (425) Terminated (NO_ERROR): Without reason
                2024-07-13 18:31:57.034 - info: device-manager.0 (805) terminating
                2024-07-13 18:31:56.940 - info: proxmox.0 (561) Terminated (NO_ERROR): Without reason
                2024-07-13 18:31:57.066 - info: valloxmv.0 (699) terminating
                2024-07-13 18:31:56.968 - info: worx.0 (598) Terminated (NO_ERROR): Without reason
                2024-07-13 18:31:57.039 - info: vis-2.0 (1072) terminating
                2024-07-13 18:31:56.952 - info: scenes.0 (379) Terminated (NO_ERROR): Without reason
                2024-07-13 18:31:57.069 - info: samsung.0 (625) terminating
                2024-07-13 18:31:57.067 - info: device-manager.0 (805) Terminated (NO_ERROR): Without reason
                2024-07-13 18:31:57.055 - info: nina.0 (658) terminating
                2024-07-13 18:31:56.973 - info: device-watcher.0 (404) Terminated (NO_ERROR): Without reason
                2024-07-13 18:31:57.074 - info: valloxmv.0 (699) Terminated (NO_ERROR): Without reason
                2024-07-13 18:31:57.014 - info: discovery.1 (829) Terminated (NO_ERROR): Without reason
                2024-07-13 18:31:57.024 - info: influxdb.0 (337) Terminated (NO_ERROR): Without reason
                2024-07-13 18:31:57.192 - info: unifi.0 (583) terminating
                2024-07-13 18:31:57.093 - info: vis-2.0 (1072) Terminated (NO_ERROR): Without reason
                2024-07-13 18:31:57.105 - info: nina.0 (658) Terminated (NO_ERROR): Without reason
                2024-07-13 18:31:57.120 - info: samsung.0 (625) Terminated (NO_ERROR): Without reason
                2024-07-13 18:31:57.230 - info: unifi.0 (583) Terminated (NO_ERROR): Without reason
                2024-07-13 18:31:57.273 - info: scheduler.0 (386) terminating with timeout
                2024-07-13 18:31:57.282 - info: scenes.0 (379) terminating with timeout
                2024-07-13 18:31:57.301 - info: device-watcher.0 (404) terminating with timeout
                2024-07-13 18:31:57.309 - info: hm-rega.0 (432) terminating with timeout
                2024-07-13 18:31:57.306 - info: fritzbox.0 (425) terminating with timeout
                2024-07-13 18:31:57.316 - info: hue.0 (495) terminating with timeout
                2024-07-13 18:31:57.353 - info: worx.0 (598) terminating with timeout
                2024-07-13 18:31:57.344 - info: tr-064.0 (572) terminating with timeout
                2024-07-13 18:31:57.359 - info: proxmox.0 (561) terminating with timeout
                2024-07-13 18:31:57.327 - info: hm-rega.0 (432) Terminated (NO_ERROR): Without reason
                2024-07-13 18:31:57.346 - info: admin.0 (330) terminating with timeout
                2024-07-13 18:31:57.340 - info: hue.0 (495) Terminated (NO_ERROR): Without reason
                2024-07-13 18:31:57.421 - info: vis-2.0 (1072) terminating with timeout
                2024-07-13 18:31:57.434 - info: tankerkoenig.0 (677) terminating with timeout
                2024-07-13 18:31:57.425 - info: samsung.0 (625) terminating with timeout
                2024-07-13 18:31:57.430 - info: device-manager.0 (805) terminating with timeout
                2024-07-13 18:31:57.412 - info: echarts.0 (794) terminating with timeout
                2024-07-13 18:31:57.409 - info: discovery.1 (829) terminating with timeout
                2024-07-13 18:31:57.442 - info: nina.0 (658) terminating with timeout
                2024-07-13 18:31:57.463 - info: radar-trap.0 (836) terminating with timeout
                2024-07-13 18:31:57.471 - info: valloxmv.0 (699) terminating with timeout
                2024-07-13 18:31:57.477 - info: radar-trap.0 (836) Terminated (NO_ERROR): Without reason
                2024-07-13 18:31:57.503 - info: vis-inventwo.0 (736) terminating with timeout
                2024-07-13 18:31:57.513 - info: trashschedule.0 (692) terminating with timeout
                2024-07-13 18:31:57.488 - info: echarts.0 (794) Terminated (NO_ERROR): Without reason
                2024-07-13 18:31:57.523 - info: vis-inventwo.0 (736) Terminated (NO_ERROR): Without reason
                2024-07-13 18:31:57.520 - info: trashschedule.0 (692) Terminated (NO_ERROR): Without reason
                2024-07-13 18:31:57.531 - info: backitup.0 (393) terminating with timeout
                2024-07-13 18:31:57.508 - info: web.0 (783) terminating with timeout
                2024-07-13 18:31:57.576 - info: web.0 (783) Terminated (NO_ERROR): Without reason
                2024-07-13 18:31:57.523 - info: unifi.0 (583) terminating with timeout
                2024-07-13 18:31:57.562 - info: backitup.0 (393) Terminated (NO_ERROR): Without reason
                2024-07-13 18:31:57.937 - info: hm-rpc.0 (451) terminating with timeout
                2024-07-13 18:31:57.960 - info: hm-rpc.0 (451) Terminated (NO_ERROR): Without reason
                2024-07-13 18:31:58.043 - info: vis-inventwo.0 (736) terminating
                2024-07-13 18:31:58.041 - info: trashschedule.0 (692) terminating
                2024-07-13 18:31:58.051 - info: backitup.0 (393) terminating
                2024-07-13 18:31:58.081 - warn: host.ioBrokerTestsystem instance system.adapter.javascript.0 terminated due to SIGTERM
                2024-07-13 18:31:58.083 - info: radar-trap.0 (836) terminating
                2024-07-13 18:31:58.097 - info: hm-rpc.0 (451) terminating
                2024-07-13 18:31:58.087 - info: host.ioBrokerTestsystem instance system.adapter.javascript.0 terminated with code null ()
                2024-07-13 18:31:58.127 - info: scenes.0 (379) terminating
                2024-07-13 18:31:58.135 - info: scheduler.0 (386) terminating
                2024-07-13 18:31:58.145 - info: device-watcher.0 (404) terminating
                2024-07-13 18:31:58.143 - info: hue.0 (495) terminating
                2024-07-13 18:31:58.172 - info: hm-rega.0 (432) terminating
                2024-07-13 18:31:58.172 - info: fritzbox.0 (425) terminating
                2024-07-13 18:31:58.267 - info: proxmox.0 (561) terminating
                2024-07-13 18:31:58.296 - info: samsung.0 (625) terminating
                2024-07-13 18:31:58.299 - info: hue.0 (495) cleaned everything up...
                2024-07-13 18:31:58.309 - info: admin.0 (330) terminating
                2024-07-13 18:31:58.337 - info: echarts.0 (794) terminating
                2024-07-13 18:31:58.283 - info: discovery.1 (829) terminating
                2024-07-13 18:31:58.308 - info: device-manager.0 (805) terminating
                2024-07-13 18:31:58.343 - info: worx.0 (598) terminating
                2024-07-13 18:31:58.347 - info: vis-2.0 (1072) terminating
                2024-07-13 18:31:58.356 - info: vis-inventwo.0 (736) terminating
                2024-07-13 18:31:58.367 - info: web.0 (783) terminating
                2024-07-13 18:31:58.380 - info: trashschedule.0 (692) terminating
                2024-07-13 18:31:58.325 - warn: hue.0 (495) get state error: Connection is closed.
                2024-07-13 18:31:58.338 - info: hue.0 (495) terminating
                2024-07-13 18:31:58.356 - info: radar-trap.0 (836) terminating
                2024-07-13 18:31:58.325 - info: unifi.0 (583) terminating
                2024-07-13 18:31:58.349 - info: tankerkoenig.0 (677) terminating
                2024-07-13 18:31:58.352 - info: valloxmv.0 (699) terminating
                2024-07-13 18:31:58.388 - info: backitup.0 (393) terminating
                2024-07-13 18:31:58.311 - info: nina.0 (658) terminating
                2024-07-13 18:31:58.349 - info: tr-064.0 (572) terminating
                2024-07-13 18:31:58.426 - info: host.ioBrokerTestsystem stopInstance system.adapter.admin.0 send kill signal
                2024-07-13 18:31:58.546 - warn: samsung.0 (625) get state error: Connection is closed.
                2024-07-13 18:31:58.430 - info: host.ioBrokerTestsystem stopInstance system.adapter.javascript.0 send kill signal
                2024-07-13 18:31:58.433 - info: host.ioBrokerTestsystem stopInstance system.adapter.scenes.0 send kill signal
                2024-07-13 18:31:58.436 - info: host.ioBrokerTestsystem stopInstance system.adapter.scheduler.0 send kill signal
                2024-07-13 18:31:58.440 - info: host.ioBrokerTestsystem stopInstance system.adapter.backitup.0 send kill signal
                2024-07-13 18:31:58.443 - info: host.ioBrokerTestsystem stopInstance system.adapter.device-watcher.0 send kill signal
                2024-07-13 18:31:58.445 - info: host.ioBrokerTestsystem stopInstance system.adapter.fritzbox.0 send kill signal
                2024-07-13 18:31:58.448 - info: host.ioBrokerTestsystem stopInstance system.adapter.hm-rega.0 send kill signal
                2024-07-13 18:31:58.451 - info: host.ioBrokerTestsystem stopInstance system.adapter.hm-rpc.0 send kill signal
                2024-07-13 18:31:58.453 - info: host.ioBrokerTestsystem stopInstance system.adapter.hue.0 send kill signal
                2024-07-13 18:31:58.456 - info: host.ioBrokerTestsystem stopInstance system.adapter.proxmox.0 send kill signal
                2024-07-13 18:31:58.459 - info: host.ioBrokerTestsystem stopInstance system.adapter.tr-064.0 send kill signal
                2024-07-13 18:31:58.462 - info: host.ioBrokerTestsystem stopInstance system.adapter.unifi.0 send kill signal
                2024-07-13 18:31:58.465 - info: host.ioBrokerTestsystem stopInstance system.adapter.worx.0 send kill signal
                2024-07-13 18:31:58.468 - info: host.ioBrokerTestsystem stopInstance system.adapter.samsung.0 send kill signal
                2024-07-13 18:31:58.471 - info: host.ioBrokerTestsystem stopInstance system.adapter.nina.0 send kill signal
                2024-07-13 18:31:58.474 - info: host.ioBrokerTestsystem stopInstance system.adapter.tankerkoenig.0 send kill signal
                2024-07-13 18:31:58.477 - info: host.ioBrokerTestsystem stopInstance system.adapter.trashschedule.0 send kill signal
                2024-07-13 18:31:58.480 - info: host.ioBrokerTestsystem stopInstance system.adapter.valloxmv.0 send kill signal
                2024-07-13 18:31:58.495 - info: host.ioBrokerTestsystem stopInstance system.adapter.vis-2.0 send kill signal
                2024-07-13 18:31:58.498 - info: host.ioBrokerTestsystem stopInstance system.adapter.vis-inventwo.0 send kill signal
                2024-07-13 18:31:58.501 - info: host.ioBrokerTestsystem stopInstance system.adapter.web.0 send kill signal
                2024-07-13 18:31:58.504 - info: host.ioBrokerTestsystem stopInstance system.adapter.echarts.0 send kill signal
                2024-07-13 18:31:58.508 - info: host.ioBrokerTestsystem stopInstance system.adapter.device-manager.0 send kill signal
                2024-07-13 18:31:58.511 - info: host.ioBrokerTestsystem stopInstance system.adapter.discovery.1 send kill signal
                2024-07-13 18:31:58.514 - info: host.ioBrokerTestsystem stopInstance system.adapter.radar-trap.0 send kill signal
                2024-07-13 18:31:58.947 - error: unifi.0 (583) Cannot find view "system" for search "enum" : Connection is closed.
                2024-07-13 18:31:58.947 - warn: hm-rega.0 (432) get state error: Connection is closed.
                2024-07-13 18:31:58.914 - info: hm-rpc.0 (451) terminating
                2024-07-13 18:31:58.976 - warn: hm-rega.0 (432) Could not perform strict object check of state hm-rega.0.info.ccuReachable: DB closed
                2024-07-13 18:31:58.987 - warn: hm-rega.0 (432) get state error: Connection is closed.
                2024-07-13 18:31:59.021 - warn: hm-rega.0 (432) get state error: Connection is closed.
                2024-07-13 18:31:59.026 - info: hm-rega.0 (432) terminating
                2024-07-13 18:31:58.974 - warn: Cannot get enums on getForeignObjects: Cannot find view "system"
                2024-07-13 18:31:59.267 - error: unifi.0 (583) Cannot find view "system" for search "state" : Connection is closed.
                2024-07-13 18:31:59.566 - info: host.ioBrokerTestsystem stopInstance timeout system.adapter.admin.0 killing pid 330
                2024-07-13 18:31:59.574 - info: host.ioBrokerTestsystem stopInstance timeout system.adapter.scheduler.0 killing pid 386
                2024-07-13 18:31:59.577 - info: host.ioBrokerTestsystem stopInstance timeout system.adapter.backitup.0 killing pid 393
                2024-07-13 18:31:59.581 - info: host.ioBrokerTestsystem stopInstance timeout system.adapter.hm-rpc.0 killing pid 451
                2024-07-13 18:31:59.585 - info: host.ioBrokerTestsystem stopInstance timeout system.adapter.tr-064.0 killing pid 572
                2024-07-13 18:31:59.589 - info: host.ioBrokerTestsystem stopInstance timeout system.adapter.unifi.0 killing pid 583
                2024-07-13 18:31:59.593 - info: host.ioBrokerTestsystem stopInstance timeout system.adapter.worx.0 killing pid 598
                2024-07-13 18:31:59.598 - info: host.ioBrokerTestsystem stopInstance timeout system.adapter.samsung.0 killing pid 625
                2024-07-13 18:31:59.602 - info: host.ioBrokerTestsystem stopInstance timeout system.adapter.nina.0 killing pid 658
                2024-07-13 18:31:59.612 - info: host.ioBrokerTestsystem stopInstance timeout system.adapter.vis-2.0 killing pid 1072
                2024-07-13 18:31:59.616 - info: host.ioBrokerTestsystem stopInstance timeout system.adapter.vis-inventwo.0 killing pid 736
                2024-07-13 18:31:59.684 - info: host.ioBrokerTestsystem stopInstance timeout system.adapter.echarts.0 killing pid 794
                2024-07-13 18:32:02.867 - info: host.ioBrokerTestsystem instance system.adapter.device-watcher.0 terminated with code 0 (NO_ERROR)
                2024-07-13 18:32:02.974 - info: host.ioBrokerTestsystem instance system.adapter.fritzbox.0 terminated with code 0 (NO_ERROR)
                2024-07-13 18:32:02.978 - info: host.ioBrokerTestsystem instance system.adapter.hm-rega.0 terminated with code 0 (NO_ERROR)
                2024-07-13 18:32:03.053 - info: host.ioBrokerTestsystem instance system.adapter.proxmox.0 terminated with code 0 (NO_ERROR)
                2024-07-13 18:32:03.175 - info: host.ioBrokerTestsystem instance system.adapter.tankerkoenig.0 terminated with code 0 (NO_ERROR)
                2024-07-13 18:32:03.179 - info: host.ioBrokerTestsystem instance system.adapter.trashschedule.0 terminated with code 0 (NO_ERROR)
                2024-07-13 18:32:03.497 - info: host.ioBrokerTestsystem instance system.adapter.valloxmv.0 terminated with code 0 (NO_ERROR)
                2024-07-13 18:32:03.500 - info: host.ioBrokerTestsystem instance system.adapter.discovery.1 terminated with code 0 (NO_ERROR)
                2024-07-13 18:32:03.552 - info: host.ioBrokerTestsystem instance system.adapter.influxdb.0 terminated with code 0 (NO_ERROR)
                2024-07-13 18:32:03.653 - info: host.ioBrokerTestsystem instance system.adapter.scenes.0 terminated with code 0 (NO_ERROR)
                2024-07-13 18:32:03.656 - info: host.ioBrokerTestsystem instance system.adapter.hue.0 terminated with code 0 (NO_ERROR)
                2024-07-13 18:32:03.756 - info: host.ioBrokerTestsystem instance system.adapter.device-manager.0 terminated with code 0 (NO_ERROR)
                2024-07-13 18:32:03.760 - info: host.ioBrokerTestsystem instance system.adapter.web.0 terminated with code 0 (NO_ERROR)
                2024-07-13 18:32:03.811 - info: host.ioBrokerTestsystem instance system.adapter.radar-trap.0 terminated with code 0 (NO_ERROR)
                2024-07-13 18:32:03.814 - info: host.ioBrokerTestsystem All instances are stopped.
                2024-07-13 18:32:03.964 - error: host.ioBrokerTestsystem Caught by controller[0]: Error: DB closed
                2024-07-13 18:32:03.969 - error: host.ioBrokerTestsystem Caught by controller[0]: at Redis.sendCommand (/opt/iobroker/node_modules/ioredis/built/redis/index.js:636:24)
                2024-07-13 18:32:03.972 - error: host.ioBrokerTestsystem Caught by controller[0]: at Redis.setex (/opt/iobroker/node_modules/ioredis/built/commander.js:122:25)
                2024-07-13 18:32:03.976 - error: host.ioBrokerTestsystem Caught by controller[0]: at StateRedisClient.setSession (file:///opt/iobroker/node_modules/@iobroker/db-states-redis/src/lib/states/statesInRedisClient.ts:1403:31)
                2024-07-13 18:32:03.981 - error: host.ioBrokerTestsystem Caught by controller[0]: at Admin._setSession (/opt/iobroker/node_modules/@iobroker/js-controller-adapter/src/lib/adapter/adapter.ts:1400:22)
                2024-07-13 18:32:03.985 - error: host.ioBrokerTestsystem Caught by controller[0]: at Admin.setSession (/opt/iobroker/node_modules/@iobroker/js-controller-adapter/src/lib/adapter/adapter.ts:1390:21)
                2024-07-13 18:32:03.989 - error: host.ioBrokerTestsystem Caught by controller[0]: at AdapterStore.set (/opt/iobroker/node_modules/@iobroker/js-controller-common-db/src/lib/common/session.ts:73:26)
                2024-07-13 18:32:03.993 - error: host.ioBrokerTestsystem Caught by controller[0]: at Session.save (/opt/iobroker/node_modules/express-session/session/session.js:72:25)
                2024-07-13 18:32:03.995 - error: host.ioBrokerTestsystem Caught by controller[0]: at Session.save (/opt/iobroker/node_modules/express-session/index.js:414:15)
                2024-07-13 18:32:03.998 - error: host.ioBrokerTestsystem Caught by controller[0]: at ServerResponse.end (/opt/iobroker/node_modules/express-session/index.js:343:21)
                2024-07-13 18:32:04.001 - error: host.ioBrokerTestsystem Caught by controller[0]: at ServerResponse.send (/opt/iobroker/node_modules/express/lib/response.js:233:10)
                2024-07-13 18:32:04.004 - warn: host.ioBrokerTestsystem instance system.adapter.admin.0 terminated due to SIGKILL
                2024-07-13 18:32:04.007 - info: host.ioBrokerTestsystem instance system.adapter.admin.0 terminated with code null ()
                2024-07-13 18:32:04.010 - info: host.ioBrokerTestsystem All instances are stopped.
                2024-07-13 18:32:04.013 - info: host.ioBrokerTestsystem instance system.adapter.scheduler.0 terminated with code 0 (NO_ERROR)
                2024-07-13 18:32:04.016 - info: host.ioBrokerTestsystem All instances are stopped.
                2024-07-13 18:32:04.110 - warn: host.ioBrokerTestsystem instance system.adapter.backitup.0 terminated due to SIGKILL
                2024-07-13 18:32:04.112 - info: host.ioBrokerTestsystem instance system.adapter.backitup.0 terminated with code null ()
                2024-07-13 18:32:04.115 - info: host.ioBrokerTestsystem All instances are stopped.
                2024-07-13 18:32:04.118 - warn: host.ioBrokerTestsystem instance system.adapter.hm-rpc.0 terminated due to SIGKILL
                2024-07-13 18:32:04.120 - info: host.ioBrokerTestsystem instance system.adapter.hm-rpc.0 terminated with code null ()
                2024-07-13 18:32:04.126 - info: host.ioBrokerTestsystem All instances are stopped.
                2024-07-13 18:32:04.227 - warn: host.ioBrokerTestsystem instance system.adapter.tr-064.0 terminated due to SIGKILL
                2024-07-13 18:32:04.231 - info: host.ioBrokerTestsystem instance system.adapter.tr-064.0 terminated with code null ()
                2024-07-13 18:32:04.238 - info: host.ioBrokerTestsystem All instances are stopped.
                2024-07-13 18:32:04.343 - warn: host.ioBrokerTestsystem instance system.adapter.unifi.0 terminated due to SIGKILL
                2024-07-13 18:32:04.347 - info: host.ioBrokerTestsystem instance system.adapter.unifi.0 terminated with code null ()
                2024-07-13 18:32:04.351 - info: host.ioBrokerTestsystem All instances are stopped.
                2024-07-13 18:32:04.359 - warn: host.ioBrokerTestsystem instance system.adapter.worx.0 terminated due to SIGKILL
                2024-07-13 18:32:04.362 - info: host.ioBrokerTestsystem instance system.adapter.worx.0 terminated with code null ()
                2024-07-13 18:32:04.370 - info: host.ioBrokerTestsystem All instances are stopped.
                2024-07-13 18:32:04.566 - warn: host.ioBrokerTestsystem instance system.adapter.samsung.0 terminated due to SIGKILL
                2024-07-13 18:32:04.570 - info: host.ioBrokerTestsystem instance system.adapter.samsung.0 terminated with code null ()
                2024-07-13 18:32:04.622 - info: host.ioBrokerTestsystem All instances are stopped.
                2024-07-13 18:32:04.740 - warn: host.ioBrokerTestsystem instance system.adapter.nina.0 terminated due to SIGKILL
                2024-07-13 18:32:04.743 - info: host.ioBrokerTestsystem instance system.adapter.nina.0 terminated with code null ()
                2024-07-13 18:32:04.747 - info: host.ioBrokerTestsystem All instances are stopped.
                2024-07-13 18:32:04.752 - warn: host.ioBrokerTestsystem instance system.adapter.vis-inventwo.0 terminated due to SIGKILL
                2024-07-13 18:32:04.756 - info: host.ioBrokerTestsystem instance system.adapter.vis-inventwo.0 terminated with code null ()
                2024-07-13 18:32:04.761 - info: host.ioBrokerTestsystem All instances are stopped.
                2024-07-13 18:32:04.920 - warn: host.ioBrokerTestsystem instance system.adapter.echarts.0 terminated due to SIGKILL
                2024-07-13 18:32:04.926 - info: host.ioBrokerTestsystem instance system.adapter.echarts.0 terminated with code null ()
                2024-07-13 18:32:04.929 - info: host.ioBrokerTestsystem All instances are stopped.
                2024-07-13 18:32:04.932 - warn: host.ioBrokerTestsystem instance system.adapter.vis-2.0 terminated due to SIGKILL
                2024-07-13 18:32:04.935 - info: host.ioBrokerTestsystem instance system.adapter.vis-2.0 terminated with code null ()
                2024-07-13 18:32:04.942 - info: host.ioBrokerTestsystem All instances are stopped.
                2024-07-13 18:32:05.066 - info: host.ioBrokerTestsystem terminated
                2024-07-13 18:32:09.451 - info: host.ioBrokerTestsystem [CONTROLLER_AUTO_UPGRADE] Successfully stopped js-controller
                2024-07-13 18:32:09.465 - info: host.ioBrokerTestsystem [CONTROLLER_AUTO_UPGRADE] Server is running on http://localhost:8081
                2024-07-13 18:33:18.763 - info: host.ioBrokerTestsystem [CONTROLLER_AUTO_UPGRADE] Final information delivered
                2024-07-13 18:33:18.881 - info: host.ioBrokerTestsystem [CONTROLLER_AUTO_UPGRADE] Successfully started js-controller
                2024-07-13 18:33:22.475 - info: host.ioBrokerTestsystem iobroker.js-controller version 6.0.8 js-controller starting
                2024-07-13 18:33:22.491 - info: host.ioBrokerTestsystem Copyright (c) 2014-2023 bluefox, 2014 hobbyquaker
                2024-07-13 18:33:22.498 - info: host.ioBrokerTestsystem hostname: ioBrokerTestsystem, node: v18.20.4
                2024-07-13 18:33:22.507 - info: host.ioBrokerTestsystem ip addresses: 192.168.178.77 fe80::f854:cfff:fe5f:6c25
                2024-07-13 18:33:26.537 - info: host.ioBrokerTestsystem connected to Objects and States
                2024-07-13 18:33:26.584 - info: host.ioBrokerTestsystem added notifications configuration of host
                2024-07-13 18:33:27.856 - info: host.ioBrokerTestsystem 64 instances found
                2024-07-13 18:33:27.967 - info: host.ioBrokerTestsystem starting 33 instances
                

                Das System ist aber ohne Probleme gestartet.
                Slave lies sich ohne Probleme aktualisieren.

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

                  @foxriver76

                  Beim Update auf Windows wird mir folgendes im admin UI angezeigt

                  8dde0ceb-8de8-436f-b928-1cf4c6aa6ea6-image.png

                  'see changelog' ist m.E. wenig hilfreich für den 0815 User der ev. gar nicht weiß wo auf Github er diese Datei finden kann. Optimaler Weise sollte dort ein klickbarer Link stehen, minimal eine textuale url zum Kopieren in den Browser.

                  foxriver76 2 Replies Last reply Reply Quote 0
                  • foxriver76
                    foxriver76 Developer @mcm1957 last edited by foxriver76

                    @mcm1957 und Admin ist in Version? https://github.com/ioBroker/ioBroker.admin?tab=readme-ov-file#7011-2024-07-03

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

                      @mcm1957 ansonsten in alten Admins Anweisungen anzeigen und auf den Button für Changelog da hattest du aber schon mal ein issue zu gemacht daher die Änderung mit Admin 7.0.11

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

                        @foxriver76 said in Beta Test js-controller Kiera (v6.0):

                        @mcm1957 und Admin ist in Version? https://github.com/ioBroker/ioBroker.admin?tab=readme-ov-file#7011-2024-07-03

                        Nö - war noch admin 6
                        Mit admin 7 siehts gut aus:

                        654a90fc-c0db-4677-9a37-b20c8ad9c7cd-image.png

                        Nachtrag:
                        Abgesehen von "Aktualisiseren "null" auf 6.0.8 ...
                        Admin Issue? Oder ... ?

                        1 Reply Last reply Reply Quote 1
                        • G
                          Gui last edited by Gui

                          Hi, beim aktuellen Update vom js-controller erhalte ich folgende Fehlermeldung:

                          Update js-controller from @6.0.7 to @6.0.8
                          Stopped Objects DB
                          Stopped States DB
                          NPM version: 10.7.0
                          Installing iobroker.js-controller@6.0.8... (System call)
                          npm error code 6
                          npm error path /opt/iobroker/node_modules/iobroker.js-controller
                          npm error command failed
                          npm error command sh -c node iobroker.js setup first
                          npm error Uncaught Rejection: TypeError: callback is not a function
                          npm error     at /opt/iobroker/node_modules/iobroker.js-controller/node_modules/@iobroker/plugin-base/lib/PluginBase.js:310:17
                          npm error This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason:
                          npm error TypeError: callback is not a function
                          npm error     at /opt/iobroker/node_modules/iobroker.js-controller/node_modules/@iobroker/plugin-base/lib/PluginBase.js:310:17
                          
                          npm error A complete log of this run can be found in: /home/iobroker/.npm/_logs/2024-07-17T15_07_38_698Z-debug-0.log
                          host.iob10 Cannot install iobroker.js-controller@6.0.8: 6
                          
                          
                          • Adaptername: iobroker.js-controller
                          • Link zu Adapterrepository: www.github.com...
                          • Adapterversion: 6.0.8
                          • js-controller Version: 6.0.7
                          • Admin Version: 7.0.17
                          • Hardwaresystem: lxc with PROXMOX on NUC
                          • Arbeitsspeicher: 32GB
                          • Festplattenart: SSD
                          • Betriebssystem: Debian
                          • Nodejs-Version: 20.15.1
                          • NPM-Version: 10.7.0
                          • Installationsart: Skript und Manuell
                          • Image, Docker genutzt: Nein
                          • Ort, Name der Imagedatei: ...

                          Linux User bitte hier den Output von iob diag einfügen.

                          ======================= SUMMARY =======================
                                                  v.2024-05-22
                          
                          
                           Static hostname: iob10
                                 Icon name: computer-container
                                   Chassis: container ☐
                            Virtualization: lxc
                          Operating System: Debian GNU/Linux 12 (bookworm)
                                    Kernel: Linux 6.8.8-2-pve
                              Architecture: x86-64
                          
                          Installation:           lxc
                          Kernel:                 x86_64
                          Userland:               64 bit
                          Timezone:               Europe/Berlin (CEST, +0200)
                          User-ID:                0
                          Display-Server:         false
                          Boot Target:            graphical.target
                          
                          Pending OS-Updates:     0
                          Pending iob updates:    1
                          
                          Nodejs-Installation:
                          /usr/bin/nodejs         v20.15.1
                          /usr/bin/node           v20.15.1
                          /usr/bin/npm            10.7.0
                          /usr/bin/npx            10.7.0
                          /usr/bin/corepack       0.28.1
                          
                          Recommended versions are nodejs 20.15.1 and npm 10.7.0
                          Your nodejs installation is correct
                          
                          MEMORY:
                                         total        used        free      shared  buff/cache   available
                          Mem:            3.2G        1.9G        310M        163K        1.1G        1.4G
                          Swap:             0B          0B          0B
                          Total:          3.2G        1.9G        310M
                          
                          Active iob-Instances:   37
                          Upgrade policy: none
                          
                          ioBroker Core:          js-controller           6.0.7
                                                  admin                   7.0.17
                          
                          ioBroker Status:        iobroker is running on this host.
                          
                          At least one iobroker host is running.
                          
                          Objects type: redis
                          States  type: redis
                          
                          Status admin and web instance:
                          + system.adapter.admin.0                  : admin                 : iob                                      -  enabled, port: 8081, bind: 0.0.0.0 (SSL), run as: admin
                          + system.adapter.admin.1                  : admin                 : iob10                                    -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                          + system.adapter.web.0                    : web                   : iob                                      -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                          
                          Objects:                13975
                          States:                 10431
                          
                          Size of iob-Database:
                          
                          5.8M    /opt/iobroker/iobroker-data/objects.json.bak
                          5.8M    /opt/iobroker/iobroker-data/objects.json
                          1.4M    /opt/iobroker/iobroker-data/states.json.bak
                          1.4M    /opt/iobroker/iobroker-data/states.json
                          
                          =================== END OF SUMMARY ====================
                          
                          
                          Homoran Thomas Braun 3 Replies Last reply Reply Quote 0
                          • Homoran
                            Homoran Global Moderator Administrators @Gui last edited by

                            @gui sagte in Fehler bei Update js-controller 6.0.7 auf 6.0.8:

                            den Output von iob diag einfügen

                            die Langfassung wäre hier jetzt sinnvoller.

                            @gui sagte in Fehler bei Update js-controller 6.0.7 auf 6.0.8:

                            Admin Version: 7.0.17

                            sonst noch mehr Beta-Versionen?

                            @gui sagte in Fehler bei Update js-controller 6.0.7 auf 6.0.8:

                            beim aktuellen Update vom js-controller

                            wie durchgeführt?

                            und aktuell ist ebenfalls relativ
                            Screenshot_20240717-174632_Firefox.jpg

                            auch das ist Beta!

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

                              @gui ich hab das mal zum Betatester Thread hinzugefügt

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

                                @foxriver76 js-controller 6.0.9 lies sich ohne Probleme auf meinen Testsystemen installieren und es gibt keine Auffälligkeiten

                                1 Reply Last reply Reply Quote 0
                                • Thomas Braun
                                  Thomas Braun Most Active @Gui last edited by

                                  @gui

                                  Bitte NICHT als root im LXC herumturnen.

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

                                    Hi @thomas-braun, ich werde das mal nicht weiter kommentieren, und nehme einfach an, dass es ein allgemeiner guter Ratschlag war.
                                    Ich habe es als erstes über die Weboberfläche gemacht, mit dem selben Ergebnis, und die läuft nicht unter root.

                                    Thomas Braun 1 Reply Last reply Reply Quote 0
                                    • Thomas Braun
                                      Thomas Braun Most Active @Gui last edited by

                                      @gui

                                      Im Container hampelt ein root herum:

                                      Installation:           lxc
                                      Kernel:                 x86_64
                                      Userland:               64 bit
                                      Timezone:               Europe/Berlin (CEST, +0200)
                                      User-ID:                0
                                      

                                      Macht man NICHT. Ist kein Ratschlag, sondern allgemein übliches Verhalten aka 'best practise'.
                                      Leg dir einen user dafür an, wenn es noch keinen geben sollte.

                                      G 1 Reply Last reply Reply Quote 1
                                      • G
                                        Gui @Thomas Braun last edited by

                                        i@thomas-braun das war ich. Es gibt einen user für iobroker. Ich arbeite aber lieber als root, und ja ich weiß, das man das nicht macht ...

                                        Zurück zum Problem. Hab mal die Harte Tour gemacht:

                                        • js-controller Verzeichniss gelöscht
                                        • js-controller neu installier "npm install iobroker.js-controller"
                                        • npm rebuild
                                        • iob upload

                                        Bis jetzt sieht alles gut.

                                        Aber bitte nicht nachmachen !!!!
                                        Und bitte nicht schimpfen 😉

                                        Thomas Braun G 2 Replies Last reply Reply Quote 0
                                        • Thomas Braun
                                          Thomas Braun Most Active @Gui last edited by

                                          @gui sagte in Beta Test js-controller Kiera (v6.0):

                                          Ich arbeite aber lieber als root

                                          Harakiri?
                                          Nein, man macht es NICHT.

                                          1 Reply Last reply Reply Quote 2
                                          • G
                                            Gui @Gui last edited by Gui

                                            Hat nicht funktioniert. Nach ein paar Stunden waren plötzlich alle Instanzen down.
                                            War ein Versuch auf die schnelle ...

                                            ... und ja, ich gewöhne mir den root ab.

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            811
                                            Online

                                            31.7k
                                            Users

                                            79.8k
                                            Topics

                                            1.3m
                                            Posts

                                            beta js-controller kiera test
                                            39
                                            331
                                            43567
                                            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