Skip to content
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • 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

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. IoBroker Backup einspielen

NEWS

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    10
    1
    138

  • Weihnachtsangebot 2025! 🎄
    BluefoxB
    Bluefox
    24
    1
    1.4k

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

IoBroker Backup einspielen

Geplant Angeheftet Gesperrt Verschoben Ungelöst ioBroker Allgemein
iobrokerbackup
93 Beiträge 11 Kommentatoren 22.4k Aufrufe 7 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • GlasfaserG Glasfaser

    @maxpd

    bei deinem Auszug fehlt der Eintrag bei Admin !?
    oder ist das ein alter Auszug !?

    port: 8081, bind: 0.0.0.0, run as: admin
    
    M Offline
    M Offline
    maxpd
    schrieb am zuletzt editiert von maxpd
    #63

    @Glasfaser der eintrag ist tatsöchlich aktuell.

    Auch probiert habe ich jetzt

    cd /opt/iobroker
    iobroker stop
    npm install iobroker.admin
    iobroker upload admin
    iobroker start
    

    wobei npm install nur errors schmeißt und

    cd /opt/iobroker
    iobroker set admin.0 --bind 0.0.0.0
    iobroker set admin.0 --port 8081
    

    Gruß
    maxpd

    Raspi 4 8gb | iobroker + pivccu3 | 46 Adapter | 68 Scripte, 120 Devices

    M 1 Antwort Letzte Antwort
    0
    • M maxpd

      @Glasfaser der eintrag ist tatsöchlich aktuell.

      Auch probiert habe ich jetzt

      cd /opt/iobroker
      iobroker stop
      npm install iobroker.admin
      iobroker upload admin
      iobroker start
      

      wobei npm install nur errors schmeißt und

      cd /opt/iobroker
      iobroker set admin.0 --bind 0.0.0.0
      iobroker set admin.0 --port 8081
      
      M Offline
      M Offline
      maxpd
      schrieb am zuletzt editiert von
      #64

      @maxpd Ich habe jetzt auch mal versucht den admin zu löschen und neu zu installieren. Gleiche Fehlermeldung. Und installiert hat er den Admin auch nicht mehr.

      
      pi@iobroker:/opt/iobroker $ iobroker del admin
      Delete adapter "admin"
      host.iobroker Counted 1 instances of admin
      host.iobroker Counted 1 adapter for admin
      host.iobroker Counted 1 channels of admin
      host.iobroker Counted 21 states of admin
      host.iobroker Counted 7 states (io.admin.*) from states
      host.iobroker Counted 17 states (system.adapter.admin.*) from states
      host.iobroker Deleting 24 object(s).
      host.iobroker Deleting 24 state(s).
      npm uninstall iobroker.admin --silent --save --prefix "/opt/iobroker" (System ca                                                                       ll)
      In file included from ../node_modules/nan/nan.h:190,
                       from ../src/unix_dgram.cc:5:
      ../node_modules/nan/nan_maybe_43_inl.h: In function ‘Nan::Maybe<bool> Nan::Force                                                                       Set(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::Prope                                                                       rtyAttribute)’:
      ../node_modules/nan/nan_maybe_43_inl.h:88:15: error: ‘class v8::Object’ has no m                                                                       ember named ‘ForceSet’
         return obj->ForceSet(GetCurrentContext(), key, value, attribs);
                     ^~~~~~~~
      In file included from ../src/unix_dgram.cc:5:
      ../node_modules/nan/nan.h: In function ‘v8::Local<v8::Value> Nan::MakeCallback(v                                                                       8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’:
      ../node_modules/nan/nan.h:817:60: warning: ‘v8::Local<v8::Value> node::MakeCallb                                                                       ack(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local                                                                       <v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated                                                                       -declarations]
               v8::Isolate::GetCurrent(), target, func, argc, argv);
                                                                  ^
      In file included from ../node_modules/nan/nan.h:47,
                       from ../src/unix_dgram.cc:5:
      /home/iobroker/.cache/node-gyp/10.19.0/include/node/node.h:177:50: note: declare                                                                       d here
                       NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                        ^~~~~~~~~~~~
      /home/iobroker/.cache/node-gyp/10.19.0/include/node/node.h:91:42: note: in defin                                                                       ition of macro ‘NODE_DEPRECATED’
           __attribute__((deprecated(message))) declarator
                                                ^~~~~~~~~~
      In file included from ../src/unix_dgram.cc:5:
      ../node_modules/nan/nan.h:817:60: warning: ‘v8::Local<v8::Value> node::MakeCallb                                                                       ack(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local                                                                       <v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated                                                                       -declarations]
               v8::Isolate::GetCurrent(), target, func, argc, argv);
                                                                  ^
      In file included from ../node_modules/nan/nan.h:47,
                       from ../src/unix_dgram.cc:5:
      /home/iobroker/.cache/node-gyp/10.19.0/include/node/node.h:177:50: note: declare                                                                       d here
                       NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                        ^~~~~~~~~~~~
      /home/iobroker/.cache/node-gyp/10.19.0/include/node/node.h:91:42: note: in defin                                                                       ition of macro ‘NODE_DEPRECATED’
           __attribute__((deprecated(message))) declarator
                                                ^~~~~~~~~~
      In file included from ../src/unix_dgram.cc:5:
      ../node_modules/nan/nan.h: In function ‘v8::Local<v8::Value> Nan::MakeCallback(v                                                                       8::Local<v8::Object>, v8::Local<v8::String>, int, v8::Local<v8::Value>*)’:
      ../node_modules/nan/nan.h:831:62: warning: ‘v8::Local<v8::Value> node::MakeCallb                                                                       ack(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::String>, int, v8::Local<v                                                                       8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-d                                                                       eclarations]
               v8::Isolate::GetCurrent(), target, symbol, argc, argv);
                                                                    ^
      In file included from ../node_modules/nan/nan.h:47,
                       from ../src/unix_dgram.cc:5:
      /home/iobroker/.cache/node-gyp/10.19.0/include/node/node.h:170:50: note: declare                                                                       d here
                       NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                        ^~~~~~~~~~~~
      /home/iobroker/.cache/node-gyp/10.19.0/include/node/node.h:91:42: note: in defin                                                                       ition of macro ‘NODE_DEPRECATED’
           __attribute__((deprecated(message))) declarator
                                                ^~~~~~~~~~
      In file included from ../src/unix_dgram.cc:5:
      ../node_modules/nan/nan.h:831:62: warning: ‘v8::Local<v8::Value> node::MakeCallb                                                                       ack(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::String>, int, v8::Local<v                                                                       8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-d                                                                       eclarations]
               v8::Isolate::GetCurrent(), target, symbol, argc, argv);
                                                                    ^
      In file included from ../node_modules/nan/nan.h:47,
                       from ../src/unix_dgram.cc:5:
      /home/iobroker/.cache/node-gyp/10.19.0/include/node/node.h:170:50: note: declare                                                                       d here
                       NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                        ^~~~~~~~~~~~
      /home/iobroker/.cache/node-gyp/10.19.0/include/node/node.h:91:42: note: in defin                                                                       ition of macro ‘NODE_DEPRECATED’
           __attribute__((deprecated(message))) declarator
                                                ^~~~~~~~~~
      In file included from ../src/unix_dgram.cc:5:
      ../node_modules/nan/nan.h: In function ‘v8::Local<v8::Value> Nan::MakeCallback(v                                                                       8::Local<v8::Object>, const char*, int, v8::Local<v8::Value>*)’:
      ../node_modules/nan/nan.h:845:62: warning: ‘v8::Local<v8::Value> node::MakeCallb                                                                       ack(v8::Isolate*, v8::Local<v8::Object>, const char*, int, v8::Local<v8::Value>*                                                                       )’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declaration                                                                       s]
               v8::Isolate::GetCurrent(), target, method, argc, argv);
                                                                    ^
      In file included from ../node_modules/nan/nan.h:47,
                       from ../src/unix_dgram.cc:5:
      /home/iobroker/.cache/node-gyp/10.19.0/include/node/node.h:163:50: note: declare                                                                       d here
                       NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                        ^~~~~~~~~~~~
      /home/iobroker/.cache/node-gyp/10.19.0/include/node/node.h:91:42: note: in defin                                                                       ition of macro ‘NODE_DEPRECATED’
           __attribute__((deprecated(message))) declarator
                                                ^~~~~~~~~~
      In file included from ../src/unix_dgram.cc:5:
      ../node_modules/nan/nan.h:845:62: warning: ‘v8::Local<v8::Value> node::MakeCallb                                                                       ack(v8::Isolate*, v8::Local<v8::Object>, const char*, int, v8::Local<v8::Value>*                                                                       )’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declaration                                                                       s]
               v8::Isolate::GetCurrent(), target, method, argc, argv);
                                                                    ^
      In file included from ../node_modules/nan/nan.h:47,
                       from ../src/unix_dgram.cc:5:
      /home/iobroker/.cache/node-gyp/10.19.0/include/node/node.h:163:50: note: declare                                                                       d here
                       NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                        ^~~~~~~~~~~~
      /home/iobroker/.cache/node-gyp/10.19.0/include/node/node.h:91:42: note: in defin                                                                       ition of macro ‘NODE_DEPRECATED’
           __attribute__((deprecated(message))) declarator
                                                ^~~~~~~~~~
      In file included from ../src/unix_dgram.cc:5:
      ../node_modules/nan/nan.h: In member function ‘v8::Local<v8::Value> Nan::Callbac                                                                       k::Call_(v8::Isolate*, v8::Local<v8::Object>, int, v8::Local<v8::Value>*) const’                                                                       :
      ../node_modules/nan/nan.h:1463:5: warning: ‘v8::Local<v8::Value> node::MakeCallb                                                                       ack(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local                                                                       <v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated                                                                       -declarations]
           ));
           ^
      In file included from ../node_modules/nan/nan.h:47,
                       from ../src/unix_dgram.cc:5:
      /home/iobroker/.cache/node-gyp/10.19.0/include/node/node.h:177:50: note: declare                                                                       d here
                       NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                        ^~~~~~~~~~~~
      /home/iobroker/.cache/node-gyp/10.19.0/include/node/node.h:91:42: note: in defin                                                                       ition of macro ‘NODE_DEPRECATED’
           __attribute__((deprecated(message))) declarator
                                                ^~~~~~~~~~
      In file included from ../src/unix_dgram.cc:5:
      ../node_modules/nan/nan.h:1463:5: warning: ‘v8::Local<v8::Value> node::MakeCallb                                                                       ack(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local                                                                       <v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated                                                                       -declarations]
           ));
           ^
      In file included from ../node_modules/nan/nan.h:47,
                       from ../src/unix_dgram.cc:5:
      /home/iobroker/.cache/node-gyp/10.19.0/include/node/node.h:177:50: note: declare                                                                       d here
                       NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                        ^~~~~~~~~~~~
      /home/iobroker/.cache/node-gyp/10.19.0/include/node/node.h:91:42: note: in defin                                                                       ition of macro ‘NODE_DEPRECATED’
           __attribute__((deprecated(message))) declarator
                                                ^~~~~~~~~~
      In file included from ../src/unix_dgram.cc:5:
      ../node_modules/nan/nan.h: In function ‘void Nan::AsyncQueueWorker(Nan::AsyncWor                                                                       ker*)’:
      ../node_modules/nan/nan.h:1706:62: warning: cast between incompatible function t                                                                       ypes from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_                                                                       cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type]
           , reinterpret_cast<uv_after_work_cb>(AsyncExecuteComplete)
                                                                    ^
      ../src/unix_dgram.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE {anonymous}::Sock                                                                       et(Nan::NAN_METHOD_ARGS_TYPE)’:
      ../src/unix_dgram.cc:189:37: warning: ‘int32_t v8::Value::Int32Value() const’ is                                                                        deprecated: Use maybe version [-Wdeprecated-declarations]
         domain      = info[0]->Int32Value();
                                           ^
      In file included from /home/iobroker/.cache/node-gyp/10.19.0/include/node/v8.h:2                                                                       6,
                       from /home/iobroker/.cache/node-gyp/10.19.0/include/node/node.h                                                                       :63,
                       from ../node_modules/nan/nan.h:47,
                       from ../src/unix_dgram.cc:5:
      /home/iobroker/.cache/node-gyp/10.19.0/include/node/v8.h:2478:46: note: declared                                                                        here
         V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
                                                    ^~~~~~~~~~
      /home/iobroker/.cache/node-gyp/10.19.0/include/node/v8config.h:324:3: note: in d                                                                       efinition of macro ‘V8_DEPRECATED’
         declarator __attribute__((deprecated(message)))
         ^~~~~~~~~~
      ../src/unix_dgram.cc:190:37: warning: ‘int32_t v8::Value::Int32Value() const’ is                                                                        deprecated: Use maybe version [-Wdeprecated-declarations]
         type        = info[1]->Int32Value();
                                           ^
      In file included from /home/iobroker/.cache/node-gyp/10.19.0/include/node/v8.h:2                                                                       6,
                       from /home/iobroker/.cache/node-gyp/10.19.0/include/node/node.h                                                                       :63,
                       from ../node_modules/nan/nan.h:47,
                       from ../src/unix_dgram.cc:5:
      /home/iobroker/.cache/node-gyp/10.19.0/include/node/v8.h:2478:46: note: declared                                                                        here
         V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
                                                    ^~~~~~~~~~
      /home/iobroker/.cache/node-gyp/10.19.0/include/node/v8config.h:324:3: note: in d                                                                       efinition of macro ‘V8_DEPRECATED’
         declarator __attribute__((deprecated(message)))
         ^~~~~~~~~~
      ../src/unix_dgram.cc:191:37: warning: ‘int32_t v8::Value::Int32Value() const’ is                                                                        deprecated: Use maybe version [-Wdeprecated-declarations]
         protocol    = info[2]->Int32Value();
                                           ^
      In file included from /home/iobroker/.cache/node-gyp/10.19.0/include/node/v8.h:2                                                                       6,
                       from /home/iobroker/.cache/node-gyp/10.19.0/include/node/node.h                                                                       :63,
                       from ../node_modules/nan/nan.h:47,
                       from ../src/unix_dgram.cc:5:
      /home/iobroker/.cache/node-gyp/10.19.0/include/node/v8.h:2478:46: note: declared                                                                        here
         V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
                                                    ^~~~~~~~~~
      /home/iobroker/.cache/node-gyp/10.19.0/include/node/v8config.h:324:3: note: in d                                                                       efinition of macro ‘V8_DEPRECATED’
         declarator __attribute__((deprecated(message)))
         ^~~~~~~~~~
      ../src/unix_dgram.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE {anonymous}::Bind                                                                       (Nan::NAN_METHOD_ARGS_TYPE)’:
      ../src/unix_dgram.cc:230:28: warning: ‘int32_t v8::Value::Int32Value() const’ is                                                                        deprecated: Use maybe version [-Wdeprecated-declarations]
         fd = info[0]->Int32Value();
                                  ^
      In file included from /home/iobroker/.cache/node-gyp/10.19.0/include/node/v8.h:2                                                                       6,
                       from /home/iobroker/.cache/node-gyp/10.19.0/include/node/node.h                                                                       :63,
                       from ../node_modules/nan/nan.h:47,
                       from ../src/unix_dgram.cc:5:
      /home/iobroker/.cache/node-gyp/10.19.0/include/node/v8.h:2478:46: note: declared                                                                        here
         V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
                                                    ^~~~~~~~~~
      /home/iobroker/.cache/node-gyp/10.19.0/include/node/v8config.h:324:3: note: in d                                                                       efinition of macro ‘V8_DEPRECATED’
         declarator __attribute__((deprecated(message)))
         ^~~~~~~~~~
      ../src/unix_dgram.cc:231:33: warning: ‘v8::String::Utf8Value::Utf8Value(v8::Loca                                                                       l<v8::Value>)’ is deprecated: Use Isolate version [-Wdeprecated-declarations]
         String::Utf8Value path(info[1]);
                                       ^
      In file included from /home/iobroker/.cache/node-gyp/10.19.0/include/node/v8.h:2                                                                       6,
                       from /home/iobroker/.cache/node-gyp/10.19.0/include/node/node.h                                                                       :63,
                       from ../node_modules/nan/nan.h:47,
                       from ../src/unix_dgram.cc:5:
      /home/iobroker/.cache/node-gyp/10.19.0/include/node/v8.h:2892:28: note: declared                                                                        here
                         explicit Utf8Value(Local<v8::Value> obj));
                                  ^~~~~~~~~
      /home/iobroker/.cache/node-gyp/10.19.0/include/node/v8config.h:324:3: note: in d                                                                       efinition of macro ‘V8_DEPRECATED’
         declarator __attribute__((deprecated(message)))
         ^~~~~~~~~~
      ../src/unix_dgram.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE {anonymous}::Send                                                                       To(Nan::NAN_METHOD_ARGS_TYPE)’:
      ../src/unix_dgram.cc:258:28: warning: ‘int32_t v8::Value::Int32Value() const’ is                                                                        deprecated: Use maybe version [-Wdeprecated-declarations]
         fd = info[0]->Int32Value();
                                  ^
      In file included from /home/iobroker/.cache/node-gyp/10.19.0/include/node/v8.h:2                                                                       6,
                       from /home/iobroker/.cache/node-gyp/10.19.0/include/node/node.h                                                                       :63,
                       from ../node_modules/nan/nan.h:47,
                       from ../src/unix_dgram.cc:5:
      /home/iobroker/.cache/node-gyp/10.19.0/include/node/v8.h:2478:46: note: declared                                                                        here
         V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
                                                    ^~~~~~~~~~
      /home/iobroker/.cache/node-gyp/10.19.0/include/node/v8config.h:324:3: note: in d                                                                       efinition of macro ‘V8_DEPRECATED’
         declarator __attribute__((deprecated(message)))
         ^~~~~~~~~~
      ../src/unix_dgram.cc:259:27: warning: ‘v8::Local<v8::Object> v8::Value::ToObject                                                                       () const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
         buf = info[1]->ToObject();
                                 ^
      In file included from /home/iobroker/.cache/node-gyp/10.19.0/include/node/node.h                                                                       :63,
                       from ../node_modules/nan/nan.h:47,
                       from ../src/unix_dgram.cc:5:
      /home/iobroker/.cache/node-gyp/10.19.0/include/node/v8.h:10046:15: note: declare                                                                       d here
       Local<Object> Value::ToObject() const {
                     ^~~~~
      ../src/unix_dgram.cc:260:33: warning: ‘uint32_t v8::Value::Uint32Value() const’                                                                        is deprecated: Use maybe version [-Wdeprecated-declarations]
         offset = info[2]->Uint32Value();
                                       ^
      In file included from /home/iobroker/.cache/node-gyp/10.19.0/include/node/v8.h:2                                                                       6,
                       from /home/iobroker/.cache/node-gyp/10.19.0/include/node/node.h                                                                       :63,
                       from ../node_modules/nan/nan.h:47,
                       from ../src/unix_dgram.cc:5:
      /home/iobroker/.cache/node-gyp/10.19.0/include/node/v8.h:2477:47: note: declared                                                                        here
         V8_DEPRECATED("Use maybe version", uint32_t Uint32Value() const);
                                                     ^~~~~~~~~~~
      /home/iobroker/.cache/node-gyp/10.19.0/include/node/v8config.h:324:3: note: in d                                                                       efinition of macro ‘V8_DEPRECATED’
         declarator __attribute__((deprecated(message)))
         ^~~~~~~~~~
      ../src/unix_dgram.cc:261:33: warning: ‘uint32_t v8::Value::Uint32Value() const’                                                                        is deprecated: Use maybe version [-Wdeprecated-declarations]
         length = info[3]->Uint32Value();
                                       ^
      In file included from /home/iobroker/.cache/node-gyp/10.19.0/include/node/v8.h:2                                                                       6,
                       from /home/iobroker/.cache/node-gyp/10.19.0/include/node/node.h                                                                       :63,
                       from ../node_modules/nan/nan.h:47,
                       from ../src/unix_dgram.cc:5:
      /home/iobroker/.cache/node-gyp/10.19.0/include/node/v8.h:2477:47: note: declared                                                                        here
         V8_DEPRECATED("Use maybe version", uint32_t Uint32Value() const);
                                                     ^~~~~~~~~~~
      /home/iobroker/.cache/node-gyp/10.19.0/include/node/v8config.h:324:3: note: in d                                                                       efinition of macro ‘V8_DEPRECATED’
         declarator __attribute__((deprecated(message)))
         ^~~~~~~~~~
      ../src/unix_dgram.cc:262:33: warning: ‘v8::String::Utf8Value::Utf8Value(v8::Loca                                                                       l<v8::Value>)’ is deprecated: Use Isolate version [-Wdeprecated-declarations]
         String::Utf8Value path(info[4]);
                                       ^
      In file included from /home/iobroker/.cache/node-gyp/10.19.0/include/node/v8.h:2                                                                       6,
                       from /home/iobroker/.cache/node-gyp/10.19.0/include/node/node.h                                                                       :63,
                       from ../node_modules/nan/nan.h:47,
                       from ../src/unix_dgram.cc:5:
      /home/iobroker/.cache/node-gyp/10.19.0/include/node/v8.h:2892:28: note: declared                                                                        here
                         explicit Utf8Value(Local<v8::Value> obj));
                                  ^~~~~~~~~
      /home/iobroker/.cache/node-gyp/10.19.0/include/node/v8config.h:324:3: note: in d                                                                       efinition of macro ‘V8_DEPRECATED’
         declarator __attribute__((deprecated(message)))
         ^~~~~~~~~~
      ../src/unix_dgram.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE {anonymous}::Send                                                                       (Nan::NAN_METHOD_ARGS_TYPE)’:
      ../src/unix_dgram.cc:302:28: warning: ‘int32_t v8::Value::Int32Value() const’ is                                                                        deprecated: Use maybe version [-Wdeprecated-declarations]
         fd = info[0]->Int32Value();
                                  ^
      In file included from /home/iobroker/.cache/node-gyp/10.19.0/include/node/v8.h:2                                                                       6,
                       from /home/iobroker/.cache/node-gyp/10.19.0/include/node/node.h                                                                       :63,
                       from ../node_modules/nan/nan.h:47,
                       from ../src/unix_dgram.cc:5:
      /home/iobroker/.cache/node-gyp/10.19.0/include/node/v8.h:2478:46: note: declared                                                                        here
         V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
                                                    ^~~~~~~~~~
      /home/iobroker/.cache/node-gyp/10.19.0/include/node/v8config.h:324:3: note: in d                                                                       efinition of macro ‘V8_DEPRECATED’
         declarator __attribute__((deprecated(message)))
         ^~~~~~~~~~
      ../src/unix_dgram.cc:303:27: warning: ‘v8::Local<v8::Object> v8::Value::ToObject                                                                       () const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
         buf = info[1]->ToObject();
                                 ^
      In file included from /home/iobroker/.cache/node-gyp/10.19.0/include/node/node.h                                                                       :63,
                       from ../node_modules/nan/nan.h:47,
                       from ../src/unix_dgram.cc:5:
      /home/iobroker/.cache/node-gyp/10.19.0/include/node/v8.h:10046:15: note: declare                                                                       d here
       Local<Object> Value::ToObject() const {
                     ^~~~~
      ../src/unix_dgram.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE {anonymous}::Conn                                                                       ect(Nan::NAN_METHOD_ARGS_TYPE)’:
      ../src/unix_dgram.cc:340:28: warning: ‘int32_t v8::Value::Int32Value() const’ is                                                                        deprecated: Use maybe version [-Wdeprecated-declarations]
         fd = info[0]->Int32Value();
                                  ^
      In file included from /home/iobroker/.cache/node-gyp/10.19.0/include/node/v8.h:2                                                                       6,
                       from /home/iobroker/.cache/node-gyp/10.19.0/include/node/node.h                                                                       :63,
                       from ../node_modules/nan/nan.h:47,
                       from ../src/unix_dgram.cc:5:
      /home/iobroker/.cache/node-gyp/10.19.0/include/node/v8.h:2478:46: note: declared                                                                        here
         V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
                                                    ^~~~~~~~~~
      /home/iobroker/.cache/node-gyp/10.19.0/include/node/v8config.h:324:3: note: in d                                                                       efinition of macro ‘V8_DEPRECATED’
         declarator __attribute__((deprecated(message)))
         ^~~~~~~~~~
      ../src/unix_dgram.cc:341:33: warning: ‘v8::String::Utf8Value::Utf8Value(v8::Loca                                                                       l<v8::Value>)’ is deprecated: Use Isolate version [-Wdeprecated-declarations]
         String::Utf8Value path(info[1]);
                                       ^
      In file included from /home/iobroker/.cache/node-gyp/10.19.0/include/node/v8.h:2                                                                       6,
                       from /home/iobroker/.cache/node-gyp/10.19.0/include/node/node.h                                                                       :63,
                       from ../node_modules/nan/nan.h:47,
                       from ../src/unix_dgram.cc:5:
      /home/iobroker/.cache/node-gyp/10.19.0/include/node/v8.h:2892:28: note: declared                                                                        here
                         explicit Utf8Value(Local<v8::Value> obj));
                                  ^~~~~~~~~
      /home/iobroker/.cache/node-gyp/10.19.0/include/node/v8config.h:324:3: note: in d                                                                       efinition of macro ‘V8_DEPRECATED’
         declarator __attribute__((deprecated(message)))
         ^~~~~~~~~~
      ../src/unix_dgram.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE {anonymous}::Clos                                                                       e(Nan::NAN_METHOD_ARGS_TYPE)’:
      ../src/unix_dgram.cc:361:28: warning: ‘int32_t v8::Value::Int32Value() const’ is                                                                        deprecated: Use maybe version [-Wdeprecated-declarations]
         fd = info[0]->Int32Value();
                                  ^
      In file included from /home/iobroker/.cache/node-gyp/10.19.0/include/node/v8.h:2                                                                       6,
                       from /home/iobroker/.cache/node-gyp/10.19.0/include/node/node.h                                                                       :63,
                       from ../node_modules/nan/nan.h:47,
                       from ../src/unix_dgram.cc:5:
      /home/iobroker/.cache/node-gyp/10.19.0/include/node/v8.h:2478:46: note: declared                                                                        here
         V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
                                                    ^~~~~~~~~~
      /home/iobroker/.cache/node-gyp/10.19.0/include/node/v8config.h:324:3: note: in d                                                                       efinition of macro ‘V8_DEPRECATED’
         declarator __attribute__((deprecated(message)))
         ^~~~~~~~~~
      In file included from ../node_modules/nan/nan.h:47,
                       from ../src/unix_dgram.cc:5:
      ../src/unix_dgram.cc: At global scope:
      /home/iobroker/.cache/node-gyp/10.19.0/include/node/node.h:573:43: warning: cast                                                                        between incompatible function types from ‘void (*)(v8::Local<v8::Object>)’ to ‘                                                                       node::addon_register_func’ {aka ‘void (*)(v8::Local<v8::Object>, v8::Local<v8::V                                                                       alue>, void*)’} [-Wcast-function-type]
             (node::addon_register_func) (regfunc),                          \
                                                 ^
      /home/iobroker/.cache/node-gyp/10.19.0/include/node/node.h:607:3: note: in expan                                                                       sion of macro ‘NODE_MODULE_X’
         NODE_MODULE_X(modname, regfunc, NULL, 0)  // NOLINT (readability/null_usage)
         ^~~~~~~~~~~~~
      ../src/unix_dgram.cc:420:1: note: in expansion of macro ‘NODE_MODULE’
       NODE_MODULE(unix_dgram, Initialize)
       ^~~~~~~~~~~
      In file included from /home/iobroker/.cache/node-gyp/10.19.0/include/node/node.h                                                                       :63,
                       from ../node_modules/nan/nan.h:47,
                       from ../src/unix_dgram.cc:5:
      /home/iobroker/.cache/node-gyp/10.19.0/include/node/v8.h: In instantiation of ‘v                                                                       oid v8::PersistentBase<T>::SetWeak(P*, typename v8::WeakCallbackInfo<P>::Callbac                                                                       k, v8::WeakCallbackType) [with P = node::ObjectWrap; T = v8::Object; typename v8                                                                       ::WeakCallbackInfo<P>::Callback = void (*)(const v8::WeakCallbackInfo<node::Obje                                                                       ctWrap>&)]’:
      /home/iobroker/.cache/node-gyp/10.19.0/include/node/node_object_wrap.h:84:78:                                                                          required from here
      /home/iobroker/.cache/node-gyp/10.19.0/include/node/v8.h:9502:16: warning: cast                                                                        between incompatible function types from ‘v8::WeakCallbackInfo<node::ObjectWrap>                                                                       ::Callback’ {aka ‘void (*)(const v8::WeakCallbackInfo<node::ObjectWrap>&)’} to ‘                                                                       Callback’ {aka ‘void (*)(const v8::WeakCallbackInfo<void>&)’} [-Wcast-function-t                                                                       ype]
                      reinterpret_cast<Callback>(callback), type);
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      /home/iobroker/.cache/node-gyp/10.19.0/include/node/v8.h: In instantiation of ‘v                                                                       oid v8::PersistentBase<T>::SetWeak(P*, typename v8::WeakCallbackInfo<P>::Callbac                                                                       k, v8::WeakCallbackType) [with P = Nan::ObjectWrap; T = v8::Object; typename v8:                                                                       :WeakCallbackInfo<P>::Callback = void (*)(const v8::WeakCallbackInfo<Nan::Object                                                                       Wrap>&)]’:
      ../node_modules/nan/nan_object_wrap.h:66:61:   required from here
      /home/iobroker/.cache/node-gyp/10.19.0/include/node/v8.h:9502:16: warning: cast                                                                        between incompatible function types from ‘v8::WeakCallbackInfo<Nan::ObjectWrap>:                                                                       :Callback’ {aka ‘void (*)(const v8::WeakCallbackInfo<Nan::ObjectWrap>&)’} to ‘Ca                                                                       llback’ {aka ‘void (*)(const v8::WeakCallbackInfo<void>&)’} [-Wcast-function-typ                                                                       e]
      make: *** [unix_dgram.target.mk:101: Release/obj.target/unix_dgram/src/unix_dgra                                                                       m.o] Error 1
      pi@iobroker:/opt/iobroker $ iobroker stop
      npmpi@iobroker:/opt/iobroker $ npm install iobroker.admin
      
      > unix-dgram@0.2.3 install /opt/iobroker/node_modules/unix-dgram
      > node-gyp rebuild
      
      make: Entering directory '/opt/iobroker/node_modules/unix-dgram/build'
        CXX(target) Release/obj.target/unix_dgram/src/unix_dgram.o
      In file included from ../node_modules/nan/nan.h:190,
                       from ../src/unix_dgram.cc:5:
      ../node_modules/nan/nan_maybe_43_inl.h: In function ‘Nan::Maybe<bool> Nan::Force                                                                       Set(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::Prope                                                                       rtyAttribute)’:
      ../node_modules/nan/nan_maybe_43_inl.h:88:15: error: ‘class v8::Object’ has no m                                                                       ember named ‘ForceSet’
         return obj->ForceSet(GetCurrentContext(), key, value, attribs);
                     ^~~~~~~~
      In file included from ../src/unix_dgram.cc:5:
      ../node_modules/nan/nan.h: In function ‘v8::Local<v8::Value> Nan::MakeCallback(v                                                                       8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’:
      ../node_modules/nan/nan.h:817:60: warning: ‘v8::Local<v8::Value> node::MakeCallb                                                                       ack(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local                                                                       <v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated                                                                       -declarations]
               v8::Isolate::GetCurrent(), target, func, argc, argv);
                                                                  ^
      In file included from ../node_modules/nan/nan.h:47,
                       from ../src/unix_dgram.cc:5:
      /home/pi/.cache/node-gyp/10.19.0/include/node/node.h:177:50: note: declared here
                       NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                        ^~~~~~~~~~~~
      /home/pi/.cache/node-gyp/10.19.0/include/node/node.h:91:42: note: in definition                                                                        of macro ‘NODE_DEPRECATED’
           __attribute__((deprecated(message))) declarator
                                                ^~~~~~~~~~
      In file included from ../src/unix_dgram.cc:5:
      ../node_modules/nan/nan.h:817:60: warning: ‘v8::Local<v8::Value> node::MakeCallb                                                                       ack(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local                                                                       <v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated                                                                       -declarations]
               v8::Isolate::GetCurrent(), target, func, argc, argv);
                                                                  ^
      In file included from ../node_modules/nan/nan.h:47,
                       from ../src/unix_dgram.cc:5:
      /home/pi/.cache/node-gyp/10.19.0/include/node/node.h:177:50: note: declared here
                       NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                        ^~~~~~~~~~~~
      /home/pi/.cache/node-gyp/10.19.0/include/node/node.h:91:42: note: in definition                                                                        of macro ‘NODE_DEPRECATED’
           __attribute__((deprecated(message))) declarator
                                                ^~~~~~~~~~
      In file included from ../src/unix_dgram.cc:5:
      ../node_modules/nan/nan.h: In function ‘v8::Local<v8::Value> Nan::MakeCallback(v                                                                       8::Local<v8::Object>, v8::Local<v8::String>, int, v8::Local<v8::Value>*)’:
      ../node_modules/nan/nan.h:831:62: warning: ‘v8::Local<v8::Value> node::MakeCallb                                                                       ack(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::String>, int, v8::Local<v                                                                       8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-d                                                                       eclarations]
               v8::Isolate::GetCurrent(), target, symbol, argc, argv);
                                                                    ^
      In file included from ../node_modules/nan/nan.h:47,
                       from ../src/unix_dgram.cc:5:
      /home/pi/.cache/node-gyp/10.19.0/include/node/node.h:170:50: note: declared here
                       NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                        ^~~~~~~~~~~~
      /home/pi/.cache/node-gyp/10.19.0/include/node/node.h:91:42: note: in definition                                                                        of macro ‘NODE_DEPRECATED’
           __attribute__((deprecated(message))) declarator
                                                ^~~~~~~~~~
      In file included from ../src/unix_dgram.cc:5:
      ../node_modules/nan/nan.h:831:62: warning: ‘v8::Local<v8::Value> node::MakeCallb                                                                       ack(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::String>, int, v8::Local<v                                                                       8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-d                                                                       eclarations]
               v8::Isolate::GetCurrent(), target, symbol, argc, argv);
                                                                    ^
      In file included from ../node_modules/nan/nan.h:47,
                       from ../src/unix_dgram.cc:5:
      /home/pi/.cache/node-gyp/10.19.0/include/node/node.h:170:50: note: declared here
                       NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                        ^~~~~~~~~~~~
      /home/pi/.cache/node-gyp/10.19.0/include/node/node.h:91:42: note: in definition                                                                        of macro ‘NODE_DEPRECATED’
           __attribute__((deprecated(message))) declarator
                                                ^~~~~~~~~~
      In file included from ../src/unix_dgram.cc:5:
      ../node_modules/nan/nan.h: In function ‘v8::Local<v8::Value> Nan::MakeCallback(v                                                                       8::Local<v8::Object>, const char*, int, v8::Local<v8::Value>*)’:
      ../node_modules/nan/nan.h:845:62: warning: ‘v8::Local<v8::Value> node::MakeCallb                                                                       ack(v8::Isolate*, v8::Local<v8::Object>, const char*, int, v8::Local<v8::Value>*                                                                       )’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declaration                                                                       s]
               v8::Isolate::GetCurrent(), target, method, argc, argv);
                                                                    ^
      In file included from ../node_modules/nan/nan.h:47,
                       from ../src/unix_dgram.cc:5:
      /home/pi/.cache/node-gyp/10.19.0/include/node/node.h:163:50: note: declared here
                       NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                        ^~~~~~~~~~~~
      /home/pi/.cache/node-gyp/10.19.0/include/node/node.h:91:42: note: in definition                                                                        of macro ‘NODE_DEPRECATED’
           __attribute__((deprecated(message))) declarator
                                                ^~~~~~~~~~
      In file included from ../src/unix_dgram.cc:5:
      ../node_modules/nan/nan.h:845:62: warning: ‘v8::Local<v8::Value> node::MakeCallb                                                                       ack(v8::Isolate*, v8::Local<v8::Object>, const char*, int, v8::Local<v8::Value>*                                                                       )’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declaration                                                                       s]
               v8::Isolate::GetCurrent(), target, method, argc, argv);
                                                                    ^
      In file included from ../node_modules/nan/nan.h:47,
                       from ../src/unix_dgram.cc:5:
      /home/pi/.cache/node-gyp/10.19.0/include/node/node.h:163:50: note: declared here
                       NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                        ^~~~~~~~~~~~
      /home/pi/.cache/node-gyp/10.19.0/include/node/node.h:91:42: note: in definition                                                                        of macro ‘NODE_DEPRECATED’
           __attribute__((deprecated(message))) declarator
                                                ^~~~~~~~~~
      In file included from ../src/unix_dgram.cc:5:
      ../node_modules/nan/nan.h: In member function ‘v8::Local<v8::Value> Nan::Callbac                                                                       k::Call_(v8::Isolate*, v8::Local<v8::Object>, int, v8::Local<v8::Value>*) const’                                                                       :
      ../node_modules/nan/nan.h:1463:5: warning: ‘v8::Local<v8::Value> node::MakeCallb                                                                       ack(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local                                                                       <v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated                                                                       -declarations]
           ));
           ^
      In file included from ../node_modules/nan/nan.h:47,
                       from ../src/unix_dgram.cc:5:
      /home/pi/.cache/node-gyp/10.19.0/include/node/node.h:177:50: note: declared here
                       NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                        ^~~~~~~~~~~~
      /home/pi/.cache/node-gyp/10.19.0/include/node/node.h:91:42: note: in definition                                                                        of macro ‘NODE_DEPRECATED’
           __attribute__((deprecated(message))) declarator
                                                ^~~~~~~~~~
      In file included from ../src/unix_dgram.cc:5:
      ../node_modules/nan/nan.h:1463:5: warning: ‘v8::Local<v8::Value> node::MakeCallb                                                                       ack(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local                                                                       <v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated                                                                       -declarations]
           ));
           ^
      In file included from ../node_modules/nan/nan.h:47,
                       from ../src/unix_dgram.cc:5:
      /home/pi/.cache/node-gyp/10.19.0/include/node/node.h:177:50: note: declared here
                       NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                        ^~~~~~~~~~~~
      /home/pi/.cache/node-gyp/10.19.0/include/node/node.h:91:42: note: in definition                                                                        of macro ‘NODE_DEPRECATED’
           __attribute__((deprecated(message))) declarator
                                                ^~~~~~~~~~
      In file included from ../src/unix_dgram.cc:5:
      ../node_modules/nan/nan.h: In function ‘void Nan::AsyncQueueWorker(Nan::AsyncWor                                                                       ker*)’:
      ../node_modules/nan/nan.h:1706:62: warning: cast between incompatible function t                                                                       ypes from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_                                                                       cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type]
           , reinterpret_cast<uv_after_work_cb>(AsyncExecuteComplete)
                                                                    ^
      ../src/unix_dgram.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE {anonymous}::Sock                                                                       et(Nan::NAN_METHOD_ARGS_TYPE)’:
      ../src/unix_dgram.cc:189:37: warning: ‘int32_t v8::Value::Int32Value() const’ is                                                                        deprecated: Use maybe version [-Wdeprecated-declarations]
         domain      = info[0]->Int32Value();
                                           ^
      In file included from /home/pi/.cache/node-gyp/10.19.0/include/node/v8.h:26,
                       from /home/pi/.cache/node-gyp/10.19.0/include/node/node.h:63,
                       from ../node_modules/nan/nan.h:47,
                       from ../src/unix_dgram.cc:5:
      /home/pi/.cache/node-gyp/10.19.0/include/node/v8.h:2478:46: note: declared here
         V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
                                                    ^~~~~~~~~~
      /home/pi/.cache/node-gyp/10.19.0/include/node/v8config.h:324:3: note: in definit                                                                       ion of macro ‘V8_DEPRECATED’
         declarator __attribute__((deprecated(message)))
         ^~~~~~~~~~
      ../src/unix_dgram.cc:190:37: warning: ‘int32_t v8::Value::Int32Value() const’ is                                                                        deprecated: Use maybe version [-Wdeprecated-declarations]
         type        = info[1]->Int32Value();
                                           ^
      In file included from /home/pi/.cache/node-gyp/10.19.0/include/node/v8.h:26,
                       from /home/pi/.cache/node-gyp/10.19.0/include/node/node.h:63,
                       from ../node_modules/nan/nan.h:47,
                       from ../src/unix_dgram.cc:5:
      /home/pi/.cache/node-gyp/10.19.0/include/node/v8.h:2478:46: note: declared here
         V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
                                                    ^~~~~~~~~~
      /home/pi/.cache/node-gyp/10.19.0/include/node/v8config.h:324:3: note: in definit                                                                       ion of macro ‘V8_DEPRECATED’
         declarator __attribute__((deprecated(message)))
         ^~~~~~~~~~
      ../src/unix_dgram.cc:191:37: warning: ‘int32_t v8::Value::Int32Value() const’ is                                                                        deprecated: Use maybe version [-Wdeprecated-declarations]
         protocol    = info[2]->Int32Value();
                                           ^
      In file included from /home/pi/.cache/node-gyp/10.19.0/include/node/v8.h:26,
                       from /home/pi/.cache/node-gyp/10.19.0/include/node/node.h:63,
                       from ../node_modules/nan/nan.h:47,
                       from ../src/unix_dgram.cc:5:
      /home/pi/.cache/node-gyp/10.19.0/include/node/v8.h:2478:46: note: declared here
         V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
                                                    ^~~~~~~~~~
      /home/pi/.cache/node-gyp/10.19.0/include/node/v8config.h:324:3: note: in definit                                                                       ion of macro ‘V8_DEPRECATED’
         declarator __attribute__((deprecated(message)))
         ^~~~~~~~~~
      ../src/unix_dgram.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE {anonymous}::Bind                                                                       (Nan::NAN_METHOD_ARGS_TYPE)’:
      ../src/unix_dgram.cc:230:28: warning: ‘int32_t v8::Value::Int32Value() const’ is                                                                        deprecated: Use maybe version [-Wdeprecated-declarations]
         fd = info[0]->Int32Value();
                                  ^
      In file included from /home/pi/.cache/node-gyp/10.19.0/include/node/v8.h:26,
                       from /home/pi/.cache/node-gyp/10.19.0/include/node/node.h:63,
                       from ../node_modules/nan/nan.h:47,
                       from ../src/unix_dgram.cc:5:
      /home/pi/.cache/node-gyp/10.19.0/include/node/v8.h:2478:46: note: declared here
         V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
                                                    ^~~~~~~~~~
      /home/pi/.cache/node-gyp/10.19.0/include/node/v8config.h:324:3: note: in definit                                                                       ion of macro ‘V8_DEPRECATED’
         declarator __attribute__((deprecated(message)))
         ^~~~~~~~~~
      ../src/unix_dgram.cc:231:33: warning: ‘v8::String::Utf8Value::Utf8Value(v8::Loca                                                                       l<v8::Value>)’ is deprecated: Use Isolate version [-Wdeprecated-declarations]
         String::Utf8Value path(info[1]);
                                       ^
      In file included from /home/pi/.cache/node-gyp/10.19.0/include/node/v8.h:26,
                       from /home/pi/.cache/node-gyp/10.19.0/include/node/node.h:63,
                       from ../node_modules/nan/nan.h:47,
                       from ../src/unix_dgram.cc:5:
      /home/pi/.cache/node-gyp/10.19.0/include/node/v8.h:2892:28: note: declared here
                         explicit Utf8Value(Local<v8::Value> obj));
                                  ^~~~~~~~~
      /home/pi/.cache/node-gyp/10.19.0/include/node/v8config.h:324:3: note: in definit                                                                       ion of macro ‘V8_DEPRECATED’
         declarator __attribute__((deprecated(message)))
         ^~~~~~~~~~
      ../src/unix_dgram.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE {anonymous}::Send                                                                       To(Nan::NAN_METHOD_ARGS_TYPE)’:
      ../src/unix_dgram.cc:258:28: warning: ‘int32_t v8::Value::Int32Value() const’ is                                                                        deprecated: Use maybe version [-Wdeprecated-declarations]
         fd = info[0]->Int32Value();
                                  ^
      In file included from /home/pi/.cache/node-gyp/10.19.0/include/node/v8.h:26,
                       from /home/pi/.cache/node-gyp/10.19.0/include/node/node.h:63,
                       from ../node_modules/nan/nan.h:47,
                       from ../src/unix_dgram.cc:5:
      /home/pi/.cache/node-gyp/10.19.0/include/node/v8.h:2478:46: note: declared here
         V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
                                                    ^~~~~~~~~~
      /home/pi/.cache/node-gyp/10.19.0/include/node/v8config.h:324:3: note: in definit                                                                       ion of macro ‘V8_DEPRECATED’
         declarator __attribute__((deprecated(message)))
         ^~~~~~~~~~
      ../src/unix_dgram.cc:259:27: warning: ‘v8::Local<v8::Object> v8::Value::ToObject                                                                       () const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
         buf = info[1]->ToObject();
                                 ^
      In file included from /home/pi/.cache/node-gyp/10.19.0/include/node/node.h:63,
                       from ../node_modules/nan/nan.h:47,
                       from ../src/unix_dgram.cc:5:
      /home/pi/.cache/node-gyp/10.19.0/include/node/v8.h:10046:15: note: declared here
       Local<Object> Value::ToObject() const {
                     ^~~~~
      ../src/unix_dgram.cc:260:33: warning: ‘uint32_t v8::Value::Uint32Value() const’                                                                        is deprecated: Use maybe version [-Wdeprecated-declarations]
         offset = info[2]->Uint32Value();
                                       ^
      In file included from /home/pi/.cache/node-gyp/10.19.0/include/node/v8.h:26,
                       from /home/pi/.cache/node-gyp/10.19.0/include/node/node.h:63,
                       from ../node_modules/nan/nan.h:47,
                       from ../src/unix_dgram.cc:5:
      /home/pi/.cache/node-gyp/10.19.0/include/node/v8.h:2477:47: note: declared here
         V8_DEPRECATED("Use maybe version", uint32_t Uint32Value() const);
                                                     ^~~~~~~~~~~
      /home/pi/.cache/node-gyp/10.19.0/include/node/v8config.h:324:3: note: in definit                                                                       ion of macro ‘V8_DEPRECATED’
         declarator __attribute__((deprecated(message)))
         ^~~~~~~~~~
      ../src/unix_dgram.cc:261:33: warning: ‘uint32_t v8::Value::Uint32Value() const’                                                                        is deprecated: Use maybe version [-Wdeprecated-declarations]
         length = info[3]->Uint32Value();
                                       ^
      In file included from /home/pi/.cache/node-gyp/10.19.0/include/node/v8.h:26,
                       from /home/pi/.cache/node-gyp/10.19.0/include/node/node.h:63,
                       from ../node_modules/nan/nan.h:47,
                       from ../src/unix_dgram.cc:5:
      /home/pi/.cache/node-gyp/10.19.0/include/node/v8.h:2477:47: note: declared here
         V8_DEPRECATED("Use maybe version", uint32_t Uint32Value() const);
                                                     ^~~~~~~~~~~
      /home/pi/.cache/node-gyp/10.19.0/include/node/v8config.h:324:3: note: in definit                                                                       ion of macro ‘V8_DEPRECATED’
         declarator __attribute__((deprecated(message)))
         ^~~~~~~~~~
      ../src/unix_dgram.cc:262:33: warning: ‘v8::String::Utf8Value::Utf8Value(v8::Loca                                                                       l<v8::Value>)’ is deprecated: Use Isolate version [-Wdeprecated-declarations]
         String::Utf8Value path(info[4]);
                                       ^
      In file included from /home/pi/.cache/node-gyp/10.19.0/include/node/v8.h:26,
                       from /home/pi/.cache/node-gyp/10.19.0/include/node/node.h:63,
                       from ../node_modules/nan/nan.h:47,
                       from ../src/unix_dgram.cc:5:
      /home/pi/.cache/node-gyp/10.19.0/include/node/v8.h:2892:28: note: declared here
                         explicit Utf8Value(Local<v8::Value> obj));
                                  ^~~~~~~~~
      /home/pi/.cache/node-gyp/10.19.0/include/node/v8config.h:324:3: note: in definit                                                                       ion of macro ‘V8_DEPRECATED’
         declarator __attribute__((deprecated(message)))
         ^~~~~~~~~~
      ../src/unix_dgram.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE {anonymous}::Send                                                                       (Nan::NAN_METHOD_ARGS_TYPE)’:
      ../src/unix_dgram.cc:302:28: warning: ‘int32_t v8::Value::Int32Value() const’ is                                                                        deprecated: Use maybe version [-Wdeprecated-declarations]
         fd = info[0]->Int32Value();
                                  ^
      In file included from /home/pi/.cache/node-gyp/10.19.0/include/node/v8.h:26,
                       from /home/pi/.cache/node-gyp/10.19.0/include/node/node.h:63,
                       from ../node_modules/nan/nan.h:47,
                       from ../src/unix_dgram.cc:5:
      /home/pi/.cache/node-gyp/10.19.0/include/node/v8.h:2478:46: note: declared here
         V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
                                                    ^~~~~~~~~~
      /home/pi/.cache/node-gyp/10.19.0/include/node/v8config.h:324:3: note: in definit                                                                       ion of macro ‘V8_DEPRECATED’
         declarator __attribute__((deprecated(message)))
         ^~~~~~~~~~
      ../src/unix_dgram.cc:303:27: warning: ‘v8::Local<v8::Object> v8::Value::ToObject                                                                       () const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
         buf = info[1]->ToObject();
                                 ^
      In file included from /home/pi/.cache/node-gyp/10.19.0/include/node/node.h:63,
                       from ../node_modules/nan/nan.h:47,
                       from ../src/unix_dgram.cc:5:
      /home/pi/.cache/node-gyp/10.19.0/include/node/v8.h:10046:15: note: declared here
       Local<Object> Value::ToObject() const {
                     ^~~~~
      ../src/unix_dgram.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE {anonymous}::Conn                                                                       ect(Nan::NAN_METHOD_ARGS_TYPE)’:
      ../src/unix_dgram.cc:340:28: warning: ‘int32_t v8::Value::Int32Value() const’ is                                                                        deprecated: Use maybe version [-Wdeprecated-declarations]
         fd = info[0]->Int32Value();
                                  ^
      In file included from /home/pi/.cache/node-gyp/10.19.0/include/node/v8.h:26,
                       from /home/pi/.cache/node-gyp/10.19.0/include/node/node.h:63,
                       from ../node_modules/nan/nan.h:47,
                       from ../src/unix_dgram.cc:5:
      /home/pi/.cache/node-gyp/10.19.0/include/node/v8.h:2478:46: note: declared here
         V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
                                                    ^~~~~~~~~~
      /home/pi/.cache/node-gyp/10.19.0/include/node/v8config.h:324:3: note: in definit                                                                       ion of macro ‘V8_DEPRECATED’
         declarator __attribute__((deprecated(message)))
         ^~~~~~~~~~
      ../src/unix_dgram.cc:341:33: warning: ‘v8::String::Utf8Value::Utf8Value(v8::Loca                                                                       l<v8::Value>)’ is deprecated: Use Isolate version [-Wdeprecated-declarations]
         String::Utf8Value path(info[1]);
                                       ^
      In file included from /home/pi/.cache/node-gyp/10.19.0/include/node/v8.h:26,
                       from /home/pi/.cache/node-gyp/10.19.0/include/node/node.h:63,
                       from ../node_modules/nan/nan.h:47,
                       from ../src/unix_dgram.cc:5:
      /home/pi/.cache/node-gyp/10.19.0/include/node/v8.h:2892:28: note: declared here
                         explicit Utf8Value(Local<v8::Value> obj));
                                  ^~~~~~~~~
      /home/pi/.cache/node-gyp/10.19.0/include/node/v8config.h:324:3: note: in definit                                                                       ion of macro ‘V8_DEPRECATED’
         declarator __attribute__((deprecated(message)))
         ^~~~~~~~~~
      ../src/unix_dgram.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE {anonymous}::Clos                                                                       e(Nan::NAN_METHOD_ARGS_TYPE)’:
      ../src/unix_dgram.cc:361:28: warning: ‘int32_t v8::Value::Int32Value() const’ is                                                                        deprecated: Use maybe version [-Wdeprecated-declarations]
         fd = info[0]->Int32Value();
                                  ^
      In file included from /home/pi/.cache/node-gyp/10.19.0/include/node/v8.h:26,
                       from /home/pi/.cache/node-gyp/10.19.0/include/node/node.h:63,
                       from ../node_modules/nan/nan.h:47,
                       from ../src/unix_dgram.cc:5:
      /home/pi/.cache/node-gyp/10.19.0/include/node/v8.h:2478:46: note: declared here
         V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
                                                    ^~~~~~~~~~
      /home/pi/.cache/node-gyp/10.19.0/include/node/v8config.h:324:3: note: in definit                                                                       ion of macro ‘V8_DEPRECATED’
         declarator __attribute__((deprecated(message)))
         ^~~~~~~~~~
      In file included from ../node_modules/nan/nan.h:47,
                       from ../src/unix_dgram.cc:5:
      ../src/unix_dgram.cc: At global scope:
      /home/pi/.cache/node-gyp/10.19.0/include/node/node.h:573:43: warning: cast betwe                                                                       en incompatible function types from ‘void (*)(v8::Local<v8::Object>)’ to ‘node::                                                                       addon_register_func’ {aka ‘void (*)(v8::Local<v8::Object>, v8::Local<v8::Value>,                                                                        void*)’} [-Wcast-function-type]
             (node::addon_register_func) (regfunc),                          \
                                                 ^
      /home/pi/.cache/node-gyp/10.19.0/include/node/node.h:607:3: note: in expansion o                                                                       f macro ‘NODE_MODULE_X’
         NODE_MODULE_X(modname, regfunc, NULL, 0)  // NOLINT (readability/null_usage)
         ^~~~~~~~~~~~~
      ../src/unix_dgram.cc:420:1: note: in expansion of macro ‘NODE_MODULE’
       NODE_MODULE(unix_dgram, Initialize)
       ^~~~~~~~~~~
      In file included from /home/pi/.cache/node-gyp/10.19.0/include/node/node.h:63,
                       from ../node_modules/nan/nan.h:47,
                       from ../src/unix_dgram.cc:5:
      /home/pi/.cache/node-gyp/10.19.0/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::Weak                                                                       CallbackInfo<P>::Callback = void (*)(const v8::WeakCallbackInfo<node::ObjectWrap                                                                       >&)]’:
      /home/pi/.cache/node-gyp/10.19.0/include/node/node_object_wrap.h:84:78:   requir                                                                       ed from here
      /home/pi/.cache/node-gyp/10.19.0/include/node/v8.h:9502:16: warning: cast betwee                                                                       n incompatible function types from ‘v8::WeakCallbackInfo<node::ObjectWrap>::Call                                                                       back’ {aka ‘void (*)(const v8::WeakCallbackInfo<node::ObjectWrap>&)’} to ‘Callba                                                                       ck’ {aka ‘void (*)(const v8::WeakCallbackInfo<void>&)’} [-Wcast-function-type]
                      reinterpret_cast<Callback>(callback), type);
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      /home/pi/.cache/node-gyp/10.19.0/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::WeakC                                                                       allbackInfo<P>::Callback = void (*)(const v8::WeakCallbackInfo<Nan::ObjectWrap>&                                                                       )]’:
      ../node_modules/nan/nan_object_wrap.h:66:61:   required from here
      /home/pi/.cache/node-gyp/10.19.0/include/node/v8.h:9502:16: warning: cast betwee                                                                       n incompatible function types from ‘v8::WeakCallbackInfo<Nan::ObjectWrap>::Callb                                                                       ack’ {aka ‘void (*)(const v8::WeakCallbackInfo<Nan::ObjectWrap>&)’} to ‘Callbac                                                                        ’ {aka ‘void (*)(const v8::WeakCallbackInfo<void>&)’} [-Wcast-function-type]
      make: *** [unix_dgram.target.mk:101: Release/obj.target/unix_dgram/src/unix_dgra                                                                       m.o] Error 1
      make: Leaving directory '/opt/iobroker/node_modules/unix-dgram/build'
      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_module                                                                       s/node-gyp/lib/build.js:191:23)
      gyp ERR! stack     at ChildProcess.emit (events.js:198:13)
      gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_proces                                                                       s.js:248:12)
      gyp ERR! System Linux 4.19.97-v7l+
      gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gy                                                                       p/bin/node-gyp.js" "rebuild"
      gyp ERR! cwd /opt/iobroker/node_modules/unix-dgram
      gyp ERR! node -v v10.19.0
      gyp ERR! node-gyp -v v5.0.5
      gyp ERR! not ok
      npm WARN optional SKIPPING OPTIONAL DEPENDENCY: osx-temperature-sensor@^1.0.3 (n                                                                       ode_modules/iobroker.info/node_modules/osx-temperature-sensor):
      npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for osx-tempe                                                                       rature-sensor@1.0.5: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux"                                                                       ,"arch":"arm"})
      npm WARN optional SKIPPING OPTIONAL DEPENDENCY: unix-dgram@0.2.3 (node_modules/u                                                                       nix-dgram):
      npm WARN optional SKIPPING OPTIONAL DEPENDENCY: unix-dgram@0.2.3 install: `node-                                                                       gyp rebuild`
      npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1
      
      + iobroker.admin@4.0.5
      added 28 packages from 21 contributors, updated 1 package and audited 8073 packa                                                                       ges in 25.753s
      
      13 packages are looking for funding
        run `npm fund` for details
      
      found 200 vulnerabilities (189 low, 11 high)
        run `npm audit fix` to fix them, or `npm audit` for details
      
      
         ╭────────────────────────────────────────────────────────────────╮
         │                                                                │
         │      New minor version of npm available! 6.13.4 → 6.14.4       │
         │   Changelog: https://github.com/npm/cli/releases/tag/v6.14.4   │
         │               Run npm install -g npm to update!                │
         │                                                                │
         ╰────────────────────────────────────────────────────────────────╯
      
      pi@iobroker:/opt/iobroker $ iobroker upload amin
      Cannot find io-package.json in null
      Cannot parse null/io-package.json:Error: ENOENT: no such file or directory, open                                                                        'null/io-package.json'
      pi@iobroker:/opt/iobroker $ iobroker start
      
      

      Gruß
      maxpd

      Raspi 4 8gb | iobroker + pivccu3 | 46 Adapter | 68 Scripte, 120 Devices

      GlasfaserG 1 Antwort Letzte Antwort
      0
      • M maxpd

        @maxpd Ich habe jetzt auch mal versucht den admin zu löschen und neu zu installieren. Gleiche Fehlermeldung. Und installiert hat er den Admin auch nicht mehr.

        
        pi@iobroker:/opt/iobroker $ iobroker del admin
        Delete adapter "admin"
        host.iobroker Counted 1 instances of admin
        host.iobroker Counted 1 adapter for admin
        host.iobroker Counted 1 channels of admin
        host.iobroker Counted 21 states of admin
        host.iobroker Counted 7 states (io.admin.*) from states
        host.iobroker Counted 17 states (system.adapter.admin.*) from states
        host.iobroker Deleting 24 object(s).
        host.iobroker Deleting 24 state(s).
        npm uninstall iobroker.admin --silent --save --prefix "/opt/iobroker" (System ca                                                                       ll)
        In file included from ../node_modules/nan/nan.h:190,
                         from ../src/unix_dgram.cc:5:
        ../node_modules/nan/nan_maybe_43_inl.h: In function ‘Nan::Maybe<bool> Nan::Force                                                                       Set(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::Prope                                                                       rtyAttribute)’:
        ../node_modules/nan/nan_maybe_43_inl.h:88:15: error: ‘class v8::Object’ has no m                                                                       ember named ‘ForceSet’
           return obj->ForceSet(GetCurrentContext(), key, value, attribs);
                       ^~~~~~~~
        In file included from ../src/unix_dgram.cc:5:
        ../node_modules/nan/nan.h: In function ‘v8::Local<v8::Value> Nan::MakeCallback(v                                                                       8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’:
        ../node_modules/nan/nan.h:817:60: warning: ‘v8::Local<v8::Value> node::MakeCallb                                                                       ack(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local                                                                       <v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated                                                                       -declarations]
                 v8::Isolate::GetCurrent(), target, func, argc, argv);
                                                                    ^
        In file included from ../node_modules/nan/nan.h:47,
                         from ../src/unix_dgram.cc:5:
        /home/iobroker/.cache/node-gyp/10.19.0/include/node/node.h:177:50: note: declare                                                                       d here
                         NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                          ^~~~~~~~~~~~
        /home/iobroker/.cache/node-gyp/10.19.0/include/node/node.h:91:42: note: in defin                                                                       ition of macro ‘NODE_DEPRECATED’
             __attribute__((deprecated(message))) declarator
                                                  ^~~~~~~~~~
        In file included from ../src/unix_dgram.cc:5:
        ../node_modules/nan/nan.h:817:60: warning: ‘v8::Local<v8::Value> node::MakeCallb                                                                       ack(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local                                                                       <v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated                                                                       -declarations]
                 v8::Isolate::GetCurrent(), target, func, argc, argv);
                                                                    ^
        In file included from ../node_modules/nan/nan.h:47,
                         from ../src/unix_dgram.cc:5:
        /home/iobroker/.cache/node-gyp/10.19.0/include/node/node.h:177:50: note: declare                                                                       d here
                         NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                          ^~~~~~~~~~~~
        /home/iobroker/.cache/node-gyp/10.19.0/include/node/node.h:91:42: note: in defin                                                                       ition of macro ‘NODE_DEPRECATED’
             __attribute__((deprecated(message))) declarator
                                                  ^~~~~~~~~~
        In file included from ../src/unix_dgram.cc:5:
        ../node_modules/nan/nan.h: In function ‘v8::Local<v8::Value> Nan::MakeCallback(v                                                                       8::Local<v8::Object>, v8::Local<v8::String>, int, v8::Local<v8::Value>*)’:
        ../node_modules/nan/nan.h:831:62: warning: ‘v8::Local<v8::Value> node::MakeCallb                                                                       ack(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::String>, int, v8::Local<v                                                                       8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-d                                                                       eclarations]
                 v8::Isolate::GetCurrent(), target, symbol, argc, argv);
                                                                      ^
        In file included from ../node_modules/nan/nan.h:47,
                         from ../src/unix_dgram.cc:5:
        /home/iobroker/.cache/node-gyp/10.19.0/include/node/node.h:170:50: note: declare                                                                       d here
                         NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                          ^~~~~~~~~~~~
        /home/iobroker/.cache/node-gyp/10.19.0/include/node/node.h:91:42: note: in defin                                                                       ition of macro ‘NODE_DEPRECATED’
             __attribute__((deprecated(message))) declarator
                                                  ^~~~~~~~~~
        In file included from ../src/unix_dgram.cc:5:
        ../node_modules/nan/nan.h:831:62: warning: ‘v8::Local<v8::Value> node::MakeCallb                                                                       ack(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::String>, int, v8::Local<v                                                                       8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-d                                                                       eclarations]
                 v8::Isolate::GetCurrent(), target, symbol, argc, argv);
                                                                      ^
        In file included from ../node_modules/nan/nan.h:47,
                         from ../src/unix_dgram.cc:5:
        /home/iobroker/.cache/node-gyp/10.19.0/include/node/node.h:170:50: note: declare                                                                       d here
                         NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                          ^~~~~~~~~~~~
        /home/iobroker/.cache/node-gyp/10.19.0/include/node/node.h:91:42: note: in defin                                                                       ition of macro ‘NODE_DEPRECATED’
             __attribute__((deprecated(message))) declarator
                                                  ^~~~~~~~~~
        In file included from ../src/unix_dgram.cc:5:
        ../node_modules/nan/nan.h: In function ‘v8::Local<v8::Value> Nan::MakeCallback(v                                                                       8::Local<v8::Object>, const char*, int, v8::Local<v8::Value>*)’:
        ../node_modules/nan/nan.h:845:62: warning: ‘v8::Local<v8::Value> node::MakeCallb                                                                       ack(v8::Isolate*, v8::Local<v8::Object>, const char*, int, v8::Local<v8::Value>*                                                                       )’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declaration                                                                       s]
                 v8::Isolate::GetCurrent(), target, method, argc, argv);
                                                                      ^
        In file included from ../node_modules/nan/nan.h:47,
                         from ../src/unix_dgram.cc:5:
        /home/iobroker/.cache/node-gyp/10.19.0/include/node/node.h:163:50: note: declare                                                                       d here
                         NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                          ^~~~~~~~~~~~
        /home/iobroker/.cache/node-gyp/10.19.0/include/node/node.h:91:42: note: in defin                                                                       ition of macro ‘NODE_DEPRECATED’
             __attribute__((deprecated(message))) declarator
                                                  ^~~~~~~~~~
        In file included from ../src/unix_dgram.cc:5:
        ../node_modules/nan/nan.h:845:62: warning: ‘v8::Local<v8::Value> node::MakeCallb                                                                       ack(v8::Isolate*, v8::Local<v8::Object>, const char*, int, v8::Local<v8::Value>*                                                                       )’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declaration                                                                       s]
                 v8::Isolate::GetCurrent(), target, method, argc, argv);
                                                                      ^
        In file included from ../node_modules/nan/nan.h:47,
                         from ../src/unix_dgram.cc:5:
        /home/iobroker/.cache/node-gyp/10.19.0/include/node/node.h:163:50: note: declare                                                                       d here
                         NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                          ^~~~~~~~~~~~
        /home/iobroker/.cache/node-gyp/10.19.0/include/node/node.h:91:42: note: in defin                                                                       ition of macro ‘NODE_DEPRECATED’
             __attribute__((deprecated(message))) declarator
                                                  ^~~~~~~~~~
        In file included from ../src/unix_dgram.cc:5:
        ../node_modules/nan/nan.h: In member function ‘v8::Local<v8::Value> Nan::Callbac                                                                       k::Call_(v8::Isolate*, v8::Local<v8::Object>, int, v8::Local<v8::Value>*) const’                                                                       :
        ../node_modules/nan/nan.h:1463:5: warning: ‘v8::Local<v8::Value> node::MakeCallb                                                                       ack(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local                                                                       <v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated                                                                       -declarations]
             ));
             ^
        In file included from ../node_modules/nan/nan.h:47,
                         from ../src/unix_dgram.cc:5:
        /home/iobroker/.cache/node-gyp/10.19.0/include/node/node.h:177:50: note: declare                                                                       d here
                         NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                          ^~~~~~~~~~~~
        /home/iobroker/.cache/node-gyp/10.19.0/include/node/node.h:91:42: note: in defin                                                                       ition of macro ‘NODE_DEPRECATED’
             __attribute__((deprecated(message))) declarator
                                                  ^~~~~~~~~~
        In file included from ../src/unix_dgram.cc:5:
        ../node_modules/nan/nan.h:1463:5: warning: ‘v8::Local<v8::Value> node::MakeCallb                                                                       ack(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local                                                                       <v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated                                                                       -declarations]
             ));
             ^
        In file included from ../node_modules/nan/nan.h:47,
                         from ../src/unix_dgram.cc:5:
        /home/iobroker/.cache/node-gyp/10.19.0/include/node/node.h:177:50: note: declare                                                                       d here
                         NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                          ^~~~~~~~~~~~
        /home/iobroker/.cache/node-gyp/10.19.0/include/node/node.h:91:42: note: in defin                                                                       ition of macro ‘NODE_DEPRECATED’
             __attribute__((deprecated(message))) declarator
                                                  ^~~~~~~~~~
        In file included from ../src/unix_dgram.cc:5:
        ../node_modules/nan/nan.h: In function ‘void Nan::AsyncQueueWorker(Nan::AsyncWor                                                                       ker*)’:
        ../node_modules/nan/nan.h:1706:62: warning: cast between incompatible function t                                                                       ypes from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_                                                                       cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type]
             , reinterpret_cast<uv_after_work_cb>(AsyncExecuteComplete)
                                                                      ^
        ../src/unix_dgram.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE {anonymous}::Sock                                                                       et(Nan::NAN_METHOD_ARGS_TYPE)’:
        ../src/unix_dgram.cc:189:37: warning: ‘int32_t v8::Value::Int32Value() const’ is                                                                        deprecated: Use maybe version [-Wdeprecated-declarations]
           domain      = info[0]->Int32Value();
                                             ^
        In file included from /home/iobroker/.cache/node-gyp/10.19.0/include/node/v8.h:2                                                                       6,
                         from /home/iobroker/.cache/node-gyp/10.19.0/include/node/node.h                                                                       :63,
                         from ../node_modules/nan/nan.h:47,
                         from ../src/unix_dgram.cc:5:
        /home/iobroker/.cache/node-gyp/10.19.0/include/node/v8.h:2478:46: note: declared                                                                        here
           V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
                                                      ^~~~~~~~~~
        /home/iobroker/.cache/node-gyp/10.19.0/include/node/v8config.h:324:3: note: in d                                                                       efinition of macro ‘V8_DEPRECATED’
           declarator __attribute__((deprecated(message)))
           ^~~~~~~~~~
        ../src/unix_dgram.cc:190:37: warning: ‘int32_t v8::Value::Int32Value() const’ is                                                                        deprecated: Use maybe version [-Wdeprecated-declarations]
           type        = info[1]->Int32Value();
                                             ^
        In file included from /home/iobroker/.cache/node-gyp/10.19.0/include/node/v8.h:2                                                                       6,
                         from /home/iobroker/.cache/node-gyp/10.19.0/include/node/node.h                                                                       :63,
                         from ../node_modules/nan/nan.h:47,
                         from ../src/unix_dgram.cc:5:
        /home/iobroker/.cache/node-gyp/10.19.0/include/node/v8.h:2478:46: note: declared                                                                        here
           V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
                                                      ^~~~~~~~~~
        /home/iobroker/.cache/node-gyp/10.19.0/include/node/v8config.h:324:3: note: in d                                                                       efinition of macro ‘V8_DEPRECATED’
           declarator __attribute__((deprecated(message)))
           ^~~~~~~~~~
        ../src/unix_dgram.cc:191:37: warning: ‘int32_t v8::Value::Int32Value() const’ is                                                                        deprecated: Use maybe version [-Wdeprecated-declarations]
           protocol    = info[2]->Int32Value();
                                             ^
        In file included from /home/iobroker/.cache/node-gyp/10.19.0/include/node/v8.h:2                                                                       6,
                         from /home/iobroker/.cache/node-gyp/10.19.0/include/node/node.h                                                                       :63,
                         from ../node_modules/nan/nan.h:47,
                         from ../src/unix_dgram.cc:5:
        /home/iobroker/.cache/node-gyp/10.19.0/include/node/v8.h:2478:46: note: declared                                                                        here
           V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
                                                      ^~~~~~~~~~
        /home/iobroker/.cache/node-gyp/10.19.0/include/node/v8config.h:324:3: note: in d                                                                       efinition of macro ‘V8_DEPRECATED’
           declarator __attribute__((deprecated(message)))
           ^~~~~~~~~~
        ../src/unix_dgram.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE {anonymous}::Bind                                                                       (Nan::NAN_METHOD_ARGS_TYPE)’:
        ../src/unix_dgram.cc:230:28: warning: ‘int32_t v8::Value::Int32Value() const’ is                                                                        deprecated: Use maybe version [-Wdeprecated-declarations]
           fd = info[0]->Int32Value();
                                    ^
        In file included from /home/iobroker/.cache/node-gyp/10.19.0/include/node/v8.h:2                                                                       6,
                         from /home/iobroker/.cache/node-gyp/10.19.0/include/node/node.h                                                                       :63,
                         from ../node_modules/nan/nan.h:47,
                         from ../src/unix_dgram.cc:5:
        /home/iobroker/.cache/node-gyp/10.19.0/include/node/v8.h:2478:46: note: declared                                                                        here
           V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
                                                      ^~~~~~~~~~
        /home/iobroker/.cache/node-gyp/10.19.0/include/node/v8config.h:324:3: note: in d                                                                       efinition of macro ‘V8_DEPRECATED’
           declarator __attribute__((deprecated(message)))
           ^~~~~~~~~~
        ../src/unix_dgram.cc:231:33: warning: ‘v8::String::Utf8Value::Utf8Value(v8::Loca                                                                       l<v8::Value>)’ is deprecated: Use Isolate version [-Wdeprecated-declarations]
           String::Utf8Value path(info[1]);
                                         ^
        In file included from /home/iobroker/.cache/node-gyp/10.19.0/include/node/v8.h:2                                                                       6,
                         from /home/iobroker/.cache/node-gyp/10.19.0/include/node/node.h                                                                       :63,
                         from ../node_modules/nan/nan.h:47,
                         from ../src/unix_dgram.cc:5:
        /home/iobroker/.cache/node-gyp/10.19.0/include/node/v8.h:2892:28: note: declared                                                                        here
                           explicit Utf8Value(Local<v8::Value> obj));
                                    ^~~~~~~~~
        /home/iobroker/.cache/node-gyp/10.19.0/include/node/v8config.h:324:3: note: in d                                                                       efinition of macro ‘V8_DEPRECATED’
           declarator __attribute__((deprecated(message)))
           ^~~~~~~~~~
        ../src/unix_dgram.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE {anonymous}::Send                                                                       To(Nan::NAN_METHOD_ARGS_TYPE)’:
        ../src/unix_dgram.cc:258:28: warning: ‘int32_t v8::Value::Int32Value() const’ is                                                                        deprecated: Use maybe version [-Wdeprecated-declarations]
           fd = info[0]->Int32Value();
                                    ^
        In file included from /home/iobroker/.cache/node-gyp/10.19.0/include/node/v8.h:2                                                                       6,
                         from /home/iobroker/.cache/node-gyp/10.19.0/include/node/node.h                                                                       :63,
                         from ../node_modules/nan/nan.h:47,
                         from ../src/unix_dgram.cc:5:
        /home/iobroker/.cache/node-gyp/10.19.0/include/node/v8.h:2478:46: note: declared                                                                        here
           V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
                                                      ^~~~~~~~~~
        /home/iobroker/.cache/node-gyp/10.19.0/include/node/v8config.h:324:3: note: in d                                                                       efinition of macro ‘V8_DEPRECATED’
           declarator __attribute__((deprecated(message)))
           ^~~~~~~~~~
        ../src/unix_dgram.cc:259:27: warning: ‘v8::Local<v8::Object> v8::Value::ToObject                                                                       () const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
           buf = info[1]->ToObject();
                                   ^
        In file included from /home/iobroker/.cache/node-gyp/10.19.0/include/node/node.h                                                                       :63,
                         from ../node_modules/nan/nan.h:47,
                         from ../src/unix_dgram.cc:5:
        /home/iobroker/.cache/node-gyp/10.19.0/include/node/v8.h:10046:15: note: declare                                                                       d here
         Local<Object> Value::ToObject() const {
                       ^~~~~
        ../src/unix_dgram.cc:260:33: warning: ‘uint32_t v8::Value::Uint32Value() const’                                                                        is deprecated: Use maybe version [-Wdeprecated-declarations]
           offset = info[2]->Uint32Value();
                                         ^
        In file included from /home/iobroker/.cache/node-gyp/10.19.0/include/node/v8.h:2                                                                       6,
                         from /home/iobroker/.cache/node-gyp/10.19.0/include/node/node.h                                                                       :63,
                         from ../node_modules/nan/nan.h:47,
                         from ../src/unix_dgram.cc:5:
        /home/iobroker/.cache/node-gyp/10.19.0/include/node/v8.h:2477:47: note: declared                                                                        here
           V8_DEPRECATED("Use maybe version", uint32_t Uint32Value() const);
                                                       ^~~~~~~~~~~
        /home/iobroker/.cache/node-gyp/10.19.0/include/node/v8config.h:324:3: note: in d                                                                       efinition of macro ‘V8_DEPRECATED’
           declarator __attribute__((deprecated(message)))
           ^~~~~~~~~~
        ../src/unix_dgram.cc:261:33: warning: ‘uint32_t v8::Value::Uint32Value() const’                                                                        is deprecated: Use maybe version [-Wdeprecated-declarations]
           length = info[3]->Uint32Value();
                                         ^
        In file included from /home/iobroker/.cache/node-gyp/10.19.0/include/node/v8.h:2                                                                       6,
                         from /home/iobroker/.cache/node-gyp/10.19.0/include/node/node.h                                                                       :63,
                         from ../node_modules/nan/nan.h:47,
                         from ../src/unix_dgram.cc:5:
        /home/iobroker/.cache/node-gyp/10.19.0/include/node/v8.h:2477:47: note: declared                                                                        here
           V8_DEPRECATED("Use maybe version", uint32_t Uint32Value() const);
                                                       ^~~~~~~~~~~
        /home/iobroker/.cache/node-gyp/10.19.0/include/node/v8config.h:324:3: note: in d                                                                       efinition of macro ‘V8_DEPRECATED’
           declarator __attribute__((deprecated(message)))
           ^~~~~~~~~~
        ../src/unix_dgram.cc:262:33: warning: ‘v8::String::Utf8Value::Utf8Value(v8::Loca                                                                       l<v8::Value>)’ is deprecated: Use Isolate version [-Wdeprecated-declarations]
           String::Utf8Value path(info[4]);
                                         ^
        In file included from /home/iobroker/.cache/node-gyp/10.19.0/include/node/v8.h:2                                                                       6,
                         from /home/iobroker/.cache/node-gyp/10.19.0/include/node/node.h                                                                       :63,
                         from ../node_modules/nan/nan.h:47,
                         from ../src/unix_dgram.cc:5:
        /home/iobroker/.cache/node-gyp/10.19.0/include/node/v8.h:2892:28: note: declared                                                                        here
                           explicit Utf8Value(Local<v8::Value> obj));
                                    ^~~~~~~~~
        /home/iobroker/.cache/node-gyp/10.19.0/include/node/v8config.h:324:3: note: in d                                                                       efinition of macro ‘V8_DEPRECATED’
           declarator __attribute__((deprecated(message)))
           ^~~~~~~~~~
        ../src/unix_dgram.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE {anonymous}::Send                                                                       (Nan::NAN_METHOD_ARGS_TYPE)’:
        ../src/unix_dgram.cc:302:28: warning: ‘int32_t v8::Value::Int32Value() const’ is                                                                        deprecated: Use maybe version [-Wdeprecated-declarations]
           fd = info[0]->Int32Value();
                                    ^
        In file included from /home/iobroker/.cache/node-gyp/10.19.0/include/node/v8.h:2                                                                       6,
                         from /home/iobroker/.cache/node-gyp/10.19.0/include/node/node.h                                                                       :63,
                         from ../node_modules/nan/nan.h:47,
                         from ../src/unix_dgram.cc:5:
        /home/iobroker/.cache/node-gyp/10.19.0/include/node/v8.h:2478:46: note: declared                                                                        here
           V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
                                                      ^~~~~~~~~~
        /home/iobroker/.cache/node-gyp/10.19.0/include/node/v8config.h:324:3: note: in d                                                                       efinition of macro ‘V8_DEPRECATED’
           declarator __attribute__((deprecated(message)))
           ^~~~~~~~~~
        ../src/unix_dgram.cc:303:27: warning: ‘v8::Local<v8::Object> v8::Value::ToObject                                                                       () const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
           buf = info[1]->ToObject();
                                   ^
        In file included from /home/iobroker/.cache/node-gyp/10.19.0/include/node/node.h                                                                       :63,
                         from ../node_modules/nan/nan.h:47,
                         from ../src/unix_dgram.cc:5:
        /home/iobroker/.cache/node-gyp/10.19.0/include/node/v8.h:10046:15: note: declare                                                                       d here
         Local<Object> Value::ToObject() const {
                       ^~~~~
        ../src/unix_dgram.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE {anonymous}::Conn                                                                       ect(Nan::NAN_METHOD_ARGS_TYPE)’:
        ../src/unix_dgram.cc:340:28: warning: ‘int32_t v8::Value::Int32Value() const’ is                                                                        deprecated: Use maybe version [-Wdeprecated-declarations]
           fd = info[0]->Int32Value();
                                    ^
        In file included from /home/iobroker/.cache/node-gyp/10.19.0/include/node/v8.h:2                                                                       6,
                         from /home/iobroker/.cache/node-gyp/10.19.0/include/node/node.h                                                                       :63,
                         from ../node_modules/nan/nan.h:47,
                         from ../src/unix_dgram.cc:5:
        /home/iobroker/.cache/node-gyp/10.19.0/include/node/v8.h:2478:46: note: declared                                                                        here
           V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
                                                      ^~~~~~~~~~
        /home/iobroker/.cache/node-gyp/10.19.0/include/node/v8config.h:324:3: note: in d                                                                       efinition of macro ‘V8_DEPRECATED’
           declarator __attribute__((deprecated(message)))
           ^~~~~~~~~~
        ../src/unix_dgram.cc:341:33: warning: ‘v8::String::Utf8Value::Utf8Value(v8::Loca                                                                       l<v8::Value>)’ is deprecated: Use Isolate version [-Wdeprecated-declarations]
           String::Utf8Value path(info[1]);
                                         ^
        In file included from /home/iobroker/.cache/node-gyp/10.19.0/include/node/v8.h:2                                                                       6,
                         from /home/iobroker/.cache/node-gyp/10.19.0/include/node/node.h                                                                       :63,
                         from ../node_modules/nan/nan.h:47,
                         from ../src/unix_dgram.cc:5:
        /home/iobroker/.cache/node-gyp/10.19.0/include/node/v8.h:2892:28: note: declared                                                                        here
                           explicit Utf8Value(Local<v8::Value> obj));
                                    ^~~~~~~~~
        /home/iobroker/.cache/node-gyp/10.19.0/include/node/v8config.h:324:3: note: in d                                                                       efinition of macro ‘V8_DEPRECATED’
           declarator __attribute__((deprecated(message)))
           ^~~~~~~~~~
        ../src/unix_dgram.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE {anonymous}::Clos                                                                       e(Nan::NAN_METHOD_ARGS_TYPE)’:
        ../src/unix_dgram.cc:361:28: warning: ‘int32_t v8::Value::Int32Value() const’ is                                                                        deprecated: Use maybe version [-Wdeprecated-declarations]
           fd = info[0]->Int32Value();
                                    ^
        In file included from /home/iobroker/.cache/node-gyp/10.19.0/include/node/v8.h:2                                                                       6,
                         from /home/iobroker/.cache/node-gyp/10.19.0/include/node/node.h                                                                       :63,
                         from ../node_modules/nan/nan.h:47,
                         from ../src/unix_dgram.cc:5:
        /home/iobroker/.cache/node-gyp/10.19.0/include/node/v8.h:2478:46: note: declared                                                                        here
           V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
                                                      ^~~~~~~~~~
        /home/iobroker/.cache/node-gyp/10.19.0/include/node/v8config.h:324:3: note: in d                                                                       efinition of macro ‘V8_DEPRECATED’
           declarator __attribute__((deprecated(message)))
           ^~~~~~~~~~
        In file included from ../node_modules/nan/nan.h:47,
                         from ../src/unix_dgram.cc:5:
        ../src/unix_dgram.cc: At global scope:
        /home/iobroker/.cache/node-gyp/10.19.0/include/node/node.h:573:43: warning: cast                                                                        between incompatible function types from ‘void (*)(v8::Local<v8::Object>)’ to ‘                                                                       node::addon_register_func’ {aka ‘void (*)(v8::Local<v8::Object>, v8::Local<v8::V                                                                       alue>, void*)’} [-Wcast-function-type]
               (node::addon_register_func) (regfunc),                          \
                                                   ^
        /home/iobroker/.cache/node-gyp/10.19.0/include/node/node.h:607:3: note: in expan                                                                       sion of macro ‘NODE_MODULE_X’
           NODE_MODULE_X(modname, regfunc, NULL, 0)  // NOLINT (readability/null_usage)
           ^~~~~~~~~~~~~
        ../src/unix_dgram.cc:420:1: note: in expansion of macro ‘NODE_MODULE’
         NODE_MODULE(unix_dgram, Initialize)
         ^~~~~~~~~~~
        In file included from /home/iobroker/.cache/node-gyp/10.19.0/include/node/node.h                                                                       :63,
                         from ../node_modules/nan/nan.h:47,
                         from ../src/unix_dgram.cc:5:
        /home/iobroker/.cache/node-gyp/10.19.0/include/node/v8.h: In instantiation of ‘v                                                                       oid v8::PersistentBase<T>::SetWeak(P*, typename v8::WeakCallbackInfo<P>::Callbac                                                                       k, v8::WeakCallbackType) [with P = node::ObjectWrap; T = v8::Object; typename v8                                                                       ::WeakCallbackInfo<P>::Callback = void (*)(const v8::WeakCallbackInfo<node::Obje                                                                       ctWrap>&)]’:
        /home/iobroker/.cache/node-gyp/10.19.0/include/node/node_object_wrap.h:84:78:                                                                          required from here
        /home/iobroker/.cache/node-gyp/10.19.0/include/node/v8.h:9502:16: warning: cast                                                                        between incompatible function types from ‘v8::WeakCallbackInfo<node::ObjectWrap>                                                                       ::Callback’ {aka ‘void (*)(const v8::WeakCallbackInfo<node::ObjectWrap>&)’} to ‘                                                                       Callback’ {aka ‘void (*)(const v8::WeakCallbackInfo<void>&)’} [-Wcast-function-t                                                                       ype]
                        reinterpret_cast<Callback>(callback), type);
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        /home/iobroker/.cache/node-gyp/10.19.0/include/node/v8.h: In instantiation of ‘v                                                                       oid v8::PersistentBase<T>::SetWeak(P*, typename v8::WeakCallbackInfo<P>::Callbac                                                                       k, v8::WeakCallbackType) [with P = Nan::ObjectWrap; T = v8::Object; typename v8:                                                                       :WeakCallbackInfo<P>::Callback = void (*)(const v8::WeakCallbackInfo<Nan::Object                                                                       Wrap>&)]’:
        ../node_modules/nan/nan_object_wrap.h:66:61:   required from here
        /home/iobroker/.cache/node-gyp/10.19.0/include/node/v8.h:9502:16: warning: cast                                                                        between incompatible function types from ‘v8::WeakCallbackInfo<Nan::ObjectWrap>:                                                                       :Callback’ {aka ‘void (*)(const v8::WeakCallbackInfo<Nan::ObjectWrap>&)’} to ‘Ca                                                                       llback’ {aka ‘void (*)(const v8::WeakCallbackInfo<void>&)’} [-Wcast-function-typ                                                                       e]
        make: *** [unix_dgram.target.mk:101: Release/obj.target/unix_dgram/src/unix_dgra                                                                       m.o] Error 1
        pi@iobroker:/opt/iobroker $ iobroker stop
        npmpi@iobroker:/opt/iobroker $ npm install iobroker.admin
        
        > unix-dgram@0.2.3 install /opt/iobroker/node_modules/unix-dgram
        > node-gyp rebuild
        
        make: Entering directory '/opt/iobroker/node_modules/unix-dgram/build'
          CXX(target) Release/obj.target/unix_dgram/src/unix_dgram.o
        In file included from ../node_modules/nan/nan.h:190,
                         from ../src/unix_dgram.cc:5:
        ../node_modules/nan/nan_maybe_43_inl.h: In function ‘Nan::Maybe<bool> Nan::Force                                                                       Set(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::Prope                                                                       rtyAttribute)’:
        ../node_modules/nan/nan_maybe_43_inl.h:88:15: error: ‘class v8::Object’ has no m                                                                       ember named ‘ForceSet’
           return obj->ForceSet(GetCurrentContext(), key, value, attribs);
                       ^~~~~~~~
        In file included from ../src/unix_dgram.cc:5:
        ../node_modules/nan/nan.h: In function ‘v8::Local<v8::Value> Nan::MakeCallback(v                                                                       8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’:
        ../node_modules/nan/nan.h:817:60: warning: ‘v8::Local<v8::Value> node::MakeCallb                                                                       ack(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local                                                                       <v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated                                                                       -declarations]
                 v8::Isolate::GetCurrent(), target, func, argc, argv);
                                                                    ^
        In file included from ../node_modules/nan/nan.h:47,
                         from ../src/unix_dgram.cc:5:
        /home/pi/.cache/node-gyp/10.19.0/include/node/node.h:177:50: note: declared here
                         NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                          ^~~~~~~~~~~~
        /home/pi/.cache/node-gyp/10.19.0/include/node/node.h:91:42: note: in definition                                                                        of macro ‘NODE_DEPRECATED’
             __attribute__((deprecated(message))) declarator
                                                  ^~~~~~~~~~
        In file included from ../src/unix_dgram.cc:5:
        ../node_modules/nan/nan.h:817:60: warning: ‘v8::Local<v8::Value> node::MakeCallb                                                                       ack(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local                                                                       <v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated                                                                       -declarations]
                 v8::Isolate::GetCurrent(), target, func, argc, argv);
                                                                    ^
        In file included from ../node_modules/nan/nan.h:47,
                         from ../src/unix_dgram.cc:5:
        /home/pi/.cache/node-gyp/10.19.0/include/node/node.h:177:50: note: declared here
                         NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                          ^~~~~~~~~~~~
        /home/pi/.cache/node-gyp/10.19.0/include/node/node.h:91:42: note: in definition                                                                        of macro ‘NODE_DEPRECATED’
             __attribute__((deprecated(message))) declarator
                                                  ^~~~~~~~~~
        In file included from ../src/unix_dgram.cc:5:
        ../node_modules/nan/nan.h: In function ‘v8::Local<v8::Value> Nan::MakeCallback(v                                                                       8::Local<v8::Object>, v8::Local<v8::String>, int, v8::Local<v8::Value>*)’:
        ../node_modules/nan/nan.h:831:62: warning: ‘v8::Local<v8::Value> node::MakeCallb                                                                       ack(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::String>, int, v8::Local<v                                                                       8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-d                                                                       eclarations]
                 v8::Isolate::GetCurrent(), target, symbol, argc, argv);
                                                                      ^
        In file included from ../node_modules/nan/nan.h:47,
                         from ../src/unix_dgram.cc:5:
        /home/pi/.cache/node-gyp/10.19.0/include/node/node.h:170:50: note: declared here
                         NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                          ^~~~~~~~~~~~
        /home/pi/.cache/node-gyp/10.19.0/include/node/node.h:91:42: note: in definition                                                                        of macro ‘NODE_DEPRECATED’
             __attribute__((deprecated(message))) declarator
                                                  ^~~~~~~~~~
        In file included from ../src/unix_dgram.cc:5:
        ../node_modules/nan/nan.h:831:62: warning: ‘v8::Local<v8::Value> node::MakeCallb                                                                       ack(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::String>, int, v8::Local<v                                                                       8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-d                                                                       eclarations]
                 v8::Isolate::GetCurrent(), target, symbol, argc, argv);
                                                                      ^
        In file included from ../node_modules/nan/nan.h:47,
                         from ../src/unix_dgram.cc:5:
        /home/pi/.cache/node-gyp/10.19.0/include/node/node.h:170:50: note: declared here
                         NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                          ^~~~~~~~~~~~
        /home/pi/.cache/node-gyp/10.19.0/include/node/node.h:91:42: note: in definition                                                                        of macro ‘NODE_DEPRECATED’
             __attribute__((deprecated(message))) declarator
                                                  ^~~~~~~~~~
        In file included from ../src/unix_dgram.cc:5:
        ../node_modules/nan/nan.h: In function ‘v8::Local<v8::Value> Nan::MakeCallback(v                                                                       8::Local<v8::Object>, const char*, int, v8::Local<v8::Value>*)’:
        ../node_modules/nan/nan.h:845:62: warning: ‘v8::Local<v8::Value> node::MakeCallb                                                                       ack(v8::Isolate*, v8::Local<v8::Object>, const char*, int, v8::Local<v8::Value>*                                                                       )’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declaration                                                                       s]
                 v8::Isolate::GetCurrent(), target, method, argc, argv);
                                                                      ^
        In file included from ../node_modules/nan/nan.h:47,
                         from ../src/unix_dgram.cc:5:
        /home/pi/.cache/node-gyp/10.19.0/include/node/node.h:163:50: note: declared here
                         NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                          ^~~~~~~~~~~~
        /home/pi/.cache/node-gyp/10.19.0/include/node/node.h:91:42: note: in definition                                                                        of macro ‘NODE_DEPRECATED’
             __attribute__((deprecated(message))) declarator
                                                  ^~~~~~~~~~
        In file included from ../src/unix_dgram.cc:5:
        ../node_modules/nan/nan.h:845:62: warning: ‘v8::Local<v8::Value> node::MakeCallb                                                                       ack(v8::Isolate*, v8::Local<v8::Object>, const char*, int, v8::Local<v8::Value>*                                                                       )’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declaration                                                                       s]
                 v8::Isolate::GetCurrent(), target, method, argc, argv);
                                                                      ^
        In file included from ../node_modules/nan/nan.h:47,
                         from ../src/unix_dgram.cc:5:
        /home/pi/.cache/node-gyp/10.19.0/include/node/node.h:163:50: note: declared here
                         NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                          ^~~~~~~~~~~~
        /home/pi/.cache/node-gyp/10.19.0/include/node/node.h:91:42: note: in definition                                                                        of macro ‘NODE_DEPRECATED’
             __attribute__((deprecated(message))) declarator
                                                  ^~~~~~~~~~
        In file included from ../src/unix_dgram.cc:5:
        ../node_modules/nan/nan.h: In member function ‘v8::Local<v8::Value> Nan::Callbac                                                                       k::Call_(v8::Isolate*, v8::Local<v8::Object>, int, v8::Local<v8::Value>*) const’                                                                       :
        ../node_modules/nan/nan.h:1463:5: warning: ‘v8::Local<v8::Value> node::MakeCallb                                                                       ack(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local                                                                       <v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated                                                                       -declarations]
             ));
             ^
        In file included from ../node_modules/nan/nan.h:47,
                         from ../src/unix_dgram.cc:5:
        /home/pi/.cache/node-gyp/10.19.0/include/node/node.h:177:50: note: declared here
                         NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                          ^~~~~~~~~~~~
        /home/pi/.cache/node-gyp/10.19.0/include/node/node.h:91:42: note: in definition                                                                        of macro ‘NODE_DEPRECATED’
             __attribute__((deprecated(message))) declarator
                                                  ^~~~~~~~~~
        In file included from ../src/unix_dgram.cc:5:
        ../node_modules/nan/nan.h:1463:5: warning: ‘v8::Local<v8::Value> node::MakeCallb                                                                       ack(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local                                                                       <v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated                                                                       -declarations]
             ));
             ^
        In file included from ../node_modules/nan/nan.h:47,
                         from ../src/unix_dgram.cc:5:
        /home/pi/.cache/node-gyp/10.19.0/include/node/node.h:177:50: note: declared here
                         NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                          ^~~~~~~~~~~~
        /home/pi/.cache/node-gyp/10.19.0/include/node/node.h:91:42: note: in definition                                                                        of macro ‘NODE_DEPRECATED’
             __attribute__((deprecated(message))) declarator
                                                  ^~~~~~~~~~
        In file included from ../src/unix_dgram.cc:5:
        ../node_modules/nan/nan.h: In function ‘void Nan::AsyncQueueWorker(Nan::AsyncWor                                                                       ker*)’:
        ../node_modules/nan/nan.h:1706:62: warning: cast between incompatible function t                                                                       ypes from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_                                                                       cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type]
             , reinterpret_cast<uv_after_work_cb>(AsyncExecuteComplete)
                                                                      ^
        ../src/unix_dgram.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE {anonymous}::Sock                                                                       et(Nan::NAN_METHOD_ARGS_TYPE)’:
        ../src/unix_dgram.cc:189:37: warning: ‘int32_t v8::Value::Int32Value() const’ is                                                                        deprecated: Use maybe version [-Wdeprecated-declarations]
           domain      = info[0]->Int32Value();
                                             ^
        In file included from /home/pi/.cache/node-gyp/10.19.0/include/node/v8.h:26,
                         from /home/pi/.cache/node-gyp/10.19.0/include/node/node.h:63,
                         from ../node_modules/nan/nan.h:47,
                         from ../src/unix_dgram.cc:5:
        /home/pi/.cache/node-gyp/10.19.0/include/node/v8.h:2478:46: note: declared here
           V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
                                                      ^~~~~~~~~~
        /home/pi/.cache/node-gyp/10.19.0/include/node/v8config.h:324:3: note: in definit                                                                       ion of macro ‘V8_DEPRECATED’
           declarator __attribute__((deprecated(message)))
           ^~~~~~~~~~
        ../src/unix_dgram.cc:190:37: warning: ‘int32_t v8::Value::Int32Value() const’ is                                                                        deprecated: Use maybe version [-Wdeprecated-declarations]
           type        = info[1]->Int32Value();
                                             ^
        In file included from /home/pi/.cache/node-gyp/10.19.0/include/node/v8.h:26,
                         from /home/pi/.cache/node-gyp/10.19.0/include/node/node.h:63,
                         from ../node_modules/nan/nan.h:47,
                         from ../src/unix_dgram.cc:5:
        /home/pi/.cache/node-gyp/10.19.0/include/node/v8.h:2478:46: note: declared here
           V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
                                                      ^~~~~~~~~~
        /home/pi/.cache/node-gyp/10.19.0/include/node/v8config.h:324:3: note: in definit                                                                       ion of macro ‘V8_DEPRECATED’
           declarator __attribute__((deprecated(message)))
           ^~~~~~~~~~
        ../src/unix_dgram.cc:191:37: warning: ‘int32_t v8::Value::Int32Value() const’ is                                                                        deprecated: Use maybe version [-Wdeprecated-declarations]
           protocol    = info[2]->Int32Value();
                                             ^
        In file included from /home/pi/.cache/node-gyp/10.19.0/include/node/v8.h:26,
                         from /home/pi/.cache/node-gyp/10.19.0/include/node/node.h:63,
                         from ../node_modules/nan/nan.h:47,
                         from ../src/unix_dgram.cc:5:
        /home/pi/.cache/node-gyp/10.19.0/include/node/v8.h:2478:46: note: declared here
           V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
                                                      ^~~~~~~~~~
        /home/pi/.cache/node-gyp/10.19.0/include/node/v8config.h:324:3: note: in definit                                                                       ion of macro ‘V8_DEPRECATED’
           declarator __attribute__((deprecated(message)))
           ^~~~~~~~~~
        ../src/unix_dgram.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE {anonymous}::Bind                                                                       (Nan::NAN_METHOD_ARGS_TYPE)’:
        ../src/unix_dgram.cc:230:28: warning: ‘int32_t v8::Value::Int32Value() const’ is                                                                        deprecated: Use maybe version [-Wdeprecated-declarations]
           fd = info[0]->Int32Value();
                                    ^
        In file included from /home/pi/.cache/node-gyp/10.19.0/include/node/v8.h:26,
                         from /home/pi/.cache/node-gyp/10.19.0/include/node/node.h:63,
                         from ../node_modules/nan/nan.h:47,
                         from ../src/unix_dgram.cc:5:
        /home/pi/.cache/node-gyp/10.19.0/include/node/v8.h:2478:46: note: declared here
           V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
                                                      ^~~~~~~~~~
        /home/pi/.cache/node-gyp/10.19.0/include/node/v8config.h:324:3: note: in definit                                                                       ion of macro ‘V8_DEPRECATED’
           declarator __attribute__((deprecated(message)))
           ^~~~~~~~~~
        ../src/unix_dgram.cc:231:33: warning: ‘v8::String::Utf8Value::Utf8Value(v8::Loca                                                                       l<v8::Value>)’ is deprecated: Use Isolate version [-Wdeprecated-declarations]
           String::Utf8Value path(info[1]);
                                         ^
        In file included from /home/pi/.cache/node-gyp/10.19.0/include/node/v8.h:26,
                         from /home/pi/.cache/node-gyp/10.19.0/include/node/node.h:63,
                         from ../node_modules/nan/nan.h:47,
                         from ../src/unix_dgram.cc:5:
        /home/pi/.cache/node-gyp/10.19.0/include/node/v8.h:2892:28: note: declared here
                           explicit Utf8Value(Local<v8::Value> obj));
                                    ^~~~~~~~~
        /home/pi/.cache/node-gyp/10.19.0/include/node/v8config.h:324:3: note: in definit                                                                       ion of macro ‘V8_DEPRECATED’
           declarator __attribute__((deprecated(message)))
           ^~~~~~~~~~
        ../src/unix_dgram.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE {anonymous}::Send                                                                       To(Nan::NAN_METHOD_ARGS_TYPE)’:
        ../src/unix_dgram.cc:258:28: warning: ‘int32_t v8::Value::Int32Value() const’ is                                                                        deprecated: Use maybe version [-Wdeprecated-declarations]
           fd = info[0]->Int32Value();
                                    ^
        In file included from /home/pi/.cache/node-gyp/10.19.0/include/node/v8.h:26,
                         from /home/pi/.cache/node-gyp/10.19.0/include/node/node.h:63,
                         from ../node_modules/nan/nan.h:47,
                         from ../src/unix_dgram.cc:5:
        /home/pi/.cache/node-gyp/10.19.0/include/node/v8.h:2478:46: note: declared here
           V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
                                                      ^~~~~~~~~~
        /home/pi/.cache/node-gyp/10.19.0/include/node/v8config.h:324:3: note: in definit                                                                       ion of macro ‘V8_DEPRECATED’
           declarator __attribute__((deprecated(message)))
           ^~~~~~~~~~
        ../src/unix_dgram.cc:259:27: warning: ‘v8::Local<v8::Object> v8::Value::ToObject                                                                       () const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
           buf = info[1]->ToObject();
                                   ^
        In file included from /home/pi/.cache/node-gyp/10.19.0/include/node/node.h:63,
                         from ../node_modules/nan/nan.h:47,
                         from ../src/unix_dgram.cc:5:
        /home/pi/.cache/node-gyp/10.19.0/include/node/v8.h:10046:15: note: declared here
         Local<Object> Value::ToObject() const {
                       ^~~~~
        ../src/unix_dgram.cc:260:33: warning: ‘uint32_t v8::Value::Uint32Value() const’                                                                        is deprecated: Use maybe version [-Wdeprecated-declarations]
           offset = info[2]->Uint32Value();
                                         ^
        In file included from /home/pi/.cache/node-gyp/10.19.0/include/node/v8.h:26,
                         from /home/pi/.cache/node-gyp/10.19.0/include/node/node.h:63,
                         from ../node_modules/nan/nan.h:47,
                         from ../src/unix_dgram.cc:5:
        /home/pi/.cache/node-gyp/10.19.0/include/node/v8.h:2477:47: note: declared here
           V8_DEPRECATED("Use maybe version", uint32_t Uint32Value() const);
                                                       ^~~~~~~~~~~
        /home/pi/.cache/node-gyp/10.19.0/include/node/v8config.h:324:3: note: in definit                                                                       ion of macro ‘V8_DEPRECATED’
           declarator __attribute__((deprecated(message)))
           ^~~~~~~~~~
        ../src/unix_dgram.cc:261:33: warning: ‘uint32_t v8::Value::Uint32Value() const’                                                                        is deprecated: Use maybe version [-Wdeprecated-declarations]
           length = info[3]->Uint32Value();
                                         ^
        In file included from /home/pi/.cache/node-gyp/10.19.0/include/node/v8.h:26,
                         from /home/pi/.cache/node-gyp/10.19.0/include/node/node.h:63,
                         from ../node_modules/nan/nan.h:47,
                         from ../src/unix_dgram.cc:5:
        /home/pi/.cache/node-gyp/10.19.0/include/node/v8.h:2477:47: note: declared here
           V8_DEPRECATED("Use maybe version", uint32_t Uint32Value() const);
                                                       ^~~~~~~~~~~
        /home/pi/.cache/node-gyp/10.19.0/include/node/v8config.h:324:3: note: in definit                                                                       ion of macro ‘V8_DEPRECATED’
           declarator __attribute__((deprecated(message)))
           ^~~~~~~~~~
        ../src/unix_dgram.cc:262:33: warning: ‘v8::String::Utf8Value::Utf8Value(v8::Loca                                                                       l<v8::Value>)’ is deprecated: Use Isolate version [-Wdeprecated-declarations]
           String::Utf8Value path(info[4]);
                                         ^
        In file included from /home/pi/.cache/node-gyp/10.19.0/include/node/v8.h:26,
                         from /home/pi/.cache/node-gyp/10.19.0/include/node/node.h:63,
                         from ../node_modules/nan/nan.h:47,
                         from ../src/unix_dgram.cc:5:
        /home/pi/.cache/node-gyp/10.19.0/include/node/v8.h:2892:28: note: declared here
                           explicit Utf8Value(Local<v8::Value> obj));
                                    ^~~~~~~~~
        /home/pi/.cache/node-gyp/10.19.0/include/node/v8config.h:324:3: note: in definit                                                                       ion of macro ‘V8_DEPRECATED’
           declarator __attribute__((deprecated(message)))
           ^~~~~~~~~~
        ../src/unix_dgram.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE {anonymous}::Send                                                                       (Nan::NAN_METHOD_ARGS_TYPE)’:
        ../src/unix_dgram.cc:302:28: warning: ‘int32_t v8::Value::Int32Value() const’ is                                                                        deprecated: Use maybe version [-Wdeprecated-declarations]
           fd = info[0]->Int32Value();
                                    ^
        In file included from /home/pi/.cache/node-gyp/10.19.0/include/node/v8.h:26,
                         from /home/pi/.cache/node-gyp/10.19.0/include/node/node.h:63,
                         from ../node_modules/nan/nan.h:47,
                         from ../src/unix_dgram.cc:5:
        /home/pi/.cache/node-gyp/10.19.0/include/node/v8.h:2478:46: note: declared here
           V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
                                                      ^~~~~~~~~~
        /home/pi/.cache/node-gyp/10.19.0/include/node/v8config.h:324:3: note: in definit                                                                       ion of macro ‘V8_DEPRECATED’
           declarator __attribute__((deprecated(message)))
           ^~~~~~~~~~
        ../src/unix_dgram.cc:303:27: warning: ‘v8::Local<v8::Object> v8::Value::ToObject                                                                       () const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
           buf = info[1]->ToObject();
                                   ^
        In file included from /home/pi/.cache/node-gyp/10.19.0/include/node/node.h:63,
                         from ../node_modules/nan/nan.h:47,
                         from ../src/unix_dgram.cc:5:
        /home/pi/.cache/node-gyp/10.19.0/include/node/v8.h:10046:15: note: declared here
         Local<Object> Value::ToObject() const {
                       ^~~~~
        ../src/unix_dgram.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE {anonymous}::Conn                                                                       ect(Nan::NAN_METHOD_ARGS_TYPE)’:
        ../src/unix_dgram.cc:340:28: warning: ‘int32_t v8::Value::Int32Value() const’ is                                                                        deprecated: Use maybe version [-Wdeprecated-declarations]
           fd = info[0]->Int32Value();
                                    ^
        In file included from /home/pi/.cache/node-gyp/10.19.0/include/node/v8.h:26,
                         from /home/pi/.cache/node-gyp/10.19.0/include/node/node.h:63,
                         from ../node_modules/nan/nan.h:47,
                         from ../src/unix_dgram.cc:5:
        /home/pi/.cache/node-gyp/10.19.0/include/node/v8.h:2478:46: note: declared here
           V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
                                                      ^~~~~~~~~~
        /home/pi/.cache/node-gyp/10.19.0/include/node/v8config.h:324:3: note: in definit                                                                       ion of macro ‘V8_DEPRECATED’
           declarator __attribute__((deprecated(message)))
           ^~~~~~~~~~
        ../src/unix_dgram.cc:341:33: warning: ‘v8::String::Utf8Value::Utf8Value(v8::Loca                                                                       l<v8::Value>)’ is deprecated: Use Isolate version [-Wdeprecated-declarations]
           String::Utf8Value path(info[1]);
                                         ^
        In file included from /home/pi/.cache/node-gyp/10.19.0/include/node/v8.h:26,
                         from /home/pi/.cache/node-gyp/10.19.0/include/node/node.h:63,
                         from ../node_modules/nan/nan.h:47,
                         from ../src/unix_dgram.cc:5:
        /home/pi/.cache/node-gyp/10.19.0/include/node/v8.h:2892:28: note: declared here
                           explicit Utf8Value(Local<v8::Value> obj));
                                    ^~~~~~~~~
        /home/pi/.cache/node-gyp/10.19.0/include/node/v8config.h:324:3: note: in definit                                                                       ion of macro ‘V8_DEPRECATED’
           declarator __attribute__((deprecated(message)))
           ^~~~~~~~~~
        ../src/unix_dgram.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE {anonymous}::Clos                                                                       e(Nan::NAN_METHOD_ARGS_TYPE)’:
        ../src/unix_dgram.cc:361:28: warning: ‘int32_t v8::Value::Int32Value() const’ is                                                                        deprecated: Use maybe version [-Wdeprecated-declarations]
           fd = info[0]->Int32Value();
                                    ^
        In file included from /home/pi/.cache/node-gyp/10.19.0/include/node/v8.h:26,
                         from /home/pi/.cache/node-gyp/10.19.0/include/node/node.h:63,
                         from ../node_modules/nan/nan.h:47,
                         from ../src/unix_dgram.cc:5:
        /home/pi/.cache/node-gyp/10.19.0/include/node/v8.h:2478:46: note: declared here
           V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
                                                      ^~~~~~~~~~
        /home/pi/.cache/node-gyp/10.19.0/include/node/v8config.h:324:3: note: in definit                                                                       ion of macro ‘V8_DEPRECATED’
           declarator __attribute__((deprecated(message)))
           ^~~~~~~~~~
        In file included from ../node_modules/nan/nan.h:47,
                         from ../src/unix_dgram.cc:5:
        ../src/unix_dgram.cc: At global scope:
        /home/pi/.cache/node-gyp/10.19.0/include/node/node.h:573:43: warning: cast betwe                                                                       en incompatible function types from ‘void (*)(v8::Local<v8::Object>)’ to ‘node::                                                                       addon_register_func’ {aka ‘void (*)(v8::Local<v8::Object>, v8::Local<v8::Value>,                                                                        void*)’} [-Wcast-function-type]
               (node::addon_register_func) (regfunc),                          \
                                                   ^
        /home/pi/.cache/node-gyp/10.19.0/include/node/node.h:607:3: note: in expansion o                                                                       f macro ‘NODE_MODULE_X’
           NODE_MODULE_X(modname, regfunc, NULL, 0)  // NOLINT (readability/null_usage)
           ^~~~~~~~~~~~~
        ../src/unix_dgram.cc:420:1: note: in expansion of macro ‘NODE_MODULE’
         NODE_MODULE(unix_dgram, Initialize)
         ^~~~~~~~~~~
        In file included from /home/pi/.cache/node-gyp/10.19.0/include/node/node.h:63,
                         from ../node_modules/nan/nan.h:47,
                         from ../src/unix_dgram.cc:5:
        /home/pi/.cache/node-gyp/10.19.0/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::Weak                                                                       CallbackInfo<P>::Callback = void (*)(const v8::WeakCallbackInfo<node::ObjectWrap                                                                       >&)]’:
        /home/pi/.cache/node-gyp/10.19.0/include/node/node_object_wrap.h:84:78:   requir                                                                       ed from here
        /home/pi/.cache/node-gyp/10.19.0/include/node/v8.h:9502:16: warning: cast betwee                                                                       n incompatible function types from ‘v8::WeakCallbackInfo<node::ObjectWrap>::Call                                                                       back’ {aka ‘void (*)(const v8::WeakCallbackInfo<node::ObjectWrap>&)’} to ‘Callba                                                                       ck’ {aka ‘void (*)(const v8::WeakCallbackInfo<void>&)’} [-Wcast-function-type]
                        reinterpret_cast<Callback>(callback), type);
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        /home/pi/.cache/node-gyp/10.19.0/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::WeakC                                                                       allbackInfo<P>::Callback = void (*)(const v8::WeakCallbackInfo<Nan::ObjectWrap>&                                                                       )]’:
        ../node_modules/nan/nan_object_wrap.h:66:61:   required from here
        /home/pi/.cache/node-gyp/10.19.0/include/node/v8.h:9502:16: warning: cast betwee                                                                       n incompatible function types from ‘v8::WeakCallbackInfo<Nan::ObjectWrap>::Callb                                                                       ack’ {aka ‘void (*)(const v8::WeakCallbackInfo<Nan::ObjectWrap>&)’} to ‘Callbac                                                                        ’ {aka ‘void (*)(const v8::WeakCallbackInfo<void>&)’} [-Wcast-function-type]
        make: *** [unix_dgram.target.mk:101: Release/obj.target/unix_dgram/src/unix_dgra                                                                       m.o] Error 1
        make: Leaving directory '/opt/iobroker/node_modules/unix-dgram/build'
        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_module                                                                       s/node-gyp/lib/build.js:191:23)
        gyp ERR! stack     at ChildProcess.emit (events.js:198:13)
        gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_proces                                                                       s.js:248:12)
        gyp ERR! System Linux 4.19.97-v7l+
        gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gy                                                                       p/bin/node-gyp.js" "rebuild"
        gyp ERR! cwd /opt/iobroker/node_modules/unix-dgram
        gyp ERR! node -v v10.19.0
        gyp ERR! node-gyp -v v5.0.5
        gyp ERR! not ok
        npm WARN optional SKIPPING OPTIONAL DEPENDENCY: osx-temperature-sensor@^1.0.3 (n                                                                       ode_modules/iobroker.info/node_modules/osx-temperature-sensor):
        npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for osx-tempe                                                                       rature-sensor@1.0.5: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux"                                                                       ,"arch":"arm"})
        npm WARN optional SKIPPING OPTIONAL DEPENDENCY: unix-dgram@0.2.3 (node_modules/u                                                                       nix-dgram):
        npm WARN optional SKIPPING OPTIONAL DEPENDENCY: unix-dgram@0.2.3 install: `node-                                                                       gyp rebuild`
        npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1
        
        + iobroker.admin@4.0.5
        added 28 packages from 21 contributors, updated 1 package and audited 8073 packa                                                                       ges in 25.753s
        
        13 packages are looking for funding
          run `npm fund` for details
        
        found 200 vulnerabilities (189 low, 11 high)
          run `npm audit fix` to fix them, or `npm audit` for details
        
        
           ╭────────────────────────────────────────────────────────────────╮
           │                                                                │
           │      New minor version of npm available! 6.13.4 → 6.14.4       │
           │   Changelog: https://github.com/npm/cli/releases/tag/v6.14.4   │
           │               Run npm install -g npm to update!                │
           │                                                                │
           ╰────────────────────────────────────────────────────────────────╯
        
        pi@iobroker:/opt/iobroker $ iobroker upload amin
        Cannot find io-package.json in null
        Cannot parse null/io-package.json:Error: ENOENT: no such file or directory, open                                                                        'null/io-package.json'
        pi@iobroker:/opt/iobroker $ iobroker start
        
        
        GlasfaserG Offline
        GlasfaserG Offline
        Glasfaser
        schrieb am zuletzt editiert von Glasfaser
        #65

        @maxpd
        Zeige mal deine Versionen .

        iobroker list adapters
        

        Edit :
        installiere mal diese Version .

        cd /opt/iobroker
        npm install iobroker.admin@3.7.8
        
        iobroker upload admin
        
        iobroker start admin.0
        

        Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

        1 Antwort Letzte Antwort
        0
        • wendy2702W Online
          wendy2702W Online
          wendy2702
          schrieb am zuletzt editiert von
          #66

          Lief iobroker denn bevor du den restore gemacht hast überhaupt bzw. War die Admin Seite erreichbar?

          Bitte keine Fragen per PN, die gehören ins Forum!

          Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

          M 1 Antwort Letzte Antwort
          0
          • wendy2702W wendy2702

            Lief iobroker denn bevor du den restore gemacht hast überhaupt bzw. War die Admin Seite erreichbar?

            M Offline
            M Offline
            maxpd
            schrieb am zuletzt editiert von maxpd
            #67

            @wendy2702 Jap, das ging.

            @Glasfaser

            
            pi@iobroker:~ $ iobroker list adapters
            system.adapter.discovery               : discovery      - v1.3.0
            system.adapter.cloud                   : cloud          - v2.7.1
            system.adapter.hm-rpc                  : hm-rpc         - v1.12.6
            system.adapter.hm-rega                 : hm-rega        - v2.5.4
            system.adapter.mihome-vacuum           : mihome-vacuum  - v1.1.5
            system.adapter.yeelight-2              : yeelight-2     - v1.0.3
            system.adapter.telegram                : telegram       - v1.4.3
            system.adapter.google-sharedlocations  : google-sharedlocations - v1.5.2
            system.adapter.wifilight               : wifilight      - v0.2.0
            system.adapter.javascript              : javascript     - v4.3.4
            system.adapter.web                     : web            - v2.4.10
            system.adapter.sonoff                  : sonoff         - v2.2.2
            system.adapter.lgtv                    : lgtv           - v1.1.5
            system.adapter.terminal                : terminal       - v0.1.2
            system.adapter.text2command            : text2command   - v1.2.5
            system.adapter.ping                    : ping           - v1.3.2
            system.adapter.tr-064                  : tr-064         - v0.4.18
            system.adapter.denon                   : denon          - v1.7.2
            system.adapter.info                    : info           - v1.5.7
            system.adapter.iot                     : iot            - v1.2.0
            system.adapter.zigbee                  : zigbee         - v1.0.2
            system.adapter.chromecast              : chromecast     - v2.3.1
            system.adapter.sayit                   : sayit          - v1.9.0
            system.adapter.history                 : history        - v1.8.6
            system.adapter.shelly                  : shelly         - v3.1.6
            
            
            
            pi@iobroker:/opt/iobroker $ iobroker upload admin
            got /opt/iobroker/node_modules/iobroker.admin/admin
            upload [3] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/words.js words.js application/javascript
            upload [2] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/index_m.html index_m.html text/html
            upload [1] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/index.html index.html text/html
            upload [0] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/admin.png admin.png image/png
            system.adapter.admin does not exist
            pi@iobroker:/opt/iobroker $ iobroker start admin.0
            Adapter "admin.0" does not exist.
            pi@iobroker:/opt/iobroker $
            
            
            pi@iobroker:/opt/iobroker $ npm audit fix
            npm ERR! code ELOCKVERIFY
            npm ERR! Errors were found in your package-lock.json, run  npm install  to fix them.
            npm ERR!     Invalid: lock file's iobroker.admin@3.6.2 does not satisfy iobroker.admin@^3.7.8
            
            

            Gruß
            maxpd

            Raspi 4 8gb | iobroker + pivccu3 | 46 Adapter | 68 Scripte, 120 Devices

            1 Antwort Letzte Antwort
            0
            • wendy2702W Online
              wendy2702W Online
              wendy2702
              schrieb am zuletzt editiert von
              #68

              Wie genau bist du vorgegangen beim Restore?

              Ich habe z.B. ein Full Backup gemacht.

              Dann auf einer VM mit Debian Buster nach dieser Linux Anleitung ioBroker neu installiert:

              https://www.iobroker.net/#de/documentation/install/linux.md

              Kutz getestet ob Admin erreichbar.

              Dann mein Backup per ftp auf den neuen Server in einen beliebigen ordner kopiert und mit

              iobroker restore /opt/iobroker/backups/2020_03_20-19_51_43_backupiobroker.tar.gz

              die Wiederherstellung angestoßen.

              Nachdem die Meldung im Terminal kam das alles OK war iobroker gestartet und mit

              tail -f /opt/iobroker/log....
              

              das logfile beobachtet und gewartet bis alles fertig installiert wurde. Kann je nach System etwas dauern.

              Hast du von diesen Schritten zufällig die logs?

              Aktuell würde ich behaupten etwas an deiner Admin installation stimmt nicht. Ob ich da noch mehr Zeit ins Troubleshooting stecken würde weiß ich nicht. Eher noch einmal sauber beginnen. Geht ja eigentlich relativ schnell.

              Bitte keine Fragen per PN, die gehören ins Forum!

              Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

              1 Antwort Letzte Antwort
              0
              • M Offline
                M Offline
                maxpd
                schrieb am zuletzt editiert von
                #69

                Ich habe
                ein image auf sd karte
                update gemacht
                admin getestet
                backup (über konsole erstellt) eingespielt über konsole mit obigem error. allerdings nur restore 0, nicht den exakten dateinamen.
                admin gestartet und backitup installiert
                dort das backup wieder eingespielt
                restart von backitup abgewartet, der nicht kam (hier ist der admin schon kaputt gegangen)

                Logs habe ich keine mehr.
                Ich denke wenn ich es nochmal mache (dabei den Restore über Konsole weg lasse), wird der gleiche Fehler nochmal auftreten. Müssen alle Adapter vor dem Backup herstellen installiert werden?

                Gruß
                maxpd

                Raspi 4 8gb | iobroker + pivccu3 | 46 Adapter | 68 Scripte, 120 Devices

                wendy2702W 1 Antwort Letzte Antwort
                0
                • M maxpd

                  Ich habe
                  ein image auf sd karte
                  update gemacht
                  admin getestet
                  backup (über konsole erstellt) eingespielt über konsole mit obigem error. allerdings nur restore 0, nicht den exakten dateinamen.
                  admin gestartet und backitup installiert
                  dort das backup wieder eingespielt
                  restart von backitup abgewartet, der nicht kam (hier ist der admin schon kaputt gegangen)

                  Logs habe ich keine mehr.
                  Ich denke wenn ich es nochmal mache (dabei den Restore über Konsole weg lasse), wird der gleiche Fehler nochmal auftreten. Müssen alle Adapter vor dem Backup herstellen installiert werden?

                  wendy2702W Online
                  wendy2702W Online
                  wendy2702
                  schrieb am zuletzt editiert von
                  #70

                  @maxpd sagte in IoBroker Backup einspielen:

                  backup (über konsole erstellt) eingespielt über konsole mit obigem error. allerdings nur restore 0, nicht den exakten dateinamen.
                  admin gestartet und backitup installiert
                  dort das backup wieder eingespielt

                  Das ist doch dann doppelt gemoppelt.

                  Wenn du doch schon ein Backup über Konsole eingespielt hast, warum noch einmal über den Adapter?

                  Bitte keine Fragen per PN, die gehören ins Forum!

                  Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                  M 1 Antwort Letzte Antwort
                  0
                  • wendy2702W wendy2702

                    @maxpd sagte in IoBroker Backup einspielen:

                    backup (über konsole erstellt) eingespielt über konsole mit obigem error. allerdings nur restore 0, nicht den exakten dateinamen.
                    admin gestartet und backitup installiert
                    dort das backup wieder eingespielt

                    Das ist doch dann doppelt gemoppelt.

                    Wenn du doch schon ein Backup über Konsole eingespielt hast, warum noch einmal über den Adapter?

                    M Offline
                    M Offline
                    maxpd
                    schrieb am zuletzt editiert von
                    #71

                    @wendy2702 Wegen den Bugs in der Konsole. ICh wusste nicht ob das geklappt hat.

                    Gruß
                    maxpd

                    Raspi 4 8gb | iobroker + pivccu3 | 46 Adapter | 68 Scripte, 120 Devices

                    1 Antwort Letzte Antwort
                    0
                    • wendy2702W Online
                      wendy2702W Online
                      wendy2702
                      schrieb am zuletzt editiert von
                      #72

                      Was für ein Image hast du verwendet?

                      Ich würde ein "nacktes" Raspian Buster nehmen. Das mit

                      apt update && apt upgrade
                      

                      auf den aktuellsten Stand bringen.

                      Dann mit

                      raspi-config
                      

                      die notwendigen und gewünschten Einstellungen vornehmen.

                      Dann wie bereits erwähnt nach dieser Anleitung iobroker installieren und testen ob Admin erreichbar ist:

                      https://www.iobroker.net/#de/documentation/install/linux.md

                      Dann das Backup über konsole einspielen und davon das log speichern falls etwas schief läuft.

                      Welche Version JS Controller hattest du laufen und welche Version ist im SD Image enthalten?

                      Hier gab es dieses Problem schonmal:

                      https://forum.iobroker.net/topic/23036/gelöst-iobroker-restore-typeerror-name-trim-is-not-a-function/19

                      Bitte keine Fragen per PN, die gehören ins Forum!

                      Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                      1 Antwort Letzte Antwort
                      1
                      • M Offline
                        M Offline
                        maxpd
                        schrieb am zuletzt editiert von
                        #73

                        Ich hatte

                        ioBroker Image für Raspberry Pi2/3/4 Buster mit piVCCU 20190723

                        auch habe ich es auf den aktuellen Stand gebracht und meine Settings eingestellt.

                        das backup werde ich dann mal gemäß dem verlinkten topic versuchen zu fixen.
                        Das Log mit dem Fehler ist obigen schonmal gepostet worden.
                        Oder meinst du ein anderes Log?

                        JS ist v10.19.0 nach dem upgrade.

                        Gruß
                        maxpd

                        Raspi 4 8gb | iobroker + pivccu3 | 46 Adapter | 68 Scripte, 120 Devices

                        wendy2702W 1 Antwort Letzte Antwort
                        0
                        • M maxpd

                          Ich hatte

                          ioBroker Image für Raspberry Pi2/3/4 Buster mit piVCCU 20190723

                          auch habe ich es auf den aktuellen Stand gebracht und meine Settings eingestellt.

                          das backup werde ich dann mal gemäß dem verlinkten topic versuchen zu fixen.
                          Das Log mit dem Fehler ist obigen schonmal gepostet worden.
                          Oder meinst du ein anderes Log?

                          JS ist v10.19.0 nach dem upgrade.

                          wendy2702W Online
                          wendy2702W Online
                          wendy2702
                          schrieb am zuletzt editiert von
                          #74

                          @maxpd sagte in IoBroker Backup einspielen:

                          Ich hatte

                          ioBroker Image für Raspberry Pi2/3/4 Buster mit piVCCU 20190723

                          auch habe ich es auf den aktuellen Stand gebracht und meine Settings eingestellt.

                          das backup werde ich dann mal gemäß dem verlinkten topic versuchen zu fixen.
                          Das Log mit dem Fehler ist obigen schonmal gepostet worden.
                          Oder meinst du ein anderes Log?

                          JS ist v10.19.0 nach dem upgrade.

                          Ich meinte das komplette log von der Installation solltest du es manuell machen.

                          JS ist nicht 10.19.0 das ist deine NODE Version.

                          Ich meinte den JS-Controller von ioBroker.

                          Du hast aber den letzen Post vom verlinkten Beitrag gelesen? Da schreibt jemand das man das Problem umgehen kann wenn man den Namen des Backups angibt.

                          Bitte keine Fragen per PN, die gehören ins Forum!

                          Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                          1 Antwort Letzte Antwort
                          1
                          • M Offline
                            M Offline
                            maxpd
                            schrieb am zuletzt editiert von
                            #75

                            Zurück auf 0.

                            Alles neu gemacht. Image eingespielt. Upgrade gemacht. Alles ohne Fehler. Admin lief.
                            Backup über Konsole eingespielt. Keine Fehler, unten das Log. Admin startet nicht mehr.

                            pi@iobroker:~ $ sudo iobroker restore 2020_04_05-14_51_50_backupiobroker.tar.gz
                            iobroker controller daemon is not running
                            host.iobroker OK.
                            host.iobroker Clear all objects and states...
                            clean 68 objects...
                            clean 44 states...
                            [Not critical] Cannot delete object system.repositories: Object is marked as non deletable
                            [Not critical] Cannot delete object system.config: Object is marked as non deletable
                            [Not critical] Cannot delete object enum.functions: Object is marked as non deletable
                            [Not critical] Cannot delete object enum.rooms: Object is marked as non deletable
                            host.iobroker done.
                            host.iobroker Processed 0/2275 states
                            host.iobroker Processed 200/2275 states
                            host.iobroker Processed 400/2275 states
                            host.iobroker Processed 600/2275 states
                            host.iobroker Processed 800/2275 states
                            host.iobroker Processed 1000/2275 states
                            host.iobroker Processed 1200/2275 states
                            host.iobroker Processed 1400/2275 states
                            host.iobroker Processed 1600/2275 states
                            host.iobroker Processed 1800/2275 states
                            host.iobroker Processed 2000/2275 states
                            host.iobroker Processed 2200/2275 states
                            2275 states restored.
                            host.iobroker Processed 0/3682 objects
                            host.iobroker Processed 200/3682 objects
                            host.iobroker Processed 400/3682 objects
                            host.iobroker Processed 600/3682 objects
                            host.iobroker Processed 800/3682 objects
                            host.iobroker Processed 1000/3682 objects
                            host.iobroker Processed 1200/3682 objects
                            host.iobroker Processed 1400/3682 objects
                            host.iobroker Processed 1600/3682 objects
                            host.iobroker Processed 1800/3682 objects
                            host.iobroker Processed 2000/3682 objects
                            host.iobroker Processed 2200/3682 objects
                            host.iobroker Processed 2400/3682 objects
                            host.iobroker Processed 2600/3682 objects
                            host.iobroker Processed 2800/3682 objects
                            host.iobroker Processed 3000/3682 objects
                            host.iobroker Processed 3200/3682 objects
                            host.iobroker Processed 3400/3682 objects
                            host.iobroker Processed 3600/3682 objects
                            3682 objects restored.
                            got /opt/iobroker/node_modules/iobroker.admin/admin
                            upload [3] iobroker.admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/words.js words.js application/javascript
                            upload [2] iobroker.admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/index_m.html index_m.html text/html
                            upload [1] iobroker.admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/index.html index.html text/html
                            upload [0] iobroker.admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/admin.png admin.png image/png
                            got /opt/iobroker/node_modules/iobroker.discovery/admin
                            upload [5] iobroker.discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/words.js words.js application/javascript
                            upload [4] iobroker.discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/settings_m.html settings_m.html text/html
                            upload [3] iobroker.discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/settings.html settings.html text/html
                            upload [2] iobroker.discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/index_m.html index_m.html text/html
                            upload [1] iobroker.discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/index.html index.html text/html
                            upload [0] iobroker.discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/discovery.png discovery.png image/png
                            got /opt/iobroker/node_modules/iobroker.info/admin
                            upload [70] iobroker.info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/js/info.js lib/js/info.js application/javascript
                            upload [60] iobroker.info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/js/bootstrap.min.js lib/js/bootstrap.min.js application/javascript
                            upload [50] iobroker.info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/img/logos/slackware.png lib/img/logos/slackware.png image/png
                            upload [40] iobroker.info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/img/logos/manjaro.png lib/img/logos/manjaro.png image/png
                            upload [30] iobroker.info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/img/logos/coreos.png lib/img/logos/coreos.png image/png
                            upload [20] iobroker.info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/img/icons/disk.png lib/img/icons/disk.png image/png
                            upload [19] iobroker.info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/img/icons/cpu.png lib/img/icons/cpu.png image/png
                            upload [18] iobroker.info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/img/icons/battery.png lib/img/icons/battery.png image/png
                            upload [17] iobroker.info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/img/clock/sechand.png lib/img/clock/sechand.png image/png
                            upload [16] iobroker.info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/img/clock/minhand.png lib/img/clock/minhand.png image/png
                            upload [15] iobroker.info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/img/clock/hourhand.png lib/img/clock/hourhand.png image/png
                            upload [14] iobroker.info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/img/clock/clockface.png lib/img/clock/clockface.png image/png
                            upload [13] iobroker.info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/fonts/fontawesome-webfont.woff2 lib/fonts/fontawesome-webfont.woff2 font/woff2
                            upload [12] iobroker.info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/fonts/fontawesome-webfont.woff lib/fonts/fontawesome-webfont.woff font/woff
                            upload [11] iobroker.info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/fonts/fontawesome-webfont.ttf lib/fonts/fontawesome-webfont.ttf font/ttf
                            upload [10] iobroker.info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/fonts/fontawesome-webfont.svg lib/fonts/fontawesome-webfont.svg image/svg+xml
                            upload [9] iobroker.info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/fonts/fontawesome-webfont.eot lib/fonts/fontawesome-webfont.eot application/vnd.ms-fontobject
                            upload [8] iobroker.info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/fonts/FontAwesome.otf lib/fonts/FontAwesome.otf font/otf
                            upload [7] iobroker.info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/data/infoData.json lib/data/infoData.json application/json
                            upload [6] iobroker.info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/css/simplemde.min.css lib/css/simplemde.min.css text/css
                            upload [5] iobroker.info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/css/info.css lib/css/info.css text/css
                            upload [4] iobroker.info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/css/font-awesome.min.css lib/css/font-awesome.min.css text/css
                            upload [3] iobroker.info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/css/chartist.min.css lib/css/chartist.min.css text/css
                            upload [2] iobroker.info.admin /opt/iobroker/node_modules/iobroker.info/admin/lib/css/bootstrap.min.css lib/css/bootstrap.min.css text/css
                            upload [1] iobroker.info.admin /opt/iobroker/node_modules/iobroker.info/admin/info.png info.png image/png
                            upload [0] iobroker.info.admin /opt/iobroker/node_modules/iobroker.info/admin/index_m.html index_m.html text/html
                            System successfully restored!
                            
                            
                            pi@iobroker:/opt/iobroker $ tail -f /opt/iobroker/log                           tail: error reading '/opt/iobroker/log': Is a directory
                            tail: /opt/iobroker/log: cannot follow end of this type of file; giving up on this name
                            tail: no files remaining
                            pi@iobroker:/opt/iobroker $ tail -f /opt/iobroker/log....                       tail: cannot open '/opt/iobroker/log....' for reading: No such file or directory
                            tail: no files remaining
                            
                            

                            Gruß
                            maxpd

                            Raspi 4 8gb | iobroker + pivccu3 | 46 Adapter | 68 Scripte, 120 Devices

                            1 Antwort Letzte Antwort
                            0
                            • wendy2702W Online
                              wendy2702W Online
                              wendy2702
                              schrieb am zuletzt editiert von
                              #76
                              systemctl start iobroker
                              

                              beim logfile commando musst du schon den kompletten Pfad mit Namen angeben.

                              z.B. so wenn du das log von heute öffnen willst:

                              sudo tail -f /opt/iobroker/log/iobroker.2020-04-06.log
                              
                              

                              Wenn du eh als "root" eingeloggt bis kannst du das "sudo" auch weglassen.

                              Bitte keine Fragen per PN, die gehören ins Forum!

                              Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                              1 Antwort Letzte Antwort
                              1
                              • M Offline
                                M Offline
                                maxpd
                                schrieb am zuletzt editiert von
                                #77

                                irgendwie schwierig

                                pi@iobroker:/opt/iobroker $ systemctl start iobroker
                                ==== AUTHENTICATING FOR org.freedesktop.systemd1.manage-units ===
                                Authentication is required to start 'iobroker.service'.
                                Authenticating as: root
                                Password:
                                polkit-agent-helper-1: pam_authenticate failed: Authentication failure
                                ==== AUTHENTICATION FAILED ===
                                Failed to start iobroker.service: Access denied
                                See system logs and 'systemctl status iobroker.service' for details.
                                pi@iobroker:/opt/iobroker $ sudo tail -f /opt/iobroker/log/iobroker.2020-04-06.l                                                                                                             og
                                2020-04-06 15:38:15.484  - info: iobroker
                                2020-04-06 15:38:15.484  - info: iobroker ERR!
                                2020-04-06 15:38:15.485  - info: iobroker  A complete log of this run can be fou                                                                                                             nd in:
                                2020-04-06 15:38:15.485  - info: iobroker npm
                                2020-04-06 15:38:15.485  - info: iobroker
                                2020-04-06 15:38:15.486  - info: iobroker ERR!
                                2020-04-06 15:38:15.486  - info: iobroker      /home/iobroker/.npm/_logs/2020-04                                                                                                             -06T13_38_15_453Z-debug.log
                                2020-04-06 15:38:15.502  - error: iobroker host.iobroker Adapter directory "null                                                                                                             " does not exists
                                2020-04-06 15:38:15.525  - error: iobroker Cannot parse null/io-package.json:Err                                                                                                             or: ENOENT: no such file or directory, open 'null/io-package.json'
                                2020-04-06 15:38:15.533  - info: iobroker exit 0
                                
                                

                                Gruß
                                maxpd

                                Raspi 4 8gb | iobroker + pivccu3 | 46 Adapter | 68 Scripte, 120 Devices

                                HomoranH 1 Antwort Letzte Antwort
                                0
                                • wendy2702W Online
                                  wendy2702W Online
                                  wendy2702
                                  schrieb am zuletzt editiert von
                                  #78

                                  hast du nach dem "systemctl start iobroker" als Bestätigung das password des "root" users eingegeben, liest sich nicht so.

                                  Bitte keine Fragen per PN, die gehören ins Forum!

                                  Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                                  1 Antwort Letzte Antwort
                                  1
                                  • M Offline
                                    M Offline
                                    maxpd
                                    schrieb am zuletzt editiert von
                                    #79

                                    passwort habe ich noch nicht geändert. also pi | raspberry. Letzteres hab ich als Kennwort verwendet

                                    Gruß
                                    maxpd

                                    Raspi 4 8gb | iobroker + pivccu3 | 46 Adapter | 68 Scripte, 120 Devices

                                    1 Antwort Letzte Antwort
                                    0
                                    • wendy2702W Online
                                      wendy2702W Online
                                      wendy2702
                                      schrieb am zuletzt editiert von
                                      #80

                                      was passiert wenn du

                                      sudo systemctl start iobroker
                                      

                                      oder nur

                                      iobroker start
                                      

                                      machst?

                                      Bitte keine Fragen per PN, die gehören ins Forum!

                                      Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                                      M 1 Antwort Letzte Antwort
                                      1
                                      • wendy2702W wendy2702

                                        was passiert wenn du

                                        sudo systemctl start iobroker
                                        

                                        oder nur

                                        iobroker start
                                        

                                        machst?

                                        M Offline
                                        M Offline
                                        maxpd
                                        schrieb am zuletzt editiert von
                                        #81

                                        @wendy2702 said in IoBroker Backup einspielen:

                                        iobroker start

                                        pi@iobroker:/opt/iobroker $ sudo systemctl start iobroker
                                        pi@iobroker:/opt/iobroker $ iobroker start
                                        pi@iobroker:/opt/iobroker $
                                        
                                        

                                        Gruß
                                        maxpd

                                        Raspi 4 8gb | iobroker + pivccu3 | 46 Adapter | 68 Scripte, 120 Devices

                                        1 Antwort Letzte Antwort
                                        0
                                        • M maxpd

                                          irgendwie schwierig

                                          pi@iobroker:/opt/iobroker $ systemctl start iobroker
                                          ==== AUTHENTICATING FOR org.freedesktop.systemd1.manage-units ===
                                          Authentication is required to start 'iobroker.service'.
                                          Authenticating as: root
                                          Password:
                                          polkit-agent-helper-1: pam_authenticate failed: Authentication failure
                                          ==== AUTHENTICATION FAILED ===
                                          Failed to start iobroker.service: Access denied
                                          See system logs and 'systemctl status iobroker.service' for details.
                                          pi@iobroker:/opt/iobroker $ sudo tail -f /opt/iobroker/log/iobroker.2020-04-06.l                                                                                                             og
                                          2020-04-06 15:38:15.484  - info: iobroker
                                          2020-04-06 15:38:15.484  - info: iobroker ERR!
                                          2020-04-06 15:38:15.485  - info: iobroker  A complete log of this run can be fou                                                                                                             nd in:
                                          2020-04-06 15:38:15.485  - info: iobroker npm
                                          2020-04-06 15:38:15.485  - info: iobroker
                                          2020-04-06 15:38:15.486  - info: iobroker ERR!
                                          2020-04-06 15:38:15.486  - info: iobroker      /home/iobroker/.npm/_logs/2020-04                                                                                                             -06T13_38_15_453Z-debug.log
                                          2020-04-06 15:38:15.502  - error: iobroker host.iobroker Adapter directory "null                                                                                                             " does not exists
                                          2020-04-06 15:38:15.525  - error: iobroker Cannot parse null/io-package.json:Err                                                                                                             or: ENOENT: no such file or directory, open 'null/io-package.json'
                                          2020-04-06 15:38:15.533  - info: iobroker exit 0
                                          
                                          
                                          HomoranH Nicht stören
                                          HomoranH Nicht stören
                                          Homoran
                                          Global Moderator Administrators
                                          schrieb am zuletzt editiert von Homoran
                                          #82

                                          @maxpd sagte in IoBroker Backup einspielen:

                                          Authentication is required to start 'iobroker.service'.

                                          Authenticating as: root

                                          Password:

                                          hier fragt er ganz deutlich nach dem root-Passwort!

                                          kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

                                          Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                                          der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                                          1 Antwort Letzte Antwort
                                          0
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

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

                                          846

                                          Online

                                          32.5k

                                          Benutzer

                                          81.7k

                                          Themen

                                          1.3m

                                          Beiträge
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Anmelden

                                          • Du hast noch kein Konto? Registrieren

                                          • Anmelden oder registrieren, um zu suchen
                                          • Erster Beitrag
                                            Letzter Beitrag
                                          0
                                          • Home
                                          • Aktuell
                                          • Tags
                                          • Ungelesen 0
                                          • Kategorien
                                          • Unreplied
                                          • Beliebt
                                          • GitHub
                                          • Docu
                                          • Hilfe