Skip to content
  • Recent
  • Tags
  • 0 Unread 0
  • Categories
  • Unreplied
  • Popular
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Logo
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. js-controller 3.0/3.1 jetzt im Latest!

NEWS

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.0k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    1.8k

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    15
    1
    2.0k

js-controller 3.0/3.1 jetzt im Latest!

js-controller 3.0/3.1 jetzt im Latest!

Scheduled Pinned Locked Moved ioBroker Allgemein
js-controller
1.3k Posts 127 Posters 494.0k Views 89 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • MiGollerM Offline
    MiGollerM Offline
    MiGoller
    Developer
    wrote on last edited by
    #501

    Hallo zusammen.

    Vielen Dank für die gute Arbeit! Das möchte ich erst einmal loswerden.

    Beim Upgrade des js-controllers von 2.2.9 auf 3.0.19 auf meiner Prod-Umgebung habe ich allerdings folgende Meldung bei der Installation gesehen.

    $ sudo iobroker upgrade self
    Update js-controller from @2.2.9 to @3.0.19
    NPM version: 6.14.4
    npm install iobroker.js-controller@3.0.19 --unsafe-perm --loglevel error --prefix "/opt/iobroker" (System call)
    (node:14431) UnhandledPromiseRejectionWarning: ReferenceError: allback is not defined
        at _0x411ccb._applyViewFunc (/opt/iobroker/node_modules/iobroker.objects-redis/index.js:1:115051)
        at processTicksAndRejections (internal/process/task_queues.js:97:5)
    (node:14431) UnhandledPromiseRejectionWarning: 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(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1)
    (node:14431) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
    

    Müsste da nicht wahrscheinlich callback statt allback stehen? Habe mir den Code noch nicht angeschaut.

    Viele Grüße, MiGoller

    ioBroker auf Intel Atom x5-Z8350 mit KNX, Gardena, Roomba, MQTT, Sonoff, Life360

    MiGollerM B 2 Replies Last reply
    0
    • ? A Former User

      @e-s @apollon77

      genau das Problem hab ich auch...
      Der Discovery wird ja nur nach dem Einrichten gebraucht, daher gelöscht.. 2 Jahre her.. 🤦

      E Offline
      E Offline
      e-s
      wrote on last edited by e-s
      #502

      @ilovegym @apollon77

      Mach das bloß nicht manuell...
      discovery installíeren hat nichts gebracht, also habe ich mit

      npm i serialport@8.0.7

      aktualisiert.
      Dann kam aber der nächste Fehler, bluetooth -hci-socket wollte nicht, also auch den aktualiert obwohl ich den nicht benötige.

      npm i @abandonware/bluetooth-hci-socket@0.5.3-5

      jetzt kam ein Fehler von @serialport/bindings

      npm i @serialport/bindings@@8.0.7

      anschließend gab es keine Fehler mehr bei npm rebuild

      ? 1 Reply Last reply
      0
      • MiGollerM MiGoller

        Hallo zusammen.

        Vielen Dank für die gute Arbeit! Das möchte ich erst einmal loswerden.

        Beim Upgrade des js-controllers von 2.2.9 auf 3.0.19 auf meiner Prod-Umgebung habe ich allerdings folgende Meldung bei der Installation gesehen.

        $ sudo iobroker upgrade self
        Update js-controller from @2.2.9 to @3.0.19
        NPM version: 6.14.4
        npm install iobroker.js-controller@3.0.19 --unsafe-perm --loglevel error --prefix "/opt/iobroker" (System call)
        (node:14431) UnhandledPromiseRejectionWarning: ReferenceError: allback is not defined
            at _0x411ccb._applyViewFunc (/opt/iobroker/node_modules/iobroker.objects-redis/index.js:1:115051)
            at processTicksAndRejections (internal/process/task_queues.js:97:5)
        (node:14431) UnhandledPromiseRejectionWarning: 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(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1)
        (node:14431) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
        

        Müsste da nicht wahrscheinlich callback statt allback stehen? Habe mir den Code noch nicht angeschaut.

        Viele Grüße, MiGoller

        MiGollerM Offline
        MiGollerM Offline
        MiGoller
        Developer
        wrote on last edited by
        #503

        @MiGoller sagte in js-controller 3.0 jetzt im Latest!:

        Hallo zusammen.

        Vielen Dank für die gute Arbeit! Das möchte ich erst einmal loswerden.

        Beim Upgrade des js-controllers von 2.2.9 auf 3.0.19 auf meiner Prod-Umgebung habe ich allerdings folgende Meldung bei der Installation gesehen.

        $ sudo iobroker upgrade self
        Update js-controller from @2.2.9 to @3.0.19
        NPM version: 6.14.4
        npm install iobroker.js-controller@3.0.19 --unsafe-perm --loglevel error --prefix "/opt/iobroker" (System call)
        (node:14431) UnhandledPromiseRejectionWarning: ReferenceError: allback is not defined
            at _0x411ccb._applyViewFunc (/opt/iobroker/node_modules/iobroker.objects-redis/index.js:1:115051)
            at processTicksAndRejections (internal/process/task_queues.js:97:5)
        (node:14431) UnhandledPromiseRejectionWarning: 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(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1)
        (node:14431) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
        

        Müsste da nicht wahrscheinlich callback statt allback stehen? Habe mir den Code noch nicht angeschaut.

        Viele Grüße, MiGoller

        Hallo zusammen, nachdem auch die Version 3.0.18 in Verbindung mit Redis kein lauffähiges System mehr hervorgebracht hat, habe ich einen "Rücksturz" auf 2.2.9 durchgeführt. Letzt läuft es erst einmal wieder.

        Könnte da ein Zusammenhang mit meiner Redis-Konfiguration bestehen, die unter Version 2 des Controllers problemlos läuft?

        Viele Grüße, MiGoller

        ioBroker auf Intel Atom x5-Z8350 mit KNX, Gardena, Roomba, MQTT, Sonoff, Life360

        1 Reply Last reply
        0
        • MiGollerM MiGoller

          Hallo zusammen.

          Vielen Dank für die gute Arbeit! Das möchte ich erst einmal loswerden.

          Beim Upgrade des js-controllers von 2.2.9 auf 3.0.19 auf meiner Prod-Umgebung habe ich allerdings folgende Meldung bei der Installation gesehen.

          $ sudo iobroker upgrade self
          Update js-controller from @2.2.9 to @3.0.19
          NPM version: 6.14.4
          npm install iobroker.js-controller@3.0.19 --unsafe-perm --loglevel error --prefix "/opt/iobroker" (System call)
          (node:14431) UnhandledPromiseRejectionWarning: ReferenceError: allback is not defined
              at _0x411ccb._applyViewFunc (/opt/iobroker/node_modules/iobroker.objects-redis/index.js:1:115051)
              at processTicksAndRejections (internal/process/task_queues.js:97:5)
          (node:14431) UnhandledPromiseRejectionWarning: 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(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1)
          (node:14431) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
          

          Müsste da nicht wahrscheinlich callback statt allback stehen? Habe mir den Code noch nicht angeschaut.

          Viele Grüße, MiGoller

          B Offline
          B Offline
          blackeagle998
          wrote on last edited by
          #504

          @MiGoller sagte in js-controller 3.0 jetzt im Latest!:

          Hallo zusammen.

          Vielen Dank für die gute Arbeit! Das möchte ich erst einmal loswerden.

          Beim Upgrade des js-controllers von 2.2.9 auf 3.0.19 auf meiner Prod-Umgebung habe ich allerdings folgende Meldung bei der Installation gesehen.

          $ sudo iobroker upgrade self
          Update js-controller from @2.2.9 to @3.0.19
          NPM version: 6.14.4
          npm install iobroker.js-controller@3.0.19 --unsafe-perm --loglevel error --prefix "/opt/iobroker" (System call)
          (node:14431) UnhandledPromiseRejectionWarning: ReferenceError: allback is not defined
              at _0x411ccb._applyViewFunc (/opt/iobroker/node_modules/iobroker.objects-redis/index.js:1:115051)
              at processTicksAndRejections (internal/process/task_queues.js:97:5)
          (node:14431) UnhandledPromiseRejectionWarning: 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(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1)
          (node:14431) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
          

          Müsste da nicht wahrscheinlich callback statt allback stehen? Habe mir den Code noch nicht angeschaut.

          Viele Grüße, MiGoller

          Hallo, ich habe gerade exakt den gleichen Fehler, ebenfalls von Version 2.2.9 zu 3.0.19.

          khgK 1 Reply Last reply
          0
          • apollon77A Online
            apollon77A Online
            apollon77
            wrote on last edited by
            #505

            Der controller 3.0.20 ist auf Github - der fixt das ... sorry ...

            Sollte bald im Latest Repo sein, alternativ IM IOBROKER-VERZEICHNIS(!!) ein "npm install iobroker.js-controller@3.0.20" ausführen

            Changelog:
            3.0.20 (2020-04-28) Release Elena

            • (Apollon77) make sure disabling instances while installation is running do not crash the controller (Sentry IOBROKER-JS-CONTROLLER-Z)
            • (From Forum) prevent error on backup restore
            • (Apollon77) Make sure error handing do not throw exception
            • (Apollon77) Catch all errors when trying to store the File DB (Sentry IOBROKER-JS-CONTROLLER-14/15)
            • (Apollon77) Make sure also edge cases on start adapter are handled correctly (Sentry IOBROKER-JS-CONTROLLER-12)
            • (Apollon77) Use 3.3.4 of objects library to prevent an error from 3.3.3

            Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

            • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
            • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
            ? sigi234S 2 Replies Last reply
            4
            • B blackeagle998

              @MiGoller sagte in js-controller 3.0 jetzt im Latest!:

              Hallo zusammen.

              Vielen Dank für die gute Arbeit! Das möchte ich erst einmal loswerden.

              Beim Upgrade des js-controllers von 2.2.9 auf 3.0.19 auf meiner Prod-Umgebung habe ich allerdings folgende Meldung bei der Installation gesehen.

              $ sudo iobroker upgrade self
              Update js-controller from @2.2.9 to @3.0.19
              NPM version: 6.14.4
              npm install iobroker.js-controller@3.0.19 --unsafe-perm --loglevel error --prefix "/opt/iobroker" (System call)
              (node:14431) UnhandledPromiseRejectionWarning: ReferenceError: allback is not defined
                  at _0x411ccb._applyViewFunc (/opt/iobroker/node_modules/iobroker.objects-redis/index.js:1:115051)
                  at processTicksAndRejections (internal/process/task_queues.js:97:5)
              (node:14431) UnhandledPromiseRejectionWarning: 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(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1)
              (node:14431) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
              

              Müsste da nicht wahrscheinlich callback statt allback stehen? Habe mir den Code noch nicht angeschaut.

              Viele Grüße, MiGoller

              Hallo, ich habe gerade exakt den gleichen Fehler, ebenfalls von Version 2.2.9 zu 3.0.19.

              khgK Offline
              khgK Offline
              khg
              wrote on last edited by
              #506

              update js-controller 3.0.18 --> 30.19 nicht möglich.
              Node.js v12.16.2
              NPM 6.14.4

              Detail:
              int err = epoll->Modify(info[0]->Int32Value(), info[1]->Int32Value());
              ^
              In file included from ../src/epoll.cc:11:
              /home/iobroker/.cache/node-gyp/12.16.2/include/node/v8.h:2709:40: note: candidate: ‘v8::Maybe<int> v8::Value::Int32Value(v8::Localv8::Context) const’
              V8_WARN_UNUSED_RESULT Maybe<int32_t> Int32Value(Local<Context> context) const;
              ^~~~~~~~~~
              /home/iobroker/.cache/node-gyp/12.16.2/include/node/v8.h:2709:40: note: candidate expects 1 argument, 0 provided
              ../src/epoll.cc: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE Epoll::Remove(Nan::NAN_METHOD_ARGS_TYPE)’:
              ../src/epoll.cc:247:47: error: no matching function for call to ‘v8::Value::Int32Value()’
              int err = epoll->Remove(info[0]->Int32Value());
              ^
              In file included from ../src/epoll.cc:11:
              /home/iobroker/.cache/node-gyp/12.16.2/include/node/v8.h:2709:40: note: candidate: ‘v8::Maybe<int> v8::Value::Int32Value(v8::Localv8::Context) const’
              V8_WARN_UNUSED_RESULT Maybe<int32_t> Int32Value(Local<Context> context) const;
              ^~~~~~~~~~
              /home/iobroker/.cache/node-gyp/12.16.2/include/node/v8.h:2709:40: note: candidate expects 1 argument, 0 provided
              In file included from ../src/epoll.cc:12:
              ../src/epoll.cc: At global scope:
              /home/iobroker/.cache/node-gyp/12.16.2/include/node/node.h:608:43: warning: cast between incompatible function types from ‘void ()(Nan::ADDON_REGISTER_FUNCTION_ARGS_TYPE)’ {aka ‘void ()(v8::Localv8::Object)’} to ‘node::addon_register_func’ {aka ‘void ()(v8::Localv8::Object, v8::Localv8::Value, void)’} [-Wcast-function-type]
              (node::addon_register_func) (regfunc),
              ^
              /home/iobroker/.cache/node-gyp/12.16.2/include/node/node.h:642:3: note: in expansion of macro ‘NODE_MODULE_X’
              NODE_MODULE_X(modname, regfunc, NULL, 0) // NOLINT (readability/null_usage)
              ^~~~~~~~~~~~~
              ../src/epoll.cc:381:1: note: in expansion of macro ‘NODE_MODULE’
              NODE_MODULE(epoll, Epoll::Init)
              ^~~~~~~~~~~
              In file included from ../src/epoll.cc:11:
              /home/iobroker/.cache/node-gyp/12.16.2/include/node/v8.h: In instantiation of ‘void v8::PersistentBase<T>::SetWeak(P*, typename v8::WeakCallbackInfo<P>::Callback, v8::WeakCallbackType) [with P = node::ObjectWrap; T = v8::Object; typename v8::WeakCallbackInfo<P>::Callback = void ()(const v8::WeakCallbackInfonode::ObjectWrap&)]’:
              /home/iobroker/.cache/node-gyp/12.16.2/include/node/node_object_wrap.h:85:78: required from here
              /home/iobroker/.cache/node-gyp/12.16.2/include/node/v8.h:10226:16: warning: cast between incompatible function types from ‘v8::WeakCallbackInfonode::ObjectWrap::Callback’ {aka ‘void (
              )(const v8::WeakCallbackInfonode::ObjectWrap&)’} to ‘Callback’ {aka ‘void ()(const v8::WeakCallbackInfo<void>&)’} [-Wcast-function-type]
              reinterpret_cast<Callback>(callback), type);
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
              /home/iobroker/.cache/node-gyp/12.16.2/include/node/v8.h: In instantiation of ‘void v8::PersistentBase<T>::SetWeak(P
              , typename v8::WeakCallbackInfo<P>::Callback, v8::WeakCallbackType) [with P = Nan::ObjectWrap; T = v8::Object; typename v8::WeakCallbackInfo<P>::Callback = void ()(const v8::WeakCallbackInfoNan::ObjectWrap&)]’:
              ../../nan/nan_object_wrap.h:66:61: required from here
              /home/iobroker/.cache/node-gyp/12.16.2/include/node/v8.h:10226:16: warning: cast between incompatible function types from ‘v8::WeakCallbackInfoNan::ObjectWrap::Callback’ {aka ‘void (
              )(const v8::WeakCallbackInfoNan::ObjectWrap&)’} to ‘Callback’ {aka ‘void (*)(const v8::WeakCallbackInfo<void>&)’} [-Wcast-function-type]
              make: *** [epoll.target.mk:111: Release/obj.target/epoll/src/epoll.o] Fehler 1
              gyp ERR! build error
              gyp ERR! stack Error: make failed with exit code: 2
              gyp ERR! stack at ChildProcess.onExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:194:23)
              gyp ERR! stack at ChildProcess.emit (events.js:310:20)
              gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:275:12)
              gyp ERR! System Linux 5.4.28-rockchip
              gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
              gyp ERR! cwd /opt/iobroker/node_modules/rpi-gpio/node_modules/epoll
              gyp ERR! node -v v12.16.2
              gyp ERR! node-gyp -v v5.1.0
              gyp ERR! not ok
              (node:19963) UnhandledPromiseRejectionWarning: ReferenceError: allback is not defined
              at _0x411ccb._applyViewFunc (/opt/iobroker/node_modules/iobroker.objects-redis/index.js:1:115051)
              at processTicksAndRejections (internal/process/task_queues.js:97:5)
              (node:19963) UnhandledPromiseRejectionWarning: 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(). To terminate the node process on unhandled promise rejection, use the CLI flag --unhandled-rejections=strict (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1)
              (node:19963) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code

              bleibt hier händen und Abbruch mit Ctrl-C.

              iobroker start
              iobroker status

              (node:26663) UnhandledPromiseRejectionWarning: ReferenceError: allback is not defined
              at _0x411ccb._applyViewFunc (/opt/iobroker/node_modules/iobroker.objects-redis/index.js:1:115051)
              at processTicksAndRejections (internal/process/task_queues.js:97:5)
              (node:26663) UnhandledPromiseRejectionWarning: 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(). To terminate the node process on unhandled promise rejection, use the CLI flag --unhandled-rejections=strict (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1)
              (node:26663) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.

              sigi234S 1 Reply Last reply
              0
              • khgK khg

                update js-controller 3.0.18 --> 30.19 nicht möglich.
                Node.js v12.16.2
                NPM 6.14.4

                Detail:
                int err = epoll->Modify(info[0]->Int32Value(), info[1]->Int32Value());
                ^
                In file included from ../src/epoll.cc:11:
                /home/iobroker/.cache/node-gyp/12.16.2/include/node/v8.h:2709:40: note: candidate: ‘v8::Maybe<int> v8::Value::Int32Value(v8::Localv8::Context) const’
                V8_WARN_UNUSED_RESULT Maybe<int32_t> Int32Value(Local<Context> context) const;
                ^~~~~~~~~~
                /home/iobroker/.cache/node-gyp/12.16.2/include/node/v8.h:2709:40: note: candidate expects 1 argument, 0 provided
                ../src/epoll.cc: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE Epoll::Remove(Nan::NAN_METHOD_ARGS_TYPE)’:
                ../src/epoll.cc:247:47: error: no matching function for call to ‘v8::Value::Int32Value()’
                int err = epoll->Remove(info[0]->Int32Value());
                ^
                In file included from ../src/epoll.cc:11:
                /home/iobroker/.cache/node-gyp/12.16.2/include/node/v8.h:2709:40: note: candidate: ‘v8::Maybe<int> v8::Value::Int32Value(v8::Localv8::Context) const’
                V8_WARN_UNUSED_RESULT Maybe<int32_t> Int32Value(Local<Context> context) const;
                ^~~~~~~~~~
                /home/iobroker/.cache/node-gyp/12.16.2/include/node/v8.h:2709:40: note: candidate expects 1 argument, 0 provided
                In file included from ../src/epoll.cc:12:
                ../src/epoll.cc: At global scope:
                /home/iobroker/.cache/node-gyp/12.16.2/include/node/node.h:608:43: warning: cast between incompatible function types from ‘void ()(Nan::ADDON_REGISTER_FUNCTION_ARGS_TYPE)’ {aka ‘void ()(v8::Localv8::Object)’} to ‘node::addon_register_func’ {aka ‘void ()(v8::Localv8::Object, v8::Localv8::Value, void)’} [-Wcast-function-type]
                (node::addon_register_func) (regfunc),
                ^
                /home/iobroker/.cache/node-gyp/12.16.2/include/node/node.h:642:3: note: in expansion of macro ‘NODE_MODULE_X’
                NODE_MODULE_X(modname, regfunc, NULL, 0) // NOLINT (readability/null_usage)
                ^~~~~~~~~~~~~
                ../src/epoll.cc:381:1: note: in expansion of macro ‘NODE_MODULE’
                NODE_MODULE(epoll, Epoll::Init)
                ^~~~~~~~~~~
                In file included from ../src/epoll.cc:11:
                /home/iobroker/.cache/node-gyp/12.16.2/include/node/v8.h: In instantiation of ‘void v8::PersistentBase<T>::SetWeak(P*, typename v8::WeakCallbackInfo<P>::Callback, v8::WeakCallbackType) [with P = node::ObjectWrap; T = v8::Object; typename v8::WeakCallbackInfo<P>::Callback = void ()(const v8::WeakCallbackInfonode::ObjectWrap&)]’:
                /home/iobroker/.cache/node-gyp/12.16.2/include/node/node_object_wrap.h:85:78: required from here
                /home/iobroker/.cache/node-gyp/12.16.2/include/node/v8.h:10226:16: warning: cast between incompatible function types from ‘v8::WeakCallbackInfonode::ObjectWrap::Callback’ {aka ‘void (
                )(const v8::WeakCallbackInfonode::ObjectWrap&)’} to ‘Callback’ {aka ‘void ()(const v8::WeakCallbackInfo<void>&)’} [-Wcast-function-type]
                reinterpret_cast<Callback>(callback), type);
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                /home/iobroker/.cache/node-gyp/12.16.2/include/node/v8.h: In instantiation of ‘void v8::PersistentBase<T>::SetWeak(P
                , typename v8::WeakCallbackInfo<P>::Callback, v8::WeakCallbackType) [with P = Nan::ObjectWrap; T = v8::Object; typename v8::WeakCallbackInfo<P>::Callback = void ()(const v8::WeakCallbackInfoNan::ObjectWrap&)]’:
                ../../nan/nan_object_wrap.h:66:61: required from here
                /home/iobroker/.cache/node-gyp/12.16.2/include/node/v8.h:10226:16: warning: cast between incompatible function types from ‘v8::WeakCallbackInfoNan::ObjectWrap::Callback’ {aka ‘void (
                )(const v8::WeakCallbackInfoNan::ObjectWrap&)’} to ‘Callback’ {aka ‘void (*)(const v8::WeakCallbackInfo<void>&)’} [-Wcast-function-type]
                make: *** [epoll.target.mk:111: Release/obj.target/epoll/src/epoll.o] Fehler 1
                gyp ERR! build error
                gyp ERR! stack Error: make failed with exit code: 2
                gyp ERR! stack at ChildProcess.onExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:194:23)
                gyp ERR! stack at ChildProcess.emit (events.js:310:20)
                gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:275:12)
                gyp ERR! System Linux 5.4.28-rockchip
                gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
                gyp ERR! cwd /opt/iobroker/node_modules/rpi-gpio/node_modules/epoll
                gyp ERR! node -v v12.16.2
                gyp ERR! node-gyp -v v5.1.0
                gyp ERR! not ok
                (node:19963) UnhandledPromiseRejectionWarning: ReferenceError: allback is not defined
                at _0x411ccb._applyViewFunc (/opt/iobroker/node_modules/iobroker.objects-redis/index.js:1:115051)
                at processTicksAndRejections (internal/process/task_queues.js:97:5)
                (node:19963) UnhandledPromiseRejectionWarning: 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(). To terminate the node process on unhandled promise rejection, use the CLI flag --unhandled-rejections=strict (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1)
                (node:19963) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code

                bleibt hier händen und Abbruch mit Ctrl-C.

                iobroker start
                iobroker status

                (node:26663) UnhandledPromiseRejectionWarning: ReferenceError: allback is not defined
                at _0x411ccb._applyViewFunc (/opt/iobroker/node_modules/iobroker.objects-redis/index.js:1:115051)
                at processTicksAndRejections (internal/process/task_queues.js:97:5)
                (node:26663) UnhandledPromiseRejectionWarning: 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(). To terminate the node process on unhandled promise rejection, use the CLI flag --unhandled-rejections=strict (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1)
                (node:26663) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.

                sigi234S Online
                sigi234S Online
                sigi234
                Forum Testing Most Active
                wrote on last edited by
                #507

                @khg

                Bitte benutzt die Code Tags Funktion -> </>
                Hier gehts zur Hilfe.

                Bitte benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
                Immer Daten sichern!

                khgK 1 Reply Last reply
                0
                • E e-s

                  @ilovegym @apollon77

                  Mach das bloß nicht manuell...
                  discovery installíeren hat nichts gebracht, also habe ich mit

                  npm i serialport@8.0.7

                  aktualisiert.
                  Dann kam aber der nächste Fehler, bluetooth -hci-socket wollte nicht, also auch den aktualiert obwohl ich den nicht benötige.

                  npm i @abandonware/bluetooth-hci-socket@0.5.3-5

                  jetzt kam ein Fehler von @serialport/bindings

                  npm i @serialport/bindings@@8.0.7

                  anschließend gab es keine Fehler mehr bei npm rebuild

                  ? Offline
                  ? Offline
                  A Former User
                  wrote on last edited by
                  #508

                  @e-s Hi, Danke, hat geholfen. Musste noch node-gyp drüberbügeln, dann war da auch Ruhe.

                  1 Reply Last reply
                  0
                  • sigi234S sigi234

                    @khg

                    Bitte benutzt die Code Tags Funktion -> </>
                    Hier gehts zur Hilfe.

                    khgK Offline
                    khgK Offline
                    khg
                    wrote on last edited by khg
                    #509

                    @sigi234 sagte in js-controller 3.0 jetzt im Latest!:

                    Bitte benutzt die Code Tags Funktion -> </>

                    ok, schaue ich mir an,
                    eben wurde der js-controller 3.0.20 erstellt und das Problem ist damit behoben.

                    1 Reply Last reply
                    0
                    • apollon77A apollon77

                      Der controller 3.0.20 ist auf Github - der fixt das ... sorry ...

                      Sollte bald im Latest Repo sein, alternativ IM IOBROKER-VERZEICHNIS(!!) ein "npm install iobroker.js-controller@3.0.20" ausführen

                      Changelog:
                      3.0.20 (2020-04-28) Release Elena

                      • (Apollon77) make sure disabling instances while installation is running do not crash the controller (Sentry IOBROKER-JS-CONTROLLER-Z)
                      • (From Forum) prevent error on backup restore
                      • (Apollon77) Make sure error handing do not throw exception
                      • (Apollon77) Catch all errors when trying to store the File DB (Sentry IOBROKER-JS-CONTROLLER-14/15)
                      • (Apollon77) Make sure also edge cases on start adapter are handled correctly (Sentry IOBROKER-JS-CONTROLLER-12)
                      • (Apollon77) Use 3.3.4 of objects library to prevent an error from 3.3.3
                      ? Offline
                      ? Offline
                      A Former User
                      wrote on last edited by
                      #510

                      @apollon77

                      Also, die Elena verträgt sich wohl ganz gut mit der Silvia, Tessa und Buster. Mit der Debbie schau ich die Tage dann noch.. 🙂

                      1 Reply Last reply
                      1
                      • apollon77A apollon77

                        Der controller 3.0.20 ist auf Github - der fixt das ... sorry ...

                        Sollte bald im Latest Repo sein, alternativ IM IOBROKER-VERZEICHNIS(!!) ein "npm install iobroker.js-controller@3.0.20" ausführen

                        Changelog:
                        3.0.20 (2020-04-28) Release Elena

                        • (Apollon77) make sure disabling instances while installation is running do not crash the controller (Sentry IOBROKER-JS-CONTROLLER-Z)
                        • (From Forum) prevent error on backup restore
                        • (Apollon77) Make sure error handing do not throw exception
                        • (Apollon77) Catch all errors when trying to store the File DB (Sentry IOBROKER-JS-CONTROLLER-14/15)
                        • (Apollon77) Make sure also edge cases on start adapter are handled correctly (Sentry IOBROKER-JS-CONTROLLER-12)
                        • (Apollon77) Use 3.3.4 of objects library to prevent an error from 3.3.3
                        sigi234S Online
                        sigi234S Online
                        sigi234
                        Forum Testing Most Active
                        wrote on last edited by sigi234
                        #511

                        @apollon77 sagte in js-controller 3.0 jetzt im Latest!:

                        Der controller 3.0.20 ist auf Github - der fixt das ... sorry ...

                        Diesmal geht es bei mir nicht.

                        C:\Program Files\iobroker\Test>iobroker upgrade self
                        Update js-controller from @3.0.19 to @3.0.20
                        NPM version: 6.9.0
                        npm install iobroker.js-controller@3.0.20 --loglevel error --unsafe-perm (System call)
                        npm ERR! path C:\Program Files\iobroker\Test\node_modules\iobroker.js-controller
                        npm ERR! code EBUSY
                        npm ERR! errno -4082
                        npm ERR! syscall rename
                        npm ERR! EBUSY: resource busy or locked, rename 'C:\Program Files\iobroker\Test\node_modules\iobroker.js-controller' -> 'C:\Program Files\iobroker\Test\node_modules\.iobroker.js-controller.DELETE'
                        
                        npm ERR! A complete log of this run can be found in:
                        npm ERR!     C:\Program Files\iobroker\Test\env\npm-cache\_logs\2020-04-28T11_49_52_485Z-debug.log
                        host.Medion(Test) Cannot install iobroker.js-controller@3.0.20: 4294963214
                        

                        npm ERR! EBUSY: resource busy or locked

                        Wollen zu viele gleichzeitig updaten?

                        Bitte benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
                        Immer Daten sichern!

                        apollon77A 1 Reply Last reply
                        0
                        • DiginixD Offline
                          DiginixD Offline
                          Diginix
                          wrote on last edited by
                          #512

                          @apollon77 Seit 3.0.19 werden die Logs wieder gezippt rotiert. Mein Logrotate max 14 days hat das Update von Version 2 auf 3 überlebt aber warum das nicht-zippen nicht? Wie konnte man das in der iobroker.json abstellen?

                          ..:: So long! Tom ::..

                          NUC7i3 (Ubuntu Proxmox VM) | Echo Dots 2+3. Gen | Xiaomi Sensoren | Mi Robot 1S | Yeelight | Sonoff | Shelly | H801 RGB | Gosund SP1 | NodeMCU+ESP32 | Kostal Plenticore PV+BYD | openWB

                          apollon77A MaufloM 2 Replies Last reply
                          0
                          • DiginixD Diginix

                            @apollon77 Seit 3.0.19 werden die Logs wieder gezippt rotiert. Mein Logrotate max 14 days hat das Update von Version 2 auf 3 überlebt aber warum das nicht-zippen nicht? Wie konnte man das in der iobroker.json abstellen?

                            apollon77A Online
                            apollon77A Online
                            apollon77
                            wrote on last edited by
                            #513

                            @Diginix Seit der 3.0.0 ist das wieder so - war eigentlich ein Fehler das es in der 2.2 doch nicht drin war. Ausschalten in der iobroker-data/iobroker.json siehe https://github.com/ioBroker/ioBroker.js-controller/blob/master/README.md#file-based-logging

                            Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

                            • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
                            • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
                            E 1 Reply Last reply
                            1
                            • apollon77A apollon77

                              @Diginix Seit der 3.0.0 ist das wieder so - war eigentlich ein Fehler das es in der 2.2 doch nicht drin war. Ausschalten in der iobroker-data/iobroker.json siehe https://github.com/ioBroker/ioBroker.js-controller/blob/master/README.md#file-based-logging

                              E Offline
                              E Offline
                              e-s
                              wrote on last edited by
                              #514

                              @apollon77
                              Hattest du dir meine vorherigen posts durchgelesen, hätte iobroker die veralteten und ungenutzten deps aktualisieren oder löschen sollen, oder muss man das weiter per Hand machen?
                              Oder sollte man wenn man doch häufig testet und löscht, den data Ordner in einer Neuinstallation restoren um sich von alter last zu trennen?

                              apollon77A 1 Reply Last reply
                              0
                              • C Offline
                                C Offline
                                cybertron
                                wrote on last edited by cybertron
                                #515

                                Das Update auf 3.0.19 hat heute morgen zwar geklapt, alledings rannten der Master und auch alle Slaves danach in einer Art Dauer-Reboot-Schleife.
                                In der Anzeige über htop starteten die einzelnen Adapter, waren aber danach direkt wieder verschwunden.

                                Da der Master gar nicht mehr auf die Füsse kam, hab ich diesen über den Snapshot wieder zurück auf 3.0.14 geholt.
                                Einen Slave habe ich über ein erneutes Update dann vorhin auf 3.0.20 gebracht.
                                Einen weiteren über eine Neuinstallation erst auf 2.x.x und daraus auf 3.0.20.

                                Jetzt wollte ich den Master und einen 3. Slave noch machen.
                                Dabei bekomme ich jedoch folgende Meldung:

                                root@mh-iobroker-00:/opt/iobroker# iobroker upgrade self
                                Update js-controller from @3.0.14 to @3.0.20
                                NPM version: 6.14.4
                                npm install iobroker.js-controller@3.0.20 --loglevel error --unsafe-perm --prefix "/opt/iobroker" (System call)
                                readFile will not read this file (tts.userfiles/scifi.mp3) in future versions: sayit.0 is not an object of type "meta"
                                readFile will not read this file (tts.userfiles/gong.mp3) in future versions: sayit.0 is not an object of type "meta"
                                npm ERR! Unexpected end of JSON input while parsing near '...0","@sentry/utils":"5'
                                
                                npm ERR! A complete log of this run can be found in:
                                npm ERR!     /home/iobroker/.npm/_logs/2020-04-28T13_30_05_795Z-debug.log
                                Starting node restart.js
                                
                                

                                Eine komplette Neuinstallation beim Slave endet ebenfals fehlerhaft.

                                ==========================================================================
                                
                                    Welcome to the ioBroker installer!
                                    Installer version: 2020-04-12
                                
                                ==========================================================================
                                
                                
                                ==========================================================================
                                    Installing prerequisites (1/4)
                                ==========================================================================
                                
                                OK:1 http://archive.raspberrypi.org/debian buster InRelease
                                OK:2 http://raspbian.raspberrypi.org/raspbian buster InRelease
                                OK:3 https://deb.nodesource.com/node_12.x buster InRelease
                                Paketlisten werden gelesen... Fertig
                                Changing npm registry to https://registry.npmjs.org
                                Installed gcc-c++
                                
                                ==========================================================================
                                    Creating ioBroker user and directory (2/4)
                                ==========================================================================
                                
                                Created /etc/sudoers.d/iobroker
                                Directory /opt/iobroker created
                                
                                ==========================================================================
                                    Installing ioBroker (3/4)
                                ==========================================================================
                                
                                npm ERR! Unexpected end of JSON input while parsing near '...yIFwMzo/6PwmhXvvwYnEz'
                                
                                npm ERR! A complete log of this run can be found in:
                                npm ERR!     /root/.npm/_logs/2020-04-28T13_17_27_855Z-debug.log
                                
                                ==========================================================================
                                    Finalizing installation (4/4)
                                ==========================================================================
                                
                                Enabling autostart...
                                Autostart enabled!
                                Fixing directory permissions...
                                
                                ==========================================================================
                                
                                    ioBroker was installed successfully
                                    Open http://192.168.30.242:8081 in a browser and start configuring!
                                
                                ==========================================================================
                                
                                
                                You need to re-login before doing anything else on the console!
                                
                                
                                apollon77A 1 Reply Last reply
                                0
                                • sigi234S sigi234

                                  @apollon77 sagte in js-controller 3.0 jetzt im Latest!:

                                  Der controller 3.0.20 ist auf Github - der fixt das ... sorry ...

                                  Diesmal geht es bei mir nicht.

                                  C:\Program Files\iobroker\Test>iobroker upgrade self
                                  Update js-controller from @3.0.19 to @3.0.20
                                  NPM version: 6.9.0
                                  npm install iobroker.js-controller@3.0.20 --loglevel error --unsafe-perm (System call)
                                  npm ERR! path C:\Program Files\iobroker\Test\node_modules\iobroker.js-controller
                                  npm ERR! code EBUSY
                                  npm ERR! errno -4082
                                  npm ERR! syscall rename
                                  npm ERR! EBUSY: resource busy or locked, rename 'C:\Program Files\iobroker\Test\node_modules\iobroker.js-controller' -> 'C:\Program Files\iobroker\Test\node_modules\.iobroker.js-controller.DELETE'
                                  
                                  npm ERR! A complete log of this run can be found in:
                                  npm ERR!     C:\Program Files\iobroker\Test\env\npm-cache\_logs\2020-04-28T11_49_52_485Z-debug.log
                                  host.Medion(Test) Cannot install iobroker.js-controller@3.0.20: 4294963214
                                  

                                  npm ERR! EBUSY: resource busy or locked

                                  Wollen zu viele gleichzeitig updaten?

                                  apollon77A Online
                                  apollon77A Online
                                  apollon77
                                  wrote on last edited by
                                  #516

                                  @sigi234 Da ist auf deinem Filesystem was geblockt. Versuch nochmal

                                  Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

                                  • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
                                  • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
                                  sigi234S 1 Reply Last reply
                                  0
                                  • E e-s

                                    @apollon77
                                    Hattest du dir meine vorherigen posts durchgelesen, hätte iobroker die veralteten und ungenutzten deps aktualisieren oder löschen sollen, oder muss man das weiter per Hand machen?
                                    Oder sollte man wenn man doch häufig testet und löscht, den data Ordner in einer Neuinstallation restoren um sich von alter last zu trennen?

                                    apollon77A Online
                                    apollon77A Online
                                    apollon77
                                    wrote on last edited by
                                    #517

                                    @e-s Naja an sich wirft NPM Dinge weg wenn Sie nicht mehr referenziert werden, sollte also automatisch passieren. AM Ende "Finde den Adapter des das braucht"

                                    Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

                                    • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
                                    • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
                                    1 Reply Last reply
                                    0
                                    • C cybertron

                                      Das Update auf 3.0.19 hat heute morgen zwar geklapt, alledings rannten der Master und auch alle Slaves danach in einer Art Dauer-Reboot-Schleife.
                                      In der Anzeige über htop starteten die einzelnen Adapter, waren aber danach direkt wieder verschwunden.

                                      Da der Master gar nicht mehr auf die Füsse kam, hab ich diesen über den Snapshot wieder zurück auf 3.0.14 geholt.
                                      Einen Slave habe ich über ein erneutes Update dann vorhin auf 3.0.20 gebracht.
                                      Einen weiteren über eine Neuinstallation erst auf 2.x.x und daraus auf 3.0.20.

                                      Jetzt wollte ich den Master und einen 3. Slave noch machen.
                                      Dabei bekomme ich jedoch folgende Meldung:

                                      root@mh-iobroker-00:/opt/iobroker# iobroker upgrade self
                                      Update js-controller from @3.0.14 to @3.0.20
                                      NPM version: 6.14.4
                                      npm install iobroker.js-controller@3.0.20 --loglevel error --unsafe-perm --prefix "/opt/iobroker" (System call)
                                      readFile will not read this file (tts.userfiles/scifi.mp3) in future versions: sayit.0 is not an object of type "meta"
                                      readFile will not read this file (tts.userfiles/gong.mp3) in future versions: sayit.0 is not an object of type "meta"
                                      npm ERR! Unexpected end of JSON input while parsing near '...0","@sentry/utils":"5'
                                      
                                      npm ERR! A complete log of this run can be found in:
                                      npm ERR!     /home/iobroker/.npm/_logs/2020-04-28T13_30_05_795Z-debug.log
                                      Starting node restart.js
                                      
                                      

                                      Eine komplette Neuinstallation beim Slave endet ebenfals fehlerhaft.

                                      ==========================================================================
                                      
                                          Welcome to the ioBroker installer!
                                          Installer version: 2020-04-12
                                      
                                      ==========================================================================
                                      
                                      
                                      ==========================================================================
                                          Installing prerequisites (1/4)
                                      ==========================================================================
                                      
                                      OK:1 http://archive.raspberrypi.org/debian buster InRelease
                                      OK:2 http://raspbian.raspberrypi.org/raspbian buster InRelease
                                      OK:3 https://deb.nodesource.com/node_12.x buster InRelease
                                      Paketlisten werden gelesen... Fertig
                                      Changing npm registry to https://registry.npmjs.org
                                      Installed gcc-c++
                                      
                                      ==========================================================================
                                          Creating ioBroker user and directory (2/4)
                                      ==========================================================================
                                      
                                      Created /etc/sudoers.d/iobroker
                                      Directory /opt/iobroker created
                                      
                                      ==========================================================================
                                          Installing ioBroker (3/4)
                                      ==========================================================================
                                      
                                      npm ERR! Unexpected end of JSON input while parsing near '...yIFwMzo/6PwmhXvvwYnEz'
                                      
                                      npm ERR! A complete log of this run can be found in:
                                      npm ERR!     /root/.npm/_logs/2020-04-28T13_17_27_855Z-debug.log
                                      
                                      ==========================================================================
                                          Finalizing installation (4/4)
                                      ==========================================================================
                                      
                                      Enabling autostart...
                                      Autostart enabled!
                                      Fixing directory permissions...
                                      
                                      ==========================================================================
                                      
                                          ioBroker was installed successfully
                                          Open http://192.168.30.242:8081 in a browser and start configuring!
                                      
                                      ==========================================================================
                                      
                                      
                                      You need to re-login before doing anything else on the console!
                                      
                                      
                                      apollon77A Online
                                      apollon77A Online
                                      apollon77
                                      wrote on last edited by
                                      #518

                                      @cybertron Schau mal ob in /opt/iobroker eine package-lock-json liegt und wenn ja lösche die mal ... dann nochmal. Scheinbar hat es in dem File was zerbröselt - oder deine SD Karte (falls so ein System) bekommt ne macke weg

                                      Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

                                      • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
                                      • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
                                      C 1 Reply Last reply
                                      0
                                      • apollon77A apollon77

                                        @sigi234 Da ist auf deinem Filesystem was geblockt. Versuch nochmal

                                        sigi234S Online
                                        sigi234S Online
                                        sigi234
                                        Forum Testing Most Active
                                        wrote on last edited by sigi234
                                        #519

                                        @apollon77 sagte in js-controller 3.0 jetzt im Latest!:

                                        Da ist auf deinem Filesystem was geblockt. Versuch nochmal

                                        Screenshot (2377).png

                                        ERLEDIGT
                                        Nach einen Neustart von Windows hat es funktioniert.

                                        Zwar mit Fehler, aber es geht.

                                        Screenshot (2380).png

                                        Bitte benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
                                        Immer Daten sichern!

                                        apollon77A 1 Reply Last reply
                                        0
                                        • DiginixD Diginix

                                          @apollon77 Seit 3.0.19 werden die Logs wieder gezippt rotiert. Mein Logrotate max 14 days hat das Update von Version 2 auf 3 überlebt aber warum das nicht-zippen nicht? Wie konnte man das in der iobroker.json abstellen?

                                          MaufloM Offline
                                          MaufloM Offline
                                          Mauflo
                                          wrote on last edited by Mauflo
                                          #520

                                          @Diginix aber das Ausschalten des Zippens ist jetzt eigentlich nicht mehr notwendig, weil beim anklicken eines gezippten Logfiles im Admin, wird dieses sofort, wie früher die ungezippten files, im Browser angezeigt. Jetzt ist also ein Fortschritt, da die Files tatsächlich kleiner werden bei vollem Funktionsumfang!

                                          RaspberryPi 4 4 GB - Raspbian light Buster - ARMv7 Processor rev 3 (v7l) - Node.js v12.18.0 - NPM 6.14.4 - Aktive Instanzen 18 (admin, alexa2, backitup, broadlink2, ham-wemo, harmony, history, hs100, hue, info, iot, javascript, radar2, scenes, tr-064, web [2x], wifilight) all latest and updated

                                          DiginixD 1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          Support us

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

                                          584

                                          Online

                                          32.4k

                                          Users

                                          81.3k

                                          Topics

                                          1.3m

                                          Posts
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Recent
                                          • Tags
                                          • Unread 0
                                          • Categories
                                          • Unreplied
                                          • Popular
                                          • GitHub
                                          • Docu
                                          • Hilfe