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

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

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. Raspberry Pi4 läuft!

NEWS

  • Weihnachtsangebot 2025! 🎄
    BluefoxB
    Bluefox
    22
    1
    1.1k

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

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    14
    1
    2.4k

Raspberry Pi4 läuft!

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
pi4 buster
138 Beiträge 32 Kommentatoren 25.1k Aufrufe 22 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • D denjo

    @Homoran ich hab gestern auf ein anderen system buster installiert und dann konnte ich kein update machen, in ein anderen forum habe ich gelesen das die Entwickler noch Probleme haben und mit dem alten Raspbian klappte alles ohne probleme

    J Offline
    J Offline
    Jan1
    schrieb am zuletzt editiert von
    #115

    @denjo sagte in Raspberry Pi4 läuft!:

    @Homoran ich hab gestern auf ein anderen system buster installiert und dann konnte ich kein update machen, in ein anderen forum habe ich gelesen das die Entwickler noch Probleme haben und mit dem alten Raspbian klappte alles ohne probleme

    Update von was? Ich habe Buster laufen und da klappt ein Update wunderbar. Wenn man die Quelle nicht nennt, ist es schwer zu verstehen, von was Du sprichst.

    1 Antwort Letzte Antwort
    0
    • DenisMD Offline
      DenisMD Offline
      DenisM
      schrieb am zuletzt editiert von
      #116

      Also bei mir geht da nix mit dem Pi 4: :cry:

      pi@raspberrypi4:~ $ npm -v
      6.10.1
      pi@raspberrypi4:~ $ node -v
      v10.16.0
      pi@raspberrypi4:~ $ nodejs -v
      v10.16.0

      ==========================================================================
          Installing ioBroker (3/4)
      ==========================================================================
      
      gyp ERR! build error
      gyp ERR! stack Error: `make` failed with exit code: 2
      gyp ERR! stack     at ChildProcess.onExit (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:190:23)
      gyp ERR! stack     at ChildProcess.emit (events.js:198:13)
      gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:248:12)
      gyp ERR! System Linux 4.19.57-v7l+
      gyp ERR! command "/usr/bin/node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
      gyp ERR! cwd /opt/iobroker/node_modules/unix-dgram
      gyp ERR! node -v v10.16.0
      gyp ERR! node-gyp -v v5.0.2
      gyp ERR! not ok
      In file included from ../node_modules/nan/nan.h:190,
                       from ../src/unix_dgram.cc:5:
      ../node_modules/nan/nan_maybe_43_inl.h: In function ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’:
      ../node_modules/nan/nan_maybe_43_inl.h:88:15: error: ‘class v8::Object’ has no member named ‘ForceSet’
         return obj->ForceSet(GetCurrentContext(), key, value, attribs);
                     ^~~~~~~~
      In file included from ../src/unix_dgram.cc:5:
      ../node_modules/nan/nan.h: In function ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’:
      ../node_modules/nan/nan.h:817:60: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
               v8::Isolate::GetCurrent(), target, func, argc, argv);
                                                                  ^
      In file included from ../node_modules/nan/nan.h:47,
                       from ../src/unix_dgram.cc:5:
      /home/pi/.cache/node-gyp/10.16.0/include/node/node.h:177:50: note: declared here
                       NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                        ^~~~~~~~~~~~
      /home/pi/.cache/node-gyp/10.16.0/include/node/node.h:91:42: note: in definition of macro ‘NODE_DEPRECATED’
           __attribute__((deprecated(message))) declarator
                                                ^~~~~~~~~~
      In file included from ../src/unix_dgram.cc:5:
      ../node_modules/nan/nan.h:817:60: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
               v8::Isolate::GetCurrent(), target, func, argc, argv);
                                                                  ^
      In file included from ../node_modules/nan/nan.h:47,
                       from ../src/unix_dgram.cc:5:
      /home/pi/.cache/node-gyp/10.16.0/include/node/node.h:177:50: note: declared here
                       NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                        ^~~~~~~~~~~~
      /home/pi/.cache/node-gyp/10.16.0/include/node/node.h:91:42: note: in definition of macro ‘NODE_DEPRECATED’
           __attribute__((deprecated(message))) declarator
                                                ^~~~~~~~~~
      In file included from ../src/unix_dgram.cc:5:
      ../node_modules/nan/nan.h: In function ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::String>, int, v8::Local<v8::Value>*)’:
      ../node_modules/nan/nan.h:831:62: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::String>, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
               v8::Isolate::GetCurrent(), target, symbol, argc, argv);
                                                                    ^
      In file included from ../node_modules/nan/nan.h:47,
                       from ../src/unix_dgram.cc:5:
      /home/pi/.cache/node-gyp/10.16.0/include/node/node.h:170:50: note: declared here
                       NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                        ^~~~~~~~~~~~
      /home/pi/.cache/node-gyp/10.16.0/include/node/node.h:91:42: note: in definition of macro ‘NODE_DEPRECATED’
           __attribute__((deprecated(message))) declarator
                                                ^~~~~~~~~~
      In file included from ../src/unix_dgram.cc:5:
      ../node_modules/nan/nan.h:831:62: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::String>, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
               v8::Isolate::GetCurrent(), target, symbol, argc, argv);
                                                                    ^
      In file included from ../node_modules/nan/nan.h:47,
                       from ../src/unix_dgram.cc:5:
      /home/pi/.cache/node-gyp/10.16.0/include/node/node.h:170:50: note: declared here
                       NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                        ^~~~~~~~~~~~
      /home/pi/.cache/node-gyp/10.16.0/include/node/node.h:91:42: note: in definition of macro ‘NODE_DEPRECATED’
           __attribute__((deprecated(message))) declarator
                                                ^~~~~~~~~~
      In file included from ../src/unix_dgram.cc:5:
      ../node_modules/nan/nan.h: In function ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, const char*, int, v8::Local<v8::Value>*)’:
      ../node_modules/nan/nan.h:845:62: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, const char*, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
               v8::Isolate::GetCurrent(), target, method, argc, argv);
                                                                    ^
      In file included from ../node_modules/nan/nan.h:47,
                       from ../src/unix_dgram.cc:5:
      /home/pi/.cache/node-gyp/10.16.0/include/node/node.h:163:50: note: declared here
                       NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                        ^~~~~~~~~~~~
      /home/pi/.cache/node-gyp/10.16.0/include/node/node.h:91:42: note: in definition of macro ‘NODE_DEPRECATED’
           __attribute__((deprecated(message))) declarator
                                                ^~~~~~~~~~
      In file included from ../src/unix_dgram.cc:5:
      ../node_modules/nan/nan.h:845:62: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, const char*, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
               v8::Isolate::GetCurrent(), target, method, argc, argv);
                                                                    ^
      In file included from ../node_modules/nan/nan.h:47,
                       from ../src/unix_dgram.cc:5:
      /home/pi/.cache/node-gyp/10.16.0/include/node/node.h:163:50: note: declared here
                       NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                        ^~~~~~~~~~~~
      /home/pi/.cache/node-gyp/10.16.0/include/node/node.h:91:42: note: in definition of macro ‘NODE_DEPRECATED’
           __attribute__((deprecated(message))) declarator
                                                ^~~~~~~~~~
      In file included from ../src/unix_dgram.cc:5:
      ../node_modules/nan/nan.h: In member function ‘v8::Local<v8::Value> Nan::Callback::Call_(v8::Isolate*, v8::Local<v8::Object>, int, v8::Local<v8::Value>*) const’:
      ../node_modules/nan/nan.h:1463:5: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
           ));
           ^
      In file included from ../node_modules/nan/nan.h:47,
                       from ../src/unix_dgram.cc:5:
      /home/pi/.cache/node-gyp/10.16.0/include/node/node.h:177:50: note: declared here
                       NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                        ^~~~~~~~~~~~
      /home/pi/.cache/node-gyp/10.16.0/include/node/node.h:91:42: note: in definition of macro ‘NODE_DEPRECATED’
           __attribute__((deprecated(message))) declarator
                                                ^~~~~~~~~~
      In file included from ../src/unix_dgram.cc:5:
      ../node_modules/nan/nan.h:1463:5: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
           ));
           ^
      In file included from ../node_modules/nan/nan.h:47,
                       from ../src/unix_dgram.cc:5:
      /home/pi/.cache/node-gyp/10.16.0/include/node/node.h:177:50: note: declared here
                       NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                        ^~~~~~~~~~~~
      /home/pi/.cache/node-gyp/10.16.0/include/node/node.h:91:42: note: in definition of macro ‘NODE_DEPRECATED’
           __attribute__((deprecated(message))) declarator
                                                ^~~~~~~~~~
      In file included from ../src/unix_dgram.cc:5:
      ../node_modules/nan/nan.h: In function ‘void Nan::AsyncQueueWorker(Nan::AsyncWorker*)’:
      ../node_modules/nan/nan.h:1706:62: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type]
           , reinterpret_cast<uv_after_work_cb>(AsyncExecuteComplete)
                                                                    ^
      ../src/unix_dgram.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE {anonymous}::Socket(Nan::NAN_METHOD_ARGS_TYPE)’:
      ../src/unix_dgram.cc:189:37: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
         domain      = info[0]->Int32Value();
                                           ^
      In file included from /home/pi/.cache/node-gyp/10.16.0/include/node/v8.h:26,
                       from /home/pi/.cache/node-gyp/10.16.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.16.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.16.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
         declarator __attribute__((deprecated(message)))
         ^~~~~~~~~~
      ../src/unix_dgram.cc:190:37: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
         type        = info[1]->Int32Value();
                                           ^
      In file included from /home/pi/.cache/node-gyp/10.16.0/include/node/v8.h:26,
                       from /home/pi/.cache/node-gyp/10.16.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.16.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.16.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
         declarator __attribute__((deprecated(message)))
         ^~~~~~~~~~
      ../src/unix_dgram.cc:191:37: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
         protocol    = info[2]->Int32Value();
                                           ^
      In file included from /home/pi/.cache/node-gyp/10.16.0/include/node/v8.h:26,
                       from /home/pi/.cache/node-gyp/10.16.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.16.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.16.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
         declarator __attribute__((deprecated(message)))
         ^~~~~~~~~~
      ../src/unix_dgram.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE {anonymous}::Bind(Nan::NAN_METHOD_ARGS_TYPE)’:
      ../src/unix_dgram.cc:230:28: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
         fd = info[0]->Int32Value();
                                  ^
      In file included from /home/pi/.cache/node-gyp/10.16.0/include/node/v8.h:26,
                       from /home/pi/.cache/node-gyp/10.16.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.16.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.16.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
         declarator __attribute__((deprecated(message)))
         ^~~~~~~~~~
      ../src/unix_dgram.cc:231:33: warning: ‘v8::String::Utf8Value::Utf8Value(v8::Local<v8::Value>)’ is deprecated: Use Isolate version [-Wdeprecated-declarations]
         String::Utf8Value path(info[1]);
                                       ^
      In file included from /home/pi/.cache/node-gyp/10.16.0/include/node/v8.h:26,
                       from /home/pi/.cache/node-gyp/10.16.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.16.0/include/node/v8.h:2892:28: note: declared here
                         explicit Utf8Value(Local<v8::Value> obj));
                                  ^~~~~~~~~
      /home/pi/.cache/node-gyp/10.16.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
         declarator __attribute__((deprecated(message)))
         ^~~~~~~~~~
      ../src/unix_dgram.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE {anonymous}::SendTo(Nan::NAN_METHOD_ARGS_TYPE)’:
      ../src/unix_dgram.cc:258:28: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
         fd = info[0]->Int32Value();
                                  ^
      In file included from /home/pi/.cache/node-gyp/10.16.0/include/node/v8.h:26,
                       from /home/pi/.cache/node-gyp/10.16.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.16.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.16.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
         declarator __attribute__((deprecated(message)))
         ^~~~~~~~~~
      ../src/unix_dgram.cc:259:27: warning: ‘v8::Local<v8::Object> v8::Value::ToObject() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
         buf = info[1]->ToObject();
                                 ^
      In file included from /home/pi/.cache/node-gyp/10.16.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.16.0/include/node/v8.h:10046:15: note: declared here
       Local<Object> Value::ToObject() const {
                     ^~~~~
      ../src/unix_dgram.cc:260:33: warning: ‘uint32_t v8::Value::Uint32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
         offset = info[2]->Uint32Value();
                                       ^
      In file included from /home/pi/.cache/node-gyp/10.16.0/include/node/v8.h:26,
                       from /home/pi/.cache/node-gyp/10.16.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.16.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.16.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
         declarator __attribute__((deprecated(message)))
         ^~~~~~~~~~
      ../src/unix_dgram.cc:261:33: warning: ‘uint32_t v8::Value::Uint32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
         length = info[3]->Uint32Value();
                                       ^
      In file included from /home/pi/.cache/node-gyp/10.16.0/include/node/v8.h:26,
                       from /home/pi/.cache/node-gyp/10.16.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.16.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.16.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
         declarator __attribute__((deprecated(message)))
         ^~~~~~~~~~
      ../src/unix_dgram.cc:262:33: warning: ‘v8::String::Utf8Value::Utf8Value(v8::Local<v8::Value>)’ is deprecated: Use Isolate version [-Wdeprecated-declarations]
         String::Utf8Value path(info[4]);
                                       ^
      In file included from /home/pi/.cache/node-gyp/10.16.0/include/node/v8.h:26,
                       from /home/pi/.cache/node-gyp/10.16.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.16.0/include/node/v8.h:2892:28: note: declared here
                         explicit Utf8Value(Local<v8::Value> obj));
                                  ^~~~~~~~~
      /home/pi/.cache/node-gyp/10.16.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
         declarator __attribute__((deprecated(message)))
         ^~~~~~~~~~
      ../src/unix_dgram.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE {anonymous}::Send(Nan::NAN_METHOD_ARGS_TYPE)’:
      ../src/unix_dgram.cc:302:28: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
         fd = info[0]->Int32Value();
                                  ^
      In file included from /home/pi/.cache/node-gyp/10.16.0/include/node/v8.h:26,
                       from /home/pi/.cache/node-gyp/10.16.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.16.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.16.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
         declarator __attribute__((deprecated(message)))
         ^~~~~~~~~~
      ../src/unix_dgram.cc:303:27: warning: ‘v8::Local<v8::Object> v8::Value::ToObject() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
         buf = info[1]->ToObject();
                                 ^
      In file included from /home/pi/.cache/node-gyp/10.16.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.16.0/include/node/v8.h:10046:15: note: declared here
       Local<Object> Value::ToObject() const {
                     ^~~~~
      ../src/unix_dgram.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE {anonymous}::Connect(Nan::NAN_METHOD_ARGS_TYPE)’:
      ../src/unix_dgram.cc:340:28: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
         fd = info[0]->Int32Value();
                                  ^
      In file included from /home/pi/.cache/node-gyp/10.16.0/include/node/v8.h:26,
                       from /home/pi/.cache/node-gyp/10.16.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.16.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.16.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
         declarator __attribute__((deprecated(message)))
         ^~~~~~~~~~
      ../src/unix_dgram.cc:341:33: warning: ‘v8::String::Utf8Value::Utf8Value(v8::Local<v8::Value>)’ is deprecated: Use Isolate version [-Wdeprecated-declarations]
         String::Utf8Value path(info[1]);
                                       ^
      In file included from /home/pi/.cache/node-gyp/10.16.0/include/node/v8.h:26,
                       from /home/pi/.cache/node-gyp/10.16.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.16.0/include/node/v8.h:2892:28: note: declared here
                         explicit Utf8Value(Local<v8::Value> obj));
                                  ^~~~~~~~~
      /home/pi/.cache/node-gyp/10.16.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
         declarator __attribute__((deprecated(message)))
         ^~~~~~~~~~
      ../src/unix_dgram.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE {anonymous}::Close(Nan::NAN_METHOD_ARGS_TYPE)’:
      ../src/unix_dgram.cc:361:28: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
         fd = info[0]->Int32Value();
                                  ^
      In file included from /home/pi/.cache/node-gyp/10.16.0/include/node/v8.h:26,
                       from /home/pi/.cache/node-gyp/10.16.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.16.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.16.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
         declarator __attribute__((deprecated(message)))
         ^~~~~~~~~~
      In file included from ../node_modules/nan/nan.h:47,
                       from ../src/unix_dgram.cc:5:
      ../src/unix_dgram.cc: At global scope:
      /home/pi/.cache/node-gyp/10.16.0/include/node/node.h:573:43: warning: cast between incompatible function types from ‘void (*)(v8::Local<v8::Object>)’ to ‘node::addon_register_func’ {aka ‘void (*)(v8::Local<v8::Object>, v8::Local<v8::Value>, void*)’} [-Wcast-function-type]
             (node::addon_register_func) (regfunc),                          \
                                                 ^
      /home/pi/.cache/node-gyp/10.16.0/include/node/node.h:607:3: note: in expansion of macro ‘NODE_MODULE_X’
         NODE_MODULE_X(modname, regfunc, NULL, 0)  // NOLINT (readability/null_usage)
         ^~~~~~~~~~~~~
      ../src/unix_dgram.cc:420:1: note: in expansion of macro ‘NODE_MODULE’
       NODE_MODULE(unix_dgram, Initialize)
       ^~~~~~~~~~~
      In file included from /home/pi/.cache/node-gyp/10.16.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.16.0/include/node/v8.h: In instantiation of ‘void v8::PersistentBase<T>::SetWeak(P*, typename v8::WeakCallbackInfo<P>::Callback, v8::WeakCallbackType) [with P = node::ObjectWrap; T = v8::Object; typename v8::WeakCallbackInfo<P>::Callback = void (*)(const v8::WeakCallbackInfo<node::ObjectWrap>&)]’:
      /home/pi/.cache/node-gyp/10.16.0/include/node/node_object_wrap.h:84:78:   required from here
      /home/pi/.cache/node-gyp/10.16.0/include/node/v8.h:9502:16: warning: cast between incompatible function types from ‘v8::WeakCallbackInfo<node::ObjectWrap>::Callback’ {aka ‘void (*)(const v8::WeakCallbackInfo<node::ObjectWrap>&)’} to ‘Callback’ {aka ‘void (*)(const v8::WeakCallbackInfo<void>&)’} [-Wcast-function-type]
                      reinterpret_cast<Callback>(callback), type);
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      /home/pi/.cache/node-gyp/10.16.0/include/node/v8.h: In instantiation of ‘void v8::PersistentBase<T>::SetWeak(P*, typename v8::WeakCallbackInfo<P>::Callback, v8::WeakCallbackType) [with P = Nan::ObjectWrap; T = v8::Object; typename v8::WeakCallbackInfo<P>::Callback = void (*)(const v8::WeakCallbackInfo<Nan::ObjectWrap>&)]’:
      ../node_modules/nan/nan_object_wrap.h:66:61:   required from here
      /home/pi/.cache/node-gyp/10.16.0/include/node/v8.h:9502:16: warning: cast between incompatible function types from ‘v8::WeakCallbackInfo<Nan::ObjectWrap>::Callback’ {aka ‘void (*)(const v8::WeakCallbackInfo<Nan::ObjectWrap>&)’} to ‘Callback’ {aka ‘void (*)(const v8::WeakCallbackInfo<void>&)’} [-Wcast-function-type]
      make: *** [unix_dgram.target.mk:99: Release/obj.target/unix_dgram/src/unix_dgram.o] Fehler 1
      gyp ERR! build error
      gyp ERR! stack Error: `make` failed with exit code: 2
      gyp ERR! stack     at ChildProcess.onExit (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:190:23)
      gyp ERR! stack     at ChildProcess.emit (events.js:198:13)
      gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:248:12)
      gyp ERR! System Linux 4.19.57-v7l+
      gyp ERR! command "/usr/bin/node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
      gyp ERR! cwd /opt/iobroker/node_modules/unix-dgram
      gyp ERR! node -v v10.16.0
      gyp ERR! node-gyp -v v5.0.2
      gyp ERR! not ok
      
      
      
      AlCalzoneA 1 Antwort Letzte Antwort
      0
      • DenisMD DenisM

        Also bei mir geht da nix mit dem Pi 4: :cry:

        pi@raspberrypi4:~ $ npm -v
        6.10.1
        pi@raspberrypi4:~ $ node -v
        v10.16.0
        pi@raspberrypi4:~ $ nodejs -v
        v10.16.0

        ==========================================================================
            Installing ioBroker (3/4)
        ==========================================================================
        
        gyp ERR! build error
        gyp ERR! stack Error: `make` failed with exit code: 2
        gyp ERR! stack     at ChildProcess.onExit (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:190:23)
        gyp ERR! stack     at ChildProcess.emit (events.js:198:13)
        gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:248:12)
        gyp ERR! System Linux 4.19.57-v7l+
        gyp ERR! command "/usr/bin/node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
        gyp ERR! cwd /opt/iobroker/node_modules/unix-dgram
        gyp ERR! node -v v10.16.0
        gyp ERR! node-gyp -v v5.0.2
        gyp ERR! not ok
        In file included from ../node_modules/nan/nan.h:190,
                         from ../src/unix_dgram.cc:5:
        ../node_modules/nan/nan_maybe_43_inl.h: In function ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’:
        ../node_modules/nan/nan_maybe_43_inl.h:88:15: error: ‘class v8::Object’ has no member named ‘ForceSet’
           return obj->ForceSet(GetCurrentContext(), key, value, attribs);
                       ^~~~~~~~
        In file included from ../src/unix_dgram.cc:5:
        ../node_modules/nan/nan.h: In function ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’:
        ../node_modules/nan/nan.h:817:60: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
                 v8::Isolate::GetCurrent(), target, func, argc, argv);
                                                                    ^
        In file included from ../node_modules/nan/nan.h:47,
                         from ../src/unix_dgram.cc:5:
        /home/pi/.cache/node-gyp/10.16.0/include/node/node.h:177:50: note: declared here
                         NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                          ^~~~~~~~~~~~
        /home/pi/.cache/node-gyp/10.16.0/include/node/node.h:91:42: note: in definition of macro ‘NODE_DEPRECATED’
             __attribute__((deprecated(message))) declarator
                                                  ^~~~~~~~~~
        In file included from ../src/unix_dgram.cc:5:
        ../node_modules/nan/nan.h:817:60: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
                 v8::Isolate::GetCurrent(), target, func, argc, argv);
                                                                    ^
        In file included from ../node_modules/nan/nan.h:47,
                         from ../src/unix_dgram.cc:5:
        /home/pi/.cache/node-gyp/10.16.0/include/node/node.h:177:50: note: declared here
                         NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                          ^~~~~~~~~~~~
        /home/pi/.cache/node-gyp/10.16.0/include/node/node.h:91:42: note: in definition of macro ‘NODE_DEPRECATED’
             __attribute__((deprecated(message))) declarator
                                                  ^~~~~~~~~~
        In file included from ../src/unix_dgram.cc:5:
        ../node_modules/nan/nan.h: In function ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::String>, int, v8::Local<v8::Value>*)’:
        ../node_modules/nan/nan.h:831:62: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::String>, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
                 v8::Isolate::GetCurrent(), target, symbol, argc, argv);
                                                                      ^
        In file included from ../node_modules/nan/nan.h:47,
                         from ../src/unix_dgram.cc:5:
        /home/pi/.cache/node-gyp/10.16.0/include/node/node.h:170:50: note: declared here
                         NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                          ^~~~~~~~~~~~
        /home/pi/.cache/node-gyp/10.16.0/include/node/node.h:91:42: note: in definition of macro ‘NODE_DEPRECATED’
             __attribute__((deprecated(message))) declarator
                                                  ^~~~~~~~~~
        In file included from ../src/unix_dgram.cc:5:
        ../node_modules/nan/nan.h:831:62: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::String>, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
                 v8::Isolate::GetCurrent(), target, symbol, argc, argv);
                                                                      ^
        In file included from ../node_modules/nan/nan.h:47,
                         from ../src/unix_dgram.cc:5:
        /home/pi/.cache/node-gyp/10.16.0/include/node/node.h:170:50: note: declared here
                         NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                          ^~~~~~~~~~~~
        /home/pi/.cache/node-gyp/10.16.0/include/node/node.h:91:42: note: in definition of macro ‘NODE_DEPRECATED’
             __attribute__((deprecated(message))) declarator
                                                  ^~~~~~~~~~
        In file included from ../src/unix_dgram.cc:5:
        ../node_modules/nan/nan.h: In function ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, const char*, int, v8::Local<v8::Value>*)’:
        ../node_modules/nan/nan.h:845:62: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, const char*, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
                 v8::Isolate::GetCurrent(), target, method, argc, argv);
                                                                      ^
        In file included from ../node_modules/nan/nan.h:47,
                         from ../src/unix_dgram.cc:5:
        /home/pi/.cache/node-gyp/10.16.0/include/node/node.h:163:50: note: declared here
                         NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                          ^~~~~~~~~~~~
        /home/pi/.cache/node-gyp/10.16.0/include/node/node.h:91:42: note: in definition of macro ‘NODE_DEPRECATED’
             __attribute__((deprecated(message))) declarator
                                                  ^~~~~~~~~~
        In file included from ../src/unix_dgram.cc:5:
        ../node_modules/nan/nan.h:845:62: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, const char*, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
                 v8::Isolate::GetCurrent(), target, method, argc, argv);
                                                                      ^
        In file included from ../node_modules/nan/nan.h:47,
                         from ../src/unix_dgram.cc:5:
        /home/pi/.cache/node-gyp/10.16.0/include/node/node.h:163:50: note: declared here
                         NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                          ^~~~~~~~~~~~
        /home/pi/.cache/node-gyp/10.16.0/include/node/node.h:91:42: note: in definition of macro ‘NODE_DEPRECATED’
             __attribute__((deprecated(message))) declarator
                                                  ^~~~~~~~~~
        In file included from ../src/unix_dgram.cc:5:
        ../node_modules/nan/nan.h: In member function ‘v8::Local<v8::Value> Nan::Callback::Call_(v8::Isolate*, v8::Local<v8::Object>, int, v8::Local<v8::Value>*) const’:
        ../node_modules/nan/nan.h:1463:5: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
             ));
             ^
        In file included from ../node_modules/nan/nan.h:47,
                         from ../src/unix_dgram.cc:5:
        /home/pi/.cache/node-gyp/10.16.0/include/node/node.h:177:50: note: declared here
                         NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                          ^~~~~~~~~~~~
        /home/pi/.cache/node-gyp/10.16.0/include/node/node.h:91:42: note: in definition of macro ‘NODE_DEPRECATED’
             __attribute__((deprecated(message))) declarator
                                                  ^~~~~~~~~~
        In file included from ../src/unix_dgram.cc:5:
        ../node_modules/nan/nan.h:1463:5: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
             ));
             ^
        In file included from ../node_modules/nan/nan.h:47,
                         from ../src/unix_dgram.cc:5:
        /home/pi/.cache/node-gyp/10.16.0/include/node/node.h:177:50: note: declared here
                         NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                          ^~~~~~~~~~~~
        /home/pi/.cache/node-gyp/10.16.0/include/node/node.h:91:42: note: in definition of macro ‘NODE_DEPRECATED’
             __attribute__((deprecated(message))) declarator
                                                  ^~~~~~~~~~
        In file included from ../src/unix_dgram.cc:5:
        ../node_modules/nan/nan.h: In function ‘void Nan::AsyncQueueWorker(Nan::AsyncWorker*)’:
        ../node_modules/nan/nan.h:1706:62: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type]
             , reinterpret_cast<uv_after_work_cb>(AsyncExecuteComplete)
                                                                      ^
        ../src/unix_dgram.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE {anonymous}::Socket(Nan::NAN_METHOD_ARGS_TYPE)’:
        ../src/unix_dgram.cc:189:37: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
           domain      = info[0]->Int32Value();
                                             ^
        In file included from /home/pi/.cache/node-gyp/10.16.0/include/node/v8.h:26,
                         from /home/pi/.cache/node-gyp/10.16.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.16.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.16.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
           declarator __attribute__((deprecated(message)))
           ^~~~~~~~~~
        ../src/unix_dgram.cc:190:37: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
           type        = info[1]->Int32Value();
                                             ^
        In file included from /home/pi/.cache/node-gyp/10.16.0/include/node/v8.h:26,
                         from /home/pi/.cache/node-gyp/10.16.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.16.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.16.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
           declarator __attribute__((deprecated(message)))
           ^~~~~~~~~~
        ../src/unix_dgram.cc:191:37: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
           protocol    = info[2]->Int32Value();
                                             ^
        In file included from /home/pi/.cache/node-gyp/10.16.0/include/node/v8.h:26,
                         from /home/pi/.cache/node-gyp/10.16.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.16.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.16.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
           declarator __attribute__((deprecated(message)))
           ^~~~~~~~~~
        ../src/unix_dgram.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE {anonymous}::Bind(Nan::NAN_METHOD_ARGS_TYPE)’:
        ../src/unix_dgram.cc:230:28: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
           fd = info[0]->Int32Value();
                                    ^
        In file included from /home/pi/.cache/node-gyp/10.16.0/include/node/v8.h:26,
                         from /home/pi/.cache/node-gyp/10.16.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.16.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.16.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
           declarator __attribute__((deprecated(message)))
           ^~~~~~~~~~
        ../src/unix_dgram.cc:231:33: warning: ‘v8::String::Utf8Value::Utf8Value(v8::Local<v8::Value>)’ is deprecated: Use Isolate version [-Wdeprecated-declarations]
           String::Utf8Value path(info[1]);
                                         ^
        In file included from /home/pi/.cache/node-gyp/10.16.0/include/node/v8.h:26,
                         from /home/pi/.cache/node-gyp/10.16.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.16.0/include/node/v8.h:2892:28: note: declared here
                           explicit Utf8Value(Local<v8::Value> obj));
                                    ^~~~~~~~~
        /home/pi/.cache/node-gyp/10.16.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
           declarator __attribute__((deprecated(message)))
           ^~~~~~~~~~
        ../src/unix_dgram.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE {anonymous}::SendTo(Nan::NAN_METHOD_ARGS_TYPE)’:
        ../src/unix_dgram.cc:258:28: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
           fd = info[0]->Int32Value();
                                    ^
        In file included from /home/pi/.cache/node-gyp/10.16.0/include/node/v8.h:26,
                         from /home/pi/.cache/node-gyp/10.16.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.16.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.16.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
           declarator __attribute__((deprecated(message)))
           ^~~~~~~~~~
        ../src/unix_dgram.cc:259:27: warning: ‘v8::Local<v8::Object> v8::Value::ToObject() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
           buf = info[1]->ToObject();
                                   ^
        In file included from /home/pi/.cache/node-gyp/10.16.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.16.0/include/node/v8.h:10046:15: note: declared here
         Local<Object> Value::ToObject() const {
                       ^~~~~
        ../src/unix_dgram.cc:260:33: warning: ‘uint32_t v8::Value::Uint32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
           offset = info[2]->Uint32Value();
                                         ^
        In file included from /home/pi/.cache/node-gyp/10.16.0/include/node/v8.h:26,
                         from /home/pi/.cache/node-gyp/10.16.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.16.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.16.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
           declarator __attribute__((deprecated(message)))
           ^~~~~~~~~~
        ../src/unix_dgram.cc:261:33: warning: ‘uint32_t v8::Value::Uint32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
           length = info[3]->Uint32Value();
                                         ^
        In file included from /home/pi/.cache/node-gyp/10.16.0/include/node/v8.h:26,
                         from /home/pi/.cache/node-gyp/10.16.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.16.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.16.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
           declarator __attribute__((deprecated(message)))
           ^~~~~~~~~~
        ../src/unix_dgram.cc:262:33: warning: ‘v8::String::Utf8Value::Utf8Value(v8::Local<v8::Value>)’ is deprecated: Use Isolate version [-Wdeprecated-declarations]
           String::Utf8Value path(info[4]);
                                         ^
        In file included from /home/pi/.cache/node-gyp/10.16.0/include/node/v8.h:26,
                         from /home/pi/.cache/node-gyp/10.16.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.16.0/include/node/v8.h:2892:28: note: declared here
                           explicit Utf8Value(Local<v8::Value> obj));
                                    ^~~~~~~~~
        /home/pi/.cache/node-gyp/10.16.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
           declarator __attribute__((deprecated(message)))
           ^~~~~~~~~~
        ../src/unix_dgram.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE {anonymous}::Send(Nan::NAN_METHOD_ARGS_TYPE)’:
        ../src/unix_dgram.cc:302:28: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
           fd = info[0]->Int32Value();
                                    ^
        In file included from /home/pi/.cache/node-gyp/10.16.0/include/node/v8.h:26,
                         from /home/pi/.cache/node-gyp/10.16.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.16.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.16.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
           declarator __attribute__((deprecated(message)))
           ^~~~~~~~~~
        ../src/unix_dgram.cc:303:27: warning: ‘v8::Local<v8::Object> v8::Value::ToObject() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
           buf = info[1]->ToObject();
                                   ^
        In file included from /home/pi/.cache/node-gyp/10.16.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.16.0/include/node/v8.h:10046:15: note: declared here
         Local<Object> Value::ToObject() const {
                       ^~~~~
        ../src/unix_dgram.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE {anonymous}::Connect(Nan::NAN_METHOD_ARGS_TYPE)’:
        ../src/unix_dgram.cc:340:28: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
           fd = info[0]->Int32Value();
                                    ^
        In file included from /home/pi/.cache/node-gyp/10.16.0/include/node/v8.h:26,
                         from /home/pi/.cache/node-gyp/10.16.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.16.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.16.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
           declarator __attribute__((deprecated(message)))
           ^~~~~~~~~~
        ../src/unix_dgram.cc:341:33: warning: ‘v8::String::Utf8Value::Utf8Value(v8::Local<v8::Value>)’ is deprecated: Use Isolate version [-Wdeprecated-declarations]
           String::Utf8Value path(info[1]);
                                         ^
        In file included from /home/pi/.cache/node-gyp/10.16.0/include/node/v8.h:26,
                         from /home/pi/.cache/node-gyp/10.16.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.16.0/include/node/v8.h:2892:28: note: declared here
                           explicit Utf8Value(Local<v8::Value> obj));
                                    ^~~~~~~~~
        /home/pi/.cache/node-gyp/10.16.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
           declarator __attribute__((deprecated(message)))
           ^~~~~~~~~~
        ../src/unix_dgram.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE {anonymous}::Close(Nan::NAN_METHOD_ARGS_TYPE)’:
        ../src/unix_dgram.cc:361:28: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
           fd = info[0]->Int32Value();
                                    ^
        In file included from /home/pi/.cache/node-gyp/10.16.0/include/node/v8.h:26,
                         from /home/pi/.cache/node-gyp/10.16.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.16.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.16.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
           declarator __attribute__((deprecated(message)))
           ^~~~~~~~~~
        In file included from ../node_modules/nan/nan.h:47,
                         from ../src/unix_dgram.cc:5:
        ../src/unix_dgram.cc: At global scope:
        /home/pi/.cache/node-gyp/10.16.0/include/node/node.h:573:43: warning: cast between incompatible function types from ‘void (*)(v8::Local<v8::Object>)’ to ‘node::addon_register_func’ {aka ‘void (*)(v8::Local<v8::Object>, v8::Local<v8::Value>, void*)’} [-Wcast-function-type]
               (node::addon_register_func) (regfunc),                          \
                                                   ^
        /home/pi/.cache/node-gyp/10.16.0/include/node/node.h:607:3: note: in expansion of macro ‘NODE_MODULE_X’
           NODE_MODULE_X(modname, regfunc, NULL, 0)  // NOLINT (readability/null_usage)
           ^~~~~~~~~~~~~
        ../src/unix_dgram.cc:420:1: note: in expansion of macro ‘NODE_MODULE’
         NODE_MODULE(unix_dgram, Initialize)
         ^~~~~~~~~~~
        In file included from /home/pi/.cache/node-gyp/10.16.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.16.0/include/node/v8.h: In instantiation of ‘void v8::PersistentBase<T>::SetWeak(P*, typename v8::WeakCallbackInfo<P>::Callback, v8::WeakCallbackType) [with P = node::ObjectWrap; T = v8::Object; typename v8::WeakCallbackInfo<P>::Callback = void (*)(const v8::WeakCallbackInfo<node::ObjectWrap>&)]’:
        /home/pi/.cache/node-gyp/10.16.0/include/node/node_object_wrap.h:84:78:   required from here
        /home/pi/.cache/node-gyp/10.16.0/include/node/v8.h:9502:16: warning: cast between incompatible function types from ‘v8::WeakCallbackInfo<node::ObjectWrap>::Callback’ {aka ‘void (*)(const v8::WeakCallbackInfo<node::ObjectWrap>&)’} to ‘Callback’ {aka ‘void (*)(const v8::WeakCallbackInfo<void>&)’} [-Wcast-function-type]
                        reinterpret_cast<Callback>(callback), type);
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        /home/pi/.cache/node-gyp/10.16.0/include/node/v8.h: In instantiation of ‘void v8::PersistentBase<T>::SetWeak(P*, typename v8::WeakCallbackInfo<P>::Callback, v8::WeakCallbackType) [with P = Nan::ObjectWrap; T = v8::Object; typename v8::WeakCallbackInfo<P>::Callback = void (*)(const v8::WeakCallbackInfo<Nan::ObjectWrap>&)]’:
        ../node_modules/nan/nan_object_wrap.h:66:61:   required from here
        /home/pi/.cache/node-gyp/10.16.0/include/node/v8.h:9502:16: warning: cast between incompatible function types from ‘v8::WeakCallbackInfo<Nan::ObjectWrap>::Callback’ {aka ‘void (*)(const v8::WeakCallbackInfo<Nan::ObjectWrap>&)’} to ‘Callback’ {aka ‘void (*)(const v8::WeakCallbackInfo<void>&)’} [-Wcast-function-type]
        make: *** [unix_dgram.target.mk:99: Release/obj.target/unix_dgram/src/unix_dgram.o] Fehler 1
        gyp ERR! build error
        gyp ERR! stack Error: `make` failed with exit code: 2
        gyp ERR! stack     at ChildProcess.onExit (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:190:23)
        gyp ERR! stack     at ChildProcess.emit (events.js:198:13)
        gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:248:12)
        gyp ERR! System Linux 4.19.57-v7l+
        gyp ERR! command "/usr/bin/node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
        gyp ERR! cwd /opt/iobroker/node_modules/unix-dgram
        gyp ERR! node -v v10.16.0
        gyp ERR! node-gyp -v v5.0.2
        gyp ERR! not ok
        
        
        
        AlCalzoneA Offline
        AlCalzoneA Offline
        AlCalzone
        Developer
        schrieb am zuletzt editiert von
        #117

        @DenisM Macht er da nicht weiter oder was? Bis dahin sieht alles mehr oder weniger normal aus. unix-dgram kannste ignorieren.

        Warum `sudo` böse ist: https://forum.iobroker.net/post/17109

        1 Antwort Letzte Antwort
        0
        • D Offline
          D Offline
          DerS
          schrieb am zuletzt editiert von
          #118

          Der Backupit Adapter funzt tadellos beim Pi 4, getestet mit minimal Backup und auf dem Pi 3 erstellt. Kein Image verwendet und Node 10 installliert.
          Der Umzug ist vollbracht. ;-)

          1 Antwort Letzte Antwort
          0
          • HomoranH Homoran

            @Solear sagte in Raspberry Pi4 läuft!:

            USB-Boot wird jedoch noch nicht vom RPI4 mit Buster unterstützt.

            ich weiß!

            gibt aber noch genug anderes

            M Offline
            M Offline
            Markus Faltermeier
            schrieb am zuletzt editiert von
            #119

            @Homoran
            Hallo
            Weiß jemand zufällig wie bzgl. usb Boot der Zeitplan aussieht.
            Also reden wir von Wochen oder eher Monaten?

            Ich frage deshalb weil mein pi3 an der Grenze ist und ich jetzt den pi4 mit 4GB aufsetzten möchte.
            Ich möchte gerne wissen, ob ich noch auf den Support für usb Boot warten kann oder ob ich erst mal auf SD installiere und nachher nochmal umziehe. 😃

            Vielen Dank schonmal

            LG Markus

            HomoranH paul53P 2 Antworten Letzte Antwort
            0
            • M Markus Faltermeier

              @Homoran
              Hallo
              Weiß jemand zufällig wie bzgl. usb Boot der Zeitplan aussieht.
              Also reden wir von Wochen oder eher Monaten?

              Ich frage deshalb weil mein pi3 an der Grenze ist und ich jetzt den pi4 mit 4GB aufsetzten möchte.
              Ich möchte gerne wissen, ob ich noch auf den Support für usb Boot warten kann oder ob ich erst mal auf SD installiere und nachher nochmal umziehe. 😃

              Vielen Dank schonmal

              LG Markus

              HomoranH Nicht stören
              HomoranH Nicht stören
              Homoran
              Global Moderator Administrators
              schrieb am zuletzt editiert von Homoran
              #120

              @Markus-Faltermeier sagte in Raspberry Pi4 läuft!:

              Weiß jemand zufällig wie bzgl. usb Boot der Zeitplan aussieht.

              Das musst du bei raspberrypi.org fragen.
              Da haben wir keinen Einfluss.

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

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

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

              M 1 Antwort Letzte Antwort
              0
              • HomoranH Homoran

                @Markus-Faltermeier sagte in Raspberry Pi4 läuft!:

                Weiß jemand zufällig wie bzgl. usb Boot der Zeitplan aussieht.

                Das musst du bei raspberrypi.org fragen.
                Da haben wir keinen Einfluss.

                M Offline
                M Offline
                Markus Faltermeier
                schrieb am zuletzt editiert von
                #121

                @Homoran
                Ok Danke für die info

                1 Antwort Letzte Antwort
                0
                • M Markus Faltermeier

                  @Homoran
                  Hallo
                  Weiß jemand zufällig wie bzgl. usb Boot der Zeitplan aussieht.
                  Also reden wir von Wochen oder eher Monaten?

                  Ich frage deshalb weil mein pi3 an der Grenze ist und ich jetzt den pi4 mit 4GB aufsetzten möchte.
                  Ich möchte gerne wissen, ob ich noch auf den Support für usb Boot warten kann oder ob ich erst mal auf SD installiere und nachher nochmal umziehe. 😃

                  Vielen Dank schonmal

                  LG Markus

                  paul53P Offline
                  paul53P Offline
                  paul53
                  schrieb am zuletzt editiert von
                  #122

                  @Markus-Faltermeier sagte:

                  ob ich erst mal auf SD installiere und nachher nochmal umziehe.

                  Was bei allen RasPi-Varianten möglich sein sollte: Booten des Systems (root fs) auf USB-Stick / SSD von der SD Card. Von der SD Card wird nur die Bootpartition verwendet. Das mache ich mit meinem RasPi 2 so.

                  Bitte verzichtet auf Chat-Nachrichten, denn die Handhabung ist grauenhaft !
                  Produktiv: RPi 2 mit S.USV, HM-MOD-RPI und SLC-USB-Stick mit root fs

                  1 Antwort Letzte Antwort
                  0
                  • F Offline
                    F Offline
                    Fab296
                    schrieb am zuletzt editiert von
                    #123

                    Darf ich mal fragen welche Vorteile der USB boot hat im Vergleich zum SD-Karten boot?

                    Also wenn ich mir die gängigen USB 3.0 Sticks anschaue haben sie ja die gleiche Geschwindigkeit wie die SD-Karten?! Oder beherrscht der Raspberry schon USB 3.1?

                    AsgothianA 1 Antwort Letzte Antwort
                    0
                    • F Fab296

                      Darf ich mal fragen welche Vorteile der USB boot hat im Vergleich zum SD-Karten boot?

                      Also wenn ich mir die gängigen USB 3.0 Sticks anschaue haben sie ja die gleiche Geschwindigkeit wie die SD-Karten?! Oder beherrscht der Raspberry schon USB 3.1?

                      AsgothianA Offline
                      AsgothianA Offline
                      Asgothian
                      Developer
                      schrieb am zuletzt editiert von
                      #124

                      @Fab296
                      Der Vorteil liegt darin das du weniger empfindliche Speichersysteme als die standard SD Karten verwenden kannst. Der RPi hat den Ruf weg, die Speicherkarten gerne mal zu töten, insbesondere bei einem Stromausfall.

                      A.

                      ioBroker auf RPi4 - Hardware soweit wie möglich via Zigbee.
                      "Shit don't work" ist keine Fehlermeldung, sondern ein Fluch.

                      F 1 Antwort Letzte Antwort
                      0
                      • AsgothianA Asgothian

                        @Fab296
                        Der Vorteil liegt darin das du weniger empfindliche Speichersysteme als die standard SD Karten verwenden kannst. Der RPi hat den Ruf weg, die Speicherkarten gerne mal zu töten, insbesondere bei einem Stromausfall.

                        A.

                        F Offline
                        F Offline
                        Fab296
                        schrieb am zuletzt editiert von
                        #125

                        @Asgothian

                        Danke für die Antwort. Was wäre den das beste Speichersystem für den RPI? Stick, exteren USB Festplatte?

                        paul53P 1 Antwort Letzte Antwort
                        0
                        • F Fab296

                          @Asgothian

                          Danke für die Antwort. Was wäre den das beste Speichersystem für den RPI? Stick, exteren USB Festplatte?

                          paul53P Offline
                          paul53P Offline
                          paul53
                          schrieb am zuletzt editiert von paul53
                          #126

                          @Fab296
                          Ich bevorzuge SLC-USB-Sticks MX-ES (160 MB/s schnell, hohe Schreib-Belastbarkeit, geringe Stromaufnahme). Da es offenbar nur noch einen Anbieter in DE gibt, sind die Preise gestiegen. Deshalb ist eine externe USB-3.0-SSD eine gute Alternative.

                          Bitte verzichtet auf Chat-Nachrichten, denn die Handhabung ist grauenhaft !
                          Produktiv: RPi 2 mit S.USV, HM-MOD-RPI und SLC-USB-Stick mit root fs

                          F 1 Antwort Letzte Antwort
                          0
                          • paul53P paul53

                            @Fab296
                            Ich bevorzuge SLC-USB-Sticks MX-ES (160 MB/s schnell, hohe Schreib-Belastbarkeit, geringe Stromaufnahme). Da es offenbar nur noch einen Anbieter in DE gibt, sind die Preise gestiegen. Deshalb ist eine externe USB-3.0-SSD eine gute Alternative.

                            F Offline
                            F Offline
                            Fab296
                            schrieb am zuletzt editiert von
                            #127

                            @paul53
                            danke für die Tipps!

                            J 1 Antwort Letzte Antwort
                            0
                            • F Fab296

                              @paul53
                              danke für die Tipps!

                              J Offline
                              J Offline
                              Jan1
                              schrieb am zuletzt editiert von
                              #128

                              @Fab296
                              Dann noch den Tip, keine "normalen" USB Sticks verwenden, denn die sind unter Umständen sogar schnell hin als ne gute SD Karte.

                              1 Antwort Letzte Antwort
                              0
                              • opossumO Offline
                                opossumO Offline
                                opossum
                                schrieb am zuletzt editiert von
                                #129

                                Hallo,

                                ich habe jetzt mein Testsystem mit dem PI4 fertig. Buster lite genommen, dann alle Updates und config. MariaDB installiert. Dann iobroker installiert, Standard-Backup zurückgespielt und dann alle Adapter, die nicht auf Anhieb liefen, nochmals von GIT installiert und konfiguriert. Alle Adapter sind am Laufen, auch die vis ist mit allen Seiten ok. Lediglich das Verzeichnis mit meinen .png von Prod. nach Test kopiert. Dann habe ich mal die Temperatur kontrolliert, lag bei 77°C. PI ist einem normalen PI-Gehäuse untergebracht. Das war mir zu viel. Habe dann den Tip von hier befolgt. Ich hatte noch einen Einschub für eine Wechselfestplatte liegen, da war ein kleiner Lüfter verbaut. Den habe ich ausgebaut und in den Deckel des PI-Gehäuses eingebaut. Angeschlossen an die PINs 2 und 4 . Der Lüfter läuft mit 5V und ist nicht zu hören. Hoffe, dass das der PI mir das nicht übel nimmt. Zusätzlich den RPI-Adapter installiert, um die Temperatur auslesen zu können. Der Lüfter schaufelt die Luft ins Gehäuse. Jetzt liegt die Temperatur bei 58°C. Das erscheint mir als annehmbar.

                                https://schlepper-petersdorf.jimdofree.com/

                                1 Antwort Letzte Antwort
                                0
                                • C Offline
                                  C Offline
                                  Christian.B
                                  schrieb am zuletzt editiert von
                                  #130

                                  Hallo Leute,
                                  kann mir bitte jemand sagen, ob ich den zweiten Eintag von redis auf file umstellen kann? Und falls das geht, wie ich das machen kann?
                                  Seit Freitag versuche ich meinen aktuellen iobroker von raspi 3 auf den Raspi 4 umziehen, was immer beim Eispielen des Backups scheitert. Ich denke, dass es an redis liegt, da bei neuem iobroker auf dem raspi4 auf beiden Positionen "file" steht.
                                  Danke im Voraus und Grüße!Screenshot 2019-08-18 14.49.04.png

                                  viele Grüße

                                  Christian

                                  HomoranH 1 Antwort Letzte Antwort
                                  0
                                  • C Christian.B

                                    Hallo Leute,
                                    kann mir bitte jemand sagen, ob ich den zweiten Eintag von redis auf file umstellen kann? Und falls das geht, wie ich das machen kann?
                                    Seit Freitag versuche ich meinen aktuellen iobroker von raspi 3 auf den Raspi 4 umziehen, was immer beim Eispielen des Backups scheitert. Ich denke, dass es an redis liegt, da bei neuem iobroker auf dem raspi4 auf beiden Positionen "file" steht.
                                    Danke im Voraus und Grüße!Screenshot 2019-08-18 14.49.04.png

                                    HomoranH Nicht stören
                                    HomoranH Nicht stören
                                    Homoran
                                    Global Moderator Administrators
                                    schrieb am zuletzt editiert von
                                    #131

                                    @Christian-B sagte in Raspberry Pi4 läuft!:

                                    da bei neuem iobroker auf dem raspi4 auf beiden Positionen "file" steht.

                                    hast du das Readme dazu gelesen?

                                    Installation von Redis
                                    Diese Images enthalten nicht mehr die Datenbank Redis um die States zu speichern. Bei schwachen Rechnern und geringem RAM erhöht die Verwendung von Redis die Performance teilweise erheblich. Bei schnelleren Rechnern reduziert es die Schreibzugriffe und verlängert so das Leben der SD-Karte.

                                    Sollte Redis installiert werden sollen muss bei den aktuellen Images wie folgt vorgegangen werden.

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

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

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

                                    1 Antwort Letzte Antwort
                                    0
                                    • C Offline
                                      C Offline
                                      Christian.B
                                      schrieb am zuletzt editiert von
                                      #132

                                      @Homoran sagte in Raspberry Pi4 läuft!:

                                      edis

                                      nein habe ich nicht und ich muss auch gestehen, dass ich mit diesen Informationen im Moment etwas überfordert bin. Bis heute Morgen habe ich noch nie etwas von redis gehört. Was sagt das im Klartext aus? das ich auf dem neuen raspi 4 auch redis nutzen soll oder, dass der der Umzug von Raspi 3 mit redis auf Raspi 4 nicht klappt.
                                      Sorry, dass ich mich so anstelle, das ich nicht meide Welt, dennoch habe ich mit iobroker es hinbekommen ein ausgewachsenes smarthome aufzubauen. Jetzt drehe ich mich seit 3 Tagen im Kreis und komme nicht weiter.

                                      viele Grüße

                                      Christian

                                      HomoranH 1 Antwort Letzte Antwort
                                      0
                                      • C Christian.B

                                        @Homoran sagte in Raspberry Pi4 läuft!:

                                        edis

                                        nein habe ich nicht und ich muss auch gestehen, dass ich mit diesen Informationen im Moment etwas überfordert bin. Bis heute Morgen habe ich noch nie etwas von redis gehört. Was sagt das im Klartext aus? das ich auf dem neuen raspi 4 auch redis nutzen soll oder, dass der der Umzug von Raspi 3 mit redis auf Raspi 4 nicht klappt.
                                        Sorry, dass ich mich so anstelle, das ich nicht meide Welt, dennoch habe ich mit iobroker es hinbekommen ein ausgewachsenes smarthome aufzubauen. Jetzt drehe ich mich seit 3 Tagen im Kreis und komme nicht weiter.

                                        HomoranH Nicht stören
                                        HomoranH Nicht stören
                                        Homoran
                                        Global Moderator Administrators
                                        schrieb am zuletzt editiert von
                                        #133

                                        @Christian-B sagte in Raspberry Pi4 läuft!:

                                        das ich nicht meide Welt,

                                        kein Problem, das schaffen wir.

                                        @Christian-B sagte in Raspberry Pi4 läuft!:

                                        Bis heute Morgen habe ich noch nie etwas von redis gehört.

                                        Redis ist eine Datenbank, die für einen effektiveren und damit ressourcenschonenderen Umgang mit den States sorgt.

                                        @Christian-B sagte in Raspberry Pi4 läuft!:

                                        das ich auf dem neuen raspi 4 auch redis nutzen soll

                                        es hat schon seine Vorteile:

                                        @Homoran sagte in Raspberry Pi4 läuft!:

                                        Bei schwachen Rechnern und geringem RAM erhöht die Verwendung von Redis die Performance teilweise erheblich. Bei schnelleren Rechnern reduziert es die Schreibzugriffe und verlängert so das Leben der SD-Karte.

                                        Wenn du kein Redis nutzen willst musst du VOR dem Backup auf dem alten Raspi dieses über iobroker setup custom deaktivieren. indem du alle states auf file stellst.

                                        Dann kannst du das Backup auch ohne Redis einspielen.

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

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

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

                                        C 1 Antwort Letzte Antwort
                                        0
                                        • HomoranH Homoran

                                          @Christian-B sagte in Raspberry Pi4 läuft!:

                                          das ich nicht meide Welt,

                                          kein Problem, das schaffen wir.

                                          @Christian-B sagte in Raspberry Pi4 läuft!:

                                          Bis heute Morgen habe ich noch nie etwas von redis gehört.

                                          Redis ist eine Datenbank, die für einen effektiveren und damit ressourcenschonenderen Umgang mit den States sorgt.

                                          @Christian-B sagte in Raspberry Pi4 läuft!:

                                          das ich auf dem neuen raspi 4 auch redis nutzen soll

                                          es hat schon seine Vorteile:

                                          @Homoran sagte in Raspberry Pi4 läuft!:

                                          Bei schwachen Rechnern und geringem RAM erhöht die Verwendung von Redis die Performance teilweise erheblich. Bei schnelleren Rechnern reduziert es die Schreibzugriffe und verlängert so das Leben der SD-Karte.

                                          Wenn du kein Redis nutzen willst musst du VOR dem Backup auf dem alten Raspi dieses über iobroker setup custom deaktivieren. indem du alle states auf file stellst.

                                          Dann kannst du das Backup auch ohne Redis einspielen.

                                          C Offline
                                          C Offline
                                          Christian.B
                                          schrieb am zuletzt editiert von
                                          #134

                                          Boaaahhh @Homoran ... das hat jetzt mit deinem Hinweis und 3 Tagen Quälerei ENDLICH geklappt. Raspi 4 mit dem "alten" iObroker läuft! Hab wieder was gelernt und es geht weiter.
                                          Suuuper, vielen Dank und Grüße
                                          Christian

                                          viele Grüße

                                          Christian

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


                                          Support us

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

                                          403

                                          Online

                                          32.5k

                                          Benutzer

                                          81.6k

                                          Themen

                                          1.3m

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

                                          • Du hast noch kein Konto? Registrieren

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