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. [gelöst]Adapter update geht nicht mehr

NEWS

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    13
    1
    163

  • Jahresrückblick 2025 – unser neuer Blogbeitrag ist online! ✨
    BluefoxB
    Bluefox
    17
    1
    4.3k

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    13
    1
    1.3k

[gelöst]Adapter update geht nicht mehr

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
56 Beiträge 4 Kommentatoren 4.3k Aufrufe 2 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.
  • Thomas BraunT Thomas Braun

    @stoffel67

    iobroker stop
    iobroker update
    iobroker upgrade
    iobroker upgrade self
    iobroker upload all
    iobroker start
    
    S Offline
    S Offline
    stoffel67
    schrieb am zuletzt editiert von
    #26

    @thomas-braun
    OK beim "iobroker upgrade self" kommt folgendes: ?????

    pi@raspberrypi:~ $ iobroker upgrade self
    Update js-controller from @3.2.16 to @3.3.22
    NPM version: 6.14.16
    npm install iobroker.js-controller@3.3.22 --loglevel error --unsafe-perm --prefix "/opt/iobroker" (System call)
    ../authenticate_pam.cc: In function ‘void after_doing_auth(uv_work_t*, int)’:
    ../authenticate_pam.cc:107:87: warning: ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated [-Wdeprecated-declarations]
       Nan::MakeCallback(Nan::GetCurrentContext()->Global(), Nan::New(m->callback), 1, args);
                                                                                           ^
    In file included from ../authenticate_pam.cc:23:
    ../../nan/nan.h:1026:46: note: declared here
       NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback(
                                                  ^~~~~~~~~~~~
    ../authenticate_pam.cc:107:87: warning: ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated [-Wdeprecated-declarations]
       Nan::MakeCallback(Nan::GetCurrentContext()->Global(), Nan::New(m->callback), 1, args);
                                                                                           ^
    In file included from ../authenticate_pam.cc:23:
    ../../nan/nan.h:1026:46: note: declared here
       NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback(
                                                  ^~~~~~~~~~~~
    ../authenticate_pam.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE Authenticate(Nan::NAN_METHOD_ARGS_TYPE)’:
    ../authenticate_pam.cc:147:83: warning: ‘v8::Local<v8::Value> v8::Object::Get(v8::Local<v8::Value>)’ is deprecated: Use maybe version [-Wdeprecated-declarations]
       Local<Value> res = options->Get(Nan::New<String>("serviceName").ToLocalChecked());
                                                                                       ^
    In file included from /home/iobroker/.cache/node-gyp/12.22.10/include/node/v8-internal.h:14,
                     from /home/iobroker/.cache/node-gyp/12.22.10/include/node/v8.h:27,
                     from /home/iobroker/.cache/node-gyp/12.22.10/include/node/node.h:67,
                     from ../../nan/nan.h:56,
                     from ../authenticate_pam.cc:23:
    /home/iobroker/.cache/node-gyp/12.22.10/include/node/v8.h:3553:51: note: declared here
       V8_DEPRECATED("Use maybe version", Local<Value> Get(Local<Value> key));
                                                       ^~~
    /home/iobroker/.cache/node-gyp/12.22.10/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’
       declarator __attribute__((deprecated(message)))
       ^~~~~~~~~~
    ../authenticate_pam.cc:150:69: error: no matching function for call to ‘v8::String::WriteUtf8(char [128], unsigned int)’
        serviceName->WriteUtf8(m->serviceName, sizeof(m->serviceName) - 1);
                                                                         ^
    In file included from /home/iobroker/.cache/node-gyp/12.22.10/include/node/node.h:67,
                     from ../../nan/nan.h:56,
                     from ../authenticate_pam.cc:23:
    /home/iobroker/.cache/node-gyp/12.22.10/include/node/v8.h:2878:7: note: candidate: ‘int v8::String::WriteUtf8(v8::Isolate*, char*, int, int*, int) const’
       int WriteUtf8(Isolate* isolate, char* buffer, int length = -1,
           ^~~~~~~~~
    /home/iobroker/.cache/node-gyp/12.22.10/include/node/v8.h:2878:7: note:   no known conversion for argument 1 from ‘char [128]’ to ‘v8::Isolate*’
    ../authenticate_pam.cc:152:69: warning: ‘v8::Local<v8::Value> v8::Object::Get(v8::Local<v8::Value>)’ is deprecated: Use maybe version [-Wdeprecated-declarations]
       res = options->Get(Nan::New<String>("remoteHost").ToLocalChecked());
                                                                         ^
    In file included from /home/iobroker/.cache/node-gyp/12.22.10/include/node/v8-internal.h:14,
                     from /home/iobroker/.cache/node-gyp/12.22.10/include/node/v8.h:27,
                     from /home/iobroker/.cache/node-gyp/12.22.10/include/node/node.h:67,
                     from ../../nan/nan.h:56,
                     from ../authenticate_pam.cc:23:
    /home/iobroker/.cache/node-gyp/12.22.10/include/node/v8.h:3553:51: note: declared here
       V8_DEPRECATED("Use maybe version", Local<Value> Get(Local<Value> key));
                                                       ^~~
    /home/iobroker/.cache/node-gyp/12.22.10/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’
       declarator __attribute__((deprecated(message)))
       ^~~~~~~~~~
    ../authenticate_pam.cc:155:66: error: no matching function for call to ‘v8::String::WriteUtf8(char [128], unsigned int)’
        remoteHost->WriteUtf8(m->remoteHost, sizeof(m->remoteHost) - 1);
                                                                      ^
    In file included from /home/iobroker/.cache/node-gyp/12.22.10/include/node/node.h:67,
                     from ../../nan/nan.h:56,
                     from ../authenticate_pam.cc:23:
    /home/iobroker/.cache/node-gyp/12.22.10/include/node/v8.h:2878:7: note: candidate: ‘int v8::String::WriteUtf8(v8::Isolate*, char*, int, int*, int) const’
       int WriteUtf8(Isolate* isolate, char* buffer, int length = -1,
           ^~~~~~~~~
    /home/iobroker/.cache/node-gyp/12.22.10/include/node/v8.h:2878:7: note:   no known conversion for argument 1 from ‘char [128]’ to ‘v8::Isolate*’
    ../authenticate_pam.cc:160:58: error: no matching function for call to ‘v8::String::WriteUtf8(char [128], unsigned int)’
      username->WriteUtf8(m->username, sizeof(m->username) - 1);
                                                              ^
    In file included from /home/iobroker/.cache/node-gyp/12.22.10/include/node/node.h:67,
                     from ../../nan/nan.h:56,
                     from ../authenticate_pam.cc:23:
    /home/iobroker/.cache/node-gyp/12.22.10/include/node/v8.h:2878:7: note: candidate: ‘int v8::String::WriteUtf8(v8::Isolate*, char*, int, int*, int) const’
       int WriteUtf8(Isolate* isolate, char* buffer, int length = -1,
           ^~~~~~~~~
    /home/iobroker/.cache/node-gyp/12.22.10/include/node/v8.h:2878:7: note:   no known conversion for argument 1 from ‘char [128]’ to ‘v8::Isolate*’
    ../authenticate_pam.cc:161:58: error: no matching function for call to ‘v8::String::WriteUtf8(char [128], unsigned int)’
      password->WriteUtf8(m->password, sizeof(m->password) - 1);
                                                              ^
    In file included from /home/iobroker/.cache/node-gyp/12.22.10/include/node/node.h:67,
                     from ../../nan/nan.h:56,
                     from ../authenticate_pam.cc:23:
    /home/iobroker/.cache/node-gyp/12.22.10/include/node/v8.h:2878:7: note: candidate: ‘int v8::String::WriteUtf8(v8::Isolate*, char*, int, int*, int) const’
       int WriteUtf8(Isolate* isolate, char* buffer, int length = -1,
           ^~~~~~~~~
    /home/iobroker/.cache/node-gyp/12.22.10/include/node/v8.h:2878:7: note:   no known conversion for argument 1 from ‘char [128]’ to ‘v8::Isolate*’
    ../authenticate_pam.cc: At global scope:
    ../authenticate_pam.cc:170:11: error: variable or field ‘init’ declared void
     void init(Handle<Object> exports) {
               ^~~~~~
    ../authenticate_pam.cc:170:11: error: ‘Handle’ was not declared in this scope
    ../authenticate_pam.cc:170:11: note: suggested alternative: ‘rand_r’
     void init(Handle<Object> exports) {
               ^~~~~~
               rand_r
    ../authenticate_pam.cc:170:24: error: expected primary-expression before ‘>’ token
     void init(Handle<Object> exports) {
                            ^
    ../authenticate_pam.cc:170:26: error: ‘exports’ was not declared in this scope
     void init(Handle<Object> exports) {
                              ^~~~~~~
    In file included from ../../nan/nan.h:56,
                     from ../authenticate_pam.cc:23:
    ../authenticate_pam.cc:175:31: error: ‘init’ was not declared in this scope
     NODE_MODULE(authenticate_pam, init);
                                   ^~~~
    /home/iobroker/.cache/node-gyp/12.22.10/include/node/node.h:736:36: note: in definition of macro ‘NODE_MODULE_X’
           (node::addon_register_func) (regfunc),                          \
                                        ^~~~~~~
    ../authenticate_pam.cc:175:1: note: in expansion of macro ‘NODE_MODULE’
     NODE_MODULE(authenticate_pam, init);
     ^~~~~~~~~~~
    ../authenticate_pam.cc:175:31: note: suggested alternative: ‘int’
     NODE_MODULE(authenticate_pam, init);
                                   ^~~~
    /home/iobroker/.cache/node-gyp/12.22.10/include/node/node.h:736:36: note: in definition of macro ‘NODE_MODULE_X’
           (node::addon_register_func) (regfunc),                          \
                                        ^~~~~~~
    ../authenticate_pam.cc:175:1: note: in expansion of macro ‘NODE_MODULE’
     NODE_MODULE(authenticate_pam, init);
     ^~~~~~~~~~~
    make: *** [authenticate_pam.target.mk:109: Release/obj.target/authenticate_pam/authenticate_pam.o] Fehler 1
    gyp ERR! build error
    gyp ERR! stack Error: `make` failed with exit code: 2
    gyp ERR! stack     at ChildProcess.onExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:194:23)
    gyp ERR! stack     at ChildProcess.emit (events.js:314:20)
    gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:276:12)
    gyp ERR! System Linux 5.10.11-v7+
    gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
    gyp ERR! cwd /opt/iobroker/node_modules/authenticate-pam
    gyp ERR! node -v v12.22.10
    gyp ERR! node-gyp -v v5.1.0
    gyp ERR! not ok
    Starting node restart.js
    pi@raspberrypi:~ $
    
    

    Mein Adapter: JUNG/GIRA eNet-Adapter

    S 1 Antwort Letzte Antwort
    0
    • S stoffel67

      @thomas-braun
      OK beim "iobroker upgrade self" kommt folgendes: ?????

      pi@raspberrypi:~ $ iobroker upgrade self
      Update js-controller from @3.2.16 to @3.3.22
      NPM version: 6.14.16
      npm install iobroker.js-controller@3.3.22 --loglevel error --unsafe-perm --prefix "/opt/iobroker" (System call)
      ../authenticate_pam.cc: In function ‘void after_doing_auth(uv_work_t*, int)’:
      ../authenticate_pam.cc:107:87: warning: ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated [-Wdeprecated-declarations]
         Nan::MakeCallback(Nan::GetCurrentContext()->Global(), Nan::New(m->callback), 1, args);
                                                                                             ^
      In file included from ../authenticate_pam.cc:23:
      ../../nan/nan.h:1026:46: note: declared here
         NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback(
                                                    ^~~~~~~~~~~~
      ../authenticate_pam.cc:107:87: warning: ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated [-Wdeprecated-declarations]
         Nan::MakeCallback(Nan::GetCurrentContext()->Global(), Nan::New(m->callback), 1, args);
                                                                                             ^
      In file included from ../authenticate_pam.cc:23:
      ../../nan/nan.h:1026:46: note: declared here
         NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback(
                                                    ^~~~~~~~~~~~
      ../authenticate_pam.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE Authenticate(Nan::NAN_METHOD_ARGS_TYPE)’:
      ../authenticate_pam.cc:147:83: warning: ‘v8::Local<v8::Value> v8::Object::Get(v8::Local<v8::Value>)’ is deprecated: Use maybe version [-Wdeprecated-declarations]
         Local<Value> res = options->Get(Nan::New<String>("serviceName").ToLocalChecked());
                                                                                         ^
      In file included from /home/iobroker/.cache/node-gyp/12.22.10/include/node/v8-internal.h:14,
                       from /home/iobroker/.cache/node-gyp/12.22.10/include/node/v8.h:27,
                       from /home/iobroker/.cache/node-gyp/12.22.10/include/node/node.h:67,
                       from ../../nan/nan.h:56,
                       from ../authenticate_pam.cc:23:
      /home/iobroker/.cache/node-gyp/12.22.10/include/node/v8.h:3553:51: note: declared here
         V8_DEPRECATED("Use maybe version", Local<Value> Get(Local<Value> key));
                                                         ^~~
      /home/iobroker/.cache/node-gyp/12.22.10/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’
         declarator __attribute__((deprecated(message)))
         ^~~~~~~~~~
      ../authenticate_pam.cc:150:69: error: no matching function for call to ‘v8::String::WriteUtf8(char [128], unsigned int)’
          serviceName->WriteUtf8(m->serviceName, sizeof(m->serviceName) - 1);
                                                                           ^
      In file included from /home/iobroker/.cache/node-gyp/12.22.10/include/node/node.h:67,
                       from ../../nan/nan.h:56,
                       from ../authenticate_pam.cc:23:
      /home/iobroker/.cache/node-gyp/12.22.10/include/node/v8.h:2878:7: note: candidate: ‘int v8::String::WriteUtf8(v8::Isolate*, char*, int, int*, int) const’
         int WriteUtf8(Isolate* isolate, char* buffer, int length = -1,
             ^~~~~~~~~
      /home/iobroker/.cache/node-gyp/12.22.10/include/node/v8.h:2878:7: note:   no known conversion for argument 1 from ‘char [128]’ to ‘v8::Isolate*’
      ../authenticate_pam.cc:152:69: warning: ‘v8::Local<v8::Value> v8::Object::Get(v8::Local<v8::Value>)’ is deprecated: Use maybe version [-Wdeprecated-declarations]
         res = options->Get(Nan::New<String>("remoteHost").ToLocalChecked());
                                                                           ^
      In file included from /home/iobroker/.cache/node-gyp/12.22.10/include/node/v8-internal.h:14,
                       from /home/iobroker/.cache/node-gyp/12.22.10/include/node/v8.h:27,
                       from /home/iobroker/.cache/node-gyp/12.22.10/include/node/node.h:67,
                       from ../../nan/nan.h:56,
                       from ../authenticate_pam.cc:23:
      /home/iobroker/.cache/node-gyp/12.22.10/include/node/v8.h:3553:51: note: declared here
         V8_DEPRECATED("Use maybe version", Local<Value> Get(Local<Value> key));
                                                         ^~~
      /home/iobroker/.cache/node-gyp/12.22.10/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’
         declarator __attribute__((deprecated(message)))
         ^~~~~~~~~~
      ../authenticate_pam.cc:155:66: error: no matching function for call to ‘v8::String::WriteUtf8(char [128], unsigned int)’
          remoteHost->WriteUtf8(m->remoteHost, sizeof(m->remoteHost) - 1);
                                                                        ^
      In file included from /home/iobroker/.cache/node-gyp/12.22.10/include/node/node.h:67,
                       from ../../nan/nan.h:56,
                       from ../authenticate_pam.cc:23:
      /home/iobroker/.cache/node-gyp/12.22.10/include/node/v8.h:2878:7: note: candidate: ‘int v8::String::WriteUtf8(v8::Isolate*, char*, int, int*, int) const’
         int WriteUtf8(Isolate* isolate, char* buffer, int length = -1,
             ^~~~~~~~~
      /home/iobroker/.cache/node-gyp/12.22.10/include/node/v8.h:2878:7: note:   no known conversion for argument 1 from ‘char [128]’ to ‘v8::Isolate*’
      ../authenticate_pam.cc:160:58: error: no matching function for call to ‘v8::String::WriteUtf8(char [128], unsigned int)’
        username->WriteUtf8(m->username, sizeof(m->username) - 1);
                                                                ^
      In file included from /home/iobroker/.cache/node-gyp/12.22.10/include/node/node.h:67,
                       from ../../nan/nan.h:56,
                       from ../authenticate_pam.cc:23:
      /home/iobroker/.cache/node-gyp/12.22.10/include/node/v8.h:2878:7: note: candidate: ‘int v8::String::WriteUtf8(v8::Isolate*, char*, int, int*, int) const’
         int WriteUtf8(Isolate* isolate, char* buffer, int length = -1,
             ^~~~~~~~~
      /home/iobroker/.cache/node-gyp/12.22.10/include/node/v8.h:2878:7: note:   no known conversion for argument 1 from ‘char [128]’ to ‘v8::Isolate*’
      ../authenticate_pam.cc:161:58: error: no matching function for call to ‘v8::String::WriteUtf8(char [128], unsigned int)’
        password->WriteUtf8(m->password, sizeof(m->password) - 1);
                                                                ^
      In file included from /home/iobroker/.cache/node-gyp/12.22.10/include/node/node.h:67,
                       from ../../nan/nan.h:56,
                       from ../authenticate_pam.cc:23:
      /home/iobroker/.cache/node-gyp/12.22.10/include/node/v8.h:2878:7: note: candidate: ‘int v8::String::WriteUtf8(v8::Isolate*, char*, int, int*, int) const’
         int WriteUtf8(Isolate* isolate, char* buffer, int length = -1,
             ^~~~~~~~~
      /home/iobroker/.cache/node-gyp/12.22.10/include/node/v8.h:2878:7: note:   no known conversion for argument 1 from ‘char [128]’ to ‘v8::Isolate*’
      ../authenticate_pam.cc: At global scope:
      ../authenticate_pam.cc:170:11: error: variable or field ‘init’ declared void
       void init(Handle<Object> exports) {
                 ^~~~~~
      ../authenticate_pam.cc:170:11: error: ‘Handle’ was not declared in this scope
      ../authenticate_pam.cc:170:11: note: suggested alternative: ‘rand_r’
       void init(Handle<Object> exports) {
                 ^~~~~~
                 rand_r
      ../authenticate_pam.cc:170:24: error: expected primary-expression before ‘>’ token
       void init(Handle<Object> exports) {
                              ^
      ../authenticate_pam.cc:170:26: error: ‘exports’ was not declared in this scope
       void init(Handle<Object> exports) {
                                ^~~~~~~
      In file included from ../../nan/nan.h:56,
                       from ../authenticate_pam.cc:23:
      ../authenticate_pam.cc:175:31: error: ‘init’ was not declared in this scope
       NODE_MODULE(authenticate_pam, init);
                                     ^~~~
      /home/iobroker/.cache/node-gyp/12.22.10/include/node/node.h:736:36: note: in definition of macro ‘NODE_MODULE_X’
             (node::addon_register_func) (regfunc),                          \
                                          ^~~~~~~
      ../authenticate_pam.cc:175:1: note: in expansion of macro ‘NODE_MODULE’
       NODE_MODULE(authenticate_pam, init);
       ^~~~~~~~~~~
      ../authenticate_pam.cc:175:31: note: suggested alternative: ‘int’
       NODE_MODULE(authenticate_pam, init);
                                     ^~~~
      /home/iobroker/.cache/node-gyp/12.22.10/include/node/node.h:736:36: note: in definition of macro ‘NODE_MODULE_X’
             (node::addon_register_func) (regfunc),                          \
                                          ^~~~~~~
      ../authenticate_pam.cc:175:1: note: in expansion of macro ‘NODE_MODULE’
       NODE_MODULE(authenticate_pam, init);
       ^~~~~~~~~~~
      make: *** [authenticate_pam.target.mk:109: Release/obj.target/authenticate_pam/authenticate_pam.o] Fehler 1
      gyp ERR! build error
      gyp ERR! stack Error: `make` failed with exit code: 2
      gyp ERR! stack     at ChildProcess.onExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:194:23)
      gyp ERR! stack     at ChildProcess.emit (events.js:314:20)
      gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:276:12)
      gyp ERR! System Linux 5.10.11-v7+
      gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
      gyp ERR! cwd /opt/iobroker/node_modules/authenticate-pam
      gyp ERR! node -v v12.22.10
      gyp ERR! node-gyp -v v5.1.0
      gyp ERR! not ok
      Starting node restart.js
      pi@raspberrypi:~ $
      
      
      S Offline
      S Offline
      stoffel67
      schrieb am zuletzt editiert von stoffel67
      #27

      @thomas-braun
      ich hab die Fehler mal ignoriert...
      es lief alles weiter durch ... und alles scheint jetzt auch auf meine Peroduktivsystem "up-to-date" zu sein.
      Vielen Dank nochmal für deine Hilfe ... und die "How-to's"

      Mein Adapter: JUNG/GIRA eNet-Adapter

      Thomas BraunT 1 Antwort Letzte Antwort
      0
      • S stoffel67

        @thomas-braun
        ich hab die Fehler mal ignoriert...
        es lief alles weiter durch ... und alles scheint jetzt auch auf meine Peroduktivsystem "up-to-date" zu sein.
        Vielen Dank nochmal für deine Hilfe ... und die "How-to's"

        Thomas BraunT Online
        Thomas BraunT Online
        Thomas Braun
        Most Active
        schrieb am zuletzt editiert von
        #28

        @stoffel67
        Die Fehler beim compile stammen höchstwahrscheinlich vom Adapter 'terminal'. Schmeiß den raus, braucht es eh nicht.
        Du bist da aber noch auf node12 unterwegs, ich würde da halt auf 14 springen.

        Linux-Werkzeugkasten:
        https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
        NodeJS Fixer Skript:
        https://forum.iobroker.net/topic/68035/iob-node-fix-skript
        iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

        S 1 Antwort Letzte Antwort
        0
        • Thomas BraunT Thomas Braun

          @stoffel67
          Die Fehler beim compile stammen höchstwahrscheinlich vom Adapter 'terminal'. Schmeiß den raus, braucht es eh nicht.
          Du bist da aber noch auf node12 unterwegs, ich würde da halt auf 14 springen.

          S Offline
          S Offline
          stoffel67
          schrieb am zuletzt editiert von stoffel67
          #29

          @thomas-braun
          Terminal hab ich gelsöcht...
          auf node14 geht halt nicht, siehe Fehlermeldung(wie schon oben),

          pi@raspberrypi:~ $ sudo apt update
          OK:1 http://raspbian.raspberrypi.org/raspbian buster InRelease
          OK:2 http://archive.raspberrypi.org/debian buster InRelease
          OK:3 https://deb.nodesource.com/node_12.x buster InRelease
          Holen:4 https://deb.nodesource.com/node_14.x buster InRelease [4.584 B]
          Fehl:4 https://deb.nodesource.com/node_14.x buster InRelease
            Die folgenden Signaturen konnten nicht überprüft werden, weil ihr öffentlicher Schlüssel nicht verfügbar ist: NO_PUBKEY 1655A0AB68576280
          Paketlisten werden gelesen... Fertig
          W: GPG-Fehler: https://deb.nodesource.com/node_14.x buster InRelease: Die folgenden Signaturen konnten nicht überprüft werden, weil ihr öffentlicher Schlüssel nicht verfügbar ist: NO_PUBKEY 1655A0AB68576280
          E: Das Depot »https://deb.nodesource.com/node_14.x buster InRelease« ist nicht signiert.
          N: Eine Aktualisierung von solch einem Depot kann nicht auf eine sichere Art durchgeführt werden, daher ist es standardmäßig deaktiviert.
          N: Weitere Details zur Erzeugung von Paketdepots sowie zu deren Benutzerkonfiguration finden Sie in der Handbuchseite apt-secure(8).
          
           
          

          Mein Adapter: JUNG/GIRA eNet-Adapter

          Thomas BraunT 1 Antwort Letzte Antwort
          0
          • S stoffel67

            @thomas-braun
            Terminal hab ich gelsöcht...
            auf node14 geht halt nicht, siehe Fehlermeldung(wie schon oben),

            pi@raspberrypi:~ $ sudo apt update
            OK:1 http://raspbian.raspberrypi.org/raspbian buster InRelease
            OK:2 http://archive.raspberrypi.org/debian buster InRelease
            OK:3 https://deb.nodesource.com/node_12.x buster InRelease
            Holen:4 https://deb.nodesource.com/node_14.x buster InRelease [4.584 B]
            Fehl:4 https://deb.nodesource.com/node_14.x buster InRelease
              Die folgenden Signaturen konnten nicht überprüft werden, weil ihr öffentlicher Schlüssel nicht verfügbar ist: NO_PUBKEY 1655A0AB68576280
            Paketlisten werden gelesen... Fertig
            W: GPG-Fehler: https://deb.nodesource.com/node_14.x buster InRelease: Die folgenden Signaturen konnten nicht überprüft werden, weil ihr öffentlicher Schlüssel nicht verfügbar ist: NO_PUBKEY 1655A0AB68576280
            E: Das Depot »https://deb.nodesource.com/node_14.x buster InRelease« ist nicht signiert.
            N: Eine Aktualisierung von solch einem Depot kann nicht auf eine sichere Art durchgeführt werden, daher ist es standardmäßig deaktiviert.
            N: Weitere Details zur Erzeugung von Paketdepots sowie zu deren Benutzerkonfiguration finden Sie in der Handbuchseite apt-secure(8).
            
             
            
            Thomas BraunT Online
            Thomas BraunT Online
            Thomas Braun
            Most Active
            schrieb am zuletzt editiert von
            #30

            @stoffel67 sagte in Adapter update geht nicht mehr:

            1655A0AB68576280

            key mal so einspielen:

            curl --silent https://deb.nodesource.com/gpgkey/nodesource.gpg.key | sudo apt-key add -
            

            Linux-Werkzeugkasten:
            https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
            NodeJS Fixer Skript:
            https://forum.iobroker.net/topic/68035/iob-node-fix-skript
            iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

            S 1 Antwort Letzte Antwort
            0
            • Thomas BraunT Thomas Braun

              @stoffel67 sagte in Adapter update geht nicht mehr:

              1655A0AB68576280

              key mal so einspielen:

              curl --silent https://deb.nodesource.com/gpgkey/nodesource.gpg.key | sudo apt-key add -
              
              S Offline
              S Offline
              stoffel67
              schrieb am zuletzt editiert von
              #31

              @thomas-braun
              gleiches Ergebnis:

              pi@raspberrypi:/opt/iobroker/log $ curl --silent https://deb.nodesource.com/gpgkey/nodesource.gpg.key | sudo apt-key add -
              OK
              pi@raspberrypi:/opt/iobroker/log $ sudo apt update
              OK:1 http://raspbian.raspberrypi.org/raspbian buster InRelease
              OK:2 http://archive.raspberrypi.org/debian buster InRelease
              OK:3 https://deb.nodesource.com/node_12.x buster InRelease
              Holen:4 https://deb.nodesource.com/node_14.x buster InRelease [4.584 B]
              Fehl:4 https://deb.nodesource.com/node_14.x buster InRelease
                Die folgenden Signaturen konnten nicht überprüft werden, weil ihr öffentlicher Schlüssel nicht verfügbar ist: NO_PUBKEY 1655A0AB68576280
              Paketlisten werden gelesen... Fertig
              W: GPG-Fehler: https://deb.nodesource.com/node_14.x buster InRelease: Die folgenden Signaturen konnten nicht überprüft werden, weil ihr öffentlicher Schlüssel nicht verfügbar ist: NO_PUBKEY 1655A0AB68576280
              E: Das Depot »https://deb.nodesource.com/node_14.x buster InRelease« ist nicht signiert.
              N: Eine Aktualisierung von solch einem Depot kann nicht auf eine sichere Art durchgeführt werden, daher ist es standardmäßig deaktiviert.
              N: Weitere Details zur Erzeugung von Paketdepots sowie zu deren Benutzerkonfiguration finden Sie in der Handbuchseite apt-secure(8).
              pi@raspberrypi:/opt/iobroker/log $
              
              

              Mein Adapter: JUNG/GIRA eNet-Adapter

              Thomas BraunT 1 Antwort Letzte Antwort
              0
              • S stoffel67

                @thomas-braun
                gleiches Ergebnis:

                pi@raspberrypi:/opt/iobroker/log $ curl --silent https://deb.nodesource.com/gpgkey/nodesource.gpg.key | sudo apt-key add -
                OK
                pi@raspberrypi:/opt/iobroker/log $ sudo apt update
                OK:1 http://raspbian.raspberrypi.org/raspbian buster InRelease
                OK:2 http://archive.raspberrypi.org/debian buster InRelease
                OK:3 https://deb.nodesource.com/node_12.x buster InRelease
                Holen:4 https://deb.nodesource.com/node_14.x buster InRelease [4.584 B]
                Fehl:4 https://deb.nodesource.com/node_14.x buster InRelease
                  Die folgenden Signaturen konnten nicht überprüft werden, weil ihr öffentlicher Schlüssel nicht verfügbar ist: NO_PUBKEY 1655A0AB68576280
                Paketlisten werden gelesen... Fertig
                W: GPG-Fehler: https://deb.nodesource.com/node_14.x buster InRelease: Die folgenden Signaturen konnten nicht überprüft werden, weil ihr öffentlicher Schlüssel nicht verfügbar ist: NO_PUBKEY 1655A0AB68576280
                E: Das Depot »https://deb.nodesource.com/node_14.x buster InRelease« ist nicht signiert.
                N: Eine Aktualisierung von solch einem Depot kann nicht auf eine sichere Art durchgeführt werden, daher ist es standardmäßig deaktiviert.
                N: Weitere Details zur Erzeugung von Paketdepots sowie zu deren Benutzerkonfiguration finden Sie in der Handbuchseite apt-secure(8).
                pi@raspberrypi:/opt/iobroker/log $
                
                
                Thomas BraunT Online
                Thomas BraunT Online
                Thomas Braun
                Most Active
                schrieb am zuletzt editiert von
                #32

                @stoffel67
                Dann anders...

                sudo mv /etc/apt/sources.list.d/nodesource.list /etc/apt/sources.list.d/nodesource.listbackup
                curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash
                sudo ln -s /usr/bin/node /usr/bin/nodejs
                sudo apt update
                

                Linux-Werkzeugkasten:
                https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                NodeJS Fixer Skript:
                https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                Thomas BraunT 1 Antwort Letzte Antwort
                0
                • Thomas BraunT Thomas Braun

                  @stoffel67
                  Dann anders...

                  sudo mv /etc/apt/sources.list.d/nodesource.list /etc/apt/sources.list.d/nodesource.listbackup
                  curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash
                  sudo ln -s /usr/bin/node /usr/bin/nodejs
                  sudo apt update
                  
                  Thomas BraunT Online
                  Thomas BraunT Online
                  Thomas Braun
                  Most Active
                  schrieb am zuletzt editiert von
                  #33

                  @stoffel67

                  Wenn das durch ist:

                  sudo rm /etc/apt/sources.list.d/nodesource.listbackup
                  sudo apt update
                  sudo apt autoremove
                  apt policy nodejs
                  

                  Linux-Werkzeugkasten:
                  https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                  NodeJS Fixer Skript:
                  https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                  iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                  S 1 Antwort Letzte Antwort
                  0
                  • Thomas BraunT Thomas Braun

                    @stoffel67

                    Wenn das durch ist:

                    sudo rm /etc/apt/sources.list.d/nodesource.listbackup
                    sudo apt update
                    sudo apt autoremove
                    apt policy nodejs
                    
                    S Offline
                    S Offline
                    stoffel67
                    schrieb am zuletzt editiert von
                    #34

                    @thomas-braun
                    OK ist durchgelaufen, aber muss ich jetzt doch noch irgenwie nodejs updaten?

                    pi@raspberrypi:/opt/iobroker/log $ apt policy nodejs
                    nodejs:
                      Installiert:           12.22.10-deb-1nodesource1
                      Installationskandidat: 14.19.0-deb-1nodesource1
                      Versionstabelle:
                         14.19.0-deb-1nodesource1 500
                            500 https://deb.nodesource.com/node_14.x buster/main armhf Packages
                     *** 12.22.10-deb-1nodesource1 100
                            100 /var/lib/dpkg/status
                         10.24.0~dfsg-1~deb10u1 500
                            500 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages
                    pi@raspberrypi:/opt/iobroker/log $ ^C
                    pi@raspberrypi:/opt/iobroker/log $
                    pi@raspberrypi:/opt/iobroker/log $ nodejs -v && which nodejs && node -v && which node && npm -v && which npm && apt policy nodejs #
                    v12.22.10
                    /usr/bin/nodejs
                    v12.22.10
                    /usr/bin/node
                    6.14.16
                    /usr/bin/npm
                    nodejs:
                      Installiert:           12.22.10-deb-1nodesource1
                      Installationskandidat: 14.19.0-deb-1nodesource1
                      Versionstabelle:
                         14.19.0-deb-1nodesource1 500
                            500 https://deb.nodesource.com/node_14.x buster/main armhf Packages
                     *** 12.22.10-deb-1nodesource1 100
                            100 /var/lib/dpkg/status
                         10.24.0~dfsg-1~deb10u1 500
                            500 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages
                    pi@raspberrypi:/opt/iobroker/log $
                    
                    

                    Mein Adapter: JUNG/GIRA eNet-Adapter

                    Thomas BraunT 1 Antwort Letzte Antwort
                    0
                    • S stoffel67

                      @thomas-braun
                      OK ist durchgelaufen, aber muss ich jetzt doch noch irgenwie nodejs updaten?

                      pi@raspberrypi:/opt/iobroker/log $ apt policy nodejs
                      nodejs:
                        Installiert:           12.22.10-deb-1nodesource1
                        Installationskandidat: 14.19.0-deb-1nodesource1
                        Versionstabelle:
                           14.19.0-deb-1nodesource1 500
                              500 https://deb.nodesource.com/node_14.x buster/main armhf Packages
                       *** 12.22.10-deb-1nodesource1 100
                              100 /var/lib/dpkg/status
                           10.24.0~dfsg-1~deb10u1 500
                              500 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages
                      pi@raspberrypi:/opt/iobroker/log $ ^C
                      pi@raspberrypi:/opt/iobroker/log $
                      pi@raspberrypi:/opt/iobroker/log $ nodejs -v && which nodejs && node -v && which node && npm -v && which npm && apt policy nodejs #
                      v12.22.10
                      /usr/bin/nodejs
                      v12.22.10
                      /usr/bin/node
                      6.14.16
                      /usr/bin/npm
                      nodejs:
                        Installiert:           12.22.10-deb-1nodesource1
                        Installationskandidat: 14.19.0-deb-1nodesource1
                        Versionstabelle:
                           14.19.0-deb-1nodesource1 500
                              500 https://deb.nodesource.com/node_14.x buster/main armhf Packages
                       *** 12.22.10-deb-1nodesource1 100
                              100 /var/lib/dpkg/status
                           10.24.0~dfsg-1~deb10u1 500
                              500 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages
                      pi@raspberrypi:/opt/iobroker/log $
                      
                      
                      Thomas BraunT Online
                      Thomas BraunT Online
                      Thomas Braun
                      Most Active
                      schrieb am zuletzt editiert von
                      #35

                      @stoffel67

                      Ja, jetzt bist du auf der richtigen Fährte.
                      nodeJS schwimmt jetzt mit dem üblichen Upgrade-Prozedere mit:

                      iobroker stop
                      sudo apt update
                      sudo apt full-upgrade
                      sudo reboot
                      

                      Linux-Werkzeugkasten:
                      https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                      NodeJS Fixer Skript:
                      https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                      iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                      S 1 Antwort Letzte Antwort
                      0
                      • Thomas BraunT Thomas Braun

                        @stoffel67

                        Ja, jetzt bist du auf der richtigen Fährte.
                        nodeJS schwimmt jetzt mit dem üblichen Upgrade-Prozedere mit:

                        iobroker stop
                        sudo apt update
                        sudo apt full-upgrade
                        sudo reboot
                        
                        S Offline
                        S Offline
                        stoffel67
                        schrieb am zuletzt editiert von stoffel67
                        #36

                        @thomas-braun
                        Super:+1:

                        pi@raspberrypi:/opt/iobroker/log $ nodejs -v && which nodejs && node -v && which node && npm -v && which npm && apt policy nodejs #
                        v14.19.0
                        /usr/bin/nodejs
                        v14.19.0
                        /usr/bin/node
                        6.14.16
                        /usr/bin/npm
                        nodejs:
                          Installiert:           14.19.0-deb-1nodesource1
                          Installationskandidat: 14.19.0-deb-1nodesource1
                          Versionstabelle:
                         *** 14.19.0-deb-1nodesource1 500
                                500 https://deb.nodesource.com/node_14.x buster/main armhf Packages
                                100 /var/lib/dpkg/status
                             10.24.0~dfsg-1~deb10u1 500
                                500 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages
                        
                        

                        gleiches mach ich jetzt auch auf meinem Produktivsystem...

                        Mein Adapter: JUNG/GIRA eNet-Adapter

                        S 1 Antwort Letzte Antwort
                        0
                        • S stoffel67

                          @thomas-braun
                          Super:+1:

                          pi@raspberrypi:/opt/iobroker/log $ nodejs -v && which nodejs && node -v && which node && npm -v && which npm && apt policy nodejs #
                          v14.19.0
                          /usr/bin/nodejs
                          v14.19.0
                          /usr/bin/node
                          6.14.16
                          /usr/bin/npm
                          nodejs:
                            Installiert:           14.19.0-deb-1nodesource1
                            Installationskandidat: 14.19.0-deb-1nodesource1
                            Versionstabelle:
                           *** 14.19.0-deb-1nodesource1 500
                                  500 https://deb.nodesource.com/node_14.x buster/main armhf Packages
                                  100 /var/lib/dpkg/status
                               10.24.0~dfsg-1~deb10u1 500
                                  500 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages
                          
                          

                          gleiches mach ich jetzt auch auf meinem Produktivsystem...

                          S Offline
                          S Offline
                          stoffel67
                          schrieb am zuletzt editiert von stoffel67
                          #37

                          @thomas-braun
                          so... lief jetzt auch in meinen Produktivsystem durch
                          nodejs V 14.19.0
                          npm 6.14.16

                          alles up-to-date :+1:
                          Vielen Dank Thomas, warst' mir ein große Hilfe....:clap:

                          Mein Adapter: JUNG/GIRA eNet-Adapter

                          Thomas BraunT 1 Antwort Letzte Antwort
                          0
                          • S stoffel67

                            @thomas-braun
                            so... lief jetzt auch in meinen Produktivsystem durch
                            nodejs V 14.19.0
                            npm 6.14.16

                            alles up-to-date :+1:
                            Vielen Dank Thomas, warst' mir ein große Hilfe....:clap:

                            Thomas BraunT Online
                            Thomas BraunT Online
                            Thomas Braun
                            Most Active
                            schrieb am zuletzt editiert von
                            #38

                            @stoffel67

                            Dann kannst du dir demnächst anschauen, wie man den buster durch bullseye ersetzt. Im Sommer erreicht buster sein EndOfLife.

                            Linux-Werkzeugkasten:
                            https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                            NodeJS Fixer Skript:
                            https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                            iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                            S 1 Antwort Letzte Antwort
                            0
                            • Thomas BraunT Thomas Braun

                              @stoffel67

                              Dann kannst du dir demnächst anschauen, wie man den buster durch bullseye ersetzt. Im Sommer erreicht buster sein EndOfLife.

                              S Offline
                              S Offline
                              stoffel67
                              schrieb am zuletzt editiert von stoffel67
                              #39

                              @thomas-braun
                              :cold_sweat:
                              ich hoffe, dann bin ich nicht der Einzige und es gibt einen Thread :grin:

                              Mein Adapter: JUNG/GIRA eNet-Adapter

                              Thomas BraunT 1 Antwort Letzte Antwort
                              0
                              • S stoffel67

                                @thomas-braun
                                :cold_sweat:
                                ich hoffe, dann bin ich nicht der Einzige und es gibt einen Thread :grin:

                                Thomas BraunT Online
                                Thomas BraunT Online
                                Thomas Braun
                                Most Active
                                schrieb am zuletzt editiert von
                                #40

                                @stoffel67

                                Gibt es natürlich schon. Hab das mal an einem Beispiel auf einem Raspberry 4 gemacht. Findest bestimmt den Beitrag von mir zu dem Thema.

                                Linux-Werkzeugkasten:
                                https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                                NodeJS Fixer Skript:
                                https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                                iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                                S 1 Antwort Letzte Antwort
                                0
                                • Thomas BraunT Thomas Braun

                                  @stoffel67

                                  Gibt es natürlich schon. Hab das mal an einem Beispiel auf einem Raspberry 4 gemacht. Findest bestimmt den Beitrag von mir zu dem Thema.

                                  S Offline
                                  S Offline
                                  stoffel67
                                  schrieb am zuletzt editiert von
                                  #41

                                  @thomas-braun :+1: :+1: :+1:

                                  Mein Adapter: JUNG/GIRA eNet-Adapter

                                  Thomas BraunT 1 Antwort Letzte Antwort
                                  0
                                  • S stoffel67

                                    @thomas-braun :+1: :+1: :+1:

                                    Thomas BraunT Online
                                    Thomas BraunT Online
                                    Thomas Braun
                                    Most Active
                                    schrieb am zuletzt editiert von
                                    #42

                                    @stoffel67

                                    https://forum.iobroker.net/topic/47213/upgrade-von-debian-10-buster-auf-11-bullseye

                                    Linux-Werkzeugkasten:
                                    https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                                    NodeJS Fixer Skript:
                                    https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                                    iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                                    S 1 Antwort Letzte Antwort
                                    0
                                    • Thomas BraunT Thomas Braun

                                      @stoffel67

                                      https://forum.iobroker.net/topic/47213/upgrade-von-debian-10-buster-auf-11-bullseye

                                      S Offline
                                      S Offline
                                      stoffel67
                                      schrieb am zuletzt editiert von
                                      #43

                                      @thomas-braun
                                      OK, und schon muß ich nicht bis zum Sommer warten :blush: :+1:

                                      Mein Adapter: JUNG/GIRA eNet-Adapter

                                      Thomas BraunT 1 Antwort Letzte Antwort
                                      0
                                      • S stoffel67

                                        @thomas-braun
                                        OK, und schon muß ich nicht bis zum Sommer warten :blush: :+1:

                                        Thomas BraunT Online
                                        Thomas BraunT Online
                                        Thomas Braun
                                        Most Active
                                        schrieb am zuletzt editiert von
                                        #44

                                        @stoffel67
                                        Ein Release-Upgrade sollte man auch weder am ersten noch am letzten Tag machen. Dafür sind die Termine ja lang genug angekündigt. 1 Jahr Vorlaufzeit sollte ausreichen.

                                        Linux-Werkzeugkasten:
                                        https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                                        NodeJS Fixer Skript:
                                        https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                                        iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                                        1 Antwort Letzte Antwort
                                        0
                                        • ostseereiterO Offline
                                          ostseereiterO Offline
                                          ostseereiter
                                          schrieb am zuletzt editiert von
                                          #45

                                          Ich bin auch noch auf Buster unterwegs das andere bringt nur Ärger denke ich mal.

                                          Gruß OSR

                                          Plattform
                                          Linux x64 CPUs2 AMD G-T56N Processor 1646 MHz 8GB RAM

                                          HomoranH Thomas BraunT 2 Antworten Letzte Antwort
                                          0
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

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

                                          492

                                          Online

                                          32.7k

                                          Benutzer

                                          82.4k

                                          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