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. Update auf Debian 10 zeigt kein Webinterface

NEWS

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

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

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

Update auf Debian 10 zeigt kein Webinterface

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
debianiobrokerupdateupgrade
38 Beiträge 5 Kommentatoren 2.9k Aufrufe 4 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.
  • HomoranH Homoran

    @coffeemachine
    und KEIN Update einer alten Version eingespielt?

    C Offline
    C Offline
    coffeemachine
    schrieb am zuletzt editiert von
    #14

    @Homoran sagte in Update auf Debian 10 zeigt kein Webinterface:

    @coffeemachine
    und KEIN Update einer alten Version eingespielt?

    Nein! ich habe den ioBroker nicht umgezogen oder wiederhergestellt, im Winter letzten Jahres komplett sauber aufgesetzt und gestartet.

    complexity is easy; simplicity is hard.

    StabilostickS 1 Antwort Letzte Antwort
    0
    • C coffeemachine

      @Homoran sagte in Update auf Debian 10 zeigt kein Webinterface:

      @coffeemachine
      und KEIN Update einer alten Version eingespielt?

      Nein! ich habe den ioBroker nicht umgezogen oder wiederhergestellt, im Winter letzten Jahres komplett sauber aufgesetzt und gestartet.

      StabilostickS Offline
      StabilostickS Offline
      Stabilostick
      schrieb am zuletzt editiert von Stabilostick
      #15

      @coffeemachine

      So, jetzt habe ich Dir erst mal einem Daumen hoch verpasst. :+1:

      Du hast damit eine ioBroker-Einstellung gefunden (wie bestimmt schon wenige vor Dir), die mit Node.js 10+ Probleme macht. Node 10.15.3 und älter war davon IMHO noch nicht betroffen.

      Hintergrund:
      Das standardmäßig im iobroker.js-controller bis Version 1.5.12 hinterlegte SSL-Zerifikat ist mit 1024bit Schlüssellänge ausgestellt. Ab z.B. Node.js 10.16.0 ist die dort verwendete OpenSSL-Version auf 1.1.1b upgedated. Das will aber mindestens Schlüssellängen von 2048bit sehen.

      Vorschlag:
      Verwende entweder ein eigenes Zertifikat mit passender Schlüssellänge oder verzichte vorübergehend auf https für die Admin-Webseite. Das Problem ist adressiert und wird von den Entwicklen behoben.

      K 1 Antwort Letzte Antwort
      1
      • StabilostickS Stabilostick

        @coffeemachine

        So, jetzt habe ich Dir erst mal einem Daumen hoch verpasst. :+1:

        Du hast damit eine ioBroker-Einstellung gefunden (wie bestimmt schon wenige vor Dir), die mit Node.js 10+ Probleme macht. Node 10.15.3 und älter war davon IMHO noch nicht betroffen.

        Hintergrund:
        Das standardmäßig im iobroker.js-controller bis Version 1.5.12 hinterlegte SSL-Zerifikat ist mit 1024bit Schlüssellänge ausgestellt. Ab z.B. Node.js 10.16.0 ist die dort verwendete OpenSSL-Version auf 1.1.1b upgedated. Das will aber mindestens Schlüssellängen von 2048bit sehen.

        Vorschlag:
        Verwende entweder ein eigenes Zertifikat mit passender Schlüssellänge oder verzichte vorübergehend auf https für die Admin-Webseite. Das Problem ist adressiert und wird von den Entwicklen behoben.

        K Offline
        K Offline
        Kueppert
        schrieb am zuletzt editiert von
        #16

        @Stabilostick Hi, hab gerade, weil meine prod-Umgebung nicht mehr vernünftig läuft und ich keine Lust mehr auf Fehlersuche habe (Adapter lassen sich nicht mehr deinstallieren, seit 2 Tagen funktioniert nun auch nach einem Update vom js-controller das Finden der Geräte bei Amazon nicht mehr, die ich im Pro-Cloud-Adapter hab nicht mehr...).
        Daher hab ich folgendes gemacht:

        • Debian 10 installiert
        • (sudo und curl installiert)
        • nodejs v10 installiert
        curl -sL https://deb.nodesource.com/setup_10.x | bash -
        apt-get install -y nodejs
        
        • dann weiter nach ANleitung in der aktuellen Doku auf der Homepage
        curl -sL https://iobroker.net/install.sh | bash -
        

        Da ich keine Ahnung habe, was vom kompletten LOG von Interesse ist für die Fehlersuche, habe ich einmal alles kopiert:

        root@ioBroker2VM:/home/thorsten# curl -sL https://iobroker.net/install.sh | bash -
        
        ==========================================================================
        
           Welcome to the ioBroker installer!
           Installer version: 2019-07-03
        
           You might need to enter your password a couple of times.
        
        ==========================================================================
        
        
        ==========================================================================
           Installing prerequisites (1/4)
        ==========================================================================
        
        Installed acl
        Extrahiere Vorlagen aus Paketen: 100%
        Installed build-essential
        Installed libavahi-compat-libdnssd-dev
        Installed libudev-dev
        Installed libpam0g-dev
        Installed git
        bash: Zeile 370: setcap: Kommando nicht gefunden.
        
        ==========================================================================
           Creating ioBroker user and directory (2/4)
        ==========================================================================
        
        main: Zeile 137: useradd: Kommando nicht gefunden.
        User iobroker created
        main: Zeile 208: visudo: Kommando nicht gefunden.
        main: Zeile 233: usermod: Kommando nicht gefunden.
        main: Zeile 233: usermod: Kommando nicht gefunden.
        main: Zeile 233: usermod: Kommando nicht gefunden.
        Directory /opt/iobroker created
        
        ==========================================================================
           Installing ioBroker (3/4)
        ==========================================================================
        
        In file included from ../src/main.cpp:3:
        ../../nan/nan.h: In function ‘void Nan::AsyncQueueWorker(Nan::AsyncWorker*)’:
        ../../nan/nan.h:2298:62: warning: cast between incompatible function types 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/main.cpp: In function ‘Nan::NAN_METHOD_RETURN_TYPE GetDiskUsage(Nan::NAN_METHOD_ARGS_TYPE)’:
        ../src/main.cpp:26:71: warning: ‘v8::String::Utf8Value::Utf8Value(v8::Local<v8::Value>)’ is deprecated: Use Isolate version [-Wdeprecated-declarations]
                DiskUsage result = GetDiskUsage(*v8::String::Utf8Value(info[0]));
                                                                              ^
        In file included from /root/.node-gyp/10.16.0/include/node/v8.h:26,
                        from /root/.node-gyp/10.16.0/include/node/node.h:63,
                        from ../../nan/nan.h:54,
                        from ../src/main.cpp:3:
        /root/.node-gyp/10.16.0/include/node/v8.h:2892:28: note: declared here
                          explicit Utf8Value(Local<v8::Value> obj));
                                   ^~~~~~~~~
        /root/.node-gyp/10.16.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
          declarator __attribute__((deprecated(message)))
          ^~~~~~~~~~
        In file included from ../../nan/nan.h:54,
                        from ../src/main.cpp:3:
        ../src/main.cpp: At global scope:
        /root/.node-gyp/10.16.0/include/node/node.h:573:43: warning: cast between incompatible function types from ‘void (*)(v8::Handle<v8::Object>)’ {aka ‘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),                          \
                                                  ^
        /root/.node-gyp/10.16.0/include/node/node.h:607:3: note: in expansion of macro  NODE_MODULE_X’
          NODE_MODULE_X(modname, regfunc, NULL, 0)  // NOLINT (readability/null_usage)
          ^~~~~~~~~~~~~
        ../src/main.cpp:42:1: note: in expansion of macro ‘NODE_MODULE’
        NODE_MODULE(diskusage, Init)
        ^~~~~~~~~~~
        In file included from /root/.node-gyp/10.16.0/include/node/node.h:63,
                        from ../../nan/nan.h:54,
                        from ../src/main.cpp:3:
        /root/.node-gyp/10.16.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::WeakCallbackInfo<P>::Callback = void (*)(const v8::WeakCallbackInfo<node::ObjectWrap>&)]’:
        /root/.node-gyp/10.16.0/include/node/node_object_wrap.h:84:78:   required from here
        /root/.node-gyp/10.16.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-type]
                       reinterpret_cast<Callback>(callback), type);
                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        /root/.node-gyp/10.16.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::WeakCallbackInfo<P>::Callback = void (*)(const v8::WeakCallbackInfo<Nan::ObjectWrap>&)]’:
        ../../nan/nan_object_wrap.h:65:61:   required from here
        /root/.node-gyp/10.16.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 ‘Callback’ {aka ‘void (*)(const v8::WeakCallbackInfo<void>&)’} [-Wcast-function-type]
        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::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’:
        ../node_modules/nan/nan_maybe_43_inl.h:88:15: error: ‘class v8::Object’ has no member 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(v8::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::MakeCallback(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:
        /root/.node-gyp/10.16.0/include/node/node.h:177:50: note: declared here
                        NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                         ^~~~~~~~~~~~
        /root/.node-gyp/10.16.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::MakeCallback(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:
        /root/.node-gyp/10.16.0/include/node/node.h:177:50: note: declared here
                        NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                         ^~~~~~~~~~~~
        /root/.node-gyp/10.16.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(v8::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::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::String>, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
                v8::Isolate::GetCurrent(), target, symbol, argc, argv);
                                                                     ^
        In file included from ../node_modules/nan/nan.h:47,
                        from ../src/unix_dgram.cc:5:
        /root/.node-gyp/10.16.0/include/node/node.h:170:50: note: declared here
                        NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                         ^~~~~~~~~~~~
        /root/.node-gyp/10.16.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::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::String>, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
                v8::Isolate::GetCurrent(), target, symbol, argc, argv);
                                                                     ^
        In file included from ../node_modules/nan/nan.h:47,
                        from ../src/unix_dgram.cc:5:
        /root/.node-gyp/10.16.0/include/node/node.h:170:50: note: declared here
                        NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                         ^~~~~~~~~~~~
        /root/.node-gyp/10.16.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(v8::Local<v8::Object>, const char*, int, v8::Local<v8::Value>*)’:
        ../node_modules/nan/nan.h:845:62: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, const char*, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
                v8::Isolate::GetCurrent(), target, method, argc, argv);
                                                                     ^
        In file included from ../node_modules/nan/nan.h:47,
                        from ../src/unix_dgram.cc:5:
        /root/.node-gyp/10.16.0/include/node/node.h:163:50: note: declared here
                        NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                         ^~~~~~~~~~~~
        /root/.node-gyp/10.16.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::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, const char*, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
                v8::Isolate::GetCurrent(), target, method, argc, argv);
                                                                     ^
        In file included from ../node_modules/nan/nan.h:47,
                        from ../src/unix_dgram.cc:5:
        /root/.node-gyp/10.16.0/include/node/node.h:163:50: note: declared here
                        NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                         ^~~~~~~~~~~~
        /root/.node-gyp/10.16.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::Callback::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::MakeCallback(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:
        /root/.node-gyp/10.16.0/include/node/node.h:177:50: note: declared here
                        NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                         ^~~~~~~~~~~~
        /root/.node-gyp/10.16.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::MakeCallback(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:
        /root/.node-gyp/10.16.0/include/node/node.h:177:50: note: declared here
                        NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                         ^~~~~~~~~~~~
        /root/.node-gyp/10.16.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::AsyncWorker*)’:
        ../node_modules/nan/nan.h:1706:62: warning: cast between incompatible function types 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}::Socket(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 /root/.node-gyp/10.16.0/include/node/v8.h:26,
                        from /root/.node-gyp/10.16.0/include/node/node.h:63,
                        from ../node_modules/nan/nan.h:47,
                        from ../src/unix_dgram.cc:5:
        /root/.node-gyp/10.16.0/include/node/v8.h:2478:46: note: declared here
          V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
                                                     ^~~~~~~~~~
        /root/.node-gyp/10.16.0/include/node/v8config.h:324:3: note: in definition 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 /root/.node-gyp/10.16.0/include/node/v8.h:26,
                        from /root/.node-gyp/10.16.0/include/node/node.h:63,
                        from ../node_modules/nan/nan.h:47,
                        from ../src/unix_dgram.cc:5:
        /root/.node-gyp/10.16.0/include/node/v8.h:2478:46: note: declared here
          V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
                                                     ^~~~~~~~~~
        /root/.node-gyp/10.16.0/include/node/v8config.h:324:3: note: in definition 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 /root/.node-gyp/10.16.0/include/node/v8.h:26,
                        from /root/.node-gyp/10.16.0/include/node/node.h:63,
                        from ../node_modules/nan/nan.h:47,
                        from ../src/unix_dgram.cc:5:
        /root/.node-gyp/10.16.0/include/node/v8.h:2478:46: note: declared here
          V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
                                                     ^~~~~~~~~~
        /root/.node-gyp/10.16.0/include/node/v8config.h:324:3: note: in definition 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 /root/.node-gyp/10.16.0/include/node/v8.h:26,
                        from /root/.node-gyp/10.16.0/include/node/node.h:63,
                        from ../node_modules/nan/nan.h:47,
                        from ../src/unix_dgram.cc:5:
        /root/.node-gyp/10.16.0/include/node/v8.h:2478:46: note: declared here
          V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
                                                     ^~~~~~~~~~
        /root/.node-gyp/10.16.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
          declarator __attribute__((deprecated(message)))
          ^~~~~~~~~~
        ../src/unix_dgram.cc:231:33: warning: ‘v8::String::Utf8Value::Utf8Value(v8::Local<v8::Value>)’ is deprecated: Use Isolate version [-Wdeprecated-declarations]
          String::Utf8Value path(info[1]);
                                        ^
        In file included from /root/.node-gyp/10.16.0/include/node/v8.h:26,
                        from /root/.node-gyp/10.16.0/include/node/node.h:63,
                        from ../node_modules/nan/nan.h:47,
                        from ../src/unix_dgram.cc:5:
        /root/.node-gyp/10.16.0/include/node/v8.h:2892:28: note: declared here
                          explicit Utf8Value(Local<v8::Value> obj));
                                   ^~~~~~~~~
        /root/.node-gyp/10.16.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
          declarator __attribute__((deprecated(message)))
          ^~~~~~~~~~
        ../src/unix_dgram.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE {anonymous}::SendTo(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 /root/.node-gyp/10.16.0/include/node/v8.h:26,
                        from /root/.node-gyp/10.16.0/include/node/node.h:63,
                        from ../node_modules/nan/nan.h:47,
                        from ../src/unix_dgram.cc:5:
        /root/.node-gyp/10.16.0/include/node/v8.h:2478:46: note: declared here
          V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
                                                     ^~~~~~~~~~
        /root/.node-gyp/10.16.0/include/node/v8config.h:324:3: note: in definition 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 /root/.node-gyp/10.16.0/include/node/node.h:63,
                        from ../node_modules/nan/nan.h:47,
                        from ../src/unix_dgram.cc:5:
        /root/.node-gyp/10.16.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 /root/.node-gyp/10.16.0/include/node/v8.h:26,
                        from /root/.node-gyp/10.16.0/include/node/node.h:63,
                        from ../node_modules/nan/nan.h:47,
                        from ../src/unix_dgram.cc:5:
        /root/.node-gyp/10.16.0/include/node/v8.h:2477:47: note: declared here
          V8_DEPRECATED("Use maybe version", uint32_t Uint32Value() const);
                                                      ^~~~~~~~~~~
        /root/.node-gyp/10.16.0/include/node/v8config.h:324:3: note: in definition 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 /root/.node-gyp/10.16.0/include/node/v8.h:26,
                        from /root/.node-gyp/10.16.0/include/node/node.h:63,
                        from ../node_modules/nan/nan.h:47,
                        from ../src/unix_dgram.cc:5:
        /root/.node-gyp/10.16.0/include/node/v8.h:2477:47: note: declared here
          V8_DEPRECATED("Use maybe version", uint32_t Uint32Value() const);
                                                      ^~~~~~~~~~~
        /root/.node-gyp/10.16.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
          declarator __attribute__((deprecated(message)))
          ^~~~~~~~~~
        ../src/unix_dgram.cc:262:33: warning: ‘v8::String::Utf8Value::Utf8Value(v8::Local<v8::Value>)’ is deprecated: Use Isolate version [-Wdeprecated-declarations]
          String::Utf8Value path(info[4]);
                                        ^
        In file included from /root/.node-gyp/10.16.0/include/node/v8.h:26,
                        from /root/.node-gyp/10.16.0/include/node/node.h:63,
                        from ../node_modules/nan/nan.h:47,
                        from ../src/unix_dgram.cc:5:
        /root/.node-gyp/10.16.0/include/node/v8.h:2892:28: note: declared here
                          explicit Utf8Value(Local<v8::Value> obj));
                                   ^~~~~~~~~
        /root/.node-gyp/10.16.0/include/node/v8config.h:324:3: note: in definition 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 /root/.node-gyp/10.16.0/include/node/v8.h:26,
                        from /root/.node-gyp/10.16.0/include/node/node.h:63,
                        from ../node_modules/nan/nan.h:47,
                        from ../src/unix_dgram.cc:5:
        /root/.node-gyp/10.16.0/include/node/v8.h:2478:46: note: declared here
          V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
                                                     ^~~~~~~~~~
        /root/.node-gyp/10.16.0/include/node/v8config.h:324:3: note: in definition 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 /root/.node-gyp/10.16.0/include/node/node.h:63,
                        from ../node_modules/nan/nan.h:47,
                        from ../src/unix_dgram.cc:5:
        /root/.node-gyp/10.16.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}::Connect(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 /root/.node-gyp/10.16.0/include/node/v8.h:26,
                        from /root/.node-gyp/10.16.0/include/node/node.h:63,
                        from ../node_modules/nan/nan.h:47,
                        from ../src/unix_dgram.cc:5:
        /root/.node-gyp/10.16.0/include/node/v8.h:2478:46: note: declared here
          V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
                                                     ^~~~~~~~~~
        /root/.node-gyp/10.16.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
          declarator __attribute__((deprecated(message)))
          ^~~~~~~~~~
        ../src/unix_dgram.cc:341:33: warning: ‘v8::String::Utf8Value::Utf8Value(v8::Local<v8::Value>)’ is deprecated: Use Isolate version [-Wdeprecated-declarations]
          String::Utf8Value path(info[1]);
                                        ^
        In file included from /root/.node-gyp/10.16.0/include/node/v8.h:26,
                        from /root/.node-gyp/10.16.0/include/node/node.h:63,
                        from ../node_modules/nan/nan.h:47,
                        from ../src/unix_dgram.cc:5:
        /root/.node-gyp/10.16.0/include/node/v8.h:2892:28: note: declared here
                          explicit Utf8Value(Local<v8::Value> obj));
                                   ^~~~~~~~~
        /root/.node-gyp/10.16.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
          declarator __attribute__((deprecated(message)))
          ^~~~~~~~~~
        ../src/unix_dgram.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE {anonymous}::Close(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 /root/.node-gyp/10.16.0/include/node/v8.h:26,
                        from /root/.node-gyp/10.16.0/include/node/node.h:63,
                        from ../node_modules/nan/nan.h:47,
                        from ../src/unix_dgram.cc:5:
        /root/.node-gyp/10.16.0/include/node/v8.h:2478:46: note: declared here
          V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
                                                     ^~~~~~~~~~
        /root/.node-gyp/10.16.0/include/node/v8config.h:324:3: note: in definition 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:
        /root/.node-gyp/10.16.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::Value>, void*)’} [-Wcast-function-type]
              (node::addon_register_func) (regfunc),                          \
                                                  ^
        /root/.node-gyp/10.16.0/include/node/node.h:607:3: note: in expansion 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 /root/.node-gyp/10.16.0/include/node/node.h:63,
                        from ../node_modules/nan/nan.h:47,
                        from ../src/unix_dgram.cc:5:
        /root/.node-gyp/10.16.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::WeakCallbackInfo<P>::Callback = void (*)(const v8::WeakCallbackInfo<node::ObjectWrap>&)]’:
        /root/.node-gyp/10.16.0/include/node/node_object_wrap.h:84:78:   required from here
        /root/.node-gyp/10.16.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-type]
                       reinterpret_cast<Callback>(callback), type);
                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        /root/.node-gyp/10.16.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::WeakCallbackInfo<P>::Callback = void (*)(const v8::WeakCallbackInfo<Nan::ObjectWrap>&)]’:
        ../node_modules/nan/nan_object_wrap.h:66:61:   required from here
        /root/.node-gyp/10.16.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 ‘Callback’ {aka ‘void (*)(const v8::WeakCallbackInfo<void>&)’} [-Wcast-function-type]
        make: *** [unix_dgram.target.mk:101: Release/obj.target/unix_dgram/src/unix_dgram.o] Fehler 1
        gyp ERR! build error
        gyp ERR! stack Error: `make` failed with exit code: 2
        gyp ERR! stack     at ChildProcess.onExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:262:23)
        gyp ERR! stack     at ChildProcess.emit (events.js:198:13)
        gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:248:12)
        gyp ERR! System Linux 4.19.0-5-amd64
        gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
        gyp ERR! cwd /opt/iobroker/node_modules/unix-dgram
        gyp ERR! node -v v10.16.0
        gyp ERR! node-gyp -v v3.8.0
        gyp ERR! not ok
        
        ==========================================================================
           Finalizing installation (4/4)
        ==========================================================================
        
        Enabling autostart...
        Created symlink /etc/systemd/system/multi-user.target.wants/iobroker.service → /lib/systemd/system/iobroker.service.
        Autostart enabled!
        Fixing directory permissions...
        chown: ungültiger Benutzer: „iobroker:iobroker“
        This system does not support setting default permissions.
        Do not use npm to manually install adapters unless you know what you are doing!
        
        ==========================================================================
        
           ioBroker was installed successfully
           Open http://192.168.178.80:8081 in a browser and start configuring!
        
        ==========================================================================
        
        
        You need to re-login before doing anything else on the console!
        
        

        Bevor ich die VM lösche und wieder von vorn anfange - gibts evtl. eine Erklärung? Liegt es an Debian 10? Dann mache ich 9.8 drauf :)

        Danke euch.

        UDM Pro, Intel NUC - ioBroker in Proxmox-VM, PiHole+Grafana&Influx+TasmoAdmin in LXCs, Raspberry Pi3 (als CCU), Zigbee-Stick Sonoff, Synology DS918+

        apollon77A 1 Antwort Letzte Antwort
        0
        • K Kueppert

          @Stabilostick Hi, hab gerade, weil meine prod-Umgebung nicht mehr vernünftig läuft und ich keine Lust mehr auf Fehlersuche habe (Adapter lassen sich nicht mehr deinstallieren, seit 2 Tagen funktioniert nun auch nach einem Update vom js-controller das Finden der Geräte bei Amazon nicht mehr, die ich im Pro-Cloud-Adapter hab nicht mehr...).
          Daher hab ich folgendes gemacht:

          • Debian 10 installiert
          • (sudo und curl installiert)
          • nodejs v10 installiert
          curl -sL https://deb.nodesource.com/setup_10.x | bash -
          apt-get install -y nodejs
          
          • dann weiter nach ANleitung in der aktuellen Doku auf der Homepage
          curl -sL https://iobroker.net/install.sh | bash -
          

          Da ich keine Ahnung habe, was vom kompletten LOG von Interesse ist für die Fehlersuche, habe ich einmal alles kopiert:

          root@ioBroker2VM:/home/thorsten# curl -sL https://iobroker.net/install.sh | bash -
          
          ==========================================================================
          
             Welcome to the ioBroker installer!
             Installer version: 2019-07-03
          
             You might need to enter your password a couple of times.
          
          ==========================================================================
          
          
          ==========================================================================
             Installing prerequisites (1/4)
          ==========================================================================
          
          Installed acl
          Extrahiere Vorlagen aus Paketen: 100%
          Installed build-essential
          Installed libavahi-compat-libdnssd-dev
          Installed libudev-dev
          Installed libpam0g-dev
          Installed git
          bash: Zeile 370: setcap: Kommando nicht gefunden.
          
          ==========================================================================
             Creating ioBroker user and directory (2/4)
          ==========================================================================
          
          main: Zeile 137: useradd: Kommando nicht gefunden.
          User iobroker created
          main: Zeile 208: visudo: Kommando nicht gefunden.
          main: Zeile 233: usermod: Kommando nicht gefunden.
          main: Zeile 233: usermod: Kommando nicht gefunden.
          main: Zeile 233: usermod: Kommando nicht gefunden.
          Directory /opt/iobroker created
          
          ==========================================================================
             Installing ioBroker (3/4)
          ==========================================================================
          
          In file included from ../src/main.cpp:3:
          ../../nan/nan.h: In function ‘void Nan::AsyncQueueWorker(Nan::AsyncWorker*)’:
          ../../nan/nan.h:2298:62: warning: cast between incompatible function types 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/main.cpp: In function ‘Nan::NAN_METHOD_RETURN_TYPE GetDiskUsage(Nan::NAN_METHOD_ARGS_TYPE)’:
          ../src/main.cpp:26:71: warning: ‘v8::String::Utf8Value::Utf8Value(v8::Local<v8::Value>)’ is deprecated: Use Isolate version [-Wdeprecated-declarations]
                  DiskUsage result = GetDiskUsage(*v8::String::Utf8Value(info[0]));
                                                                                ^
          In file included from /root/.node-gyp/10.16.0/include/node/v8.h:26,
                          from /root/.node-gyp/10.16.0/include/node/node.h:63,
                          from ../../nan/nan.h:54,
                          from ../src/main.cpp:3:
          /root/.node-gyp/10.16.0/include/node/v8.h:2892:28: note: declared here
                            explicit Utf8Value(Local<v8::Value> obj));
                                     ^~~~~~~~~
          /root/.node-gyp/10.16.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
            declarator __attribute__((deprecated(message)))
            ^~~~~~~~~~
          In file included from ../../nan/nan.h:54,
                          from ../src/main.cpp:3:
          ../src/main.cpp: At global scope:
          /root/.node-gyp/10.16.0/include/node/node.h:573:43: warning: cast between incompatible function types from ‘void (*)(v8::Handle<v8::Object>)’ {aka ‘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),                          \
                                                    ^
          /root/.node-gyp/10.16.0/include/node/node.h:607:3: note: in expansion of macro  NODE_MODULE_X’
            NODE_MODULE_X(modname, regfunc, NULL, 0)  // NOLINT (readability/null_usage)
            ^~~~~~~~~~~~~
          ../src/main.cpp:42:1: note: in expansion of macro ‘NODE_MODULE’
          NODE_MODULE(diskusage, Init)
          ^~~~~~~~~~~
          In file included from /root/.node-gyp/10.16.0/include/node/node.h:63,
                          from ../../nan/nan.h:54,
                          from ../src/main.cpp:3:
          /root/.node-gyp/10.16.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::WeakCallbackInfo<P>::Callback = void (*)(const v8::WeakCallbackInfo<node::ObjectWrap>&)]’:
          /root/.node-gyp/10.16.0/include/node/node_object_wrap.h:84:78:   required from here
          /root/.node-gyp/10.16.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-type]
                         reinterpret_cast<Callback>(callback), type);
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
          /root/.node-gyp/10.16.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::WeakCallbackInfo<P>::Callback = void (*)(const v8::WeakCallbackInfo<Nan::ObjectWrap>&)]’:
          ../../nan/nan_object_wrap.h:65:61:   required from here
          /root/.node-gyp/10.16.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 ‘Callback’ {aka ‘void (*)(const v8::WeakCallbackInfo<void>&)’} [-Wcast-function-type]
          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::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’:
          ../node_modules/nan/nan_maybe_43_inl.h:88:15: error: ‘class v8::Object’ has no member 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(v8::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::MakeCallback(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:
          /root/.node-gyp/10.16.0/include/node/node.h:177:50: note: declared here
                          NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                           ^~~~~~~~~~~~
          /root/.node-gyp/10.16.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::MakeCallback(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:
          /root/.node-gyp/10.16.0/include/node/node.h:177:50: note: declared here
                          NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                           ^~~~~~~~~~~~
          /root/.node-gyp/10.16.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(v8::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::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::String>, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
                  v8::Isolate::GetCurrent(), target, symbol, argc, argv);
                                                                       ^
          In file included from ../node_modules/nan/nan.h:47,
                          from ../src/unix_dgram.cc:5:
          /root/.node-gyp/10.16.0/include/node/node.h:170:50: note: declared here
                          NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                           ^~~~~~~~~~~~
          /root/.node-gyp/10.16.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::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::String>, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
                  v8::Isolate::GetCurrent(), target, symbol, argc, argv);
                                                                       ^
          In file included from ../node_modules/nan/nan.h:47,
                          from ../src/unix_dgram.cc:5:
          /root/.node-gyp/10.16.0/include/node/node.h:170:50: note: declared here
                          NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                           ^~~~~~~~~~~~
          /root/.node-gyp/10.16.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(v8::Local<v8::Object>, const char*, int, v8::Local<v8::Value>*)’:
          ../node_modules/nan/nan.h:845:62: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, const char*, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
                  v8::Isolate::GetCurrent(), target, method, argc, argv);
                                                                       ^
          In file included from ../node_modules/nan/nan.h:47,
                          from ../src/unix_dgram.cc:5:
          /root/.node-gyp/10.16.0/include/node/node.h:163:50: note: declared here
                          NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                           ^~~~~~~~~~~~
          /root/.node-gyp/10.16.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::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, const char*, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
                  v8::Isolate::GetCurrent(), target, method, argc, argv);
                                                                       ^
          In file included from ../node_modules/nan/nan.h:47,
                          from ../src/unix_dgram.cc:5:
          /root/.node-gyp/10.16.0/include/node/node.h:163:50: note: declared here
                          NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                           ^~~~~~~~~~~~
          /root/.node-gyp/10.16.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::Callback::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::MakeCallback(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:
          /root/.node-gyp/10.16.0/include/node/node.h:177:50: note: declared here
                          NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                           ^~~~~~~~~~~~
          /root/.node-gyp/10.16.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::MakeCallback(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:
          /root/.node-gyp/10.16.0/include/node/node.h:177:50: note: declared here
                          NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                           ^~~~~~~~~~~~
          /root/.node-gyp/10.16.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::AsyncWorker*)’:
          ../node_modules/nan/nan.h:1706:62: warning: cast between incompatible function types 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}::Socket(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 /root/.node-gyp/10.16.0/include/node/v8.h:26,
                          from /root/.node-gyp/10.16.0/include/node/node.h:63,
                          from ../node_modules/nan/nan.h:47,
                          from ../src/unix_dgram.cc:5:
          /root/.node-gyp/10.16.0/include/node/v8.h:2478:46: note: declared here
            V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
                                                       ^~~~~~~~~~
          /root/.node-gyp/10.16.0/include/node/v8config.h:324:3: note: in definition 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 /root/.node-gyp/10.16.0/include/node/v8.h:26,
                          from /root/.node-gyp/10.16.0/include/node/node.h:63,
                          from ../node_modules/nan/nan.h:47,
                          from ../src/unix_dgram.cc:5:
          /root/.node-gyp/10.16.0/include/node/v8.h:2478:46: note: declared here
            V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
                                                       ^~~~~~~~~~
          /root/.node-gyp/10.16.0/include/node/v8config.h:324:3: note: in definition 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 /root/.node-gyp/10.16.0/include/node/v8.h:26,
                          from /root/.node-gyp/10.16.0/include/node/node.h:63,
                          from ../node_modules/nan/nan.h:47,
                          from ../src/unix_dgram.cc:5:
          /root/.node-gyp/10.16.0/include/node/v8.h:2478:46: note: declared here
            V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
                                                       ^~~~~~~~~~
          /root/.node-gyp/10.16.0/include/node/v8config.h:324:3: note: in definition 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 /root/.node-gyp/10.16.0/include/node/v8.h:26,
                          from /root/.node-gyp/10.16.0/include/node/node.h:63,
                          from ../node_modules/nan/nan.h:47,
                          from ../src/unix_dgram.cc:5:
          /root/.node-gyp/10.16.0/include/node/v8.h:2478:46: note: declared here
            V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
                                                       ^~~~~~~~~~
          /root/.node-gyp/10.16.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
            declarator __attribute__((deprecated(message)))
            ^~~~~~~~~~
          ../src/unix_dgram.cc:231:33: warning: ‘v8::String::Utf8Value::Utf8Value(v8::Local<v8::Value>)’ is deprecated: Use Isolate version [-Wdeprecated-declarations]
            String::Utf8Value path(info[1]);
                                          ^
          In file included from /root/.node-gyp/10.16.0/include/node/v8.h:26,
                          from /root/.node-gyp/10.16.0/include/node/node.h:63,
                          from ../node_modules/nan/nan.h:47,
                          from ../src/unix_dgram.cc:5:
          /root/.node-gyp/10.16.0/include/node/v8.h:2892:28: note: declared here
                            explicit Utf8Value(Local<v8::Value> obj));
                                     ^~~~~~~~~
          /root/.node-gyp/10.16.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
            declarator __attribute__((deprecated(message)))
            ^~~~~~~~~~
          ../src/unix_dgram.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE {anonymous}::SendTo(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 /root/.node-gyp/10.16.0/include/node/v8.h:26,
                          from /root/.node-gyp/10.16.0/include/node/node.h:63,
                          from ../node_modules/nan/nan.h:47,
                          from ../src/unix_dgram.cc:5:
          /root/.node-gyp/10.16.0/include/node/v8.h:2478:46: note: declared here
            V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
                                                       ^~~~~~~~~~
          /root/.node-gyp/10.16.0/include/node/v8config.h:324:3: note: in definition 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 /root/.node-gyp/10.16.0/include/node/node.h:63,
                          from ../node_modules/nan/nan.h:47,
                          from ../src/unix_dgram.cc:5:
          /root/.node-gyp/10.16.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 /root/.node-gyp/10.16.0/include/node/v8.h:26,
                          from /root/.node-gyp/10.16.0/include/node/node.h:63,
                          from ../node_modules/nan/nan.h:47,
                          from ../src/unix_dgram.cc:5:
          /root/.node-gyp/10.16.0/include/node/v8.h:2477:47: note: declared here
            V8_DEPRECATED("Use maybe version", uint32_t Uint32Value() const);
                                                        ^~~~~~~~~~~
          /root/.node-gyp/10.16.0/include/node/v8config.h:324:3: note: in definition 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 /root/.node-gyp/10.16.0/include/node/v8.h:26,
                          from /root/.node-gyp/10.16.0/include/node/node.h:63,
                          from ../node_modules/nan/nan.h:47,
                          from ../src/unix_dgram.cc:5:
          /root/.node-gyp/10.16.0/include/node/v8.h:2477:47: note: declared here
            V8_DEPRECATED("Use maybe version", uint32_t Uint32Value() const);
                                                        ^~~~~~~~~~~
          /root/.node-gyp/10.16.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
            declarator __attribute__((deprecated(message)))
            ^~~~~~~~~~
          ../src/unix_dgram.cc:262:33: warning: ‘v8::String::Utf8Value::Utf8Value(v8::Local<v8::Value>)’ is deprecated: Use Isolate version [-Wdeprecated-declarations]
            String::Utf8Value path(info[4]);
                                          ^
          In file included from /root/.node-gyp/10.16.0/include/node/v8.h:26,
                          from /root/.node-gyp/10.16.0/include/node/node.h:63,
                          from ../node_modules/nan/nan.h:47,
                          from ../src/unix_dgram.cc:5:
          /root/.node-gyp/10.16.0/include/node/v8.h:2892:28: note: declared here
                            explicit Utf8Value(Local<v8::Value> obj));
                                     ^~~~~~~~~
          /root/.node-gyp/10.16.0/include/node/v8config.h:324:3: note: in definition 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 /root/.node-gyp/10.16.0/include/node/v8.h:26,
                          from /root/.node-gyp/10.16.0/include/node/node.h:63,
                          from ../node_modules/nan/nan.h:47,
                          from ../src/unix_dgram.cc:5:
          /root/.node-gyp/10.16.0/include/node/v8.h:2478:46: note: declared here
            V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
                                                       ^~~~~~~~~~
          /root/.node-gyp/10.16.0/include/node/v8config.h:324:3: note: in definition 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 /root/.node-gyp/10.16.0/include/node/node.h:63,
                          from ../node_modules/nan/nan.h:47,
                          from ../src/unix_dgram.cc:5:
          /root/.node-gyp/10.16.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}::Connect(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 /root/.node-gyp/10.16.0/include/node/v8.h:26,
                          from /root/.node-gyp/10.16.0/include/node/node.h:63,
                          from ../node_modules/nan/nan.h:47,
                          from ../src/unix_dgram.cc:5:
          /root/.node-gyp/10.16.0/include/node/v8.h:2478:46: note: declared here
            V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
                                                       ^~~~~~~~~~
          /root/.node-gyp/10.16.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
            declarator __attribute__((deprecated(message)))
            ^~~~~~~~~~
          ../src/unix_dgram.cc:341:33: warning: ‘v8::String::Utf8Value::Utf8Value(v8::Local<v8::Value>)’ is deprecated: Use Isolate version [-Wdeprecated-declarations]
            String::Utf8Value path(info[1]);
                                          ^
          In file included from /root/.node-gyp/10.16.0/include/node/v8.h:26,
                          from /root/.node-gyp/10.16.0/include/node/node.h:63,
                          from ../node_modules/nan/nan.h:47,
                          from ../src/unix_dgram.cc:5:
          /root/.node-gyp/10.16.0/include/node/v8.h:2892:28: note: declared here
                            explicit Utf8Value(Local<v8::Value> obj));
                                     ^~~~~~~~~
          /root/.node-gyp/10.16.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
            declarator __attribute__((deprecated(message)))
            ^~~~~~~~~~
          ../src/unix_dgram.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE {anonymous}::Close(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 /root/.node-gyp/10.16.0/include/node/v8.h:26,
                          from /root/.node-gyp/10.16.0/include/node/node.h:63,
                          from ../node_modules/nan/nan.h:47,
                          from ../src/unix_dgram.cc:5:
          /root/.node-gyp/10.16.0/include/node/v8.h:2478:46: note: declared here
            V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
                                                       ^~~~~~~~~~
          /root/.node-gyp/10.16.0/include/node/v8config.h:324:3: note: in definition 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:
          /root/.node-gyp/10.16.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::Value>, void*)’} [-Wcast-function-type]
                (node::addon_register_func) (regfunc),                          \
                                                    ^
          /root/.node-gyp/10.16.0/include/node/node.h:607:3: note: in expansion 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 /root/.node-gyp/10.16.0/include/node/node.h:63,
                          from ../node_modules/nan/nan.h:47,
                          from ../src/unix_dgram.cc:5:
          /root/.node-gyp/10.16.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::WeakCallbackInfo<P>::Callback = void (*)(const v8::WeakCallbackInfo<node::ObjectWrap>&)]’:
          /root/.node-gyp/10.16.0/include/node/node_object_wrap.h:84:78:   required from here
          /root/.node-gyp/10.16.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-type]
                         reinterpret_cast<Callback>(callback), type);
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
          /root/.node-gyp/10.16.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::WeakCallbackInfo<P>::Callback = void (*)(const v8::WeakCallbackInfo<Nan::ObjectWrap>&)]’:
          ../node_modules/nan/nan_object_wrap.h:66:61:   required from here
          /root/.node-gyp/10.16.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 ‘Callback’ {aka ‘void (*)(const v8::WeakCallbackInfo<void>&)’} [-Wcast-function-type]
          make: *** [unix_dgram.target.mk:101: Release/obj.target/unix_dgram/src/unix_dgram.o] Fehler 1
          gyp ERR! build error
          gyp ERR! stack Error: `make` failed with exit code: 2
          gyp ERR! stack     at ChildProcess.onExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:262:23)
          gyp ERR! stack     at ChildProcess.emit (events.js:198:13)
          gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:248:12)
          gyp ERR! System Linux 4.19.0-5-amd64
          gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
          gyp ERR! cwd /opt/iobroker/node_modules/unix-dgram
          gyp ERR! node -v v10.16.0
          gyp ERR! node-gyp -v v3.8.0
          gyp ERR! not ok
          
          ==========================================================================
             Finalizing installation (4/4)
          ==========================================================================
          
          Enabling autostart...
          Created symlink /etc/systemd/system/multi-user.target.wants/iobroker.service → /lib/systemd/system/iobroker.service.
          Autostart enabled!
          Fixing directory permissions...
          chown: ungültiger Benutzer: „iobroker:iobroker“
          This system does not support setting default permissions.
          Do not use npm to manually install adapters unless you know what you are doing!
          
          ==========================================================================
          
             ioBroker was installed successfully
             Open http://192.168.178.80:8081 in a browser and start configuring!
          
          ==========================================================================
          
          
          You need to re-login before doing anything else on the console!
          
          

          Bevor ich die VM lösche und wieder von vorn anfange - gibts evtl. eine Erklärung? Liegt es an Debian 10? Dann mache ich 9.8 drauf :)

          Danke euch.

          apollon77A Offline
          apollon77A Offline
          apollon77
          schrieb am zuletzt editiert von
          #17

          @Kueppert sagte in Update auf Debian 10 zeigt kein Webinterface:

          main: Zeile 137: useradd: Kommando nicht gefunden.
          User iobroker created
          main: Zeile 208: visudo: Kommando nicht gefunden.
          main: Zeile 233: usermod: Kommando nicht gefunden.
          main: Zeile 233: usermod: Kommando nicht gefunden.
          main: Zeile 233: usermod: Kommando nicht gefunden.

          Musst Du ggf irgendwelche speziellen Pakete installieren das du diese Tools hast? An sich sind die fast immer da ...

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

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

            @Kueppert sagte in Update auf Debian 10 zeigt kein Webinterface:

            main: Zeile 137: useradd: Kommando nicht gefunden.
            User iobroker created
            main: Zeile 208: visudo: Kommando nicht gefunden.
            main: Zeile 233: usermod: Kommando nicht gefunden.
            main: Zeile 233: usermod: Kommando nicht gefunden.
            main: Zeile 233: usermod: Kommando nicht gefunden.

            Musst Du ggf irgendwelche speziellen Pakete installieren das du diese Tools hast? An sich sind die fast immer da ...

            K Offline
            K Offline
            Kueppert
            schrieb am zuletzt editiert von
            #18

            @apollon77 ich hab das 64bit-Netinst von Debian 10 genommen, im Setup nur ssh und Standart-Pakete installiert, Webserver sowie Druckerserver weggelassen diesmal.
            Ich wüsste nicht, dass ich sonst diesmal etwas anders gemacht hab wie bei den vorherigen Installationen...

            UDM Pro, Intel NUC - ioBroker in Proxmox-VM, PiHole+Grafana&Influx+TasmoAdmin in LXCs, Raspberry Pi3 (als CCU), Zigbee-Stick Sonoff, Synology DS918+

            1 Antwort Letzte Antwort
            0
            • apollon77A Offline
              apollon77A Offline
              apollon77
              schrieb am zuletzt editiert von
              #19

              Wenn Dudiese kommandos: usermod, useradd und visudo an der Kommandozeile ausführen willst was sagt er denn da?

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

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

                Wenn Dudiese kommandos: usermod, useradd und visudo an der Kommandozeile ausführen willst was sagt er denn da?

                K Offline
                K Offline
                Kueppert
                schrieb am zuletzt editiert von
                #20

                @apollon77 hmmm...blöd:

                root@ioBroker2VM:/home/thorsten# usermod
                bash: usermod: Kommando nicht gefunden.
                root@ioBroker2VM:/home/thorsten# useradd
                bash: useradd: Kommando nicht gefunden.
                root@ioBroker2VM:/home/thorsten# visudo
                bash: visudo: Kommando nicht gefunden.
                
                

                UDM Pro, Intel NUC - ioBroker in Proxmox-VM, PiHole+Grafana&Influx+TasmoAdmin in LXCs, Raspberry Pi3 (als CCU), Zigbee-Stick Sonoff, Synology DS918+

                1 Antwort Letzte Antwort
                0
                • apollon77A Offline
                  apollon77A Offline
                  apollon77
                  schrieb am zuletzt editiert von
                  #21

                  bzw mach mal "which <name>" ? Habe gelesen das manchmal der Pfad vllt nicht korrekt gesetzt ist und daher Kommandos nicht verfügbar sind

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

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

                    bzw mach mal "which <name>" ? Habe gelesen das manchmal der Pfad vllt nicht korrekt gesetzt ist und daher Kommandos nicht verfügbar sind

                    K Offline
                    K Offline
                    Kueppert
                    schrieb am zuletzt editiert von
                    #22

                    @apollon77 syntaxfehler. Wie nutzt man den Befehl? :)

                    root@ioBroker2VM:/home/thorsten# which <name>
                    bash: Syntaxfehler beim unerwarteten Wort `newline'
                    

                    UDM Pro, Intel NUC - ioBroker in Proxmox-VM, PiHole+Grafana&Influx+TasmoAdmin in LXCs, Raspberry Pi3 (als CCU), Zigbee-Stick Sonoff, Synology DS918+

                    apollon77A 1 Antwort Letzte Antwort
                    0
                    • apollon77A Offline
                      apollon77A Offline
                      apollon77
                      schrieb am zuletzt editiert von
                      #23

                      und mach mal

                      echo $PATH

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

                      • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
                      • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
                      1 Antwort Letzte Antwort
                      0
                      • K Kueppert

                        @apollon77 syntaxfehler. Wie nutzt man den Befehl? :)

                        root@ioBroker2VM:/home/thorsten# which <name>
                        bash: Syntaxfehler beim unerwarteten Wort `newline'
                        
                        apollon77A Offline
                        apollon77A Offline
                        apollon77
                        schrieb am zuletzt editiert von
                        #24

                        @Kueppert gggrrrr ... "which usermod" ...

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

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

                          @Kueppert gggrrrr ... "which usermod" ...

                          K Offline
                          K Offline
                          Kueppert
                          schrieb am zuletzt editiert von
                          #25

                          @apollon77 okay, here we go:

                          root@ioBroker2VM:/home/thorsten# echo $PATH
                          /usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games
                          

                          und hier kütt nix zurück:

                          root@ioBroker2VM:/home/thorsten# which usermod
                          root@ioBroker2VM:/home/thorsten#
                          

                          UDM Pro, Intel NUC - ioBroker in Proxmox-VM, PiHole+Grafana&Influx+TasmoAdmin in LXCs, Raspberry Pi3 (als CCU), Zigbee-Stick Sonoff, Synology DS918+

                          1 Antwort Letzte Antwort
                          0
                          • apollon77A Offline
                            apollon77A Offline
                            apollon77
                            schrieb am zuletzt editiert von
                            #26

                            Was gibt

                            ls -la /usr/sbin/usermod

                            ?

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

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

                              Was gibt

                              ls -la /usr/sbin/usermod

                              ?

                              K Offline
                              K Offline
                              Kueppert
                              schrieb am zuletzt editiert von
                              #27

                              @apollon77 folgendes:

                              root@ioBroker2VM:/home/thorsten# ls -la /usr/sbin/usermod
                              -rwxr-xr-x 1 root root 126016 Jul 27  2018 /usr/sbin/usermod
                              

                              UDM Pro, Intel NUC - ioBroker in Proxmox-VM, PiHole+Grafana&Influx+TasmoAdmin in LXCs, Raspberry Pi3 (als CCU), Zigbee-Stick Sonoff, Synology DS918+

                              1 Antwort Letzte Antwort
                              0
                              • apollon77A Offline
                                apollon77A Offline
                                apollon77
                                schrieb am zuletzt editiert von
                                #28

                                Wie vermutet. Die Programme liegen in /usr/sbin und das ist in Deinem Pfad nicht drin.

                                Wie bist Du root geworden oder nativ als Root eingeloggt?

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

                                • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
                                • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
                                K 2 Antworten Letzte Antwort
                                0
                                • apollon77A Offline
                                  apollon77A Offline
                                  apollon77
                                  schrieb am zuletzt editiert von
                                  #29

                                  Das hier klingt nach deinem Thema: https://linuxconfig.org/command-not-found-missing-path-to-sbin-on-debian-gnu-linux

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

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

                                    Wie vermutet. Die Programme liegen in /usr/sbin und das ist in Deinem Pfad nicht drin.

                                    Wie bist Du root geworden oder nativ als Root eingeloggt?

                                    K Offline
                                    K Offline
                                    Kueppert
                                    schrieb am zuletzt editiert von Kueppert
                                    #30

                                    @apollon77 hab SSH aktiviert beim installieren, user thorsten angelegt. Via SSH verbunden mit user thorsten und von dort mit SU und Passwort, dass ich für root bei der Installation eingegeben hatte, eingetippt. Schon war ich root.

                                    UDM Pro, Intel NUC - ioBroker in Proxmox-VM, PiHole+Grafana&Influx+TasmoAdmin in LXCs, Raspberry Pi3 (als CCU), Zigbee-Stick Sonoff, Synology DS918+

                                    1 Antwort Letzte Antwort
                                    0
                                    • apollon77A apollon77

                                      Das hier klingt nach deinem Thema: https://linuxconfig.org/command-not-found-missing-path-to-sbin-on-debian-gnu-linux

                                      K Offline
                                      K Offline
                                      Kueppert
                                      schrieb am zuletzt editiert von
                                      #31

                                      @apollon77 ochnööö, okay, dann nochmaaaaaaal :D

                                      UDM Pro, Intel NUC - ioBroker in Proxmox-VM, PiHole+Grafana&Influx+TasmoAdmin in LXCs, Raspberry Pi3 (als CCU), Zigbee-Stick Sonoff, Synology DS918+

                                      1 Antwort Letzte Antwort
                                      0
                                      • apollon77A apollon77

                                        Wie vermutet. Die Programme liegen in /usr/sbin und das ist in Deinem Pfad nicht drin.

                                        Wie bist Du root geworden oder nativ als Root eingeloggt?

                                        K Offline
                                        K Offline
                                        Kueppert
                                        schrieb am zuletzt editiert von
                                        #32

                                        @apollon77 kann ich auch mit dem user, den ich anlegen muss, iobroker installieren? Bin zwar ein Freund von root, aber kann auch damit leben, nur noch den user zu nutzen. Wie machst du das?

                                        UDM Pro, Intel NUC - ioBroker in Proxmox-VM, PiHole+Grafana&Influx+TasmoAdmin in LXCs, Raspberry Pi3 (als CCU), Zigbee-Stick Sonoff, Synology DS918+

                                        1 Antwort Letzte Antwort
                                        0
                                        • apollon77A Offline
                                          apollon77A Offline
                                          apollon77
                                          schrieb am zuletzt editiert von
                                          #33

                                          @Kueppert sagte in Update auf Debian 10 zeigt kein Webinterface:

                                          und von dort mit SU und Passwort

                                          Und das ist das Problem ... siehe der Artikel. Da hat Debian 10 was geändert.

                                          Ansonsten sollte der Installer sogar von einem normalen User ausgeführt werden, wobei ... was sagt echo $PATH bei dem? Hast der /usr/sbin

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

                                          • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
                                          • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
                                          K 2 Antworten 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

                                          841

                                          Online

                                          32.4k

                                          Benutzer

                                          81.5k

                                          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