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. Admin nach JavaScript-Update nicht mehr erreichbar

NEWS

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    11
    1
    349

  • Weihnachtsangebot 2025! 🎄
    BluefoxB
    Bluefox
    24
    1
    1.6k

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

Admin nach JavaScript-Update nicht mehr erreichbar

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
27 Beiträge 4 Kommentatoren 2.1k Aufrufe 3 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.
  • YunkieY Yunkie

    @thomas-braun

    Hallo,

    vielen Dank für die bisherige Unterstützung!

    Leider lieferte der letzte Befehl folgendes:

    iobroker@iobroker-pi:~ $ iobroker upgrade
    
    This upgrade of "javascript" will introduce the following changes:
    ==========================================================================
    -> 5.2.13:
    Fixed the loading of Node.js typings
    
    -> 5.2.12:
    Fixed the font in the editor
    
    -> 5.2.10:
    Parse variables to floats for mathematical operations
    Names with the dot at the end are not allowed anymore
    The blockly sounds are disabled
    
    -> 5.2.9:
    Make sure day of weeks is an array (Sentry IOBROKER-JAVASCRIPT-7Y)
    Report to sentry is disabled in GUI if sentry is deactivated
    Fixed many GitHub issues
    ==========================================================================
    
    Would you like to upgrade javascript from @5.2.8 to @5.2.13 now? [(y)es, (n)o]: y
    Update javascript from @5.2.8 to @5.2.13
    NPM version: 6.14.15
    npm install iobroker.javascript@5.2.13 --loglevel error --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.7/include/node/v8-internal.h:14,
                     from /home/iobroker/.cache/node-gyp/12.22.7/include/node/v8.h:27,
                     from /home/iobroker/.cache/node-gyp/12.22.7/include/node/node.h:67,
                     from ../../nan/nan.h:56,
                     from ../authenticate_pam.cc:23:
    /home/iobroker/.cache/node-gyp/12.22.7/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.7/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.7/include/node/node.h:67,
                     from ../../nan/nan.h:56,
                     from ../authenticate_pam.cc:23:
    /home/iobroker/.cache/node-gyp/12.22.7/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.7/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.7/include/node/v8-internal.h:14,
                     from /home/iobroker/.cache/node-gyp/12.22.7/include/node/v8.h:27,
                     from /home/iobroker/.cache/node-gyp/12.22.7/include/node/node.h:67,
                     from ../../nan/nan.h:56,
                     from ../authenticate_pam.cc:23:
    /home/iobroker/.cache/node-gyp/12.22.7/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.7/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.7/include/node/node.h:67,
                     from ../../nan/nan.h:56,
                     from ../authenticate_pam.cc:23:
    /home/iobroker/.cache/node-gyp/12.22.7/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.7/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.7/include/node/node.h:67,
                     from ../../nan/nan.h:56,
                     from ../authenticate_pam.cc:23:
    /home/iobroker/.cache/node-gyp/12.22.7/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.7/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.7/include/node/node.h:67,
                     from ../../nan/nan.h:56,
                     from ../authenticate_pam.cc:23:
    /home/iobroker/.cache/node-gyp/12.22.7/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.7/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.7/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.7/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] Error 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.63-v7l+
    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.7
    gyp ERR! node-gyp -v v5.1.0
    gyp ERR! not ok
    Update "system.adapter.javascript.0"
    upload [100] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/vs/language/typescript/tsWorker.js vs/language/typescript/tsWorker.js application/javascript
    upload [90] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/vs/editor/editor.main.nls.js vs/editor/editor.main.nls.js application/javascript
    upload [80] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/vs/basic-languages/javascript/javascript.js vs/basic-languages/javascript/javascript.js application/javascript
    upload [70] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/static/js/main.fc5df117.chunk.js static/js/main.fc5df117.chunk.js application/javascript
    upload [60] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/index_m.html index_m.html text/html
    upload [50] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/google-blockly/own/msg/de.js google-blockly/own/msg/de.js application/javascript
    upload [40] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/google-blockly/own/blocks_sendto.js google-blockly/own/blocks_sendto.js application/javascript
    upload [30] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/google-blockly/msg/js/it.js google-blockly/msg/js/it.js application/javascript
    upload [20] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/google-blockly/media/handopen.cur google-blockly/media/handopen.cur null
    upload [19] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/google-blockly/media/handdelete.cur google-blockly/media/handdelete.cur null
    upload [18] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/google-blockly/media/handclosed.cur google-blockly/media/handclosed.cur null
    upload [17] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/google-blockly/media/dropdown-arrow.svg google-blockly/media/dropdown-arrow.svg image/svg+xml
    upload [16] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/google-blockly/media/disconnect.wav google-blockly/media/disconnect.wav audio/wav
    upload [15] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/google-blockly/media/disconnect.ogg google-blockly/media/disconnect.ogg audio/ogg
    upload [14] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/google-blockly/media/disconnect.mp3 google-blockly/media/disconnect.mp3 audio/mpeg
    upload [13] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/google-blockly/media/delete.wav google-blockly/media/delete.wav audio/wav
    upload [12] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/google-blockly/media/delete.ogg google-blockly/media/delete.ogg audio/ogg
    upload [11] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/google-blockly/media/delete.mp3 google-blockly/media/delete.mp3 audio/mpeg
    upload [10] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/google-blockly/media/click.wav google-blockly/media/click.wav audio/wav
    upload [9] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/google-blockly/media/click.ogg google-blockly/media/click.ogg audio/ogg
    upload [8] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/google-blockly/media/click.mp3 google-blockly/media/click.mp3 audio/mpeg
    upload [7] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/google-blockly/media/1x1.gif google-blockly/media/1x1.gif image/gif
    upload [6] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/google-blockly/javascript_compressed.js google-blockly/javascript_compressed.js application/javascript
    upload [5] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/google-blockly/blocks_compressed.js google-blockly/blocks_compressed.js application/javascript
    upload [4] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/google-blockly/blockly_compressed.js google-blockly/blockly_compressed.js application/javascript
    upload [3] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/google-blockly/LICENSE google-blockly/LICENSE null
    upload [2] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/favicon.ico favicon.ico image/vnd.microsoft.icon
    upload [1] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/asset-manifest.json asset-manifest.json application/json
    upload [0] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/adminWords.js adminWords.js application/javascript
    Adapter "javascript" updated
    

    Auch wenn die letzte Zeile "javascript updated" lautet, ist das Update nicht durchgelaufen.

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

    @yunkie sagte in Admin nach JavaScript-Update nicht mehr erreichbar:

    ist das Update nicht durchgelaufen.

    woran machst du das fest?

    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 -

    YunkieY 1 Antwort Letzte Antwort
    0
    • HomoranH Homoran

      @yunkie sagte in Admin nach JavaScript-Update nicht mehr erreichbar:

      ist das Update nicht durchgelaufen.

      woran machst du das fest?

      YunkieY Offline
      YunkieY Offline
      Yunkie
      schrieb am zuletzt editiert von
      #14

      @homoran
      Entschuldigt, habe diesmal die "Adapter"-Seite nicht aktualisiert.
      tatsächlich scheint das Update nun durchgelaufen zu sein.

      Vielen Dank!

      Thomas BraunT 1 Antwort Letzte Antwort
      0
      • YunkieY Yunkie

        @homoran
        Entschuldigt, habe diesmal die "Adapter"-Seite nicht aktualisiert.
        tatsächlich scheint das Update nun durchgelaufen zu sein.

        Vielen Dank!

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

        @yunkie
        Wäre schön wenn du alles hier reinkopieren würdest.

        Hast du zufällig den Adapter 'terminal' installiert?

        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

        YunkieY 1 Antwort Letzte Antwort
        0
        • Thomas BraunT Thomas Braun

          @yunkie
          Wäre schön wenn du alles hier reinkopieren würdest.

          Hast du zufällig den Adapter 'terminal' installiert?

          YunkieY Offline
          YunkieY Offline
          Yunkie
          schrieb am zuletzt editiert von
          #16

          @thomas-braun

          entschuldige, was soll ich hier noch reinkopieren? Die ganze Ausgabe nach dem "upgrade" Befehl steht oben :confused:

          Ja ich habe den Adapter Terminal installiert.

          OT: Ich kann den "Ring"-Adapter nicht aktualisieren. Sollte ich dafür einen neuen Thread aufmachen?
          Die Fehlermeldung sieht ähnlich aus wie bei der JavaScript Installation. Ich habe das Gefühl das diese Zeilen dafür interessant sind:

          make: *** [authenticate_pam.target.mk:109: Release/obj.target/authenticate_pam/authenticate_pam.o] Error 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.63-v7l+
          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.7
          gyp ERR! node-gyp -v v5.1.0
          gyp ERR! not ok
          gyp ERR! UNCAUGHT EXCEPTION
          gyp ERR! stack /opt/iobroker/node_modules/fstream/lib/dir-reader.js:191
          gyp ERR! stack "     'warn'
          gyp ERR! stack ^^^^^^^^^^^^
          gyp ERR! stack
          gyp ERR! stack SyntaxError: Invalid or unexpected token
          gyp ERR! stack     at wrapSafe (internal/modules/cjs/loader.js:915:16)
          gyp ERR! stack     at Module._compile (internal/modules/cjs/loader.js:963:27)
          gyp ERR! stack     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
          gyp ERR! stack     at Module.load (internal/modules/cjs/loader.js:863:32)
          gyp ERR! stack     at Function.Module._load (internal/modules/cjs/loader.js:708:14)
          gyp ERR! stack     at Module.require (internal/modules/cjs/loader.js:887:19)
          gyp ERR! stack     at require (internal/modules/cjs/helpers.js:74:18)
          gyp ERR! stack     at Object.<anonymous> (/opt/iobroker/node_modules/fstream/fstream.js:11:11)
          gyp ERR! stack     at Module._compile (internal/modules/cjs/loader.js:999:30)
          gyp ERR! stack     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
          gyp ERR! System Linux 5.10.63-v7l+
          gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
          gyp ERR! cwd /opt/iobroker/node_modules/utf-8-validate
          gyp ERR! node -v v12.22.7
          gyp ERR! node-gyp -v v3.8.0
          gyp ERR! This is a bug in `node-gyp`.
          gyp ERR! Try to update node-gyp and file an Issue if it does not help:
          gyp ERR!     <https://github.com/nodejs/node-gyp/issues>
          npm ERR! code ELIFECYCLE
          npm ERR! errno 7
          npm ERR! utf-8-validate@5.0.7 install: `node-gyp-build`
          npm ERR! Exit status 7
          npm ERR!
          npm ERR! Failed at the utf-8-validate@5.0.7 install script.
          npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
          
          npm ERR! A complete log of this run can be found in:
          npm ERR!     /home/iobroker/.npm/_logs/2021-11-16T20_28_21_503Z-debug.log
          host.iobroker-pi Cannot install iobroker.ring@1.2.8: 7
          
          
          Thomas BraunT 1 Antwort Letzte Antwort
          0
          • YunkieY Yunkie

            @thomas-braun

            entschuldige, was soll ich hier noch reinkopieren? Die ganze Ausgabe nach dem "upgrade" Befehl steht oben :confused:

            Ja ich habe den Adapter Terminal installiert.

            OT: Ich kann den "Ring"-Adapter nicht aktualisieren. Sollte ich dafür einen neuen Thread aufmachen?
            Die Fehlermeldung sieht ähnlich aus wie bei der JavaScript Installation. Ich habe das Gefühl das diese Zeilen dafür interessant sind:

            make: *** [authenticate_pam.target.mk:109: Release/obj.target/authenticate_pam/authenticate_pam.o] Error 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.63-v7l+
            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.7
            gyp ERR! node-gyp -v v5.1.0
            gyp ERR! not ok
            gyp ERR! UNCAUGHT EXCEPTION
            gyp ERR! stack /opt/iobroker/node_modules/fstream/lib/dir-reader.js:191
            gyp ERR! stack "     'warn'
            gyp ERR! stack ^^^^^^^^^^^^
            gyp ERR! stack
            gyp ERR! stack SyntaxError: Invalid or unexpected token
            gyp ERR! stack     at wrapSafe (internal/modules/cjs/loader.js:915:16)
            gyp ERR! stack     at Module._compile (internal/modules/cjs/loader.js:963:27)
            gyp ERR! stack     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
            gyp ERR! stack     at Module.load (internal/modules/cjs/loader.js:863:32)
            gyp ERR! stack     at Function.Module._load (internal/modules/cjs/loader.js:708:14)
            gyp ERR! stack     at Module.require (internal/modules/cjs/loader.js:887:19)
            gyp ERR! stack     at require (internal/modules/cjs/helpers.js:74:18)
            gyp ERR! stack     at Object.<anonymous> (/opt/iobroker/node_modules/fstream/fstream.js:11:11)
            gyp ERR! stack     at Module._compile (internal/modules/cjs/loader.js:999:30)
            gyp ERR! stack     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
            gyp ERR! System Linux 5.10.63-v7l+
            gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
            gyp ERR! cwd /opt/iobroker/node_modules/utf-8-validate
            gyp ERR! node -v v12.22.7
            gyp ERR! node-gyp -v v3.8.0
            gyp ERR! This is a bug in `node-gyp`.
            gyp ERR! Try to update node-gyp and file an Issue if it does not help:
            gyp ERR!     <https://github.com/nodejs/node-gyp/issues>
            npm ERR! code ELIFECYCLE
            npm ERR! errno 7
            npm ERR! utf-8-validate@5.0.7 install: `node-gyp-build`
            npm ERR! Exit status 7
            npm ERR!
            npm ERR! Failed at the utf-8-validate@5.0.7 install script.
            npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
            
            npm ERR! A complete log of this run can be found in:
            npm ERR!     /home/iobroker/.npm/_logs/2021-11-16T20_28_21_503Z-debug.log
            host.iobroker-pi Cannot install iobroker.ring@1.2.8: 7
            
            
            Thomas BraunT Online
            Thomas BraunT Online
            Thomas Braun
            Most Active
            schrieb am zuletzt editiert von
            #17

            @yunkie

            Schmeiß den Terminals-Adapter raus.

            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

            YunkieY 1 Antwort Letzte Antwort
            0
            • Thomas BraunT Thomas Braun

              @yunkie

              Schmeiß den Terminals-Adapter raus.

              YunkieY Offline
              YunkieY Offline
              Yunkie
              schrieb am zuletzt editiert von
              #18

              @thomas-braun

              Alles klar, ist raus. Fiel mir nicht besonders schwer, da ich ihn nicht wirklich gebraucht habe und alles per Putty mache.
              Aber darf ich interessehalber noch fragen warum?

              Thomas BraunT 1 Antwort Letzte Antwort
              0
              • YunkieY Yunkie

                @thomas-braun

                Alles klar, ist raus. Fiel mir nicht besonders schwer, da ich ihn nicht wirklich gebraucht habe und alles per Putty mache.
                Aber darf ich interessehalber noch fragen warum?

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

                @yunkie
                Der sorgt für die ganzen Meldungen zu authenticate_pam.

                iobroker update -i
                

                sagt?

                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

                YunkieY 1 Antwort Letzte Antwort
                0
                • Thomas BraunT Thomas Braun

                  @yunkie
                  Der sorgt für die ganzen Meldungen zu authenticate_pam.

                  iobroker update -i
                  

                  sagt?

                  YunkieY Offline
                  YunkieY Offline
                  Yunkie
                  schrieb am zuletzt editiert von
                  #20

                  @thomas-braun

                  iobroker@iobroker-pi:~ $ iobroker update -i
                  Used repository: stable
                  hash unchanged, use cached sources
                  update done
                  Adapter    "admin"         : 5.1.25   , installed 5.1.25
                  Adapter    "alexa2"        : 3.11.2   , installed 3.11.2
                  Adapter    "backitup"      : 2.1.17   , installed 2.1.17
                  Adapter    "bring"         : 1.7.8    , installed 1.7.8
                  Adapter    "cloud"         : 4.1.0    , installed 4.1.0
                  Adapter    "discovery"     : 2.7.3    , installed 2.7.3
                  Adapter    "ebus"          : 2.3.2    , installed 2.3.2
                  Adapter    "flot"          : 1.10.7   , installed 1.10.7
                  Adapter    "history"       : 1.9.13   , installed 1.9.13
                  Adapter    "icons-mfd-svg" : 1.0.2    , installed 1.0.2
                  Adapter    "icons-ultimate-png": 1.0.1   , installed 1.0.1
                  Adapter    "info"          : 1.9.8    , installed 1.9.8
                  Adapter    "javascript"    : 5.2.13   , installed 5.2.13
                  Controller "js-controller" : 3.3.18   , installed 3.3.18
                  Adapter    "knx"           : 1.0.45   , installed 1.0.45
                  Adapter    "mqtt"          : 2.4.0    , installed 2.4.0
                  Adapter    "octoprint"     : 1.1.1    , installed 1.1.1
                  Adapter    "pollenflug"    : 1.0.6    , installed 1.0.6
                  Adapter    "pushover"      : 2.0.5    , installed 2.0.5
                  Adapter    "ring"          : 1.2.8    , installed 1.2.6 [Updateable]
                  Adapter    "samsung"       : 0.2.9    , installed 0.2.9
                  Adapter    "simple-api"    : 2.6.1    , installed 2.6.1
                  Adapter    "smartmeter"    : 3.2.1    , installed 3.2.1
                  Adapter    "snmp"          : 0.5.0    , installed 0.5.0
                  Adapter    "socketio"      : 3.1.4    , installed 3.1.5
                  Adapter    "sql"           : 1.15.7   , installed 1.15.7
                  Adapter    "vis"           : 1.4.5    , installed 1.4.5
                  Adapter    "vis-bars"      : 0.1.4    , installed 0.1.4
                  Adapter    "vis-fancyswitch": 1.1.0   , installed 1.1.0
                  Adapter    "vis-hqwidgets" : 1.1.7    , installed 1.1.7
                  Adapter    "vis-material-advanced": 1.7.2   , installed 1.7.2
                  Adapter    "vis-plumb"     : 1.0.2    , installed 1.0.2
                  Adapter    "vw-connect"    : 0.0.45   , installed 0.0.45
                  Adapter    "web"           : 3.4.9    , installed 3.4.9
                  
                  
                  Thomas BraunT 1 Antwort Letzte Antwort
                  0
                  • YunkieY Yunkie

                    @thomas-braun

                    iobroker@iobroker-pi:~ $ iobroker update -i
                    Used repository: stable
                    hash unchanged, use cached sources
                    update done
                    Adapter    "admin"         : 5.1.25   , installed 5.1.25
                    Adapter    "alexa2"        : 3.11.2   , installed 3.11.2
                    Adapter    "backitup"      : 2.1.17   , installed 2.1.17
                    Adapter    "bring"         : 1.7.8    , installed 1.7.8
                    Adapter    "cloud"         : 4.1.0    , installed 4.1.0
                    Adapter    "discovery"     : 2.7.3    , installed 2.7.3
                    Adapter    "ebus"          : 2.3.2    , installed 2.3.2
                    Adapter    "flot"          : 1.10.7   , installed 1.10.7
                    Adapter    "history"       : 1.9.13   , installed 1.9.13
                    Adapter    "icons-mfd-svg" : 1.0.2    , installed 1.0.2
                    Adapter    "icons-ultimate-png": 1.0.1   , installed 1.0.1
                    Adapter    "info"          : 1.9.8    , installed 1.9.8
                    Adapter    "javascript"    : 5.2.13   , installed 5.2.13
                    Controller "js-controller" : 3.3.18   , installed 3.3.18
                    Adapter    "knx"           : 1.0.45   , installed 1.0.45
                    Adapter    "mqtt"          : 2.4.0    , installed 2.4.0
                    Adapter    "octoprint"     : 1.1.1    , installed 1.1.1
                    Adapter    "pollenflug"    : 1.0.6    , installed 1.0.6
                    Adapter    "pushover"      : 2.0.5    , installed 2.0.5
                    Adapter    "ring"          : 1.2.8    , installed 1.2.6 [Updateable]
                    Adapter    "samsung"       : 0.2.9    , installed 0.2.9
                    Adapter    "simple-api"    : 2.6.1    , installed 2.6.1
                    Adapter    "smartmeter"    : 3.2.1    , installed 3.2.1
                    Adapter    "snmp"          : 0.5.0    , installed 0.5.0
                    Adapter    "socketio"      : 3.1.4    , installed 3.1.5
                    Adapter    "sql"           : 1.15.7   , installed 1.15.7
                    Adapter    "vis"           : 1.4.5    , installed 1.4.5
                    Adapter    "vis-bars"      : 0.1.4    , installed 0.1.4
                    Adapter    "vis-fancyswitch": 1.1.0   , installed 1.1.0
                    Adapter    "vis-hqwidgets" : 1.1.7    , installed 1.1.7
                    Adapter    "vis-material-advanced": 1.7.2   , installed 1.7.2
                    Adapter    "vis-plumb"     : 1.0.2    , installed 1.0.2
                    Adapter    "vw-connect"    : 0.0.45   , installed 0.0.45
                    Adapter    "web"           : 3.4.9    , installed 3.4.9
                    
                    
                    Thomas BraunT Online
                    Thomas BraunT Online
                    Thomas Braun
                    Most Active
                    schrieb am zuletzt editiert von
                    #21

                    @yunkie

                    iobroker upgrade
                    

                    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

                    YunkieY 1 Antwort Letzte Antwort
                    0
                    • Thomas BraunT Thomas Braun

                      @yunkie

                      iobroker upgrade
                      
                      YunkieY Offline
                      YunkieY Offline
                      Yunkie
                      schrieb am zuletzt editiert von
                      #22

                      @thomas-braun

                      liefert leider das:

                      iobroker@iobroker-pi:~ $ iobroker upgrade
                      Would you like to upgrade ring from @1.2.6 to @1.2.8 now? [(y)es, (n)o]: y
                      Update ring from @1.2.6 to @1.2.8
                      NPM version: 6.14.15
                      npm install iobroker.ring@1.2.8 --loglevel error --prefix "/opt/iobroker" (System call)
                      gyp ERR! UNCAUGHT EXCEPTION
                      gyp ERR! stack /opt/iobroker/node_modules/fstream/lib/dir-reader.js:192
                      gyp ERR! stack     ].forEach(function!(evi {
                      gyp ERR! stack                       ^
                      gyp ERR! stack
                      gyp ERR! stack SyntaxError: Unexpected token '!'
                      gyp ERR! stack     at wrapSafe (internal/modules/cjs/loader.js:915:16)
                      gyp ERR! stack     at Module._compile (internal/modules/cjs/loader.js:963:27)
                      gyp ERR! stack     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
                      gyp ERR! stack     at Module.load (internal/modules/cjs/loader.js:863:32)
                      gyp ERR! stack     at Function.Module._load (internal/modules/cjs/loader.js:708:14)
                      gyp ERR! stack     at Module.require (internal/modules/cjs/loader.js:887:19)
                      gyp ERR! stack     at require (internal/modules/cjs/helpers.js:74:18)
                      gyp ERR! stack     at Object.<anonymous> (/opt/iobroker/node_modules/fstream/fstream.js:11:11)
                      gyp ERR! stack     at Module._compile (internal/modules/cjs/loader.js:999:30)
                      gyp ERR! stack     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
                      gyp ERR! System Linux 5.10.63-v7l+
                      gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
                      gyp ERR! cwd /opt/iobroker/node_modules/utf-8-validate
                      gyp ERR! node -v v12.22.7
                      gyp ERR! node-gyp -v v3.8.0
                      gyp ERR! This is a bug in `node-gyp`.
                      gyp ERR! Try to update node-gyp and file an Issue if it does not help:
                      gyp ERR!     <https://github.com/nodejs/node-gyp/issues>
                      npm ERR! code ELIFECYCLE
                      npm ERR! errno 7
                      npm ERR! utf-8-validate@5.0.7 install: `node-gyp-build`
                      npm ERR! Exit status 7
                      npm ERR!
                      npm ERR! Failed at the utf-8-validate@5.0.7 install script.
                      npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
                      
                      npm ERR! A complete log of this run can be found in:
                      npm ERR!     /home/iobroker/.npm/_logs/2021-11-16T21_07_26_795Z-debug.log
                      host.iobroker-pi Cannot install iobroker.ring@1.2.8: 7
                      
                      
                      Thomas BraunT 1 Antwort Letzte Antwort
                      0
                      • YunkieY Yunkie

                        @thomas-braun

                        liefert leider das:

                        iobroker@iobroker-pi:~ $ iobroker upgrade
                        Would you like to upgrade ring from @1.2.6 to @1.2.8 now? [(y)es, (n)o]: y
                        Update ring from @1.2.6 to @1.2.8
                        NPM version: 6.14.15
                        npm install iobroker.ring@1.2.8 --loglevel error --prefix "/opt/iobroker" (System call)
                        gyp ERR! UNCAUGHT EXCEPTION
                        gyp ERR! stack /opt/iobroker/node_modules/fstream/lib/dir-reader.js:192
                        gyp ERR! stack     ].forEach(function!(evi {
                        gyp ERR! stack                       ^
                        gyp ERR! stack
                        gyp ERR! stack SyntaxError: Unexpected token '!'
                        gyp ERR! stack     at wrapSafe (internal/modules/cjs/loader.js:915:16)
                        gyp ERR! stack     at Module._compile (internal/modules/cjs/loader.js:963:27)
                        gyp ERR! stack     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
                        gyp ERR! stack     at Module.load (internal/modules/cjs/loader.js:863:32)
                        gyp ERR! stack     at Function.Module._load (internal/modules/cjs/loader.js:708:14)
                        gyp ERR! stack     at Module.require (internal/modules/cjs/loader.js:887:19)
                        gyp ERR! stack     at require (internal/modules/cjs/helpers.js:74:18)
                        gyp ERR! stack     at Object.<anonymous> (/opt/iobroker/node_modules/fstream/fstream.js:11:11)
                        gyp ERR! stack     at Module._compile (internal/modules/cjs/loader.js:999:30)
                        gyp ERR! stack     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
                        gyp ERR! System Linux 5.10.63-v7l+
                        gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
                        gyp ERR! cwd /opt/iobroker/node_modules/utf-8-validate
                        gyp ERR! node -v v12.22.7
                        gyp ERR! node-gyp -v v3.8.0
                        gyp ERR! This is a bug in `node-gyp`.
                        gyp ERR! Try to update node-gyp and file an Issue if it does not help:
                        gyp ERR!     <https://github.com/nodejs/node-gyp/issues>
                        npm ERR! code ELIFECYCLE
                        npm ERR! errno 7
                        npm ERR! utf-8-validate@5.0.7 install: `node-gyp-build`
                        npm ERR! Exit status 7
                        npm ERR!
                        npm ERR! Failed at the utf-8-validate@5.0.7 install script.
                        npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
                        
                        npm ERR! A complete log of this run can be found in:
                        npm ERR!     /home/iobroker/.npm/_logs/2021-11-16T21_07_26_795Z-debug.log
                        host.iobroker-pi Cannot install iobroker.ring@1.2.8: 7
                        
                        
                        Thomas BraunT Online
                        Thomas BraunT Online
                        Thomas Braun
                        Most Active
                        schrieb am zuletzt editiert von
                        #23

                        @yunkie

                        cd /opt/iobroker
                        npm list utf-8-validate
                        

                        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

                        YunkieY 1 Antwort Letzte Antwort
                        0
                        • Thomas BraunT Thomas Braun

                          @yunkie

                          cd /opt/iobroker
                          npm list utf-8-validate
                          
                          YunkieY Offline
                          YunkieY Offline
                          Yunkie
                          schrieb am zuletzt editiert von
                          #24

                          @thomas-braun said in Admin nach JavaScript-Update nicht mehr erreichbar:

                          liefert dies:

                          iobroker@iobroker-pi:/opt/iobroker $ npm list utf-8-validate
                          iobroker.inst@3.0.0 /opt/iobroker
                          └─┬ UNMET DEPENDENCY iobroker.ring@1.2.6
                            └── UNMET DEPENDENCY utf-8-validate@5.0.5
                          
                          npm ERR! missing: iobroker.ring@1.2.6, required by iobroker.inst@3.0.0
                          npm ERR! missing: utf-8-validate@5.0.5, required by iobroker.ring@1.2.6
                          
                          
                          Thomas BraunT 1 Antwort Letzte Antwort
                          0
                          • YunkieY Yunkie

                            @thomas-braun said in Admin nach JavaScript-Update nicht mehr erreichbar:

                            liefert dies:

                            iobroker@iobroker-pi:/opt/iobroker $ npm list utf-8-validate
                            iobroker.inst@3.0.0 /opt/iobroker
                            └─┬ UNMET DEPENDENCY iobroker.ring@1.2.6
                              └── UNMET DEPENDENCY utf-8-validate@5.0.5
                            
                            npm ERR! missing: iobroker.ring@1.2.6, required by iobroker.inst@3.0.0
                            npm ERR! missing: utf-8-validate@5.0.5, required by iobroker.ring@1.2.6
                            
                            
                            Thomas BraunT Online
                            Thomas BraunT Online
                            Thomas Braun
                            Most Active
                            schrieb am zuletzt editiert von
                            #25

                            @yunkie
                            Fällt mir nichts mehr zu ein.

                            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

                            YunkieY 1 Antwort Letzte Antwort
                            0
                            • Thomas BraunT Thomas Braun

                              @yunkie
                              Fällt mir nichts mehr zu ein.

                              YunkieY Offline
                              YunkieY Offline
                              Yunkie
                              schrieb am zuletzt editiert von
                              #26

                              @thomas-braun

                              Verdammt... Schade! Trotzdem vielen Dank!
                              Ich werde mal versuchen den Adapter komplett neu zu installieren.

                              YunkieY 1 Antwort Letzte Antwort
                              0
                              • YunkieY Yunkie

                                @thomas-braun

                                Verdammt... Schade! Trotzdem vielen Dank!
                                Ich werde mal versuchen den Adapter komplett neu zu installieren.

                                YunkieY Offline
                                YunkieY Offline
                                Yunkie
                                schrieb am zuletzt editiert von
                                #27

                                Eine komplette Neuinstallation des Adapters war erfolgreich
                                Wollte nur das Ergebnis mitteilen ;-)

                                1 Antwort Letzte Antwort
                                1
                                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

                                706

                                Online

                                32.5k

                                Benutzer

                                81.8k

                                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