Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. IoBroker Backup einspielen

    NEWS

    • Wir empfehlen: Node.js 22.x

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker goes Matter ... Matter Adapter in Stable

    UNSOLVED IoBroker Backup einspielen

    This topic has been deleted. Only users with topic management privileges can see it.
    • simatec
      simatec Developer Most Active @maxpd last edited by simatec

      @maxpd
      Entweder du gibst statt der 0 den konkreten Dateinamen statt der null an, oder du suchst mal hier im Forum nach der Fehlermeldung. Da gibt es bereits einige Themen zu

      M 1 Reply Last reply Reply Quote 0
      • M
        maxpd @simatec last edited by

        @simatec Aber die Fehlermeldung wäre ja irrelevant, wenn man es über backitup macht. dort wurde kein fehler gemeldet. Das Problem ist jetzt eigentlich, dass iobroker gar nicht mehr läuft.

        Glasfaser 1 Reply Last reply Reply Quote 0
        • wendy2702
          wendy2702 last edited by wendy2702

          Vielleicht sollest du besser ein neues Thema öffnen und genau beschreiben was du gemacht hast.

          Habe letzte Woche dreimal restore gemacht und hatte nie Probleme.

          1 Reply Last reply Reply Quote 0
          • Glasfaser
            Glasfaser @maxpd last edited by Glasfaser

            @maxpd

            was sagt :

            cd /opt/iobroker
            
            iobroker status
            
            M 1 Reply Last reply Reply Quote 0
            • M
              maxpd @Glasfaser last edited by

              @Glasfaser

              
              pi@iobroker:/opt/iobroker $ iobroker status
              iobroker is running
              
              Objects type: file
              States  type: file
              
              
              Glasfaser 1 Reply Last reply Reply Quote 0
              • Glasfaser
                Glasfaser @maxpd last edited by

                @maxpd
                ?

                deineIP:8081
                
                M 1 Reply Last reply Reply Quote 0
                • M
                  maxpd @Glasfaser last edited by

                  @Glasfaser Was meinst du?

                  Glasfaser 1 Reply Last reply Reply Quote 0
                  • Glasfaser
                    Glasfaser @maxpd last edited by

                    @maxpd

                    Den Admin im Browser aufrufen ....

                    M 1 Reply Last reply Reply Quote 0
                    • M
                      maxpd @Glasfaser last edited by

                      @Glasfaser Ja, dass ist das Problem. Da komm ich nicht mehr drauf.In der Fritz.box bekommt er seine IP, aber der Browser sagt nur ERR_CONNECTION_REFUSED

                      Glasfaser 1 Reply Last reply Reply Quote 0
                      • Glasfaser
                        Glasfaser @maxpd last edited by

                        @maxpd

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

                        port: 8081, bind: 0.0.0.0, run as: admin
                        
                        M 1 Reply Last reply Reply Quote 0
                        • M
                          maxpd @Glasfaser last edited by maxpd

                          @Glasfaser der eintrag ist tatsöchlich aktuell.

                          Auch probiert habe ich jetzt

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

                          wobei npm install nur errors schmeißt und

                          cd /opt/iobroker
                          iobroker set admin.0 --bind 0.0.0.0
                          iobroker set admin.0 --port 8081
                          
                          M 1 Reply Last reply Reply Quote 0
                          • M
                            maxpd @maxpd last edited by

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

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

                              @maxpd
                              Zeige mal deine Versionen .

                              iobroker list adapters
                              

                              Edit :
                              installiere mal diese Version .

                              cd /opt/iobroker
                              npm install iobroker.admin@3.7.8
                              
                              iobroker upload admin
                              
                              iobroker start admin.0
                              
                              1 Reply Last reply Reply Quote 0
                              • wendy2702
                                wendy2702 last edited by

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

                                M 1 Reply Last reply Reply Quote 0
                                • M
                                  maxpd @wendy2702 last edited by maxpd

                                  @wendy2702 Jap, das ging.

                                  @Glasfaser

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

                                    Wie genau bist du vorgegangen beim Restore?

                                    Ich habe z.B. ein Full Backup gemacht.

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

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

                                    Kutz getestet ob Admin erreichbar.

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

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

                                    die Wiederherstellung angestoßen.

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

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

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

                                    Hast du von diesen Schritten zufällig die logs?

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

                                    1 Reply Last reply Reply Quote 0
                                    • M
                                      maxpd last edited by

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

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

                                      wendy2702 1 Reply Last reply Reply Quote 0
                                      • wendy2702
                                        wendy2702 @maxpd last edited by

                                        @maxpd sagte in IoBroker Backup einspielen:

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

                                        Das ist doch dann doppelt gemoppelt.

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

                                        M 1 Reply Last reply Reply Quote 0
                                        • M
                                          maxpd @wendy2702 last edited by

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

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

                                            Was für ein Image hast du verwendet?

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

                                            apt update && apt upgrade
                                            

                                            auf den aktuellsten Stand bringen.

                                            Dann mit

                                            raspi-config
                                            

                                            die notwendigen und gewünschten Einstellungen vornehmen.

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

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

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

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

                                            Hier gab es dieses Problem schonmal:

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

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

                                            Support us

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

                                            532
                                            Online

                                            32.0k
                                            Users

                                            80.4k
                                            Topics

                                            1.3m
                                            Posts

                                            backup iobroker
                                            11
                                            93
                                            20306
                                            Loading More Posts
                                            • Oldest to Newest
                                            • Newest to Oldest
                                            • Most Votes
                                            Reply
                                            • Reply as topic
                                            Log in to reply
                                            Community
                                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                            The ioBroker Community 2014-2023
                                            logo