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. Error/Bug
  4. NPM Error nach update & upgrade

NEWS

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

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

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

NPM Error nach update & upgrade

Geplant Angeheftet Gesperrt Verschoben Ungelöst Error/Bug
12 Beiträge 2 Kommentatoren 129 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.
  • M Offline
    M Offline
    marcelinho
    schrieb am zuletzt editiert von
    #1

    Guten Morgen zusammen,

    nachdem ich heute morgen sudo apt update & sudo apt upgrade eingegeben habe kamen folgende Fehler.
    Ich muss dazu sagen das ich neben ioBroker auch Homebridge auf meinem Raspi laufen habe. Beide gehen Ohne Probleme aber irgendetwas passt nicht...Vielleicht kann mir jemand dabei helfen.
    Mein System:

    • Hardwaresystem: Pi4
    • Arbeitsspeicher: 4GB
    • Festplattenart: Micro-SD
    • Betriebssystem: linux
    • Nodejs-Version: v22.21.1
    • NPM-Version: 11.6.2

    Hier der erste Code, es ist nur der Schluss weil er ziemlich lang ist:

    npm error       |   ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    npm error In file included from ../../../nan/nan.h:423:
    npm error ../../../nan/nan_persistent_12_inl.h:12:40: note: ‘class Nan::Persiste                                                                                                             nt<v8::Function>’ declared here
    npm error    12 | template<typename T, typename M> class Persistent :
    npm error       |                                        ^~~~~~~~~~
    npm error ../src/unix/pty.cc: At global scope:
    npm error /root/.cache/node-gyp/24.11.1/include/node/node.h:1279:7: warning: cas                                                                                                             t between incompatible function types from ‘void (*)(Nan::ADDON_REGISTER_FUNCTIO                                                                                                             N_ARGS_TYPE)’ {aka ‘void (*)(v8::Local<v8::Object>)’} to ‘node::addon_register_f                                                                                                             unc’ {aka ‘void (*)(v8::Local<v8::Object>, v8::Local<v8::Value>, void*)’} [-Wcas                                                                                                             t-function-type]
    npm error  1279 |       (node::addon_register_func) (regfunc),                                                                                                                                       \
    npm error       |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    npm error /root/.cache/node-gyp/24.11.1/include/node/node.h:1313:3: note: in exp                                                                                                             ansion of macro ‘NODE_MODULE_X’
    npm error  1313 |   NODE_MODULE_X(modname, regfunc, NULL, 0)  // NOLINT (readabi                                                                                                             lity/null_usage)
    npm error       |   ^~~~~~~~~~~~~
    npm error ../src/unix/pty.cc:839:1: note: in expansion of macro ‘NODE_MODULE’
    npm error   839 | NODE_MODULE(pty, init)
    npm error       | ^~~~~~~~~~~
    npm error ../../../nan/nan_persistent_12_inl.h: In instantiation of ‘Nan::Persis                                                                                                             tent<T, M>::Persistent(v8::Local<S>) [with S = v8::Function; T = v8::Function; M                                                                                                              = v8::NonCopyablePersistentTraits<v8::Function>]’:
    npm error ../../../nan/nan.h:1699:58:   required from here
    npm error ../../../nan/nan_persistent_12_inl.h:18:59: error: no matching functio                                                                                                             n for call to ‘v8::Persistent<v8::Function, v8::NonCopyablePersistentTraits<v8::                                                                                                             Function> >::Persistent(v8::Isolate*, v8::Local<v8::Function>&)’
    npm error    18 |       v8::Persistent<T, M>(v8::Isolate::GetCurrent(), that) {}
    npm error       |                                                           ^
    npm error /root/.cache/node-gyp/24.11.1/include/node/v8-persistent-handle.h:289:                                                                                                             13: note: candidate: ‘template<class S, class M2> v8::Persistent<T, M>::Persiste                                                                                                             nt(const v8::Persistent<S, M>&) [with M2 = S; T = v8::Function; M = v8::NonCopya                                                                                                             blePersistentTraits<v8::Function>]’
    npm error   289 |   V8_INLINE Persistent(const Persistent<S, M2>& that) : Persis                                                                                                             tentBase<T>() {
    npm error       |             ^~~~~~~~~~
    npm error /root/.cache/node-gyp/24.11.1/include/node/v8-persistent-handle.h:289:                                                                                                             13: note:   template argument deduction/substitution failed:
    npm error ../../../nan/nan_persistent_12_inl.h:18:59: note:   mismatched types ‘                                                                                                             const v8::Persistent<S, M>’ and ‘v8::Isolate*’
    npm error    18 |       v8::Persistent<T, M>(v8::Isolate::GetCurrent(), that) {}
    npm error       |                                                           ^
    npm error /root/.cache/node-gyp/24.11.1/include/node/v8-persistent-handle.h:285:                                                                                                             13: note: candidate: ‘v8::Persistent<T, M>::Persistent(const v8::Persistent<T, M                                                                                                             >&) [with T = v8::Function; M = v8::NonCopyablePersistentTraits<v8::Function>]’
    npm error   285 |   V8_INLINE Persistent(const Persistent& that) : PersistentBas                                                                                                             e<T>() {
    npm error       |             ^~~~~~~~~~
    npm error /root/.cache/node-gyp/24.11.1/include/node/v8-persistent-handle.h:285:                                                                                                             13: note:   candidate expects 1 argument, 2 provided
    npm error /root/.cache/node-gyp/24.11.1/include/node/v8-persistent-handle.h:255:                                                                                                             13: note: candidate: ‘constexpr v8::Persistent<T, M>::Persistent() [with T = v8:                                                                                                             :Function; M = v8::NonCopyablePersistentTraits<v8::Function>]’
    npm error   255 |   V8_INLINE Persistent() = default;
    npm error       |             ^~~~~~~~~~
    npm error /root/.cache/node-gyp/24.11.1/include/node/v8-persistent-handle.h:255:                                                                                                             13: note:   candidate expects 0 arguments, 2 provided
    npm error In file included from /root/.cache/node-gyp/24.11.1/include/node/v8-is                                                                                                             olate.h:22,
    npm error                  from /root/.cache/node-gyp/24.11.1/include/node/v8-sn                                                                                                             apshot.h:9,
    npm error                  from /root/.cache/node-gyp/24.11.1/include/node/v8-co                                                                                                             ntext.h:15:
    npm error /root/.cache/node-gyp/24.11.1/include/node/v8-function-callback.h: In                                                                                                              instantiation of ‘v8::Local<v8::Value> v8::FunctionCallbackInfo<F>::operator[](i                                                                                                             nt) const [with T = v8::Value]’:
    npm error ../../../nan/nan_callbacks_12_inl.h:115:69:   required from ‘v8::Local                                                                                                             <v8::Value> Nan::FunctionCallbackInfo<T>::operator[](int) const [with T = v8::Va                                                                                                             lue]’
    npm error ../src/unix/pty.cc:162:14:   required from here
    npm error /root/.cache/node-gyp/24.11.1/include/node/v8-function-callback.h:623:                                                                                                             47: error: could not convert ‘v8::Undefined(((const v8::FunctionCallbackInfo<v8:                                                                                                             :Value>*)this)->v8::FunctionCallbackInfo<v8::Value>::GetIsolate())’ from ‘Local<                                                                                                             v8::Primitive>’ to ‘Local<v8::Value>’
    npm error   623 |   if (i < 0 || Length() <= i) return Undefined(GetIsolate());
    npm error       |                                      ~~~~~~~~~^~~~~~~~~~~~~~
    npm error       |                                               |
    npm error       |                                               Local<v8::Primit                                                                                                             ive>
    npm error make: *** [pty.target.mk:114: Release/obj.target/pty/src/unix/pty.o] E                                                                                                             rror 1
    npm error gyp ERR! build error
    npm error gyp ERR! stack Error: `make` failed with exit code: 2
    npm error gyp ERR! stack at ChildProcess.<anonymous> (/opt/homebridge/lib/node_m                                                                                                             odules/npm/node_modules/node-gyp/lib/build.js:219:23)
    npm error gyp ERR! System Linux 6.12.47+rpt-rpi-v8
    npm error gyp ERR! command "/opt/homebridge/bin/node" "/opt/homebridge/lib/node_                                                                                                             modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
    npm error gyp ERR! cwd /var/lib/homebridge/node_modules/homebridge-lg-thinq/node                                                                                                             _modules/@homebridge/node-pty-prebuilt-multiarch
    npm error gyp ERR! node -v v24.11.1
    npm error gyp ERR! node-gyp -v v11.4.2
    npm error gyp ERR! not ok
    npm error A complete log of this run can be found in: /root/.npm/_logs/2025-11-2                                                                                                             6T06_29_38_428Z-debug-0.log
    
    Running post-install steps...
    The system user `homebridge' already exists. Exiting.
    cp: cannot create regular file '/home/homebridge/.bashrc': No such file or direc                                                                                                             tory
    chown: cannot access '/home/homebridge/.bashrc': No such file or directory
    Starting Homebridge service....
    Setting up chromium-sandbox (1:142.0.7444.175-1~deb12u1+rpt1) ...
    Setting up chromium-common (1:142.0.7444.175-1~deb12u1+rpt1) ...
    Setting up chromium (1:142.0.7444.175-1~deb12u1+rpt1) ...
    Setting up chromium-l10n (1:142.0.7444.175-1~deb12u1+rpt1) ...
    Processing triggers for desktop-file-utils (0.26-1) ...
    Processing triggers for hicolor-icon-theme (0.17-2) ...
    Processing triggers for gnome-menus (3.36.0-1.1) ...
    Processing triggers for libc-bin (2.36-9+rpt2+deb12u13) ...
    Processing triggers for man-db (2.11.2-2) ...
    Processing triggers for mailcap (3.70+nmu1) ...
    

    dann hab ich ein npm audit gemacht:

    # npm audit report
    
    bl  <1.2.3
    Severity: moderate
    Remote Memory Exposure in bl - https://github.com/advisories/GHSA-pp7h-53gx-mx7r
    No fix available
    node_modules/npm/node_modules/request/node_modules/bl
      request  *
      Depends on vulnerable versions of bl
      Depends on vulnerable versions of hawk
      Depends on vulnerable versions of tunnel-agent
      node_modules/npm/node_modules/request
        node-gyp  <=7.1.2
        Depends on vulnerable versions of request
        Depends on vulnerable versions of semver
        Depends on vulnerable versions of tar
        node_modules/npm/node_modules/node-gyp
          npm  <=7.1.0 || 7.21.0 - 8.5.4 || 8.19.0 - 8.19.2 || 9.0.0-pre.0 - 9.0.0-pre.6
          Depends on vulnerable versions of chownr
          Depends on vulnerable versions of fstream
          Depends on vulnerable versions of hosted-git-info
          Depends on vulnerable versions of ini
          Depends on vulnerable versions of minimatch
          Depends on vulnerable versions of mkdirp
          Depends on vulnerable versions of node-gyp
          Depends on vulnerable versions of npm-registry-client
          Depends on vulnerable versions of npm-user-validate
          Depends on vulnerable versions of request
          Depends on vulnerable versions of semver
          Depends on vulnerable versions of tar
          node_modules/npm
            latest  *
            Depends on vulnerable versions of npm
            node_modules/latest
        npm-registry-client  *
        Depends on vulnerable versions of request
        node_modules/npm/node_modules/npm-registry-client
    
    brace-expansion  <=1.1.11
    Severity: high
    ReDoS in brace-expansion - https://github.com/advisories/GHSA-832h-xg76-4gv6
    brace-expansion Regular Expression Denial of Service vulnerability - https://github.com/advisories/GHSA-v6h2-p8h4-qcjw
    fix available via `npm audit fix`
    node_modules/npm/node_modules/minimatch/node_modules/brace-expansion
    
    chownr  <1.1.0
    Time-of-check Time-of-use (TOCTOU) Race Condition in chownr - https://github.com/advisories/GHSA-c6rq-rjc2-86v2
    No fix available
    node_modules/npm/node_modules/chownr
    
    extend  3.0.0 - 3.0.1
    Severity: moderate
    Prototype Pollution in extend - https://github.com/advisories/GHSA-qrmc-fj45-qfc2
    fix available via `npm audit fix`
    node_modules/npm/node_modules/request/node_modules/extend
    
    fstream  <1.0.12
    Severity: high
    Arbitrary File Overwrite in fstream - https://github.com/advisories/GHSA-xf7w-r453-m56c
    No fix available
    node_modules/npm/node_modules/fstream
    
    hawk  <=9.0.0
    Severity: high
    Uncontrolled Resource Consumption in Hawk - https://github.com/advisories/GHSA-44pw-h2cw-w3vq
    Depends on vulnerable versions of boom
    Depends on vulnerable versions of cryptiles
    Depends on vulnerable versions of hoek
    Depends on vulnerable versions of sntp
    No fix available
    node_modules/npm/node_modules/request/node_modules/hawk
    
    hoek  *
    Severity: high
    hoek subject to prototype pollution via the clone function. - https://github.com/advisories/GHSA-c429-5p7v-vgjp
    Prototype Pollution in hoek - https://github.com/advisories/GHSA-jp4x-w63m-7wgm
    No fix available
    node_modules/npm/node_modules/request/node_modules/hawk/node_modules/hoek
      boom  *
      Depends on vulnerable versions of hoek
      node_modules/npm/node_modules/request/node_modules/hawk/node_modules/boom
        cryptiles  *
        Depends on vulnerable versions of boom
        node_modules/npm/node_modules/request/node_modules/hawk/node_modules/cryptiles
      sntp  0.0.0 || >=0.1.1
      Depends on vulnerable versions of hoek
      node_modules/npm/node_modules/request/node_modules/hawk/node_modules/sntp
    
    hosted-git-info  <2.8.9
    Severity: moderate
    Regular Expression Denial of Service in hosted-git-info - https://github.com/advisories/GHSA-43f8-2h32-f4cj
    No fix available
    node_modules/npm/node_modules/hosted-git-info
    
    ini  <1.3.6
    Severity: high
    ini before 1.3.6 vulnerable to Prototype Pollution via ini.parse - https://github.com/advisories/GHSA-qqgx-2p2h-9c37
    No fix available
    node_modules/npm/node_modules/ini
    
    is-my-json-valid  2.0.0 - 2.20.5
    Severity: moderate
    Regular expression deinal of service (ReDoS) in is-my-json-valid - https://github.com/advisories/GHSA-4hpf-3wq7-5rpr
    Depends on vulnerable versions of jsonpointer
    fix available via `npm audit fix`
    node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid
    
    json-schema  <0.4.0
    Severity: critical
    json-schema is vulnerable to Prototype Pollution - https://github.com/advisories/GHSA-896r-f27r-55mw
    fix available via `npm audit fix`
    node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/json-schema
      jsprim  0.3.0 - 1.4.1 || 2.0.0 - 2.0.1
      Depends on vulnerable versions of json-schema
      node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/jsprim
    
    jsonpointer  <5.0.0
    Severity: moderate
    Prototype Pollution in node-jsonpointer - https://github.com/advisories/GHSA-282f-qqgm-c34q
    fix available via `npm audit fix`
    node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/jsonpointer
    
    minimatch  <3.0.5
    Severity: high
    minimatch ReDoS vulnerability - https://github.com/advisories/GHSA-f8q6-p94x-37v3
    No fix available
    node_modules/npm/node_modules/minimatch
    
    minimist  <=0.2.3
    Severity: critical
    Prototype Pollution in minimist - https://github.com/advisories/GHSA-vh95-rmgr-6w4m
    Prototype Pollution in minimist - https://github.com/advisories/GHSA-xvch-5gv4-984h
    No fix available
    node_modules/npm/node_modules/mkdirp/node_modules/minimist
      mkdirp  0.4.1 - 0.5.1
      Depends on vulnerable versions of minimist
      node_modules/npm/node_modules/mkdirp
    
    
    npm-user-validate  <=1.0.0
    Severity: high
    Regular Expression Denial of Service in npm-user-validate - https://github.com/advisories/GHSA-xgh6-85xh-479p
    Regular expression denial of service in npm-user-validate - https://github.com/advisories/GHSA-pw54-mh39-w3hc
    No fix available
    node_modules/npm/node_modules/npm-user-validate
    
    qs  <=6.2.3
    Severity: high
    Prototype Pollution Protection Bypass in qs - https://github.com/advisories/GHSA-gqgv-6jq5-jjj9
    qs vulnerable to Prototype Pollution - https://github.com/advisories/GHSA-hrpp-h998-j3pp
    fix available via `npm audit fix`
    node_modules/npm/node_modules/request/node_modules/qs
    
    
    semver  <5.7.2
    Severity: high
    semver vulnerable to Regular Expression Denial of Service - https://github.com/advisories/GHSA-c2qf-rxjj-qqgw
    No fix available
    node_modules/npm/node_modules/node-gyp/node_modules/semver
    node_modules/npm/node_modules/semver
    
    sshpk  <1.13.2
    Severity: high
    Regular Expression Denial of Service in sshpk - https://github.com/advisories/GHSA-2m39-62fm-q8r3
    fix available via `npm audit fix`
    node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk
    
    stringstream  <0.0.6
    Severity: moderate
    Out-of-bounds Read in stringstream - https://github.com/advisories/GHSA-mf6x-7mm4-x2g7
    fix available via `npm audit fix`
    node_modules/npm/node_modules/request/node_modules/stringstream
    
    tar  <=6.2.0
    Severity: high
    Arbitrary File Creation/Overwrite due to insufficient absolute path sanitization - https://github.com/advisories/GHSA-3jfq-g458-7qm9
    Arbitrary File Creation/Overwrite on Windows via insufficient relative path sanitization - https://github.com/advisories/GHSA-5955-9wpr-37jh
    Arbitrary File Overwrite in tar - https://github.com/advisories/GHSA-j44m-qm6p-hp7m
    Denial of service while parsing a tar file due to lack of folders count validation - https://github.com/advisories/GHSA-f5x3-32g6-xq36
    No fix available
    node_modules/npm/node_modules/tar
    
    tough-cookie  <=4.1.2
    Severity: high
    Regular Expression Denial of Service in tough-cookie - https://github.com/advisories/GHSA-g7q5-pjjr-gqvp
    tough-cookie Prototype Pollution vulnerability - https://github.com/advisories/GHSA-72xf-g2v4-qvf3
    fix available via `npm audit fix`
    node_modules/npm/node_modules/request/node_modules/tough-cookie
    
    tunnel-agent  <0.6.0
    Severity: moderate
    Memory Exposure in tunnel-agent - https://github.com/advisories/GHSA-xc7v-wxcw-j472
    No fix available
    node_modules/npm/node_modules/request/node_modules/tunnel-agent
    
    32 vulnerabilities (1 low, 9 moderate, 17 high, 5 critical)
    
    To address issues that do not require attention, run:
      npm audit fix
    
    Some issues need review, and may require choosing
    a different dependency.
    

    dann versucht nochmal mit sudo npm install

    pi@raspberrypi:~ $ sudo npm install
    
    up to date, audited 205 packages in 6s
    
    32 vulnerabilities (1 low, 9 moderate, 17 high, 5 critical)
    
    To address issues that do not require attention, run:
      npm audit fix
    
    Some issues need review, and may require choosing
    a different dependency.
    
    Run `npm audit` for details.
    pi@raspberrypi:~ $ sudo npm audit fix
    npm warn audit fix chownr@1.0.1 node_modules/npm/node_modules/chownr
    npm warn audit fix chownr@1.0.1 is a bundled dependency of
    npm warn audit fix chownr@1.0.1 npm@2.15.12 at node_modules/npm
    npm warn audit fix chownr@1.0.1 It cannot be fixed automatically.
    npm warn audit fix chownr@1.0.1 Check for updates to the npm package.
    npm warn audit fix fstream@1.0.10 node_modules/npm/node_modules/fstream
    npm warn audit fix fstream@1.0.10 is a bundled dependency of
    npm warn audit fix fstream@1.0.10 npm@2.15.12 at node_modules/npm
    npm warn audit fix fstream@1.0.10 It cannot be fixed automatically.
    npm warn audit fix fstream@1.0.10 Check for updates to the npm package.
    npm warn audit fix hosted-git-info@2.1.5 node_modules/npm/node_modules/hosted-git-info
    npm warn audit fix hosted-git-info@2.1.5 is a bundled dependency of
    npm warn audit fix hosted-git-info@2.1.5 npm@2.15.12 at node_modules/npm
    npm warn audit fix hosted-git-info@2.1.5 It cannot be fixed automatically.
    npm warn audit fix hosted-git-info@2.1.5 Check for updates to the npm package.
    npm warn audit fix ini@1.3.4 node_modules/npm/node_modules/ini
    npm warn audit fix ini@1.3.4 is a bundled dependency of
    npm warn audit fix ini@1.3.4 npm@2.15.12 at node_modules/npm
    npm warn audit fix ini@1.3.4 It cannot be fixed automatically.
    npm warn audit fix ini@1.3.4 Check for updates to the npm package.
    npm warn audit fix minimatch@3.0.3 node_modules/npm/node_modules/minimatch
    npm warn audit fix minimatch@3.0.3 is a bundled dependency of
    npm warn audit fix minimatch@3.0.3 npm@2.15.12 at node_modules/npm
    npm warn audit fix minimatch@3.0.3 It cannot be fixed automatically.
    npm warn audit fix minimatch@3.0.3 Check for updates to the npm package.
    npm warn audit fix brace-expansion@1.1.6 node_modules/npm/node_modules/minimatch/node_modules/brace-expansion
    npm warn audit fix brace-expansion@1.1.6 is a bundled dependency of
    npm warn audit fix brace-expansion@1.1.6 npm@2.15.12 at node_modules/npm
    npm warn audit fix brace-expansion@1.1.6 It cannot be fixed automatically.
    npm warn audit fix brace-expansion@1.1.6 Check for updates to the npm package.
    npm warn audit fix minimist@0.0.8 node_modules/npm/node_modules/mkdirp/node_modules/minimist
    npm warn audit fix minimist@0.0.8 is a bundled dependency of
    npm warn audit fix minimist@0.0.8 npm@2.15.12 at node_modules/npm
    npm warn audit fix minimist@0.0.8 It cannot be fixed automatically.
    npm warn audit fix minimist@0.0.8 Check for updates to the npm package.
    npm warn audit fix semver@5.3.0 node_modules/npm/node_modules/node-gyp/node_modules/semver
    npm warn audit fix semver@5.3.0 is a bundled dependency of
    npm warn audit fix semver@5.3.0 npm@2.15.12 at node_modules/npm
    npm warn audit fix semver@5.3.0 It cannot be fixed automatically.
    npm warn audit fix semver@5.3.0 Check for updates to the npm package.
    npm warn audit fix semver@5.1.0 node_modules/npm/node_modules/semver
    npm warn audit fix semver@5.1.0 is a bundled dependency of
    npm warn audit fix semver@5.1.0 npm@2.15.12 at node_modules/npm
    npm warn audit fix semver@5.1.0 It cannot be fixed automatically.
    npm warn audit fix semver@5.1.0 Check for updates to the npm package.
    npm warn audit fix npm-user-validate@0.1.5 node_modules/npm/node_modules/npm-user-validate
    npm warn audit fix npm-user-validate@0.1.5 is a bundled dependency of
    npm warn audit fix npm-user-validate@0.1.5 npm@2.15.12 at node_modules/npm
    npm warn audit fix npm-user-validate@0.1.5 It cannot be fixed automatically.
    npm warn audit fix npm-user-validate@0.1.5 Check for updates to the npm package.
    npm warn audit fix request@2.74.0 node_modules/npm/node_modules/request
    npm warn audit fix request@2.74.0 is a bundled dependency of
    npm warn audit fix request@2.74.0 npm@2.15.12 at node_modules/npm
    npm warn audit fix request@2.74.0 It cannot be fixed automatically.
    npm warn audit fix request@2.74.0 Check for updates to the npm package.
    npm warn audit fix bl@1.1.2 node_modules/npm/node_modules/request/node_modules/bl
    npm warn audit fix bl@1.1.2 is a bundled dependency of
    npm warn audit fix bl@1.1.2 npm@2.15.12 at node_modules/npm
    npm warn audit fix bl@1.1.2 It cannot be fixed automatically.
    npm warn audit fix bl@1.1.2 Check for updates to the npm package.
    npm warn audit fix extend@3.0.0 node_modules/npm/node_modules/request/node_modules/extend
    npm warn audit fix extend@3.0.0 is a bundled dependency of
    npm warn audit fix extend@3.0.0 npm@2.15.12 at node_modules/npm
    npm warn audit fix extend@3.0.0 It cannot be fixed automatically.
    npm warn audit fix extend@3.0.0 Check for updates to the npm package.
    npm warn audit fix is-my-json-valid@2.13.1 node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid
    npm warn audit fix is-my-json-valid@2.13.1 is a bundled dependency of
    npm warn audit fix is-my-json-valid@2.13.1 npm@2.15.12 at node_modules/npm
    npm warn audit fix is-my-json-valid@2.13.1 It cannot be fixed automatically.
    npm warn audit fix is-my-json-valid@2.13.1 Check for updates to the npm package.
    npm warn audit fix jsonpointer@2.0.0 node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/jsonpointer
    npm warn audit fix jsonpointer@2.0.0 is a bundled dependency of
    npm warn audit fix jsonpointer@2.0.0 npm@2.15.12 at node_modules/npm
    npm warn audit fix jsonpointer@2.0.0 It cannot be fixed automatically.
    npm warn audit fix jsonpointer@2.0.0 Check for updates to the npm package.
    npm warn audit fix hawk@3.1.3 node_modules/npm/node_modules/request/node_modules/hawk
    npm warn audit fix hawk@3.1.3 is a bundled dependency of
    npm warn audit fix hawk@3.1.3 npm@2.15.12 at node_modules/npm
    npm warn audit fix hawk@3.1.3 It cannot be fixed automatically.
    npm warn audit fix hawk@3.1.3 Check for updates to the npm package.
    npm warn audit fix hoek@2.16.3 node_modules/npm/node_modules/request/node_modules/hawk/node_modules/hoek
    npm warn audit fix hoek@2.16.3 is a bundled dependency of
    npm warn audit fix hoek@2.16.3 npm@2.15.12 at node_modules/npm
    npm warn audit fix hoek@2.16.3 It cannot be fixed automatically.
    npm warn audit fix hoek@2.16.3 Check for updates to the npm package.
    npm warn audit fix json-schema@0.2.2 node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/json-schema
    npm warn audit fix json-schema@0.2.2 is a bundled dependency of
    npm warn audit fix json-schema@0.2.2 npm@2.15.12 at node_modules/npm
    npm warn audit fix json-schema@0.2.2 It cannot be fixed automatically.
    npm warn audit fix json-schema@0.2.2 Check for updates to the npm package.
    npm warn audit fix sshpk@1.9.2 node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk
    npm warn audit fix sshpk@1.9.2 is a bundled dependency of
    npm warn audit fix sshpk@1.9.2 npm@2.15.12 at node_modules/npm
    npm warn audit fix sshpk@1.9.2 It cannot be fixed automatically.
    npm warn audit fix sshpk@1.9.2 Check for updates to the npm package.
    npm warn audit fix qs@6.2.1 node_modules/npm/node_modules/request/node_modules/qs
    npm warn audit fix qs@6.2.1 is a bundled dependency of
    npm warn audit fix qs@6.2.1 npm@2.15.12 at node_modules/npm
    npm warn audit fix qs@6.2.1 It cannot be fixed automatically.
    npm warn audit fix qs@6.2.1 Check for updates to the npm package.
    npm warn audit fix stringstream@0.0.5 node_modules/npm/node_modules/request/node_modules/stringstream
    npm warn audit fix stringstream@0.0.5 is a bundled dependency of
    npm warn audit fix stringstream@0.0.5 npm@2.15.12 at node_modules/npm
    npm warn audit fix stringstream@0.0.5 It cannot be fixed automatically.
    npm warn audit fix stringstream@0.0.5 Check for updates to the npm package.
    npm warn audit fix tough-cookie@2.3.1 node_modules/npm/node_modules/request/node_modules/tough-cookie
    npm warn audit fix tough-cookie@2.3.1 is a bundled dependency of
    npm warn audit fix tough-cookie@2.3.1 npm@2.15.12 at node_modules/npm
    npm warn audit fix tough-cookie@2.3.1 It cannot be fixed automatically.
    npm warn audit fix tough-cookie@2.3.1 Check for updates to the npm package.
    npm warn audit fix tunnel-agent@0.4.3 node_modules/npm/node_modules/request/node_modules/tunnel-agent
    npm warn audit fix tunnel-agent@0.4.3 is a bundled dependency of
    npm warn audit fix tunnel-agent@0.4.3 npm@2.15.12 at node_modules/npm
    npm warn audit fix tunnel-agent@0.4.3 It cannot be fixed automatically.
    npm warn audit fix tunnel-agent@0.4.3 Check for updates to the npm package.
    npm warn audit fix tar@2.2.1 node_modules/npm/node_modules/tar
    npm warn audit fix tar@2.2.1 is a bundled dependency of
    npm warn audit fix tar@2.2.1 npm@2.15.12 at node_modules/npm
    npm warn audit fix tar@2.2.1 It cannot be fixed automatically.
    npm warn audit fix tar@2.2.1 Check for updates to the npm package.
    npm warn audit fix mkdirp@0.5.1 node_modules/npm/node_modules/mkdirp
    npm warn audit fix mkdirp@0.5.1 is a bundled dependency of
    npm warn audit fix mkdirp@0.5.1 npm@2.15.12 at node_modules/npm
    npm warn audit fix mkdirp@0.5.1 It cannot be fixed automatically.
    npm warn audit fix mkdirp@0.5.1 Check for updates to the npm package.
    npm warn audit fix node-gyp@3.6.0 node_modules/npm/node_modules/node-gyp
    npm warn audit fix node-gyp@3.6.0 is a bundled dependency of
    npm warn audit fix node-gyp@3.6.0 npm@2.15.12 at node_modules/npm
    npm warn audit fix node-gyp@3.6.0 It cannot be fixed automatically.
    npm warn audit fix node-gyp@3.6.0 Check for updates to the npm package.
    npm warn audit fix npm-registry-client@7.2.1 node_modules/npm/node_modules/npm-registry-client
    npm warn audit fix npm-registry-client@7.2.1 is a bundled dependency of
    npm warn audit fix npm-registry-client@7.2.1 npm@2.15.12 at node_modules/npm
    npm warn audit fix npm-registry-client@7.2.1 It cannot be fixed automatically.
    npm warn audit fix npm-registry-client@7.2.1 Check for updates to the npm package.
    npm warn audit fix sntp@1.0.9 node_modules/npm/node_modules/request/node_modules/hawk/node_modules/sntp
    npm warn audit fix sntp@1.0.9 is a bundled dependency of
    npm warn audit fix sntp@1.0.9 npm@2.15.12 at node_modules/npm
    npm warn audit fix sntp@1.0.9 It cannot be fixed automatically.
    npm warn audit fix sntp@1.0.9 Check for updates to the npm package.
    npm warn audit fix boom@2.10.1 node_modules/npm/node_modules/request/node_modules/hawk/node_modules/boom
    npm warn audit fix boom@2.10.1 is a bundled dependency of
    npm warn audit fix boom@2.10.1 npm@2.15.12 at node_modules/npm
    npm warn audit fix boom@2.10.1 It cannot be fixed automatically.
    npm warn audit fix boom@2.10.1 Check for updates to the npm package.
    npm warn audit fix jsprim@1.3.0 node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/jsprim
    npm warn audit fix jsprim@1.3.0 is a bundled dependency of
    npm warn audit fix jsprim@1.3.0 npm@2.15.12 at node_modules/npm
    npm warn audit fix jsprim@1.3.0 It cannot be fixed automatically.
    npm warn audit fix jsprim@1.3.0 Check for updates to the npm package.
    npm warn audit fix cryptiles@2.0.5 node_modules/npm/node_modules/request/node_modules/hawk/node_modules/cryptiles
    npm warn audit fix cryptiles@2.0.5 is a bundled dependency of
    npm warn audit fix cryptiles@2.0.5 npm@2.15.12 at node_modules/npm
    npm warn audit fix cryptiles@2.0.5 It cannot be fixed automatically.
    npm warn audit fix cryptiles@2.0.5 Check for updates to the npm package.
    
    up to date, audited 205 packages in 5s
    

    und noch den npm doctor:

    pi@raspberrypi:~ $ npm doctor
    Connecting to the registry
    Ok
    
    Checking npm version
    Ok
    current: v11.6.4, latest: v11.6.4
    
    Checking node version
    Not ok
    Use node v24.11.1 (current: v22.21.1)
    
    Checking configured npm registry
    Not ok
    Try `npm config set registry=https://registry.npmjs.org/`
    
    Checking for git executable in PATH
    Ok
    /usr/bin/git
    
    Checking for global bin folder in PATH
    Ok
    /usr/bin
    
    Checking permissions on cached files (this may take awhile)
    Ok
    
    Checking permissions on local node_modules (this may take awhile)
    npm warn doctor checkFilesPermission should be owner of /home/pi/node_modules
    npm error doctor checkFilesPermission Missing permissions on /home/pi/node_modules (expect: readable, writable)
    Not ok
    Check the permissions of files in /home/pi/node_modules (should be owned by current user)
    
    Checking permissions on global node_modules (this may take awhile)
    Ok
    
    Checking permissions on local bin folder
    npm error doctor checkFilesPermission Missing permissions on /home/pi/node_modules/.bin (expect: readable, writable, executable)
    Not ok
    Check the permissions of files in /home/pi/node_modules/.bin
    
    Checking permissions on global bin folder
    Ok
    
    Verifying cache contents (this may take awhile)
    npm warn doctor verifyCachedFiles Content garbage-collected: 88 (167909796 bytes)
    npm warn doctor verifyCachedFiles Cache issues have been fixed
    Ok
    verified 747 tarballs
    
    npm error Some problems found. See above for recommendations.
    npm error A complete log of this run can be found in: /home/pi/.npm/_logs/2025-11-26T07_11_03_513Z-debug-0.log
    
    Thomas BraunT 1 Antwort Letzte Antwort
    0
    • M marcelinho

      Guten Morgen zusammen,

      nachdem ich heute morgen sudo apt update & sudo apt upgrade eingegeben habe kamen folgende Fehler.
      Ich muss dazu sagen das ich neben ioBroker auch Homebridge auf meinem Raspi laufen habe. Beide gehen Ohne Probleme aber irgendetwas passt nicht...Vielleicht kann mir jemand dabei helfen.
      Mein System:

      • Hardwaresystem: Pi4
      • Arbeitsspeicher: 4GB
      • Festplattenart: Micro-SD
      • Betriebssystem: linux
      • Nodejs-Version: v22.21.1
      • NPM-Version: 11.6.2

      Hier der erste Code, es ist nur der Schluss weil er ziemlich lang ist:

      npm error       |   ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      npm error In file included from ../../../nan/nan.h:423:
      npm error ../../../nan/nan_persistent_12_inl.h:12:40: note: ‘class Nan::Persiste                                                                                                             nt<v8::Function>’ declared here
      npm error    12 | template<typename T, typename M> class Persistent :
      npm error       |                                        ^~~~~~~~~~
      npm error ../src/unix/pty.cc: At global scope:
      npm error /root/.cache/node-gyp/24.11.1/include/node/node.h:1279:7: warning: cas                                                                                                             t between incompatible function types from ‘void (*)(Nan::ADDON_REGISTER_FUNCTIO                                                                                                             N_ARGS_TYPE)’ {aka ‘void (*)(v8::Local<v8::Object>)’} to ‘node::addon_register_f                                                                                                             unc’ {aka ‘void (*)(v8::Local<v8::Object>, v8::Local<v8::Value>, void*)’} [-Wcas                                                                                                             t-function-type]
      npm error  1279 |       (node::addon_register_func) (regfunc),                                                                                                                                       \
      npm error       |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      npm error /root/.cache/node-gyp/24.11.1/include/node/node.h:1313:3: note: in exp                                                                                                             ansion of macro ‘NODE_MODULE_X’
      npm error  1313 |   NODE_MODULE_X(modname, regfunc, NULL, 0)  // NOLINT (readabi                                                                                                             lity/null_usage)
      npm error       |   ^~~~~~~~~~~~~
      npm error ../src/unix/pty.cc:839:1: note: in expansion of macro ‘NODE_MODULE’
      npm error   839 | NODE_MODULE(pty, init)
      npm error       | ^~~~~~~~~~~
      npm error ../../../nan/nan_persistent_12_inl.h: In instantiation of ‘Nan::Persis                                                                                                             tent<T, M>::Persistent(v8::Local<S>) [with S = v8::Function; T = v8::Function; M                                                                                                              = v8::NonCopyablePersistentTraits<v8::Function>]’:
      npm error ../../../nan/nan.h:1699:58:   required from here
      npm error ../../../nan/nan_persistent_12_inl.h:18:59: error: no matching functio                                                                                                             n for call to ‘v8::Persistent<v8::Function, v8::NonCopyablePersistentTraits<v8::                                                                                                             Function> >::Persistent(v8::Isolate*, v8::Local<v8::Function>&)’
      npm error    18 |       v8::Persistent<T, M>(v8::Isolate::GetCurrent(), that) {}
      npm error       |                                                           ^
      npm error /root/.cache/node-gyp/24.11.1/include/node/v8-persistent-handle.h:289:                                                                                                             13: note: candidate: ‘template<class S, class M2> v8::Persistent<T, M>::Persiste                                                                                                             nt(const v8::Persistent<S, M>&) [with M2 = S; T = v8::Function; M = v8::NonCopya                                                                                                             blePersistentTraits<v8::Function>]’
      npm error   289 |   V8_INLINE Persistent(const Persistent<S, M2>& that) : Persis                                                                                                             tentBase<T>() {
      npm error       |             ^~~~~~~~~~
      npm error /root/.cache/node-gyp/24.11.1/include/node/v8-persistent-handle.h:289:                                                                                                             13: note:   template argument deduction/substitution failed:
      npm error ../../../nan/nan_persistent_12_inl.h:18:59: note:   mismatched types ‘                                                                                                             const v8::Persistent<S, M>’ and ‘v8::Isolate*’
      npm error    18 |       v8::Persistent<T, M>(v8::Isolate::GetCurrent(), that) {}
      npm error       |                                                           ^
      npm error /root/.cache/node-gyp/24.11.1/include/node/v8-persistent-handle.h:285:                                                                                                             13: note: candidate: ‘v8::Persistent<T, M>::Persistent(const v8::Persistent<T, M                                                                                                             >&) [with T = v8::Function; M = v8::NonCopyablePersistentTraits<v8::Function>]’
      npm error   285 |   V8_INLINE Persistent(const Persistent& that) : PersistentBas                                                                                                             e<T>() {
      npm error       |             ^~~~~~~~~~
      npm error /root/.cache/node-gyp/24.11.1/include/node/v8-persistent-handle.h:285:                                                                                                             13: note:   candidate expects 1 argument, 2 provided
      npm error /root/.cache/node-gyp/24.11.1/include/node/v8-persistent-handle.h:255:                                                                                                             13: note: candidate: ‘constexpr v8::Persistent<T, M>::Persistent() [with T = v8:                                                                                                             :Function; M = v8::NonCopyablePersistentTraits<v8::Function>]’
      npm error   255 |   V8_INLINE Persistent() = default;
      npm error       |             ^~~~~~~~~~
      npm error /root/.cache/node-gyp/24.11.1/include/node/v8-persistent-handle.h:255:                                                                                                             13: note:   candidate expects 0 arguments, 2 provided
      npm error In file included from /root/.cache/node-gyp/24.11.1/include/node/v8-is                                                                                                             olate.h:22,
      npm error                  from /root/.cache/node-gyp/24.11.1/include/node/v8-sn                                                                                                             apshot.h:9,
      npm error                  from /root/.cache/node-gyp/24.11.1/include/node/v8-co                                                                                                             ntext.h:15:
      npm error /root/.cache/node-gyp/24.11.1/include/node/v8-function-callback.h: In                                                                                                              instantiation of ‘v8::Local<v8::Value> v8::FunctionCallbackInfo<F>::operator[](i                                                                                                             nt) const [with T = v8::Value]’:
      npm error ../../../nan/nan_callbacks_12_inl.h:115:69:   required from ‘v8::Local                                                                                                             <v8::Value> Nan::FunctionCallbackInfo<T>::operator[](int) const [with T = v8::Va                                                                                                             lue]’
      npm error ../src/unix/pty.cc:162:14:   required from here
      npm error /root/.cache/node-gyp/24.11.1/include/node/v8-function-callback.h:623:                                                                                                             47: error: could not convert ‘v8::Undefined(((const v8::FunctionCallbackInfo<v8:                                                                                                             :Value>*)this)->v8::FunctionCallbackInfo<v8::Value>::GetIsolate())’ from ‘Local<                                                                                                             v8::Primitive>’ to ‘Local<v8::Value>’
      npm error   623 |   if (i < 0 || Length() <= i) return Undefined(GetIsolate());
      npm error       |                                      ~~~~~~~~~^~~~~~~~~~~~~~
      npm error       |                                               |
      npm error       |                                               Local<v8::Primit                                                                                                             ive>
      npm error make: *** [pty.target.mk:114: Release/obj.target/pty/src/unix/pty.o] E                                                                                                             rror 1
      npm error gyp ERR! build error
      npm error gyp ERR! stack Error: `make` failed with exit code: 2
      npm error gyp ERR! stack at ChildProcess.<anonymous> (/opt/homebridge/lib/node_m                                                                                                             odules/npm/node_modules/node-gyp/lib/build.js:219:23)
      npm error gyp ERR! System Linux 6.12.47+rpt-rpi-v8
      npm error gyp ERR! command "/opt/homebridge/bin/node" "/opt/homebridge/lib/node_                                                                                                             modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
      npm error gyp ERR! cwd /var/lib/homebridge/node_modules/homebridge-lg-thinq/node                                                                                                             _modules/@homebridge/node-pty-prebuilt-multiarch
      npm error gyp ERR! node -v v24.11.1
      npm error gyp ERR! node-gyp -v v11.4.2
      npm error gyp ERR! not ok
      npm error A complete log of this run can be found in: /root/.npm/_logs/2025-11-2                                                                                                             6T06_29_38_428Z-debug-0.log
      
      Running post-install steps...
      The system user `homebridge' already exists. Exiting.
      cp: cannot create regular file '/home/homebridge/.bashrc': No such file or direc                                                                                                             tory
      chown: cannot access '/home/homebridge/.bashrc': No such file or directory
      Starting Homebridge service....
      Setting up chromium-sandbox (1:142.0.7444.175-1~deb12u1+rpt1) ...
      Setting up chromium-common (1:142.0.7444.175-1~deb12u1+rpt1) ...
      Setting up chromium (1:142.0.7444.175-1~deb12u1+rpt1) ...
      Setting up chromium-l10n (1:142.0.7444.175-1~deb12u1+rpt1) ...
      Processing triggers for desktop-file-utils (0.26-1) ...
      Processing triggers for hicolor-icon-theme (0.17-2) ...
      Processing triggers for gnome-menus (3.36.0-1.1) ...
      Processing triggers for libc-bin (2.36-9+rpt2+deb12u13) ...
      Processing triggers for man-db (2.11.2-2) ...
      Processing triggers for mailcap (3.70+nmu1) ...
      

      dann hab ich ein npm audit gemacht:

      # npm audit report
      
      bl  <1.2.3
      Severity: moderate
      Remote Memory Exposure in bl - https://github.com/advisories/GHSA-pp7h-53gx-mx7r
      No fix available
      node_modules/npm/node_modules/request/node_modules/bl
        request  *
        Depends on vulnerable versions of bl
        Depends on vulnerable versions of hawk
        Depends on vulnerable versions of tunnel-agent
        node_modules/npm/node_modules/request
          node-gyp  <=7.1.2
          Depends on vulnerable versions of request
          Depends on vulnerable versions of semver
          Depends on vulnerable versions of tar
          node_modules/npm/node_modules/node-gyp
            npm  <=7.1.0 || 7.21.0 - 8.5.4 || 8.19.0 - 8.19.2 || 9.0.0-pre.0 - 9.0.0-pre.6
            Depends on vulnerable versions of chownr
            Depends on vulnerable versions of fstream
            Depends on vulnerable versions of hosted-git-info
            Depends on vulnerable versions of ini
            Depends on vulnerable versions of minimatch
            Depends on vulnerable versions of mkdirp
            Depends on vulnerable versions of node-gyp
            Depends on vulnerable versions of npm-registry-client
            Depends on vulnerable versions of npm-user-validate
            Depends on vulnerable versions of request
            Depends on vulnerable versions of semver
            Depends on vulnerable versions of tar
            node_modules/npm
              latest  *
              Depends on vulnerable versions of npm
              node_modules/latest
          npm-registry-client  *
          Depends on vulnerable versions of request
          node_modules/npm/node_modules/npm-registry-client
      
      brace-expansion  <=1.1.11
      Severity: high
      ReDoS in brace-expansion - https://github.com/advisories/GHSA-832h-xg76-4gv6
      brace-expansion Regular Expression Denial of Service vulnerability - https://github.com/advisories/GHSA-v6h2-p8h4-qcjw
      fix available via `npm audit fix`
      node_modules/npm/node_modules/minimatch/node_modules/brace-expansion
      
      chownr  <1.1.0
      Time-of-check Time-of-use (TOCTOU) Race Condition in chownr - https://github.com/advisories/GHSA-c6rq-rjc2-86v2
      No fix available
      node_modules/npm/node_modules/chownr
      
      extend  3.0.0 - 3.0.1
      Severity: moderate
      Prototype Pollution in extend - https://github.com/advisories/GHSA-qrmc-fj45-qfc2
      fix available via `npm audit fix`
      node_modules/npm/node_modules/request/node_modules/extend
      
      fstream  <1.0.12
      Severity: high
      Arbitrary File Overwrite in fstream - https://github.com/advisories/GHSA-xf7w-r453-m56c
      No fix available
      node_modules/npm/node_modules/fstream
      
      hawk  <=9.0.0
      Severity: high
      Uncontrolled Resource Consumption in Hawk - https://github.com/advisories/GHSA-44pw-h2cw-w3vq
      Depends on vulnerable versions of boom
      Depends on vulnerable versions of cryptiles
      Depends on vulnerable versions of hoek
      Depends on vulnerable versions of sntp
      No fix available
      node_modules/npm/node_modules/request/node_modules/hawk
      
      hoek  *
      Severity: high
      hoek subject to prototype pollution via the clone function. - https://github.com/advisories/GHSA-c429-5p7v-vgjp
      Prototype Pollution in hoek - https://github.com/advisories/GHSA-jp4x-w63m-7wgm
      No fix available
      node_modules/npm/node_modules/request/node_modules/hawk/node_modules/hoek
        boom  *
        Depends on vulnerable versions of hoek
        node_modules/npm/node_modules/request/node_modules/hawk/node_modules/boom
          cryptiles  *
          Depends on vulnerable versions of boom
          node_modules/npm/node_modules/request/node_modules/hawk/node_modules/cryptiles
        sntp  0.0.0 || >=0.1.1
        Depends on vulnerable versions of hoek
        node_modules/npm/node_modules/request/node_modules/hawk/node_modules/sntp
      
      hosted-git-info  <2.8.9
      Severity: moderate
      Regular Expression Denial of Service in hosted-git-info - https://github.com/advisories/GHSA-43f8-2h32-f4cj
      No fix available
      node_modules/npm/node_modules/hosted-git-info
      
      ini  <1.3.6
      Severity: high
      ini before 1.3.6 vulnerable to Prototype Pollution via ini.parse - https://github.com/advisories/GHSA-qqgx-2p2h-9c37
      No fix available
      node_modules/npm/node_modules/ini
      
      is-my-json-valid  2.0.0 - 2.20.5
      Severity: moderate
      Regular expression deinal of service (ReDoS) in is-my-json-valid - https://github.com/advisories/GHSA-4hpf-3wq7-5rpr
      Depends on vulnerable versions of jsonpointer
      fix available via `npm audit fix`
      node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid
      
      json-schema  <0.4.0
      Severity: critical
      json-schema is vulnerable to Prototype Pollution - https://github.com/advisories/GHSA-896r-f27r-55mw
      fix available via `npm audit fix`
      node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/json-schema
        jsprim  0.3.0 - 1.4.1 || 2.0.0 - 2.0.1
        Depends on vulnerable versions of json-schema
        node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/jsprim
      
      jsonpointer  <5.0.0
      Severity: moderate
      Prototype Pollution in node-jsonpointer - https://github.com/advisories/GHSA-282f-qqgm-c34q
      fix available via `npm audit fix`
      node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/jsonpointer
      
      minimatch  <3.0.5
      Severity: high
      minimatch ReDoS vulnerability - https://github.com/advisories/GHSA-f8q6-p94x-37v3
      No fix available
      node_modules/npm/node_modules/minimatch
      
      minimist  <=0.2.3
      Severity: critical
      Prototype Pollution in minimist - https://github.com/advisories/GHSA-vh95-rmgr-6w4m
      Prototype Pollution in minimist - https://github.com/advisories/GHSA-xvch-5gv4-984h
      No fix available
      node_modules/npm/node_modules/mkdirp/node_modules/minimist
        mkdirp  0.4.1 - 0.5.1
        Depends on vulnerable versions of minimist
        node_modules/npm/node_modules/mkdirp
      
      
      npm-user-validate  <=1.0.0
      Severity: high
      Regular Expression Denial of Service in npm-user-validate - https://github.com/advisories/GHSA-xgh6-85xh-479p
      Regular expression denial of service in npm-user-validate - https://github.com/advisories/GHSA-pw54-mh39-w3hc
      No fix available
      node_modules/npm/node_modules/npm-user-validate
      
      qs  <=6.2.3
      Severity: high
      Prototype Pollution Protection Bypass in qs - https://github.com/advisories/GHSA-gqgv-6jq5-jjj9
      qs vulnerable to Prototype Pollution - https://github.com/advisories/GHSA-hrpp-h998-j3pp
      fix available via `npm audit fix`
      node_modules/npm/node_modules/request/node_modules/qs
      
      
      semver  <5.7.2
      Severity: high
      semver vulnerable to Regular Expression Denial of Service - https://github.com/advisories/GHSA-c2qf-rxjj-qqgw
      No fix available
      node_modules/npm/node_modules/node-gyp/node_modules/semver
      node_modules/npm/node_modules/semver
      
      sshpk  <1.13.2
      Severity: high
      Regular Expression Denial of Service in sshpk - https://github.com/advisories/GHSA-2m39-62fm-q8r3
      fix available via `npm audit fix`
      node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk
      
      stringstream  <0.0.6
      Severity: moderate
      Out-of-bounds Read in stringstream - https://github.com/advisories/GHSA-mf6x-7mm4-x2g7
      fix available via `npm audit fix`
      node_modules/npm/node_modules/request/node_modules/stringstream
      
      tar  <=6.2.0
      Severity: high
      Arbitrary File Creation/Overwrite due to insufficient absolute path sanitization - https://github.com/advisories/GHSA-3jfq-g458-7qm9
      Arbitrary File Creation/Overwrite on Windows via insufficient relative path sanitization - https://github.com/advisories/GHSA-5955-9wpr-37jh
      Arbitrary File Overwrite in tar - https://github.com/advisories/GHSA-j44m-qm6p-hp7m
      Denial of service while parsing a tar file due to lack of folders count validation - https://github.com/advisories/GHSA-f5x3-32g6-xq36
      No fix available
      node_modules/npm/node_modules/tar
      
      tough-cookie  <=4.1.2
      Severity: high
      Regular Expression Denial of Service in tough-cookie - https://github.com/advisories/GHSA-g7q5-pjjr-gqvp
      tough-cookie Prototype Pollution vulnerability - https://github.com/advisories/GHSA-72xf-g2v4-qvf3
      fix available via `npm audit fix`
      node_modules/npm/node_modules/request/node_modules/tough-cookie
      
      tunnel-agent  <0.6.0
      Severity: moderate
      Memory Exposure in tunnel-agent - https://github.com/advisories/GHSA-xc7v-wxcw-j472
      No fix available
      node_modules/npm/node_modules/request/node_modules/tunnel-agent
      
      32 vulnerabilities (1 low, 9 moderate, 17 high, 5 critical)
      
      To address issues that do not require attention, run:
        npm audit fix
      
      Some issues need review, and may require choosing
      a different dependency.
      

      dann versucht nochmal mit sudo npm install

      pi@raspberrypi:~ $ sudo npm install
      
      up to date, audited 205 packages in 6s
      
      32 vulnerabilities (1 low, 9 moderate, 17 high, 5 critical)
      
      To address issues that do not require attention, run:
        npm audit fix
      
      Some issues need review, and may require choosing
      a different dependency.
      
      Run `npm audit` for details.
      pi@raspberrypi:~ $ sudo npm audit fix
      npm warn audit fix chownr@1.0.1 node_modules/npm/node_modules/chownr
      npm warn audit fix chownr@1.0.1 is a bundled dependency of
      npm warn audit fix chownr@1.0.1 npm@2.15.12 at node_modules/npm
      npm warn audit fix chownr@1.0.1 It cannot be fixed automatically.
      npm warn audit fix chownr@1.0.1 Check for updates to the npm package.
      npm warn audit fix fstream@1.0.10 node_modules/npm/node_modules/fstream
      npm warn audit fix fstream@1.0.10 is a bundled dependency of
      npm warn audit fix fstream@1.0.10 npm@2.15.12 at node_modules/npm
      npm warn audit fix fstream@1.0.10 It cannot be fixed automatically.
      npm warn audit fix fstream@1.0.10 Check for updates to the npm package.
      npm warn audit fix hosted-git-info@2.1.5 node_modules/npm/node_modules/hosted-git-info
      npm warn audit fix hosted-git-info@2.1.5 is a bundled dependency of
      npm warn audit fix hosted-git-info@2.1.5 npm@2.15.12 at node_modules/npm
      npm warn audit fix hosted-git-info@2.1.5 It cannot be fixed automatically.
      npm warn audit fix hosted-git-info@2.1.5 Check for updates to the npm package.
      npm warn audit fix ini@1.3.4 node_modules/npm/node_modules/ini
      npm warn audit fix ini@1.3.4 is a bundled dependency of
      npm warn audit fix ini@1.3.4 npm@2.15.12 at node_modules/npm
      npm warn audit fix ini@1.3.4 It cannot be fixed automatically.
      npm warn audit fix ini@1.3.4 Check for updates to the npm package.
      npm warn audit fix minimatch@3.0.3 node_modules/npm/node_modules/minimatch
      npm warn audit fix minimatch@3.0.3 is a bundled dependency of
      npm warn audit fix minimatch@3.0.3 npm@2.15.12 at node_modules/npm
      npm warn audit fix minimatch@3.0.3 It cannot be fixed automatically.
      npm warn audit fix minimatch@3.0.3 Check for updates to the npm package.
      npm warn audit fix brace-expansion@1.1.6 node_modules/npm/node_modules/minimatch/node_modules/brace-expansion
      npm warn audit fix brace-expansion@1.1.6 is a bundled dependency of
      npm warn audit fix brace-expansion@1.1.6 npm@2.15.12 at node_modules/npm
      npm warn audit fix brace-expansion@1.1.6 It cannot be fixed automatically.
      npm warn audit fix brace-expansion@1.1.6 Check for updates to the npm package.
      npm warn audit fix minimist@0.0.8 node_modules/npm/node_modules/mkdirp/node_modules/minimist
      npm warn audit fix minimist@0.0.8 is a bundled dependency of
      npm warn audit fix minimist@0.0.8 npm@2.15.12 at node_modules/npm
      npm warn audit fix minimist@0.0.8 It cannot be fixed automatically.
      npm warn audit fix minimist@0.0.8 Check for updates to the npm package.
      npm warn audit fix semver@5.3.0 node_modules/npm/node_modules/node-gyp/node_modules/semver
      npm warn audit fix semver@5.3.0 is a bundled dependency of
      npm warn audit fix semver@5.3.0 npm@2.15.12 at node_modules/npm
      npm warn audit fix semver@5.3.0 It cannot be fixed automatically.
      npm warn audit fix semver@5.3.0 Check for updates to the npm package.
      npm warn audit fix semver@5.1.0 node_modules/npm/node_modules/semver
      npm warn audit fix semver@5.1.0 is a bundled dependency of
      npm warn audit fix semver@5.1.0 npm@2.15.12 at node_modules/npm
      npm warn audit fix semver@5.1.0 It cannot be fixed automatically.
      npm warn audit fix semver@5.1.0 Check for updates to the npm package.
      npm warn audit fix npm-user-validate@0.1.5 node_modules/npm/node_modules/npm-user-validate
      npm warn audit fix npm-user-validate@0.1.5 is a bundled dependency of
      npm warn audit fix npm-user-validate@0.1.5 npm@2.15.12 at node_modules/npm
      npm warn audit fix npm-user-validate@0.1.5 It cannot be fixed automatically.
      npm warn audit fix npm-user-validate@0.1.5 Check for updates to the npm package.
      npm warn audit fix request@2.74.0 node_modules/npm/node_modules/request
      npm warn audit fix request@2.74.0 is a bundled dependency of
      npm warn audit fix request@2.74.0 npm@2.15.12 at node_modules/npm
      npm warn audit fix request@2.74.0 It cannot be fixed automatically.
      npm warn audit fix request@2.74.0 Check for updates to the npm package.
      npm warn audit fix bl@1.1.2 node_modules/npm/node_modules/request/node_modules/bl
      npm warn audit fix bl@1.1.2 is a bundled dependency of
      npm warn audit fix bl@1.1.2 npm@2.15.12 at node_modules/npm
      npm warn audit fix bl@1.1.2 It cannot be fixed automatically.
      npm warn audit fix bl@1.1.2 Check for updates to the npm package.
      npm warn audit fix extend@3.0.0 node_modules/npm/node_modules/request/node_modules/extend
      npm warn audit fix extend@3.0.0 is a bundled dependency of
      npm warn audit fix extend@3.0.0 npm@2.15.12 at node_modules/npm
      npm warn audit fix extend@3.0.0 It cannot be fixed automatically.
      npm warn audit fix extend@3.0.0 Check for updates to the npm package.
      npm warn audit fix is-my-json-valid@2.13.1 node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid
      npm warn audit fix is-my-json-valid@2.13.1 is a bundled dependency of
      npm warn audit fix is-my-json-valid@2.13.1 npm@2.15.12 at node_modules/npm
      npm warn audit fix is-my-json-valid@2.13.1 It cannot be fixed automatically.
      npm warn audit fix is-my-json-valid@2.13.1 Check for updates to the npm package.
      npm warn audit fix jsonpointer@2.0.0 node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/jsonpointer
      npm warn audit fix jsonpointer@2.0.0 is a bundled dependency of
      npm warn audit fix jsonpointer@2.0.0 npm@2.15.12 at node_modules/npm
      npm warn audit fix jsonpointer@2.0.0 It cannot be fixed automatically.
      npm warn audit fix jsonpointer@2.0.0 Check for updates to the npm package.
      npm warn audit fix hawk@3.1.3 node_modules/npm/node_modules/request/node_modules/hawk
      npm warn audit fix hawk@3.1.3 is a bundled dependency of
      npm warn audit fix hawk@3.1.3 npm@2.15.12 at node_modules/npm
      npm warn audit fix hawk@3.1.3 It cannot be fixed automatically.
      npm warn audit fix hawk@3.1.3 Check for updates to the npm package.
      npm warn audit fix hoek@2.16.3 node_modules/npm/node_modules/request/node_modules/hawk/node_modules/hoek
      npm warn audit fix hoek@2.16.3 is a bundled dependency of
      npm warn audit fix hoek@2.16.3 npm@2.15.12 at node_modules/npm
      npm warn audit fix hoek@2.16.3 It cannot be fixed automatically.
      npm warn audit fix hoek@2.16.3 Check for updates to the npm package.
      npm warn audit fix json-schema@0.2.2 node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/json-schema
      npm warn audit fix json-schema@0.2.2 is a bundled dependency of
      npm warn audit fix json-schema@0.2.2 npm@2.15.12 at node_modules/npm
      npm warn audit fix json-schema@0.2.2 It cannot be fixed automatically.
      npm warn audit fix json-schema@0.2.2 Check for updates to the npm package.
      npm warn audit fix sshpk@1.9.2 node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk
      npm warn audit fix sshpk@1.9.2 is a bundled dependency of
      npm warn audit fix sshpk@1.9.2 npm@2.15.12 at node_modules/npm
      npm warn audit fix sshpk@1.9.2 It cannot be fixed automatically.
      npm warn audit fix sshpk@1.9.2 Check for updates to the npm package.
      npm warn audit fix qs@6.2.1 node_modules/npm/node_modules/request/node_modules/qs
      npm warn audit fix qs@6.2.1 is a bundled dependency of
      npm warn audit fix qs@6.2.1 npm@2.15.12 at node_modules/npm
      npm warn audit fix qs@6.2.1 It cannot be fixed automatically.
      npm warn audit fix qs@6.2.1 Check for updates to the npm package.
      npm warn audit fix stringstream@0.0.5 node_modules/npm/node_modules/request/node_modules/stringstream
      npm warn audit fix stringstream@0.0.5 is a bundled dependency of
      npm warn audit fix stringstream@0.0.5 npm@2.15.12 at node_modules/npm
      npm warn audit fix stringstream@0.0.5 It cannot be fixed automatically.
      npm warn audit fix stringstream@0.0.5 Check for updates to the npm package.
      npm warn audit fix tough-cookie@2.3.1 node_modules/npm/node_modules/request/node_modules/tough-cookie
      npm warn audit fix tough-cookie@2.3.1 is a bundled dependency of
      npm warn audit fix tough-cookie@2.3.1 npm@2.15.12 at node_modules/npm
      npm warn audit fix tough-cookie@2.3.1 It cannot be fixed automatically.
      npm warn audit fix tough-cookie@2.3.1 Check for updates to the npm package.
      npm warn audit fix tunnel-agent@0.4.3 node_modules/npm/node_modules/request/node_modules/tunnel-agent
      npm warn audit fix tunnel-agent@0.4.3 is a bundled dependency of
      npm warn audit fix tunnel-agent@0.4.3 npm@2.15.12 at node_modules/npm
      npm warn audit fix tunnel-agent@0.4.3 It cannot be fixed automatically.
      npm warn audit fix tunnel-agent@0.4.3 Check for updates to the npm package.
      npm warn audit fix tar@2.2.1 node_modules/npm/node_modules/tar
      npm warn audit fix tar@2.2.1 is a bundled dependency of
      npm warn audit fix tar@2.2.1 npm@2.15.12 at node_modules/npm
      npm warn audit fix tar@2.2.1 It cannot be fixed automatically.
      npm warn audit fix tar@2.2.1 Check for updates to the npm package.
      npm warn audit fix mkdirp@0.5.1 node_modules/npm/node_modules/mkdirp
      npm warn audit fix mkdirp@0.5.1 is a bundled dependency of
      npm warn audit fix mkdirp@0.5.1 npm@2.15.12 at node_modules/npm
      npm warn audit fix mkdirp@0.5.1 It cannot be fixed automatically.
      npm warn audit fix mkdirp@0.5.1 Check for updates to the npm package.
      npm warn audit fix node-gyp@3.6.0 node_modules/npm/node_modules/node-gyp
      npm warn audit fix node-gyp@3.6.0 is a bundled dependency of
      npm warn audit fix node-gyp@3.6.0 npm@2.15.12 at node_modules/npm
      npm warn audit fix node-gyp@3.6.0 It cannot be fixed automatically.
      npm warn audit fix node-gyp@3.6.0 Check for updates to the npm package.
      npm warn audit fix npm-registry-client@7.2.1 node_modules/npm/node_modules/npm-registry-client
      npm warn audit fix npm-registry-client@7.2.1 is a bundled dependency of
      npm warn audit fix npm-registry-client@7.2.1 npm@2.15.12 at node_modules/npm
      npm warn audit fix npm-registry-client@7.2.1 It cannot be fixed automatically.
      npm warn audit fix npm-registry-client@7.2.1 Check for updates to the npm package.
      npm warn audit fix sntp@1.0.9 node_modules/npm/node_modules/request/node_modules/hawk/node_modules/sntp
      npm warn audit fix sntp@1.0.9 is a bundled dependency of
      npm warn audit fix sntp@1.0.9 npm@2.15.12 at node_modules/npm
      npm warn audit fix sntp@1.0.9 It cannot be fixed automatically.
      npm warn audit fix sntp@1.0.9 Check for updates to the npm package.
      npm warn audit fix boom@2.10.1 node_modules/npm/node_modules/request/node_modules/hawk/node_modules/boom
      npm warn audit fix boom@2.10.1 is a bundled dependency of
      npm warn audit fix boom@2.10.1 npm@2.15.12 at node_modules/npm
      npm warn audit fix boom@2.10.1 It cannot be fixed automatically.
      npm warn audit fix boom@2.10.1 Check for updates to the npm package.
      npm warn audit fix jsprim@1.3.0 node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/jsprim
      npm warn audit fix jsprim@1.3.0 is a bundled dependency of
      npm warn audit fix jsprim@1.3.0 npm@2.15.12 at node_modules/npm
      npm warn audit fix jsprim@1.3.0 It cannot be fixed automatically.
      npm warn audit fix jsprim@1.3.0 Check for updates to the npm package.
      npm warn audit fix cryptiles@2.0.5 node_modules/npm/node_modules/request/node_modules/hawk/node_modules/cryptiles
      npm warn audit fix cryptiles@2.0.5 is a bundled dependency of
      npm warn audit fix cryptiles@2.0.5 npm@2.15.12 at node_modules/npm
      npm warn audit fix cryptiles@2.0.5 It cannot be fixed automatically.
      npm warn audit fix cryptiles@2.0.5 Check for updates to the npm package.
      
      up to date, audited 205 packages in 5s
      

      und noch den npm doctor:

      pi@raspberrypi:~ $ npm doctor
      Connecting to the registry
      Ok
      
      Checking npm version
      Ok
      current: v11.6.4, latest: v11.6.4
      
      Checking node version
      Not ok
      Use node v24.11.1 (current: v22.21.1)
      
      Checking configured npm registry
      Not ok
      Try `npm config set registry=https://registry.npmjs.org/`
      
      Checking for git executable in PATH
      Ok
      /usr/bin/git
      
      Checking for global bin folder in PATH
      Ok
      /usr/bin
      
      Checking permissions on cached files (this may take awhile)
      Ok
      
      Checking permissions on local node_modules (this may take awhile)
      npm warn doctor checkFilesPermission should be owner of /home/pi/node_modules
      npm error doctor checkFilesPermission Missing permissions on /home/pi/node_modules (expect: readable, writable)
      Not ok
      Check the permissions of files in /home/pi/node_modules (should be owned by current user)
      
      Checking permissions on global node_modules (this may take awhile)
      Ok
      
      Checking permissions on local bin folder
      npm error doctor checkFilesPermission Missing permissions on /home/pi/node_modules/.bin (expect: readable, writable, executable)
      Not ok
      Check the permissions of files in /home/pi/node_modules/.bin
      
      Checking permissions on global bin folder
      Ok
      
      Verifying cache contents (this may take awhile)
      npm warn doctor verifyCachedFiles Content garbage-collected: 88 (167909796 bytes)
      npm warn doctor verifyCachedFiles Cache issues have been fixed
      Ok
      verified 747 tarballs
      
      npm error Some problems found. See above for recommendations.
      npm error A complete log of this run can be found in: /home/pi/.npm/_logs/2025-11-26T07_11_03_513Z-debug-0.log
      
      Thomas BraunT Online
      Thomas BraunT Online
      Thomas Braun
      Most Active
      schrieb am zuletzt editiert von Thomas Braun
      #2

      @marcelinho

      iob diag
      

      sagt? Und auch hier mal wieder:
      Nie, nie, niemals als root anmelden oder Aktionen mit npm per sudo einleiten.

      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
      • M Offline
        M Offline
        marcelinho
        schrieb am zuletzt editiert von marcelinho
        #3

        Danke für deine Hilfe, hier:

        
        ========== Start marking the full check here ===========
        
        ```bash
        Script v.2025-08-09
        
        *** BASE SYSTEM ***
        Operating System: Debian GNU/Linux 12 (bookworm)
         Static hostname: raspberrypi
               Icon name: computer
                  Kernel: Linux 6.12.47+rpt-rpi-v8
            Architecture: arm64
        OS is similar to:
        
        Model           : Raspberry Pi 4 Model B Rev 1.5
        Docker          : false
        Virtualization  : none
        Kernel          : aarch64
        Userland        : 64 bit
        
        Systemuptime and Load:
         10:33:11 up 23:14,  3 users,  load average: 0.03, 0.14, 0.22
        CPU threads: 4
        
        
        *** LIFE CYCLE STATUS ***
        Debian 'bookworm' is the current oldstable version. Please upgrade to the latest                                                                                                              stable release 'trixie' in due time!
        
        *** RASPBERRY THROTTLING ***
        Current issues:
        No throttling issues detected.
        
        Previously detected issues:
        No throttling issues detected.
        
        *** TIME AND TIMEZONES ***
                       Local time: Wed 2025-11-26 10:33:11 CET
                   Universal time: Wed 2025-11-26 09:33:11 UTC
                         RTC time: n/a
                        Time zone: Europe/Berlin (CET, +0100)
        System clock synchronized: yes
                      NTP service: active
                  RTC in local TZ: no
        
        *** Users and Groups ***
        User that called 'iob diag':
        pi
        HOME=/home/pi
        GROUPS=pi adm dialout cdrom sudo audio video plugdev games users input render ne                                                                                                             tdev lpadmin gpio i2c spi iobroker
        
        User that is running 'js-controller':
        js-controller is not running
        
        *** DISPLAY-SERVER SETUP ***
        Display-Server:         false
        Display-Manager:        * lightdm.service - Light Display Manager
        Desktop:
        Session:                tty
        
        *** MEMORY ***
                       total        used        free      shared  buff/cache   available
        Mem:            4.0G        1.2G        2.1G        249K        814M        2.8G
        Swap:           209M         73M        136M
        Total:          4.2G        1.2G        2.2G
        
        Active iob-Instances:   1
        
                 3796 M total memory
                 1111 M used memory
                  856 M active memory
                  693 M inactive memory
                 2012 M free memory
                  113 M buffer memory
                  663 M swap cache
                  199 M total swap
                   69 M used swap
                  130 M free swap
        
        *** top - Table Of Processes  ***
        top - 10:33:13 up 23:14,  3 users,  load average: 0.03, 0.14, 0.22
        Tasks: 209 total,   1 running, 208 sleeping,   0 stopped,   0 zombie
        %Cpu(s):  0.0 us,  0.0 sy,  0.0 ni,100.0 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st
        MiB Mem :   3796.9 total,   2010.7 free,   1113.0 used,    776.8 buff/cache
        MiB Swap:    200.0 total,    130.0 free,     70.0 used.   2683.8 avail Mem
        
        *** FAILED SERVICES ***
        
          UNIT             LOAD   ACTIVE SUB    DESCRIPTION
        * iobroker.service loaded failed failed ioBroker Server
        
        LOAD   = Reflects whether the unit definition was properly loaded.
        ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
        SUB    = The low-level unit activation state, values depend on unit type.
        1 loaded units listed.
        
        
        *** DMESG CRITICAL ERRORS ***
        No critical errors detected
        
        *** FILESYSTEM ***
        Filesystem     Type      Size  Used Avail Use% Mounted on
        udev           devtmpfs  1.6G     0  1.6G   0% /dev
        tmpfs          tmpfs     760M  1.3M  759M   1% /run
        /dev/mmcblk0p2 ext4       29G   18G  9.8G  65% /
        tmpfs          tmpfs     1.9G  8.0K  1.9G   1% /dev/shm
        tmpfs          tmpfs     5.0M   16K  5.0M   1% /run/lock
        /dev/mmcblk0p1 vfat      510M   78M  433M  16% /boot/firmware
        tmpfs          tmpfs     380M   44K  380M   1% /run/user/1000
        
        Messages concerning ext4 filesystem in dmesg:
        [Tue Nov 25 11:18:31 2025] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_headphones=0 cgroup_disable=memory numa_policy=interleave nvme.max_host_mem_size_mb=0 snd_bcm2835.enable_headphones=1 snd_bcm2835.enable_hdmi=1 snd_bcm2835.enable_hdmi=0  numa=fake=2 system_heap.max_order=0 smsc95xx.macaddr=D8:3A:DD:1A:71:9B vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  console=ttyS0,115200 console=tty1 root=PARTUUID=1e048ecb-02 rootfstype=ext4 fsck.repair=yes rootwait quiet splash plymouth.ignore-serial-consoles
        [Tue Nov 25 11:18:33 2025] EXT4-fs (mmcblk0p2): mounted filesystem cb6f0e18-5add-4177-ab98-e9f0235e06b3 ro with ordered data mode. Quota mode: none.
        [Tue Nov 25 11:18:34 2025] EXT4-fs (mmcblk0p2): re-mounted cb6f0e18-5add-4177-ab98-e9f0235e06b3 r/w.
        
        Show mounted filesystems:
        TARGET           SOURCE         FSTYPE OPTIONS
        /                /dev/mmcblk0p2 ext4   rw,noatime
        `-/boot/firmware /dev/mmcblk0p1 vfat   rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro
        
        Files in neuralgic directories:
        
        /var:
        3.6G    /var/
        1.9G    /var/cache/apt
        1.9G    /var/cache
        1.7G    /var/cache/apt/archives
        920M    /var/log
        
        Archived and active journals take up 917.7M in the file system.
        
        /opt/iobroker/backups:
        13M     /opt/iobroker/backups/
        
        /opt/iobroker/iobroker-data:
        1.7G    /opt/iobroker/iobroker-data/
        1.4G    /opt/iobroker/iobroker-data/history
        194M    /opt/iobroker/iobroker-data/files
        59M     /opt/iobroker/iobroker-data/backup-objects
        47M     /opt/iobroker/iobroker-data/files/admin.admin
        
        The five largest files in iobroker-data are:
        24M     /opt/iobroker/iobroker-data/files/modbus.admin/static/js/main.6a71b34c.js.map
        11M     /opt/iobroker/iobroker-data/objects.jsonl
        9.8M    /opt/iobroker/iobroker-data/files/homekit-controller.admin/static/js/main.f592ece1.js
        9.3M    /opt/iobroker/iobroker-data/files/modbus.admin/static/js/main.6a71b34c.js
        8.1M    /opt/iobroker/iobroker-data/files/backitup.admin/assets/index-C_W7K-9p.js
        
        USB-Devices by-id:
        USB-Sticks -  Avoid direct links to /dev/tty* in your adapter setups, please always prefer the links 'by-id':
        
        /dev/serial/by-id/usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_c4452914ae9ded11bf33d1a5a7669f5d-if00-port0
        
        *** ZigBee Settings ***
        Zigbee Network Settings on your coordinator/in nvbackup are:
        
        zigbee.X
        Extended Pan ID:
        *** MASKED ***
        Pan ID:
        *** MASKED ***
        Channel:
        *** MASKED ***
        Network Key:
        *** MASKED ***
        
        To unmask the settings run 'iob diag --unmask'
        
        
        *** NodeJS-Installation ***
        
        /usr/bin/nodejs         v22.21.1
        /usr/bin/node           v22.21.1
        /usr/bin/npm            11.6.4
        /usr/bin/npx            11.6.4
        /usr/bin/corepack       0.34.0
        
        nodejs:
          Installed: 22.21.1-1nodesource1
          Candidate: 22.21.1-1nodesource1
          Version table:
         *** 22.21.1-1nodesource1 100
                100 /var/lib/dpkg/status
             22.21.0-1nodesource1 600
                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
             22.20.0-1nodesource1 600
                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
             22.19.0-1nodesource1 600
                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
             22.18.0-1nodesource1 600
                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
             22.17.1-1nodesource1 600
                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
             22.17.0-1nodesource1 600
                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
             22.16.0-1nodesource1 600
                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
             22.15.1-1nodesource1 600
                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
             22.15.0-1nodesource1 600
                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
             22.14.0-1nodesource1 600
                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
             22.13.1-1nodesource1 600
                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
             22.13.0-1nodesource1 600
                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
             22.12.0-1nodesource1 600
                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
             22.11.0-1nodesource1 600
                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
             22.10.0-1nodesource1 600
                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
             22.9.0-1nodesource1 600
                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
             22.8.0-1nodesource1 600
                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
             22.7.0-1nodesource1 600
                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
             22.6.0-1nodesource1 600
                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
             22.5.1-1nodesource1 600
                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
             22.5.0-1nodesource1 600
                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
             22.4.1-1nodesource1 600
                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
             22.4.0-1nodesource1 600
                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
             22.3.0-1nodesource1 600
                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
             22.2.0-1nodesource1 600
                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
             22.1.0-1nodesource1 600
                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
             22.0.0-1nodesource1 600
                500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
             18.20.4+dfsg-1~deb12u1 500
                500 http://deb.debian.org/debian bookworm/main arm64 Packages
                500 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages
        
        Temp directories causing deletion problem: 0
        No problems detected
        
        Errors in npm tree: 0
        No problems detected
        
        Checking for nodejs vulnerability:
        
        
         █████  ██      ██           ██████   ██████   ██████  ██████         ██
        ██   ██ ██      ██          ██       ██    ██ ██    ██ ██   ██     ██  ██
        ███████ ██      ██          ██   ███ ██    ██ ██    ██ ██   ██         ██
        ██   ██ ██      ██          ██    ██ ██    ██ ██    ██ ██   ██     ██  ██
        ██   ██ ███████ ███████      ██████   ██████   ██████  ██████         ██
        
        
        
        *** ioBroker-Installation ***
        
        ioBroker Status
        iobroker is not running on this host.
        
        
        Objects type: jsonl
        States  type: jsonl
        
        Hosts:
        raspberrypi         raspberrypi (version: 7.0.7, hostname: raspberrypi   , alive, uptime: 83388)
        
        Core adapters versions
        js-controller:  7.0.7
        admin:          7.7.19
        javascript:     8.9.2
        
        nodejs modules from github:     1
        +-- homebridge-tapo@1.4.17 (git+ssh://git@github.com/apatsufas/homebridge-tapo-p100.git#8d25f8ab9ffc1d7cca1118cd0081d1ba28fd3cd1)
        
        Adapter State
          system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
          system.adapter.awtrix-light.0           : awtrix-light          : raspberrypi                              -  enabled
          system.adapter.backitup.0               : backitup              : raspberrypi                              -  enabled
          system.adapter.cloud.0                  : cloud                 : raspberrypi                              -  enabled
          system.adapter.daikin-cloud.0           : daikin-cloud          : raspberrypi                              -  enabled
          system.adapter.daikin.0                 : daikin                : raspberrypi                              -  enabled
          system.adapter.daikin.1                 : daikin                : raspberrypi                              -  enabled
          system.adapter.discovery.0              : discovery             : raspberrypi                              -  enabled
          system.adapter.ecovacs-deebot.0         : ecovacs-deebot        : raspberrypi                              -  enabled
          system.adapter.energiefluss-erweitert.0 : energiefluss-erweitert: raspberrypi                              -  enabled
          system.adapter.history.0                : history               : raspberrypi                              -  enabled
          system.adapter.homeconnect.0            : homeconnect           : raspberrypi                              -  enabled
          system.adapter.influxdb.0               : influxdb              : raspberrypi                              -  enabled, port: 8086
          system.adapter.iqontrol.0               : iqontrol              : raspberrypi                              -  enabled
          system.adapter.javascript.0             : javascript            : raspberrypi                              -  enabled
          system.adapter.lg-thinq.0               : lg-thinq              : raspberrypi                              -  enabled
          system.adapter.meross.0                 : meross                : raspberrypi                              -  enabled
          system.adapter.mqtt.0                   : mqtt                  : raspberrypi                              -  enabled, port: 1885, bind: 0.0.0.0
          system.adapter.myenergi.0               : myenergi              : raspberrypi                              -  enabled
          system.adapter.shelly.0                 : shelly                : raspberrypi                              -  enabled, port: 1882, bind: 0.0.0.0
          system.adapter.sun2000.0                : sun2000               : raspberrypi                              -  enabled, port: 502
          system.adapter.tesla-motors.0           : tesla-motors          : raspberrypi                              -  enabled
          system.adapter.tuya.0                   : tuya                  : raspberrypi                              -  enabled
          system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
          system.adapter.zigbee2mqtt.0            : zigbee2mqtt           : raspberrypi                              -  enabled
        
        + instance is alive
        
        Enabled adapters with bindings
          system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
          system.adapter.influxdb.0               : influxdb              : raspberrypi                              -  enabled, port: 8086
          system.adapter.mqtt.0                   : mqtt                  : raspberrypi                              -  enabled, port: 1885, bind: 0.0.0.0
          system.adapter.shelly.0                 : shelly                : raspberrypi                              -  enabled, port: 1882, bind: 0.0.0.0
          system.adapter.sun2000.0                : sun2000               : raspberrypi                              -  enabled, port: 502
          system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
        
        ioBroker-Repositories
        ┌─────────┬──────────┬─────────────────────────────────────────────────────────┬──────────────┐
        │ (index) │ name     │ url                                                     │ auto upgrade │
        ├─────────┼──────────┼─────────────────────────────────────────────────────────┼──────────────┤
        │ 0       │ 'stable' │ 'http://download.iobroker.net/sources-dist.json'        │ false        │
        │ 1       │ 'beta'   │ 'http://download.iobroker.net/sources-dist-latest.json' │ false        │
        └─────────┴──────────┴─────────────────────────────────────────────────────────┴──────────────┘
        
        Active repo(s): stable
        Upgrade policy: none
        
        Installed ioBroker-Adapters
        Used repository: stable
        Adapter    "admin"        : 7.7.19   , installed 7.7.19
        Adapter    "awtrix-light" : 3.0.0    , installed 3.0.0
        Adapter    "backitup"     : 3.3.10   , installed 3.3.10
        Adapter    "cloud"        : 5.0.1    , installed 5.0.1
        Adapter    "daikin"       : 1.5.1    , installed 1.5.1
        Adapter    "daikin-cloud" : 0.4.12   , installed 0.4.12
        Adapter    "discovery"    : 5.0.0    , installed 5.0.0
        Adapter    "ecovacs-deebot": 1.4.15  , installed 1.4.15
        Adapter    "energiefluss-erweitert": 0.8.1, installed 0.8.1
        Adapter    "history"      : 3.0.1    , installed 3.0.1
        Adapter    "homeconnect"  : 1.4.3    , installed 1.4.3
        Adapter    "homekit-controller": 0.5.11, installed 0.5.11
        Adapter    "influxdb"     : 4.0.2    , installed 4.0.2
        Adapter    "iqontrol"     : 3.0.0    , installed 3.0.0
        Adapter    "javascript"   : 9.0.11   , installed 8.9.2  [Updatable]
        Controller "js-controller": 7.0.7    , installed 7.0.7
        Adapter    "lg-thinq"     : 1.1.3    , installed 1.1.3
        Adapter    "meross"       : 1.17.0   , installed 1.17.0
        Adapter    "modbus"       : 6.3.2    , installed 6.3.2
        Adapter    "mqtt"         : 6.1.4    , installed 6.1.4
        Adapter    "mqtt-client"  : 3.0.0    , installed 3.0.0
        Adapter    "myenergi"     : 0.0.3    , installed 0.0.3
        Adapter    "openhab"      : 1.2.0    , installed 1.2.0
        Adapter    "shelly"       : 10.4.0   , installed 10.4.0
        Adapter    "simple-api"   : 2.8.0    , installed 2.8.0
        Adapter    "socketio"     : 6.7.1    , installed 6.7.1
        Adapter    "sun2000"      : 2.3.4    , installed 2.3.4
        Adapter    "tesla-motors" : 1.3.2    , installed 1.3.2
        Adapter    "tuya"         : 3.16.0   , installed 3.16.0
        Adapter    "web"          : 7.0.8    , installed 7.0.8
        Adapter    "ws"           : 2.6.2    , installed 2.6.2
        Adapter    "zigbee"       : 3.1.5    , installed 3.1.5
        Adapter    "zigbee2mqtt"  : 3.0.9    , installed 3.0.9
        
        Objects and States
        Please stand by - This may take a while
        Objects:        6085
        States:         4529
        
        *** OS-Repositories and Updates ***
        Hit:1 http://deb.debian.org/debian bookworm InRelease
        Hit:2 http://deb.debian.org/debian-security bookworm-security InRelease
        Hit:3 http://deb.debian.org/debian bookworm-updates InRelease
        Hit:4 http://archive.raspberrypi.com/debian bookworm InRelease
        Hit:5 https://repos.influxdata.com/debian stable InRelease
        Hit:6 https://apt.grafana.com stable InRelease
        Hit:7 https://deb.nodesource.com/node_22.x nodistro InRelease
        Hit:8 https://repo.homebridge.io stable InRelease
        Reading package lists...
        Pending Updates: 0
        
        *** Listening Ports ***
        Active Internet connections (only servers)
        Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode      PID/Program name
        tcp        0      0 127.0.0.1:38267         0.0.0.0:*               LISTEN      112        593760     26578/homebridge: h
        tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          7701       783/sshd: /usr/sbin
        tcp        0      0 127.0.0.1:42025         0.0.0.0:*               LISTEN      112        593655     26595/homebridge: h
        tcp        0      0 127.0.0.1:38023         0.0.0.0:*               LISTEN      112        594176     26602/homebridge: h
        tcp        0      0 127.0.0.1:42579         0.0.0.0:*               LISTEN      112        591724     26588/homebridge: @
        tcp        0      0 127.0.0.1:46737         0.0.0.0:*               LISTEN      112        593757     26603/homebridge: h
        tcp        0      0 127.0.0.1:41269         0.0.0.0:*               LISTEN      112        593747     26594/homebridge: h
        tcp        0      0 127.0.0.1:32845         0.0.0.0:*               LISTEN      112        592765     26576/homebridge: h
        tcp        0      0 127.0.0.1:45855         0.0.0.0:*               LISTEN      112        591707     26575/homebridge: h
        tcp        0      0 0.0.0.0:8080            0.0.0.0:*               LISTEN      1000       10951      1946/node
        tcp        0      0 127.0.0.1:631           0.0.0.0:*               LISTEN      0          371935     16864/cupsd
        tcp        0      0 0.0.0.0:1883            0.0.0.0:*               LISTEN      114        7692       779/mosquitto
        tcp6       0      0 :::53299                :::*                    LISTEN      112        592601     26594/homebridge: h
        tcp6       0      0 :::22                   :::*                    LISTEN      0          7703       783/sshd: /usr/sbin
        tcp6       0      0 :::8581                 :::*                    LISTEN      112        583610     26372/hb-service
        tcp6       0      0 :::37356                :::*                    LISTEN      112        594047     26588/homebridge: @
        tcp6       0      0 :::39667                :::*                    LISTEN      112        594001     26576/homebridge: h
        tcp6       0      0 :::51798                :::*                    LISTEN      112        592550     26564/homebridge
        tcp6       0      0 :::3000                 :::*                    LISTEN      113        8122       1042/grafana
        tcp6       0      0 :::52120                :::*                    LISTEN      112        593590     26603/homebridge: h
        tcp6       0      0 :::47961                :::*                    LISTEN      112        593995     26575/homebridge: h
        tcp6       0      0 :::52403                :::*                    LISTEN      112        593623     26578/homebridge: h
        tcp6       0      0 :::44253                :::*                    LISTEN      112        592564     26602/homebridge: h
        tcp6       0      0 ::1:631                 :::*                    LISTEN      0          371934     16864/cupsd
        tcp6       0      0 :::8086                 :::*                    LISTEN      999        5765       886/influxd
        tcp6       0      0 :::32570                :::*                    LISTEN      112        594027     26595/homebridge: h
        tcp6       0      0 :::1883                 :::*                    LISTEN      114        7693       779/mosquitto
        udp        0      0 0.0.0.0:37502           0.0.0.0:*                           104        7620       601/avahi-daemon: r
        udp        0      0 0.0.0.0:5353            0.0.0.0:*                           112        592595     26576/homebridge: h
        udp        0      0 0.0.0.0:5353            0.0.0.0:*                           112        583607     26372/hb-service
        udp        0      0 0.0.0.0:5353            0.0.0.0:*                           104        7618       601/avahi-daemon: r
        udp6       0      0 :::43129                :::*                                104        7621       601/avahi-daemon: r
        udp6       0      0 fe80::81a3:20c2:583:546 :::*                                0          7754       711/NetworkManager
        udp6       0      0 :::5353                 :::*                                104        7619       601/avahi-daemon: r
        
        *** Log File - Last 25 Lines ***
        
        2025-11-26 10:28:47.715  - info: host.raspberrypi stopInstance timeout system.adapter.zigbee2mqtt.0 killing pid 1843
        2025-11-26 10:28:47.781  - info: host.raspberrypi instance system.adapter.influxdb.0 terminated with code 0 (NO_ERROR)
        2025-11-26 10:28:47.782  - info: host.raspberrypi instance system.adapter.admin.0 terminated with code 0 (NO_ERROR)
        2025-11-26 10:28:47.837  - info: host.raspberrypi instance system.adapter.backitup.0 terminated with code 0 (NO_ERROR)
        2025-11-26 10:28:47.837  - info: host.raspberrypi instance system.adapter.daikin.0 terminated with code 0 (NO_ERROR)
        2025-11-26 10:28:48.068  - info: host.raspberrypi instance system.adapter.daikin.1 terminated with code 0 (NO_ERROR)
        2025-11-26 10:28:48.069  - info: host.raspberrypi instance system.adapter.cloud.0 terminated with code 0 (NO_ERROR)
        2025-11-26 10:28:48.121  - info: host.raspberrypi instance system.adapter.shelly.0 terminated with code 0 (NO_ERROR)
        2025-11-26 10:28:48.122  - info: host.raspberrypi instance system.adapter.discovery.0 terminated with code 0 (NO_ERROR)
        2025-11-26 10:28:48.174  - warn: host.raspberrypi instance system.adapter.tesla-motors.0 terminated due to SIGKILL
        2025-11-26 10:28:48.174  - info: host.raspberrypi instance system.adapter.tesla-motors.0 terminated with code null ()
        2025-11-26 10:28:48.174  - warn: host.raspberrypi instance system.adapter.awtrix-light.0 terminated due to SIGKILL
        2025-11-26 10:28:48.174  - info: host.raspberrypi instance system.adapter.awtrix-light.0 terminated with code null ()
        2025-11-26 10:28:48.223  - warn: host.raspberrypi instance system.adapter.web.0 terminated due to SIGKILL
        2025-11-26 10:28:48.224  - info: host.raspberrypi instance system.adapter.web.0 terminated with code null ()
        2025-11-26 10:28:48.395  - info: host.raspberrypi instance system.adapter.history.0 terminated with code 0 (NO_ERROR)
        2025-11-26 10:28:48.396  - warn: host.raspberrypi instance system.adapter.zigbee2mqtt.0 terminated due to SIGKILL
        2025-11-26 10:28:48.396  - info: host.raspberrypi instance system.adapter.zigbee2mqtt.0 terminated with code null ()
        2025-11-26 10:28:48.402  - info: tuya.0 (1684) terminating
        2025-11-26 10:28:48.404  - info: tuya.0 (1684) Terminated (NO_ERROR): Without reason
        2025-11-26 10:28:49.036  - info: host.raspberrypi instance system.adapter.tuya.0 terminated with code 0 (NO_ERROR)
        2025-11-26 10:28:49.577  - info: meross.0 (1737) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
        2025-11-26 10:28:50.193  - info: host.raspberrypi instance system.adapter.meross.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
        2025-11-26 10:28:50.194  - info: host.raspberrypi All instances are stopped.
        2025-11-26 10:28:50.315  - info: host.raspberrypi terminated
        
        ============ Mark until here for C&P =============
        
        iob diag has finished.
        
        
        Thomas BraunT 1 Antwort Letzte Antwort
        0
        • M marcelinho

          Danke für deine Hilfe, hier:

          
          ========== Start marking the full check here ===========
          
          ```bash
          Script v.2025-08-09
          
          *** BASE SYSTEM ***
          Operating System: Debian GNU/Linux 12 (bookworm)
           Static hostname: raspberrypi
                 Icon name: computer
                    Kernel: Linux 6.12.47+rpt-rpi-v8
              Architecture: arm64
          OS is similar to:
          
          Model           : Raspberry Pi 4 Model B Rev 1.5
          Docker          : false
          Virtualization  : none
          Kernel          : aarch64
          Userland        : 64 bit
          
          Systemuptime and Load:
           10:33:11 up 23:14,  3 users,  load average: 0.03, 0.14, 0.22
          CPU threads: 4
          
          
          *** LIFE CYCLE STATUS ***
          Debian 'bookworm' is the current oldstable version. Please upgrade to the latest                                                                                                              stable release 'trixie' in due time!
          
          *** RASPBERRY THROTTLING ***
          Current issues:
          No throttling issues detected.
          
          Previously detected issues:
          No throttling issues detected.
          
          *** TIME AND TIMEZONES ***
                         Local time: Wed 2025-11-26 10:33:11 CET
                     Universal time: Wed 2025-11-26 09:33:11 UTC
                           RTC time: n/a
                          Time zone: Europe/Berlin (CET, +0100)
          System clock synchronized: yes
                        NTP service: active
                    RTC in local TZ: no
          
          *** Users and Groups ***
          User that called 'iob diag':
          pi
          HOME=/home/pi
          GROUPS=pi adm dialout cdrom sudo audio video plugdev games users input render ne                                                                                                             tdev lpadmin gpio i2c spi iobroker
          
          User that is running 'js-controller':
          js-controller is not running
          
          *** DISPLAY-SERVER SETUP ***
          Display-Server:         false
          Display-Manager:        * lightdm.service - Light Display Manager
          Desktop:
          Session:                tty
          
          *** MEMORY ***
                         total        used        free      shared  buff/cache   available
          Mem:            4.0G        1.2G        2.1G        249K        814M        2.8G
          Swap:           209M         73M        136M
          Total:          4.2G        1.2G        2.2G
          
          Active iob-Instances:   1
          
                   3796 M total memory
                   1111 M used memory
                    856 M active memory
                    693 M inactive memory
                   2012 M free memory
                    113 M buffer memory
                    663 M swap cache
                    199 M total swap
                     69 M used swap
                    130 M free swap
          
          *** top - Table Of Processes  ***
          top - 10:33:13 up 23:14,  3 users,  load average: 0.03, 0.14, 0.22
          Tasks: 209 total,   1 running, 208 sleeping,   0 stopped,   0 zombie
          %Cpu(s):  0.0 us,  0.0 sy,  0.0 ni,100.0 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st
          MiB Mem :   3796.9 total,   2010.7 free,   1113.0 used,    776.8 buff/cache
          MiB Swap:    200.0 total,    130.0 free,     70.0 used.   2683.8 avail Mem
          
          *** FAILED SERVICES ***
          
            UNIT             LOAD   ACTIVE SUB    DESCRIPTION
          * iobroker.service loaded failed failed ioBroker Server
          
          LOAD   = Reflects whether the unit definition was properly loaded.
          ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
          SUB    = The low-level unit activation state, values depend on unit type.
          1 loaded units listed.
          
          
          *** DMESG CRITICAL ERRORS ***
          No critical errors detected
          
          *** FILESYSTEM ***
          Filesystem     Type      Size  Used Avail Use% Mounted on
          udev           devtmpfs  1.6G     0  1.6G   0% /dev
          tmpfs          tmpfs     760M  1.3M  759M   1% /run
          /dev/mmcblk0p2 ext4       29G   18G  9.8G  65% /
          tmpfs          tmpfs     1.9G  8.0K  1.9G   1% /dev/shm
          tmpfs          tmpfs     5.0M   16K  5.0M   1% /run/lock
          /dev/mmcblk0p1 vfat      510M   78M  433M  16% /boot/firmware
          tmpfs          tmpfs     380M   44K  380M   1% /run/user/1000
          
          Messages concerning ext4 filesystem in dmesg:
          [Tue Nov 25 11:18:31 2025] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_headphones=0 cgroup_disable=memory numa_policy=interleave nvme.max_host_mem_size_mb=0 snd_bcm2835.enable_headphones=1 snd_bcm2835.enable_hdmi=1 snd_bcm2835.enable_hdmi=0  numa=fake=2 system_heap.max_order=0 smsc95xx.macaddr=D8:3A:DD:1A:71:9B vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  console=ttyS0,115200 console=tty1 root=PARTUUID=1e048ecb-02 rootfstype=ext4 fsck.repair=yes rootwait quiet splash plymouth.ignore-serial-consoles
          [Tue Nov 25 11:18:33 2025] EXT4-fs (mmcblk0p2): mounted filesystem cb6f0e18-5add-4177-ab98-e9f0235e06b3 ro with ordered data mode. Quota mode: none.
          [Tue Nov 25 11:18:34 2025] EXT4-fs (mmcblk0p2): re-mounted cb6f0e18-5add-4177-ab98-e9f0235e06b3 r/w.
          
          Show mounted filesystems:
          TARGET           SOURCE         FSTYPE OPTIONS
          /                /dev/mmcblk0p2 ext4   rw,noatime
          `-/boot/firmware /dev/mmcblk0p1 vfat   rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro
          
          Files in neuralgic directories:
          
          /var:
          3.6G    /var/
          1.9G    /var/cache/apt
          1.9G    /var/cache
          1.7G    /var/cache/apt/archives
          920M    /var/log
          
          Archived and active journals take up 917.7M in the file system.
          
          /opt/iobroker/backups:
          13M     /opt/iobroker/backups/
          
          /opt/iobroker/iobroker-data:
          1.7G    /opt/iobroker/iobroker-data/
          1.4G    /opt/iobroker/iobroker-data/history
          194M    /opt/iobroker/iobroker-data/files
          59M     /opt/iobroker/iobroker-data/backup-objects
          47M     /opt/iobroker/iobroker-data/files/admin.admin
          
          The five largest files in iobroker-data are:
          24M     /opt/iobroker/iobroker-data/files/modbus.admin/static/js/main.6a71b34c.js.map
          11M     /opt/iobroker/iobroker-data/objects.jsonl
          9.8M    /opt/iobroker/iobroker-data/files/homekit-controller.admin/static/js/main.f592ece1.js
          9.3M    /opt/iobroker/iobroker-data/files/modbus.admin/static/js/main.6a71b34c.js
          8.1M    /opt/iobroker/iobroker-data/files/backitup.admin/assets/index-C_W7K-9p.js
          
          USB-Devices by-id:
          USB-Sticks -  Avoid direct links to /dev/tty* in your adapter setups, please always prefer the links 'by-id':
          
          /dev/serial/by-id/usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_c4452914ae9ded11bf33d1a5a7669f5d-if00-port0
          
          *** ZigBee Settings ***
          Zigbee Network Settings on your coordinator/in nvbackup are:
          
          zigbee.X
          Extended Pan ID:
          *** MASKED ***
          Pan ID:
          *** MASKED ***
          Channel:
          *** MASKED ***
          Network Key:
          *** MASKED ***
          
          To unmask the settings run 'iob diag --unmask'
          
          
          *** NodeJS-Installation ***
          
          /usr/bin/nodejs         v22.21.1
          /usr/bin/node           v22.21.1
          /usr/bin/npm            11.6.4
          /usr/bin/npx            11.6.4
          /usr/bin/corepack       0.34.0
          
          nodejs:
            Installed: 22.21.1-1nodesource1
            Candidate: 22.21.1-1nodesource1
            Version table:
           *** 22.21.1-1nodesource1 100
                  100 /var/lib/dpkg/status
               22.21.0-1nodesource1 600
                  500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
               22.20.0-1nodesource1 600
                  500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
               22.19.0-1nodesource1 600
                  500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
               22.18.0-1nodesource1 600
                  500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
               22.17.1-1nodesource1 600
                  500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
               22.17.0-1nodesource1 600
                  500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
               22.16.0-1nodesource1 600
                  500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
               22.15.1-1nodesource1 600
                  500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
               22.15.0-1nodesource1 600
                  500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
               22.14.0-1nodesource1 600
                  500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
               22.13.1-1nodesource1 600
                  500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
               22.13.0-1nodesource1 600
                  500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
               22.12.0-1nodesource1 600
                  500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
               22.11.0-1nodesource1 600
                  500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
               22.10.0-1nodesource1 600
                  500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
               22.9.0-1nodesource1 600
                  500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
               22.8.0-1nodesource1 600
                  500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
               22.7.0-1nodesource1 600
                  500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
               22.6.0-1nodesource1 600
                  500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
               22.5.1-1nodesource1 600
                  500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
               22.5.0-1nodesource1 600
                  500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
               22.4.1-1nodesource1 600
                  500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
               22.4.0-1nodesource1 600
                  500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
               22.3.0-1nodesource1 600
                  500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
               22.2.0-1nodesource1 600
                  500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
               22.1.0-1nodesource1 600
                  500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
               22.0.0-1nodesource1 600
                  500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
               18.20.4+dfsg-1~deb12u1 500
                  500 http://deb.debian.org/debian bookworm/main arm64 Packages
                  500 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages
          
          Temp directories causing deletion problem: 0
          No problems detected
          
          Errors in npm tree: 0
          No problems detected
          
          Checking for nodejs vulnerability:
          
          
           █████  ██      ██           ██████   ██████   ██████  ██████         ██
          ██   ██ ██      ██          ██       ██    ██ ██    ██ ██   ██     ██  ██
          ███████ ██      ██          ██   ███ ██    ██ ██    ██ ██   ██         ██
          ██   ██ ██      ██          ██    ██ ██    ██ ██    ██ ██   ██     ██  ██
          ██   ██ ███████ ███████      ██████   ██████   ██████  ██████         ██
          
          
          
          *** ioBroker-Installation ***
          
          ioBroker Status
          iobroker is not running on this host.
          
          
          Objects type: jsonl
          States  type: jsonl
          
          Hosts:
          raspberrypi         raspberrypi (version: 7.0.7, hostname: raspberrypi   , alive, uptime: 83388)
          
          Core adapters versions
          js-controller:  7.0.7
          admin:          7.7.19
          javascript:     8.9.2
          
          nodejs modules from github:     1
          +-- homebridge-tapo@1.4.17 (git+ssh://git@github.com/apatsufas/homebridge-tapo-p100.git#8d25f8ab9ffc1d7cca1118cd0081d1ba28fd3cd1)
          
          Adapter State
            system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
            system.adapter.awtrix-light.0           : awtrix-light          : raspberrypi                              -  enabled
            system.adapter.backitup.0               : backitup              : raspberrypi                              -  enabled
            system.adapter.cloud.0                  : cloud                 : raspberrypi                              -  enabled
            system.adapter.daikin-cloud.0           : daikin-cloud          : raspberrypi                              -  enabled
            system.adapter.daikin.0                 : daikin                : raspberrypi                              -  enabled
            system.adapter.daikin.1                 : daikin                : raspberrypi                              -  enabled
            system.adapter.discovery.0              : discovery             : raspberrypi                              -  enabled
            system.adapter.ecovacs-deebot.0         : ecovacs-deebot        : raspberrypi                              -  enabled
            system.adapter.energiefluss-erweitert.0 : energiefluss-erweitert: raspberrypi                              -  enabled
            system.adapter.history.0                : history               : raspberrypi                              -  enabled
            system.adapter.homeconnect.0            : homeconnect           : raspberrypi                              -  enabled
            system.adapter.influxdb.0               : influxdb              : raspberrypi                              -  enabled, port: 8086
            system.adapter.iqontrol.0               : iqontrol              : raspberrypi                              -  enabled
            system.adapter.javascript.0             : javascript            : raspberrypi                              -  enabled
            system.adapter.lg-thinq.0               : lg-thinq              : raspberrypi                              -  enabled
            system.adapter.meross.0                 : meross                : raspberrypi                              -  enabled
            system.adapter.mqtt.0                   : mqtt                  : raspberrypi                              -  enabled, port: 1885, bind: 0.0.0.0
            system.adapter.myenergi.0               : myenergi              : raspberrypi                              -  enabled
            system.adapter.shelly.0                 : shelly                : raspberrypi                              -  enabled, port: 1882, bind: 0.0.0.0
            system.adapter.sun2000.0                : sun2000               : raspberrypi                              -  enabled, port: 502
            system.adapter.tesla-motors.0           : tesla-motors          : raspberrypi                              -  enabled
            system.adapter.tuya.0                   : tuya                  : raspberrypi                              -  enabled
            system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
            system.adapter.zigbee2mqtt.0            : zigbee2mqtt           : raspberrypi                              -  enabled
          
          + instance is alive
          
          Enabled adapters with bindings
            system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
            system.adapter.influxdb.0               : influxdb              : raspberrypi                              -  enabled, port: 8086
            system.adapter.mqtt.0                   : mqtt                  : raspberrypi                              -  enabled, port: 1885, bind: 0.0.0.0
            system.adapter.shelly.0                 : shelly                : raspberrypi                              -  enabled, port: 1882, bind: 0.0.0.0
            system.adapter.sun2000.0                : sun2000               : raspberrypi                              -  enabled, port: 502
            system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
          
          ioBroker-Repositories
          ┌─────────┬──────────┬─────────────────────────────────────────────────────────┬──────────────┐
          │ (index) │ name     │ url                                                     │ auto upgrade │
          ├─────────┼──────────┼─────────────────────────────────────────────────────────┼──────────────┤
          │ 0       │ 'stable' │ 'http://download.iobroker.net/sources-dist.json'        │ false        │
          │ 1       │ 'beta'   │ 'http://download.iobroker.net/sources-dist-latest.json' │ false        │
          └─────────┴──────────┴─────────────────────────────────────────────────────────┴──────────────┘
          
          Active repo(s): stable
          Upgrade policy: none
          
          Installed ioBroker-Adapters
          Used repository: stable
          Adapter    "admin"        : 7.7.19   , installed 7.7.19
          Adapter    "awtrix-light" : 3.0.0    , installed 3.0.0
          Adapter    "backitup"     : 3.3.10   , installed 3.3.10
          Adapter    "cloud"        : 5.0.1    , installed 5.0.1
          Adapter    "daikin"       : 1.5.1    , installed 1.5.1
          Adapter    "daikin-cloud" : 0.4.12   , installed 0.4.12
          Adapter    "discovery"    : 5.0.0    , installed 5.0.0
          Adapter    "ecovacs-deebot": 1.4.15  , installed 1.4.15
          Adapter    "energiefluss-erweitert": 0.8.1, installed 0.8.1
          Adapter    "history"      : 3.0.1    , installed 3.0.1
          Adapter    "homeconnect"  : 1.4.3    , installed 1.4.3
          Adapter    "homekit-controller": 0.5.11, installed 0.5.11
          Adapter    "influxdb"     : 4.0.2    , installed 4.0.2
          Adapter    "iqontrol"     : 3.0.0    , installed 3.0.0
          Adapter    "javascript"   : 9.0.11   , installed 8.9.2  [Updatable]
          Controller "js-controller": 7.0.7    , installed 7.0.7
          Adapter    "lg-thinq"     : 1.1.3    , installed 1.1.3
          Adapter    "meross"       : 1.17.0   , installed 1.17.0
          Adapter    "modbus"       : 6.3.2    , installed 6.3.2
          Adapter    "mqtt"         : 6.1.4    , installed 6.1.4
          Adapter    "mqtt-client"  : 3.0.0    , installed 3.0.0
          Adapter    "myenergi"     : 0.0.3    , installed 0.0.3
          Adapter    "openhab"      : 1.2.0    , installed 1.2.0
          Adapter    "shelly"       : 10.4.0   , installed 10.4.0
          Adapter    "simple-api"   : 2.8.0    , installed 2.8.0
          Adapter    "socketio"     : 6.7.1    , installed 6.7.1
          Adapter    "sun2000"      : 2.3.4    , installed 2.3.4
          Adapter    "tesla-motors" : 1.3.2    , installed 1.3.2
          Adapter    "tuya"         : 3.16.0   , installed 3.16.0
          Adapter    "web"          : 7.0.8    , installed 7.0.8
          Adapter    "ws"           : 2.6.2    , installed 2.6.2
          Adapter    "zigbee"       : 3.1.5    , installed 3.1.5
          Adapter    "zigbee2mqtt"  : 3.0.9    , installed 3.0.9
          
          Objects and States
          Please stand by - This may take a while
          Objects:        6085
          States:         4529
          
          *** OS-Repositories and Updates ***
          Hit:1 http://deb.debian.org/debian bookworm InRelease
          Hit:2 http://deb.debian.org/debian-security bookworm-security InRelease
          Hit:3 http://deb.debian.org/debian bookworm-updates InRelease
          Hit:4 http://archive.raspberrypi.com/debian bookworm InRelease
          Hit:5 https://repos.influxdata.com/debian stable InRelease
          Hit:6 https://apt.grafana.com stable InRelease
          Hit:7 https://deb.nodesource.com/node_22.x nodistro InRelease
          Hit:8 https://repo.homebridge.io stable InRelease
          Reading package lists...
          Pending Updates: 0
          
          *** Listening Ports ***
          Active Internet connections (only servers)
          Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode      PID/Program name
          tcp        0      0 127.0.0.1:38267         0.0.0.0:*               LISTEN      112        593760     26578/homebridge: h
          tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          7701       783/sshd: /usr/sbin
          tcp        0      0 127.0.0.1:42025         0.0.0.0:*               LISTEN      112        593655     26595/homebridge: h
          tcp        0      0 127.0.0.1:38023         0.0.0.0:*               LISTEN      112        594176     26602/homebridge: h
          tcp        0      0 127.0.0.1:42579         0.0.0.0:*               LISTEN      112        591724     26588/homebridge: @
          tcp        0      0 127.0.0.1:46737         0.0.0.0:*               LISTEN      112        593757     26603/homebridge: h
          tcp        0      0 127.0.0.1:41269         0.0.0.0:*               LISTEN      112        593747     26594/homebridge: h
          tcp        0      0 127.0.0.1:32845         0.0.0.0:*               LISTEN      112        592765     26576/homebridge: h
          tcp        0      0 127.0.0.1:45855         0.0.0.0:*               LISTEN      112        591707     26575/homebridge: h
          tcp        0      0 0.0.0.0:8080            0.0.0.0:*               LISTEN      1000       10951      1946/node
          tcp        0      0 127.0.0.1:631           0.0.0.0:*               LISTEN      0          371935     16864/cupsd
          tcp        0      0 0.0.0.0:1883            0.0.0.0:*               LISTEN      114        7692       779/mosquitto
          tcp6       0      0 :::53299                :::*                    LISTEN      112        592601     26594/homebridge: h
          tcp6       0      0 :::22                   :::*                    LISTEN      0          7703       783/sshd: /usr/sbin
          tcp6       0      0 :::8581                 :::*                    LISTEN      112        583610     26372/hb-service
          tcp6       0      0 :::37356                :::*                    LISTEN      112        594047     26588/homebridge: @
          tcp6       0      0 :::39667                :::*                    LISTEN      112        594001     26576/homebridge: h
          tcp6       0      0 :::51798                :::*                    LISTEN      112        592550     26564/homebridge
          tcp6       0      0 :::3000                 :::*                    LISTEN      113        8122       1042/grafana
          tcp6       0      0 :::52120                :::*                    LISTEN      112        593590     26603/homebridge: h
          tcp6       0      0 :::47961                :::*                    LISTEN      112        593995     26575/homebridge: h
          tcp6       0      0 :::52403                :::*                    LISTEN      112        593623     26578/homebridge: h
          tcp6       0      0 :::44253                :::*                    LISTEN      112        592564     26602/homebridge: h
          tcp6       0      0 ::1:631                 :::*                    LISTEN      0          371934     16864/cupsd
          tcp6       0      0 :::8086                 :::*                    LISTEN      999        5765       886/influxd
          tcp6       0      0 :::32570                :::*                    LISTEN      112        594027     26595/homebridge: h
          tcp6       0      0 :::1883                 :::*                    LISTEN      114        7693       779/mosquitto
          udp        0      0 0.0.0.0:37502           0.0.0.0:*                           104        7620       601/avahi-daemon: r
          udp        0      0 0.0.0.0:5353            0.0.0.0:*                           112        592595     26576/homebridge: h
          udp        0      0 0.0.0.0:5353            0.0.0.0:*                           112        583607     26372/hb-service
          udp        0      0 0.0.0.0:5353            0.0.0.0:*                           104        7618       601/avahi-daemon: r
          udp6       0      0 :::43129                :::*                                104        7621       601/avahi-daemon: r
          udp6       0      0 fe80::81a3:20c2:583:546 :::*                                0          7754       711/NetworkManager
          udp6       0      0 :::5353                 :::*                                104        7619       601/avahi-daemon: r
          
          *** Log File - Last 25 Lines ***
          
          2025-11-26 10:28:47.715  - info: host.raspberrypi stopInstance timeout system.adapter.zigbee2mqtt.0 killing pid 1843
          2025-11-26 10:28:47.781  - info: host.raspberrypi instance system.adapter.influxdb.0 terminated with code 0 (NO_ERROR)
          2025-11-26 10:28:47.782  - info: host.raspberrypi instance system.adapter.admin.0 terminated with code 0 (NO_ERROR)
          2025-11-26 10:28:47.837  - info: host.raspberrypi instance system.adapter.backitup.0 terminated with code 0 (NO_ERROR)
          2025-11-26 10:28:47.837  - info: host.raspberrypi instance system.adapter.daikin.0 terminated with code 0 (NO_ERROR)
          2025-11-26 10:28:48.068  - info: host.raspberrypi instance system.adapter.daikin.1 terminated with code 0 (NO_ERROR)
          2025-11-26 10:28:48.069  - info: host.raspberrypi instance system.adapter.cloud.0 terminated with code 0 (NO_ERROR)
          2025-11-26 10:28:48.121  - info: host.raspberrypi instance system.adapter.shelly.0 terminated with code 0 (NO_ERROR)
          2025-11-26 10:28:48.122  - info: host.raspberrypi instance system.adapter.discovery.0 terminated with code 0 (NO_ERROR)
          2025-11-26 10:28:48.174  - warn: host.raspberrypi instance system.adapter.tesla-motors.0 terminated due to SIGKILL
          2025-11-26 10:28:48.174  - info: host.raspberrypi instance system.adapter.tesla-motors.0 terminated with code null ()
          2025-11-26 10:28:48.174  - warn: host.raspberrypi instance system.adapter.awtrix-light.0 terminated due to SIGKILL
          2025-11-26 10:28:48.174  - info: host.raspberrypi instance system.adapter.awtrix-light.0 terminated with code null ()
          2025-11-26 10:28:48.223  - warn: host.raspberrypi instance system.adapter.web.0 terminated due to SIGKILL
          2025-11-26 10:28:48.224  - info: host.raspberrypi instance system.adapter.web.0 terminated with code null ()
          2025-11-26 10:28:48.395  - info: host.raspberrypi instance system.adapter.history.0 terminated with code 0 (NO_ERROR)
          2025-11-26 10:28:48.396  - warn: host.raspberrypi instance system.adapter.zigbee2mqtt.0 terminated due to SIGKILL
          2025-11-26 10:28:48.396  - info: host.raspberrypi instance system.adapter.zigbee2mqtt.0 terminated with code null ()
          2025-11-26 10:28:48.402  - info: tuya.0 (1684) terminating
          2025-11-26 10:28:48.404  - info: tuya.0 (1684) Terminated (NO_ERROR): Without reason
          2025-11-26 10:28:49.036  - info: host.raspberrypi instance system.adapter.tuya.0 terminated with code 0 (NO_ERROR)
          2025-11-26 10:28:49.577  - info: meross.0 (1737) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
          2025-11-26 10:28:50.193  - info: host.raspberrypi instance system.adapter.meross.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
          2025-11-26 10:28:50.194  - info: host.raspberrypi All instances are stopped.
          2025-11-26 10:28:50.315  - info: host.raspberrypi terminated
          
          ============ Mark until here for C&P =============
          
          iob diag has finished.
          
          
          Thomas BraunT Online
          Thomas BraunT Online
          Thomas Braun
          Most Active
          schrieb am zuletzt editiert von
          #4

          @marcelinho

          Und jetzt mal mit laufendem ioBroker.
          Und schalt den
          Display-Manager: * lightdm.service - Light Display Manager
          aus. Auf einem Server hat der nix zu displayen.

          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

          M 1 Antwort Letzte Antwort
          0
          • Thomas BraunT Thomas Braun

            @marcelinho

            Und jetzt mal mit laufendem ioBroker.
            Und schalt den
            Display-Manager: * lightdm.service - Light Display Manager
            aus. Auf einem Server hat der nix zu displayen.

            M Offline
            M Offline
            marcelinho
            schrieb am zuletzt editiert von
            #5

            @Thomas-Braun sagte in NPM Error nach update & upgrade:

            @marcelinho

            Und jetzt mal mit laufendem ioBroker.
            Und schalt den
            Display-Manager: * lightdm.service - Light Display Manager
            aus. Auf einem Server hat der nix zu displayen.

            Danke für den Hinweis, ist erledigt mit sudo systemctl disable lightdm.service:

            *** DISPLAY-SERVER SETUP ***
            Display-Server:         false
            Unit display-manager.service could not be found.
            Display-Manager:
            Desktop:
            Session:                tty
            
            
            Thomas BraunT 1 Antwort Letzte Antwort
            0
            • M marcelinho

              @Thomas-Braun sagte in NPM Error nach update & upgrade:

              @marcelinho

              Und jetzt mal mit laufendem ioBroker.
              Und schalt den
              Display-Manager: * lightdm.service - Light Display Manager
              aus. Auf einem Server hat der nix zu displayen.

              Danke für den Hinweis, ist erledigt mit sudo systemctl disable lightdm.service:

              *** DISPLAY-SERVER SETUP ***
              Display-Server:         false
              Unit display-manager.service could not be found.
              Display-Manager:
              Desktop:
              Session:                tty
              
              
              Thomas BraunT Online
              Thomas BraunT Online
              Thomas Braun
              Most Active
              schrieb am zuletzt editiert von
              #6

              @marcelinho

              Und jetzt mal mit laufendem ioBroker.

              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

              M 1 Antwort Letzte Antwort
              0
              • Thomas BraunT Thomas Braun

                @marcelinho

                Und jetzt mal mit laufendem ioBroker.

                M Offline
                M Offline
                marcelinho
                schrieb am zuletzt editiert von
                #7

                @Thomas-Braun sagte in NPM Error nach update & upgrade:

                @marcelinho

                Und jetzt mal mit laufendem ioBroker.

                
                ========== Start marking the full check here ===========
                
                ```bash
                Script v.2025-08-09
                
                *** BASE SYSTEM ***
                Operating System: Debian GNU/Linux 12 (bookworm)
                 Static hostname: raspberrypi
                       Icon name: computer
                          Kernel: Linux 6.12.47+rpt-rpi-v8
                    Architecture: arm64
                OS is similar to:
                
                Model           : Raspberry Pi 4 Model B Rev 1.5
                Docker          : false
                Virtualization  : none
                Kernel          : aarch64
                Userland        : 64 bit
                
                Systemuptime and Load:
                 12:03:07 up 1 day, 44 min,  3 users,  load average: 0.20, 0.20, 0.40
                CPU threads: 4
                
                
                *** LIFE CYCLE STATUS ***
                Debian 'bookworm' is the current oldstable version. Please upgrade to the latest stable release 'trixie' in due time!
                
                *** RASPBERRY THROTTLING ***
                Current issues:
                No throttling issues detected.
                
                Previously detected issues:
                No throttling issues detected.
                
                *** TIME AND TIMEZONES ***
                               Local time: Wed 2025-11-26 12:03:07 CET
                           Universal time: Wed 2025-11-26 11:03:07 UTC
                                 RTC time: n/a
                                Time zone: Europe/Berlin (CET, +0100)
                System clock synchronized: yes
                              NTP service: active
                          RTC in local TZ: no
                
                *** Users and Groups ***
                User that called 'iob diag':
                pi
                HOME=/home/pi
                GROUPS=pi adm dialout cdrom sudo audio video plugdev games users input render netdev lpadmin gpio i2c spi iobroker
                
                User that is running 'js-controller':
                iobroker
                HOME=/home/iobroker
                GROUPS=iobroker tty dialout audio video plugdev bluetooth gpio i2c
                
                *** DISPLAY-SERVER SETUP ***
                Display-Server:         false
                Unit display-manager.service could not be found.
                Display-Manager:
                Desktop:
                Session:                tty
                
                *** MEMORY ***
                               total        used        free      shared  buff/cache   available
                Mem:            4.0G        3.1G        116M        225K        889M        897M
                Swap:           209M        201M        8.0M
                Total:          4.2G        3.3G        124M
                
                Active iob-Instances:   26
                
                         3796 M total memory
                         2940 M used memory
                         2617 M active memory
                          792 M inactive memory
                          111 M free memory
                           92 M buffer memory
                          755 M swap cache
                          199 M total swap
                          192 M used swap
                            7 M free swap
                
                *** top - Table Of Processes  ***
                top - 12:03:07 up 1 day, 44 min,  3 users,  load average: 0.26, 0.22, 0.41
                Tasks: 226 total,   1 running, 225 sleeping,   0 stopped,   0 zombie
                %Cpu(s): 14.3 us, 14.3 sy,  0.0 ni, 71.4 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st
                MiB Mem :   3796.9 total,    110.1 free,   2941.7 used,    848.6 buff/cache
                MiB Swap:    200.0 total,      7.6 free,    192.4 used.    855.1 avail Mem
                
                *** FAILED SERVICES ***
                
                  UNIT LOAD ACTIVE SUB DESCRIPTION
                0 loaded units listed.
                
                
                *** DMESG CRITICAL ERRORS ***
                No critical errors detected
                
                *** FILESYSTEM ***
                Filesystem     Type      Size  Used Avail Use% Mounted on
                udev           devtmpfs  1.6G     0  1.6G   0% /dev
                tmpfs          tmpfs     760M  1.3M  759M   1% /run
                /dev/mmcblk0p2 ext4       29G   18G  9.7G  65% /
                tmpfs          tmpfs     1.9G  8.0K  1.9G   1% /dev/shm
                tmpfs          tmpfs     5.0M   16K  5.0M   1% /run/lock
                /dev/mmcblk0p1 vfat      510M   78M  433M  16% /boot/firmware
                tmpfs          tmpfs     380M   44K  380M   1% /run/user/1000
                
                Messages concerning ext4 filesystem in dmesg:
                [Tue Nov 25 11:18:31 2025] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_headphones=0 cgroup_disable=memory numa_policy=interleave nvme.max_host_mem_size_mb=0 snd_bcm2835.enable_headphones=1 snd_bcm2835.enable_hdmi=1 snd_bcm2835.enable_hdmi=0  numa=fake=2 system_heap.max_order=0 smsc95xx.macaddr=D8:3A:DD:1A:71:9B vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  console=ttyS0,115200 console=tty1 root=PARTUUID=1e048ecb-02 rootfstype=ext4 fsck.repair=yes rootwait quiet splash plymouth.ignore-serial-consoles
                [Tue Nov 25 11:18:33 2025] EXT4-fs (mmcblk0p2): mounted filesystem cb6f0e18-5add-4177-ab98-e9f0235e06b3 ro with ordered data mode. Quota mode: none.
                [Tue Nov 25 11:18:34 2025] EXT4-fs (mmcblk0p2): re-mounted cb6f0e18-5add-4177-ab98-e9f0235e06b3 r/w.
                
                Show mounted filesystems:
                TARGET           SOURCE         FSTYPE OPTIONS
                /                /dev/mmcblk0p2 ext4   rw,noatime
                `-/boot/firmware /dev/mmcblk0p1 vfat   rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro
                
                Files in neuralgic directories:
                
                /var:
                3.6G    /var/
                1.9G    /var/cache/apt
                1.9G    /var/cache
                1.7G    /var/cache/apt/archives
                920M    /var/log
                
                Archived and active journals take up 917.7M in the file system.
                
                /opt/iobroker/backups:
                13M     /opt/iobroker/backups/
                
                /opt/iobroker/iobroker-data:
                1.7G    /opt/iobroker/iobroker-data/
                1.4G    /opt/iobroker/iobroker-data/history
                193M    /opt/iobroker/iobroker-data/files
                59M     /opt/iobroker/iobroker-data/backup-objects
                47M     /opt/iobroker/iobroker-data/files/admin.admin
                
                The five largest files in iobroker-data are:
                24M     /opt/iobroker/iobroker-data/files/modbus.admin/static/js/main.6a71b34c.js.map
                20M     /opt/iobroker/iobroker-data/objects.jsonl
                9.8M    /opt/iobroker/iobroker-data/files/homekit-controller.admin/static/js/main.f592ece1.js
                9.3M    /opt/iobroker/iobroker-data/files/modbus.admin/static/js/main.6a71b34c.js
                8.1M    /opt/iobroker/iobroker-data/files/backitup.admin/assets/index-C_W7K-9p.js
                
                USB-Devices by-id:
                USB-Sticks -  Avoid direct links to /dev/tty* in your adapter setups, please always prefer the links 'by-id':
                
                /dev/serial/by-id/usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_c4452914ae9ded11bf33d1a5a7669f5d-if00-port0
                
                *** ZigBee Settings ***
                Zigbee Network Settings on your coordinator/in nvbackup are:
                
                zigbee.X
                Extended Pan ID:
                *** MASKED ***
                Pan ID:
                *** MASKED ***
                Channel:
                *** MASKED ***
                Network Key:
                *** MASKED ***
                
                To unmask the settings run 'iob diag --unmask'
                
                
                *** NodeJS-Installation ***
                
                /usr/bin/nodejs         v22.21.1
                /usr/bin/node           v22.21.1
                /usr/bin/npm            11.6.4
                /usr/bin/npx            11.6.4
                /usr/bin/corepack       0.34.0
                
                nodejs:
                  Installed: 22.21.1-1nodesource1
                  Candidate: 22.21.1-1nodesource1
                  Version table:
                 *** 22.21.1-1nodesource1 100
                        100 /var/lib/dpkg/status
                     22.21.0-1nodesource1 600
                        500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                     22.20.0-1nodesource1 600
                        500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                     22.19.0-1nodesource1 600
                        500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                     22.18.0-1nodesource1 600
                        500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                     22.17.1-1nodesource1 600
                        500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                     22.17.0-1nodesource1 600
                        500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                     22.16.0-1nodesource1 600
                        500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                     22.15.1-1nodesource1 600
                        500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                     22.15.0-1nodesource1 600
                        500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                     22.14.0-1nodesource1 600
                        500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                     22.13.1-1nodesource1 600
                        500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                     22.13.0-1nodesource1 600
                        500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                     22.12.0-1nodesource1 600
                        500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                     22.11.0-1nodesource1 600
                        500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                     22.10.0-1nodesource1 600
                        500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                     22.9.0-1nodesource1 600
                        500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                     22.8.0-1nodesource1 600
                        500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                     22.7.0-1nodesource1 600
                        500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                     22.6.0-1nodesource1 600
                        500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                     22.5.1-1nodesource1 600
                        500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                     22.5.0-1nodesource1 600
                        500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                     22.4.1-1nodesource1 600
                        500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                     22.4.0-1nodesource1 600
                        500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                     22.3.0-1nodesource1 600
                        500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                     22.2.0-1nodesource1 600
                        500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                     22.1.0-1nodesource1 600
                        500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                     22.0.0-1nodesource1 600
                        500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                     18.20.4+dfsg-1~deb12u1 500
                        500 http://deb.debian.org/debian bookworm/main arm64 Packages
                        500 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages
                
                Temp directories causing deletion problem: 0
                No problems detected
                
                Errors in npm tree: 0
                No problems detected
                
                Checking for nodejs vulnerability:
                
                
                 █████  ██      ██           ██████   ██████   ██████  ██████         ██
                ██   ██ ██      ██          ██       ██    ██ ██    ██ ██   ██     ██  ██
                ███████ ██      ██          ██   ███ ██    ██ ██    ██ ██   ██         ██
                ██   ██ ██      ██          ██    ██ ██    ██ ██    ██ ██   ██     ██  ██
                ██   ██ ███████ ███████      ██████   ██████   ██████  ██████         ██
                
                
                
                *** ioBroker-Installation ***
                
                ioBroker Status
                iobroker is running on this host.
                
                
                Objects type: jsonl
                States  type: jsonl
                
                Hosts:
                raspberrypi         raspberrypi (version: 7.0.7, hostname: raspberrypi   , alive, uptime: 2598)
                
                Core adapters versions
                js-controller:  7.0.7
                admin:          7.7.19
                javascript:     9.0.11
                
                nodejs modules from github:     1
                +-- homebridge-tapo@1.4.17 (git+ssh://git@github.com/apatsufas/homebridge-tapo-p100.git#8d25f8ab9ffc1d7cca1118cd0081d1ba28fd3cd1)
                
                Adapter State
                + system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                + system.adapter.awtrix-light.0           : awtrix-light          : raspberrypi                              -  enabled
                + system.adapter.backitup.0               : backitup              : raspberrypi                              -  enabled
                + system.adapter.cloud.0                  : cloud                 : raspberrypi                              -  enabled
                + system.adapter.daikin-cloud.0           : daikin-cloud          : raspberrypi                              -  enabled
                + system.adapter.daikin.0                 : daikin                : raspberrypi                              -  enabled
                + system.adapter.daikin.1                 : daikin                : raspberrypi                              -  enabled
                + system.adapter.discovery.0              : discovery             : raspberrypi                              -  enabled
                + system.adapter.ecovacs-deebot.0         : ecovacs-deebot        : raspberrypi                              -  enabled
                + system.adapter.energiefluss-erweitert.0 : energiefluss-erweitert: raspberrypi                              -  enabled
                + system.adapter.history.0                : history               : raspberrypi                              -  enabled
                + system.adapter.homeconnect.0            : homeconnect           : raspberrypi                              -  enabled
                + system.adapter.influxdb.0               : influxdb              : raspberrypi                              -  enabled, port: 8086
                + system.adapter.iqontrol.0               : iqontrol              : raspberrypi                              -  enabled
                + system.adapter.javascript.0             : javascript            : raspberrypi                              -  enabled
                + system.adapter.lg-thinq.0               : lg-thinq              : raspberrypi                              -  enabled
                + system.adapter.meross.0                 : meross                : raspberrypi                              -  enabled
                + system.adapter.mqtt.0                   : mqtt                  : raspberrypi                              -  enabled, port: 1885, bind: 0.0.0.0
                + system.adapter.myenergi.0               : myenergi              : raspberrypi                              -  enabled
                + system.adapter.shelly.0                 : shelly                : raspberrypi                              -  enabled, port: 1882, bind: 0.0.0.0
                + system.adapter.sun2000.0                : sun2000               : raspberrypi                              -  enabled, port: 502
                + system.adapter.tesla-motors.0           : tesla-motors          : raspberrypi                              -  enabled
                + system.adapter.tuya.0                   : tuya                  : raspberrypi                              -  enabled
                + system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                + system.adapter.zigbee2mqtt.0            : zigbee2mqtt           : raspberrypi                              -  enabled
                
                + instance is alive
                
                Enabled adapters with bindings
                + system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                + system.adapter.influxdb.0               : influxdb              : raspberrypi                              -  enabled, port: 8086
                + system.adapter.mqtt.0                   : mqtt                  : raspberrypi                              -  enabled, port: 1885, bind: 0.0.0.0
                + system.adapter.shelly.0                 : shelly                : raspberrypi                              -  enabled, port: 1882, bind: 0.0.0.0
                + system.adapter.sun2000.0                : sun2000               : raspberrypi                              -  enabled, port: 502
                + system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                
                ioBroker-Repositories
                ┌─────────┬──────────┬─────────────────────────────────────────────────────────┬──────────────┐
                │ (index) │ name     │ url                                                     │ auto upgrade │
                ├─────────┼──────────┼─────────────────────────────────────────────────────────┼──────────────┤
                │ 0       │ 'stable' │ 'http://download.iobroker.net/sources-dist.json'        │ false        │
                │ 1       │ 'beta'   │ 'http://download.iobroker.net/sources-dist-latest.json' │ false        │
                └─────────┴──────────┴─────────────────────────────────────────────────────────┴──────────────┘
                
                Active repo(s): stable
                Upgrade policy: none
                
                Installed ioBroker-Adapters
                Used repository: stable
                Adapter    "admin"        : 7.7.19   , installed 7.7.19
                Adapter    "awtrix-light" : 3.0.0    , installed 3.0.0
                Adapter    "backitup"     : 3.3.10   , installed 3.3.10
                Adapter    "cloud"        : 5.0.1    , installed 5.0.1
                Adapter    "daikin"       : 1.5.1    , installed 1.5.1
                Adapter    "daikin-cloud" : 0.4.12   , installed 0.4.12
                Adapter    "discovery"    : 5.0.0    , installed 5.0.0
                Adapter    "ecovacs-deebot": 1.4.15  , installed 1.4.15
                Adapter    "energiefluss-erweitert": 0.8.1, installed 0.8.1
                Adapter    "history"      : 3.0.1    , installed 3.0.1
                Adapter    "homeconnect"  : 1.4.3    , installed 1.4.3
                Adapter    "homekit-controller": 0.5.11, installed 0.5.11
                Adapter    "influxdb"     : 4.0.2    , installed 4.0.2
                Adapter    "iqontrol"     : 3.0.0    , installed 3.0.0
                Adapter    "javascript"   : 9.0.11   , installed 9.0.11
                Controller "js-controller": 7.0.7    , installed 7.0.7
                Adapter    "lg-thinq"     : 1.1.3    , installed 1.1.3
                Adapter    "meross"       : 1.17.0   , installed 1.17.0
                Adapter    "modbus"       : 6.3.2    , installed 6.3.2
                Adapter    "mqtt"         : 6.1.4    , installed 6.1.4
                Adapter    "mqtt-client"  : 3.0.0    , installed 3.0.0
                Adapter    "myenergi"     : 0.0.3    , installed 0.0.3
                Adapter    "openhab"      : 1.2.0    , installed 1.2.0
                Adapter    "shelly"       : 10.4.0   , installed 10.4.0
                Adapter    "simple-api"   : 2.8.0    , installed 2.8.0
                Adapter    "socketio"     : 6.7.1    , installed 6.7.1
                Adapter    "sun2000"      : 2.3.4    , installed 2.3.4
                Adapter    "tesla-motors" : 1.3.2    , installed 1.3.2
                Adapter    "tuya"         : 3.16.0   , installed 3.16.0
                Adapter    "web"          : 7.0.8    , installed 7.0.8
                Adapter    "ws"           : 2.6.2    , installed 2.6.2
                Adapter    "zigbee"       : 3.1.5    , installed 3.1.5
                Adapter    "zigbee2mqtt"  : 3.0.9    , installed 3.0.9
                
                Objects and States
                Please stand by - This may take a while
                Objects:        6095
                States:         4762
                
                *** OS-Repositories and Updates ***
                Hit:1 http://deb.debian.org/debian bookworm InRelease
                Hit:2 http://deb.debian.org/debian-security bookworm-security InRelease
                Hit:3 http://deb.debian.org/debian bookworm-updates InRelease
                Hit:4 https://apt.grafana.com stable InRelease
                Hit:5 https://repos.influxdata.com/debian stable InRelease
                Hit:6 http://archive.raspberrypi.com/debian bookworm InRelease
                Hit:7 https://deb.nodesource.com/node_22.x nodistro InRelease
                Hit:8 https://repo.homebridge.io stable InRelease
                Reading package lists...
                Pending Updates: 0
                
                *** Listening Ports ***
                Active Internet connections (only servers)
                Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode      PID/Program name
                tcp        0      0 127.0.0.1:38267         0.0.0.0:*               LISTEN      112        593760     26578/homebridge: h
                tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          7701       783/sshd: /usr/sbin
                tcp        0      0 127.0.0.1:42025         0.0.0.0:*               LISTEN      112        593655     26595/homebridge: h
                tcp        0      0 127.0.0.1:38023         0.0.0.0:*               LISTEN      112        594176     26602/homebridge: h
                tcp        0      0 127.0.0.1:42579         0.0.0.0:*               LISTEN      112        591724     26588/homebridge: @
                tcp        0      0 127.0.0.1:46737         0.0.0.0:*               LISTEN      112        593757     26603/homebridge: h
                tcp        0      0 127.0.0.1:41269         0.0.0.0:*               LISTEN      112        593747     26594/homebridge: h
                tcp        0      0 127.0.0.1:32845         0.0.0.0:*               LISTEN      112        592765     26576/homebridge: h
                tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       722272     35347/iobroker.js-c
                tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1001       722277     35347/iobroker.js-c
                tcp        0      0 127.0.0.1:45855         0.0.0.0:*               LISTEN      112        591707     26575/homebridge: h
                tcp        0      0 0.0.0.0:8080            0.0.0.0:*               LISTEN      1000       10951      1946/node
                tcp        0      0 127.0.0.1:631           0.0.0.0:*               LISTEN      0          371935     16864/cupsd
                tcp        0      0 0.0.0.0:1885            0.0.0.0:*               LISTEN      1001       724631     35616/io.mqtt.0
                tcp        0      0 0.0.0.0:1883            0.0.0.0:*               LISTEN      114        7692       779/mosquitto
                tcp        0      0 0.0.0.0:1882            0.0.0.0:*               LISTEN      1001       726116     35589/io.shelly.0
                tcp6       0      0 :::53299                :::*                    LISTEN      112        592601     26594/homebridge: h
                tcp6       0      0 :::22                   :::*                    LISTEN      0          7703       783/sshd: /usr/sbin
                tcp6       0      0 :::8581                 :::*                    LISTEN      112        583610     26372/hb-service
                tcp6       0      0 :::37356                :::*                    LISTEN      112        594047     26588/homebridge: @
                tcp6       0      0 :::39667                :::*                    LISTEN      112        594001     26576/homebridge: h
                tcp6       0      0 :::51798                :::*                    LISTEN      112        592550     26564/homebridge
                tcp6       0      0 :::3000                 :::*                    LISTEN      113        8122       1042/grafana
                tcp6       0      0 :::52120                :::*                    LISTEN      112        593590     26603/homebridge: h
                tcp6       0      0 :::47961                :::*                    LISTEN      112        593995     26575/homebridge: h
                tcp6       0      0 :::52403                :::*                    LISTEN      112        593623     26578/homebridge: h
                tcp6       0      0 :::44253                :::*                    LISTEN      112        592564     26602/homebridge: h
                tcp6       0      0 ::1:631                 :::*                    LISTEN      0          371934     16864/cupsd
                tcp6       0      0 :::8086                 :::*                    LISTEN      999        5765       886/influxd
                tcp6       0      0 :::8082                 :::*                    LISTEN      1001       725348     35695/io.web.0
                tcp6       0      0 :::8081                 :::*                    LISTEN      1001       724328     35365/io.admin.0
                tcp6       0      0 :::32570                :::*                    LISTEN      112        594027     26595/homebridge: h
                tcp6       0      0 :::1883                 :::*                    LISTEN      114        7693       779/mosquitto
                udp        0      0 0.0.0.0:6666            0.0.0.0:*                           1001       724596     35512/io.tuya.0
                udp        0      0 0.0.0.0:6667            0.0.0.0:*                           1001       724597     35512/io.tuya.0
                udp        0      0 0.0.0.0:37502           0.0.0.0:*                           104        7620       601/avahi-daemon: r
                udp        0      0 0.0.0.0:5353            0.0.0.0:*                           112        592595     26576/homebridge: h
                udp        0      0 0.0.0.0:5353            0.0.0.0:*                           112        583607     26372/hb-service
                udp        0      0 0.0.0.0:5353            0.0.0.0:*                           104        7618       601/avahi-daemon: r
                udp6       0      0 :::43129                :::*                                104        7621       601/avahi-daemon: r
                udp6       0      0 fe80::81a3:20c2:583:546 :::*                                0          7754       711/NetworkManager
                udp6       0      0 :::5353                 :::*                                104        7619       601/avahi-daemon: r
                
                *** Log File - Last 25 Lines ***
                
                2025-11-26 11:22:35.493  - info: shelly.0 (35589) [MQTT] Device with client id "shellyplus1-fcb467bf172c" connected from 192.168.2.201!
                2025-11-26 11:22:38.470  - info: shelly.0 (35589) [MQTT] Device with client id "shellyplus1pm-30c922820f18" connected from 192.168.2.56!
                2025-11-26 11:22:40.334  - info: sun2000.0 (35667) inverter control: Service queue initialized
                2025-11-26 11:22:46.853  - info: cloud.0 (35502) Trying to connect as system.user.admin to cloud
                2025-11-26 11:22:46.969  - info: cloud.0 (35502) Connection changed: connect
                2025-11-26 11:28:37.861  - info: influxdb.0 (35379) enabled logging of Netzbezug Monat, Alias=true
                2025-11-26 11:28:51.059  - info: influxdb.0 (35379) enabled logging of Netzbezug Jahr, Alias=true
                2025-11-26 11:33:10.652  - info: influxdb.0 (35379) enabled logging of Eigenverbrauch Monat, Alias=true
                2025-11-26 11:33:20.525  - info: influxdb.0 (35379) enabled logging of Eigenverbrauch Jahr, Alias=true
                2025-11-26 11:33:24.425  - info: web.0 (35695) ==> Connected system.user.admin from ::ffff:192.168.2.98
                2025-11-26 11:33:30.797  - info: web.0 (35695) <== Disconnect system.user.admin from ::ffff:192.168.2.98 iqontrol.0
                2025-11-26 11:36:12.594  - info: daikin-cloud.0 (35634) Daikin-Cloud tokens updated ...
                2025-11-26 11:36:12.597  - info: daikin-cloud.0 (35634) Daikin token updated in adapter configuration ...
                2025-11-26 11:38:12.773  - info: shelly.0 (35589) [MQTT] Device with client id "shellyplus1-fcb467bf172c" connected from 192.168.2.201!
                2025-11-26 11:43:50.183  - info: influxdb.0 (35379) enabled logging of Netzeinspeisung Monat, Alias=true
                2025-11-26 11:43:50.778  - warn: ecovacs-deebot.0 (35792) error calling getBase64PNG: Error: IndexSizeError: The source width is 0.
                2025-11-26 11:44:13.375  - info: influxdb.0 (35379) enabled logging of Netzeinspeisung Jahr, Alias=true
                2025-11-26 11:45:51.450  - info: ecovacs-deebot.0 (35792) Evt message: {"code":1062,"event":"Unable to locate starting new map"}
                2025-11-26 11:46:51.092  - warn: ecovacs-deebot.0 (35792) corrupted input
                2025-11-26 11:48:35.605  - info: web.0 (35695) ==> Connected system.user.admin from ::ffff:192.168.2.119
                2025-11-26 11:48:37.508  - info: web.0 (35695) <== Disconnect system.user.admin from ::ffff:192.168.2.119 energiefluss-erweitert.0
                2025-11-26 11:48:37.754  - info: web.0 (35695) ==> Connected system.user.admin from ::ffff:192.168.2.119
                2025-11-26 11:51:34.950  - info: web.0 (35695) <== Disconnect system.user.admin from ::ffff:192.168.2.119 energiefluss-erweitert.0
                2025-11-26 11:51:35.103  - info: web.0 (35695) ==> Connected system.user.admin from ::ffff:192.168.2.119
                2025-11-26 11:51:41.242  - info: web.0 (35695) <== Disconnect system.user.admin from ::ffff:192.168.2.119 energiefluss-erweitert.0
                
                
                Thomas BraunT 1 Antwort Letzte Antwort
                0
                • M marcelinho

                  @Thomas-Braun sagte in NPM Error nach update & upgrade:

                  @marcelinho

                  Und jetzt mal mit laufendem ioBroker.

                  
                  ========== Start marking the full check here ===========
                  
                  ```bash
                  Script v.2025-08-09
                  
                  *** BASE SYSTEM ***
                  Operating System: Debian GNU/Linux 12 (bookworm)
                   Static hostname: raspberrypi
                         Icon name: computer
                            Kernel: Linux 6.12.47+rpt-rpi-v8
                      Architecture: arm64
                  OS is similar to:
                  
                  Model           : Raspberry Pi 4 Model B Rev 1.5
                  Docker          : false
                  Virtualization  : none
                  Kernel          : aarch64
                  Userland        : 64 bit
                  
                  Systemuptime and Load:
                   12:03:07 up 1 day, 44 min,  3 users,  load average: 0.20, 0.20, 0.40
                  CPU threads: 4
                  
                  
                  *** LIFE CYCLE STATUS ***
                  Debian 'bookworm' is the current oldstable version. Please upgrade to the latest stable release 'trixie' in due time!
                  
                  *** RASPBERRY THROTTLING ***
                  Current issues:
                  No throttling issues detected.
                  
                  Previously detected issues:
                  No throttling issues detected.
                  
                  *** TIME AND TIMEZONES ***
                                 Local time: Wed 2025-11-26 12:03:07 CET
                             Universal time: Wed 2025-11-26 11:03:07 UTC
                                   RTC time: n/a
                                  Time zone: Europe/Berlin (CET, +0100)
                  System clock synchronized: yes
                                NTP service: active
                            RTC in local TZ: no
                  
                  *** Users and Groups ***
                  User that called 'iob diag':
                  pi
                  HOME=/home/pi
                  GROUPS=pi adm dialout cdrom sudo audio video plugdev games users input render netdev lpadmin gpio i2c spi iobroker
                  
                  User that is running 'js-controller':
                  iobroker
                  HOME=/home/iobroker
                  GROUPS=iobroker tty dialout audio video plugdev bluetooth gpio i2c
                  
                  *** DISPLAY-SERVER SETUP ***
                  Display-Server:         false
                  Unit display-manager.service could not be found.
                  Display-Manager:
                  Desktop:
                  Session:                tty
                  
                  *** MEMORY ***
                                 total        used        free      shared  buff/cache   available
                  Mem:            4.0G        3.1G        116M        225K        889M        897M
                  Swap:           209M        201M        8.0M
                  Total:          4.2G        3.3G        124M
                  
                  Active iob-Instances:   26
                  
                           3796 M total memory
                           2940 M used memory
                           2617 M active memory
                            792 M inactive memory
                            111 M free memory
                             92 M buffer memory
                            755 M swap cache
                            199 M total swap
                            192 M used swap
                              7 M free swap
                  
                  *** top - Table Of Processes  ***
                  top - 12:03:07 up 1 day, 44 min,  3 users,  load average: 0.26, 0.22, 0.41
                  Tasks: 226 total,   1 running, 225 sleeping,   0 stopped,   0 zombie
                  %Cpu(s): 14.3 us, 14.3 sy,  0.0 ni, 71.4 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st
                  MiB Mem :   3796.9 total,    110.1 free,   2941.7 used,    848.6 buff/cache
                  MiB Swap:    200.0 total,      7.6 free,    192.4 used.    855.1 avail Mem
                  
                  *** FAILED SERVICES ***
                  
                    UNIT LOAD ACTIVE SUB DESCRIPTION
                  0 loaded units listed.
                  
                  
                  *** DMESG CRITICAL ERRORS ***
                  No critical errors detected
                  
                  *** FILESYSTEM ***
                  Filesystem     Type      Size  Used Avail Use% Mounted on
                  udev           devtmpfs  1.6G     0  1.6G   0% /dev
                  tmpfs          tmpfs     760M  1.3M  759M   1% /run
                  /dev/mmcblk0p2 ext4       29G   18G  9.7G  65% /
                  tmpfs          tmpfs     1.9G  8.0K  1.9G   1% /dev/shm
                  tmpfs          tmpfs     5.0M   16K  5.0M   1% /run/lock
                  /dev/mmcblk0p1 vfat      510M   78M  433M  16% /boot/firmware
                  tmpfs          tmpfs     380M   44K  380M   1% /run/user/1000
                  
                  Messages concerning ext4 filesystem in dmesg:
                  [Tue Nov 25 11:18:31 2025] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_headphones=0 cgroup_disable=memory numa_policy=interleave nvme.max_host_mem_size_mb=0 snd_bcm2835.enable_headphones=1 snd_bcm2835.enable_hdmi=1 snd_bcm2835.enable_hdmi=0  numa=fake=2 system_heap.max_order=0 smsc95xx.macaddr=D8:3A:DD:1A:71:9B vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  console=ttyS0,115200 console=tty1 root=PARTUUID=1e048ecb-02 rootfstype=ext4 fsck.repair=yes rootwait quiet splash plymouth.ignore-serial-consoles
                  [Tue Nov 25 11:18:33 2025] EXT4-fs (mmcblk0p2): mounted filesystem cb6f0e18-5add-4177-ab98-e9f0235e06b3 ro with ordered data mode. Quota mode: none.
                  [Tue Nov 25 11:18:34 2025] EXT4-fs (mmcblk0p2): re-mounted cb6f0e18-5add-4177-ab98-e9f0235e06b3 r/w.
                  
                  Show mounted filesystems:
                  TARGET           SOURCE         FSTYPE OPTIONS
                  /                /dev/mmcblk0p2 ext4   rw,noatime
                  `-/boot/firmware /dev/mmcblk0p1 vfat   rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro
                  
                  Files in neuralgic directories:
                  
                  /var:
                  3.6G    /var/
                  1.9G    /var/cache/apt
                  1.9G    /var/cache
                  1.7G    /var/cache/apt/archives
                  920M    /var/log
                  
                  Archived and active journals take up 917.7M in the file system.
                  
                  /opt/iobroker/backups:
                  13M     /opt/iobroker/backups/
                  
                  /opt/iobroker/iobroker-data:
                  1.7G    /opt/iobroker/iobroker-data/
                  1.4G    /opt/iobroker/iobroker-data/history
                  193M    /opt/iobroker/iobroker-data/files
                  59M     /opt/iobroker/iobroker-data/backup-objects
                  47M     /opt/iobroker/iobroker-data/files/admin.admin
                  
                  The five largest files in iobroker-data are:
                  24M     /opt/iobroker/iobroker-data/files/modbus.admin/static/js/main.6a71b34c.js.map
                  20M     /opt/iobroker/iobroker-data/objects.jsonl
                  9.8M    /opt/iobroker/iobroker-data/files/homekit-controller.admin/static/js/main.f592ece1.js
                  9.3M    /opt/iobroker/iobroker-data/files/modbus.admin/static/js/main.6a71b34c.js
                  8.1M    /opt/iobroker/iobroker-data/files/backitup.admin/assets/index-C_W7K-9p.js
                  
                  USB-Devices by-id:
                  USB-Sticks -  Avoid direct links to /dev/tty* in your adapter setups, please always prefer the links 'by-id':
                  
                  /dev/serial/by-id/usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_c4452914ae9ded11bf33d1a5a7669f5d-if00-port0
                  
                  *** ZigBee Settings ***
                  Zigbee Network Settings on your coordinator/in nvbackup are:
                  
                  zigbee.X
                  Extended Pan ID:
                  *** MASKED ***
                  Pan ID:
                  *** MASKED ***
                  Channel:
                  *** MASKED ***
                  Network Key:
                  *** MASKED ***
                  
                  To unmask the settings run 'iob diag --unmask'
                  
                  
                  *** NodeJS-Installation ***
                  
                  /usr/bin/nodejs         v22.21.1
                  /usr/bin/node           v22.21.1
                  /usr/bin/npm            11.6.4
                  /usr/bin/npx            11.6.4
                  /usr/bin/corepack       0.34.0
                  
                  nodejs:
                    Installed: 22.21.1-1nodesource1
                    Candidate: 22.21.1-1nodesource1
                    Version table:
                   *** 22.21.1-1nodesource1 100
                          100 /var/lib/dpkg/status
                       22.21.0-1nodesource1 600
                          500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                       22.20.0-1nodesource1 600
                          500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                       22.19.0-1nodesource1 600
                          500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                       22.18.0-1nodesource1 600
                          500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                       22.17.1-1nodesource1 600
                          500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                       22.17.0-1nodesource1 600
                          500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                       22.16.0-1nodesource1 600
                          500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                       22.15.1-1nodesource1 600
                          500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                       22.15.0-1nodesource1 600
                          500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                       22.14.0-1nodesource1 600
                          500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                       22.13.1-1nodesource1 600
                          500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                       22.13.0-1nodesource1 600
                          500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                       22.12.0-1nodesource1 600
                          500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                       22.11.0-1nodesource1 600
                          500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                       22.10.0-1nodesource1 600
                          500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                       22.9.0-1nodesource1 600
                          500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                       22.8.0-1nodesource1 600
                          500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                       22.7.0-1nodesource1 600
                          500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                       22.6.0-1nodesource1 600
                          500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                       22.5.1-1nodesource1 600
                          500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                       22.5.0-1nodesource1 600
                          500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                       22.4.1-1nodesource1 600
                          500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                       22.4.0-1nodesource1 600
                          500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                       22.3.0-1nodesource1 600
                          500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                       22.2.0-1nodesource1 600
                          500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                       22.1.0-1nodesource1 600
                          500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                       22.0.0-1nodesource1 600
                          500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                       18.20.4+dfsg-1~deb12u1 500
                          500 http://deb.debian.org/debian bookworm/main arm64 Packages
                          500 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages
                  
                  Temp directories causing deletion problem: 0
                  No problems detected
                  
                  Errors in npm tree: 0
                  No problems detected
                  
                  Checking for nodejs vulnerability:
                  
                  
                   █████  ██      ██           ██████   ██████   ██████  ██████         ██
                  ██   ██ ██      ██          ██       ██    ██ ██    ██ ██   ██     ██  ██
                  ███████ ██      ██          ██   ███ ██    ██ ██    ██ ██   ██         ██
                  ██   ██ ██      ██          ██    ██ ██    ██ ██    ██ ██   ██     ██  ██
                  ██   ██ ███████ ███████      ██████   ██████   ██████  ██████         ██
                  
                  
                  
                  *** ioBroker-Installation ***
                  
                  ioBroker Status
                  iobroker is running on this host.
                  
                  
                  Objects type: jsonl
                  States  type: jsonl
                  
                  Hosts:
                  raspberrypi         raspberrypi (version: 7.0.7, hostname: raspberrypi   , alive, uptime: 2598)
                  
                  Core adapters versions
                  js-controller:  7.0.7
                  admin:          7.7.19
                  javascript:     9.0.11
                  
                  nodejs modules from github:     1
                  +-- homebridge-tapo@1.4.17 (git+ssh://git@github.com/apatsufas/homebridge-tapo-p100.git#8d25f8ab9ffc1d7cca1118cd0081d1ba28fd3cd1)
                  
                  Adapter State
                  + system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                  + system.adapter.awtrix-light.0           : awtrix-light          : raspberrypi                              -  enabled
                  + system.adapter.backitup.0               : backitup              : raspberrypi                              -  enabled
                  + system.adapter.cloud.0                  : cloud                 : raspberrypi                              -  enabled
                  + system.adapter.daikin-cloud.0           : daikin-cloud          : raspberrypi                              -  enabled
                  + system.adapter.daikin.0                 : daikin                : raspberrypi                              -  enabled
                  + system.adapter.daikin.1                 : daikin                : raspberrypi                              -  enabled
                  + system.adapter.discovery.0              : discovery             : raspberrypi                              -  enabled
                  + system.adapter.ecovacs-deebot.0         : ecovacs-deebot        : raspberrypi                              -  enabled
                  + system.adapter.energiefluss-erweitert.0 : energiefluss-erweitert: raspberrypi                              -  enabled
                  + system.adapter.history.0                : history               : raspberrypi                              -  enabled
                  + system.adapter.homeconnect.0            : homeconnect           : raspberrypi                              -  enabled
                  + system.adapter.influxdb.0               : influxdb              : raspberrypi                              -  enabled, port: 8086
                  + system.adapter.iqontrol.0               : iqontrol              : raspberrypi                              -  enabled
                  + system.adapter.javascript.0             : javascript            : raspberrypi                              -  enabled
                  + system.adapter.lg-thinq.0               : lg-thinq              : raspberrypi                              -  enabled
                  + system.adapter.meross.0                 : meross                : raspberrypi                              -  enabled
                  + system.adapter.mqtt.0                   : mqtt                  : raspberrypi                              -  enabled, port: 1885, bind: 0.0.0.0
                  + system.adapter.myenergi.0               : myenergi              : raspberrypi                              -  enabled
                  + system.adapter.shelly.0                 : shelly                : raspberrypi                              -  enabled, port: 1882, bind: 0.0.0.0
                  + system.adapter.sun2000.0                : sun2000               : raspberrypi                              -  enabled, port: 502
                  + system.adapter.tesla-motors.0           : tesla-motors          : raspberrypi                              -  enabled
                  + system.adapter.tuya.0                   : tuya                  : raspberrypi                              -  enabled
                  + system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                  + system.adapter.zigbee2mqtt.0            : zigbee2mqtt           : raspberrypi                              -  enabled
                  
                  + instance is alive
                  
                  Enabled adapters with bindings
                  + system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                  + system.adapter.influxdb.0               : influxdb              : raspberrypi                              -  enabled, port: 8086
                  + system.adapter.mqtt.0                   : mqtt                  : raspberrypi                              -  enabled, port: 1885, bind: 0.0.0.0
                  + system.adapter.shelly.0                 : shelly                : raspberrypi                              -  enabled, port: 1882, bind: 0.0.0.0
                  + system.adapter.sun2000.0                : sun2000               : raspberrypi                              -  enabled, port: 502
                  + system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                  
                  ioBroker-Repositories
                  ┌─────────┬──────────┬─────────────────────────────────────────────────────────┬──────────────┐
                  │ (index) │ name     │ url                                                     │ auto upgrade │
                  ├─────────┼──────────┼─────────────────────────────────────────────────────────┼──────────────┤
                  │ 0       │ 'stable' │ 'http://download.iobroker.net/sources-dist.json'        │ false        │
                  │ 1       │ 'beta'   │ 'http://download.iobroker.net/sources-dist-latest.json' │ false        │
                  └─────────┴──────────┴─────────────────────────────────────────────────────────┴──────────────┘
                  
                  Active repo(s): stable
                  Upgrade policy: none
                  
                  Installed ioBroker-Adapters
                  Used repository: stable
                  Adapter    "admin"        : 7.7.19   , installed 7.7.19
                  Adapter    "awtrix-light" : 3.0.0    , installed 3.0.0
                  Adapter    "backitup"     : 3.3.10   , installed 3.3.10
                  Adapter    "cloud"        : 5.0.1    , installed 5.0.1
                  Adapter    "daikin"       : 1.5.1    , installed 1.5.1
                  Adapter    "daikin-cloud" : 0.4.12   , installed 0.4.12
                  Adapter    "discovery"    : 5.0.0    , installed 5.0.0
                  Adapter    "ecovacs-deebot": 1.4.15  , installed 1.4.15
                  Adapter    "energiefluss-erweitert": 0.8.1, installed 0.8.1
                  Adapter    "history"      : 3.0.1    , installed 3.0.1
                  Adapter    "homeconnect"  : 1.4.3    , installed 1.4.3
                  Adapter    "homekit-controller": 0.5.11, installed 0.5.11
                  Adapter    "influxdb"     : 4.0.2    , installed 4.0.2
                  Adapter    "iqontrol"     : 3.0.0    , installed 3.0.0
                  Adapter    "javascript"   : 9.0.11   , installed 9.0.11
                  Controller "js-controller": 7.0.7    , installed 7.0.7
                  Adapter    "lg-thinq"     : 1.1.3    , installed 1.1.3
                  Adapter    "meross"       : 1.17.0   , installed 1.17.0
                  Adapter    "modbus"       : 6.3.2    , installed 6.3.2
                  Adapter    "mqtt"         : 6.1.4    , installed 6.1.4
                  Adapter    "mqtt-client"  : 3.0.0    , installed 3.0.0
                  Adapter    "myenergi"     : 0.0.3    , installed 0.0.3
                  Adapter    "openhab"      : 1.2.0    , installed 1.2.0
                  Adapter    "shelly"       : 10.4.0   , installed 10.4.0
                  Adapter    "simple-api"   : 2.8.0    , installed 2.8.0
                  Adapter    "socketio"     : 6.7.1    , installed 6.7.1
                  Adapter    "sun2000"      : 2.3.4    , installed 2.3.4
                  Adapter    "tesla-motors" : 1.3.2    , installed 1.3.2
                  Adapter    "tuya"         : 3.16.0   , installed 3.16.0
                  Adapter    "web"          : 7.0.8    , installed 7.0.8
                  Adapter    "ws"           : 2.6.2    , installed 2.6.2
                  Adapter    "zigbee"       : 3.1.5    , installed 3.1.5
                  Adapter    "zigbee2mqtt"  : 3.0.9    , installed 3.0.9
                  
                  Objects and States
                  Please stand by - This may take a while
                  Objects:        6095
                  States:         4762
                  
                  *** OS-Repositories and Updates ***
                  Hit:1 http://deb.debian.org/debian bookworm InRelease
                  Hit:2 http://deb.debian.org/debian-security bookworm-security InRelease
                  Hit:3 http://deb.debian.org/debian bookworm-updates InRelease
                  Hit:4 https://apt.grafana.com stable InRelease
                  Hit:5 https://repos.influxdata.com/debian stable InRelease
                  Hit:6 http://archive.raspberrypi.com/debian bookworm InRelease
                  Hit:7 https://deb.nodesource.com/node_22.x nodistro InRelease
                  Hit:8 https://repo.homebridge.io stable InRelease
                  Reading package lists...
                  Pending Updates: 0
                  
                  *** Listening Ports ***
                  Active Internet connections (only servers)
                  Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode      PID/Program name
                  tcp        0      0 127.0.0.1:38267         0.0.0.0:*               LISTEN      112        593760     26578/homebridge: h
                  tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          7701       783/sshd: /usr/sbin
                  tcp        0      0 127.0.0.1:42025         0.0.0.0:*               LISTEN      112        593655     26595/homebridge: h
                  tcp        0      0 127.0.0.1:38023         0.0.0.0:*               LISTEN      112        594176     26602/homebridge: h
                  tcp        0      0 127.0.0.1:42579         0.0.0.0:*               LISTEN      112        591724     26588/homebridge: @
                  tcp        0      0 127.0.0.1:46737         0.0.0.0:*               LISTEN      112        593757     26603/homebridge: h
                  tcp        0      0 127.0.0.1:41269         0.0.0.0:*               LISTEN      112        593747     26594/homebridge: h
                  tcp        0      0 127.0.0.1:32845         0.0.0.0:*               LISTEN      112        592765     26576/homebridge: h
                  tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       722272     35347/iobroker.js-c
                  tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1001       722277     35347/iobroker.js-c
                  tcp        0      0 127.0.0.1:45855         0.0.0.0:*               LISTEN      112        591707     26575/homebridge: h
                  tcp        0      0 0.0.0.0:8080            0.0.0.0:*               LISTEN      1000       10951      1946/node
                  tcp        0      0 127.0.0.1:631           0.0.0.0:*               LISTEN      0          371935     16864/cupsd
                  tcp        0      0 0.0.0.0:1885            0.0.0.0:*               LISTEN      1001       724631     35616/io.mqtt.0
                  tcp        0      0 0.0.0.0:1883            0.0.0.0:*               LISTEN      114        7692       779/mosquitto
                  tcp        0      0 0.0.0.0:1882            0.0.0.0:*               LISTEN      1001       726116     35589/io.shelly.0
                  tcp6       0      0 :::53299                :::*                    LISTEN      112        592601     26594/homebridge: h
                  tcp6       0      0 :::22                   :::*                    LISTEN      0          7703       783/sshd: /usr/sbin
                  tcp6       0      0 :::8581                 :::*                    LISTEN      112        583610     26372/hb-service
                  tcp6       0      0 :::37356                :::*                    LISTEN      112        594047     26588/homebridge: @
                  tcp6       0      0 :::39667                :::*                    LISTEN      112        594001     26576/homebridge: h
                  tcp6       0      0 :::51798                :::*                    LISTEN      112        592550     26564/homebridge
                  tcp6       0      0 :::3000                 :::*                    LISTEN      113        8122       1042/grafana
                  tcp6       0      0 :::52120                :::*                    LISTEN      112        593590     26603/homebridge: h
                  tcp6       0      0 :::47961                :::*                    LISTEN      112        593995     26575/homebridge: h
                  tcp6       0      0 :::52403                :::*                    LISTEN      112        593623     26578/homebridge: h
                  tcp6       0      0 :::44253                :::*                    LISTEN      112        592564     26602/homebridge: h
                  tcp6       0      0 ::1:631                 :::*                    LISTEN      0          371934     16864/cupsd
                  tcp6       0      0 :::8086                 :::*                    LISTEN      999        5765       886/influxd
                  tcp6       0      0 :::8082                 :::*                    LISTEN      1001       725348     35695/io.web.0
                  tcp6       0      0 :::8081                 :::*                    LISTEN      1001       724328     35365/io.admin.0
                  tcp6       0      0 :::32570                :::*                    LISTEN      112        594027     26595/homebridge: h
                  tcp6       0      0 :::1883                 :::*                    LISTEN      114        7693       779/mosquitto
                  udp        0      0 0.0.0.0:6666            0.0.0.0:*                           1001       724596     35512/io.tuya.0
                  udp        0      0 0.0.0.0:6667            0.0.0.0:*                           1001       724597     35512/io.tuya.0
                  udp        0      0 0.0.0.0:37502           0.0.0.0:*                           104        7620       601/avahi-daemon: r
                  udp        0      0 0.0.0.0:5353            0.0.0.0:*                           112        592595     26576/homebridge: h
                  udp        0      0 0.0.0.0:5353            0.0.0.0:*                           112        583607     26372/hb-service
                  udp        0      0 0.0.0.0:5353            0.0.0.0:*                           104        7618       601/avahi-daemon: r
                  udp6       0      0 :::43129                :::*                                104        7621       601/avahi-daemon: r
                  udp6       0      0 fe80::81a3:20c2:583:546 :::*                                0          7754       711/NetworkManager
                  udp6       0      0 :::5353                 :::*                                104        7619       601/avahi-daemon: r
                  
                  *** Log File - Last 25 Lines ***
                  
                  2025-11-26 11:22:35.493  - info: shelly.0 (35589) [MQTT] Device with client id "shellyplus1-fcb467bf172c" connected from 192.168.2.201!
                  2025-11-26 11:22:38.470  - info: shelly.0 (35589) [MQTT] Device with client id "shellyplus1pm-30c922820f18" connected from 192.168.2.56!
                  2025-11-26 11:22:40.334  - info: sun2000.0 (35667) inverter control: Service queue initialized
                  2025-11-26 11:22:46.853  - info: cloud.0 (35502) Trying to connect as system.user.admin to cloud
                  2025-11-26 11:22:46.969  - info: cloud.0 (35502) Connection changed: connect
                  2025-11-26 11:28:37.861  - info: influxdb.0 (35379) enabled logging of Netzbezug Monat, Alias=true
                  2025-11-26 11:28:51.059  - info: influxdb.0 (35379) enabled logging of Netzbezug Jahr, Alias=true
                  2025-11-26 11:33:10.652  - info: influxdb.0 (35379) enabled logging of Eigenverbrauch Monat, Alias=true
                  2025-11-26 11:33:20.525  - info: influxdb.0 (35379) enabled logging of Eigenverbrauch Jahr, Alias=true
                  2025-11-26 11:33:24.425  - info: web.0 (35695) ==> Connected system.user.admin from ::ffff:192.168.2.98
                  2025-11-26 11:33:30.797  - info: web.0 (35695) <== Disconnect system.user.admin from ::ffff:192.168.2.98 iqontrol.0
                  2025-11-26 11:36:12.594  - info: daikin-cloud.0 (35634) Daikin-Cloud tokens updated ...
                  2025-11-26 11:36:12.597  - info: daikin-cloud.0 (35634) Daikin token updated in adapter configuration ...
                  2025-11-26 11:38:12.773  - info: shelly.0 (35589) [MQTT] Device with client id "shellyplus1-fcb467bf172c" connected from 192.168.2.201!
                  2025-11-26 11:43:50.183  - info: influxdb.0 (35379) enabled logging of Netzeinspeisung Monat, Alias=true
                  2025-11-26 11:43:50.778  - warn: ecovacs-deebot.0 (35792) error calling getBase64PNG: Error: IndexSizeError: The source width is 0.
                  2025-11-26 11:44:13.375  - info: influxdb.0 (35379) enabled logging of Netzeinspeisung Jahr, Alias=true
                  2025-11-26 11:45:51.450  - info: ecovacs-deebot.0 (35792) Evt message: {"code":1062,"event":"Unable to locate starting new map"}
                  2025-11-26 11:46:51.092  - warn: ecovacs-deebot.0 (35792) corrupted input
                  2025-11-26 11:48:35.605  - info: web.0 (35695) ==> Connected system.user.admin from ::ffff:192.168.2.119
                  2025-11-26 11:48:37.508  - info: web.0 (35695) <== Disconnect system.user.admin from ::ffff:192.168.2.119 energiefluss-erweitert.0
                  2025-11-26 11:48:37.754  - info: web.0 (35695) ==> Connected system.user.admin from ::ffff:192.168.2.119
                  2025-11-26 11:51:34.950  - info: web.0 (35695) <== Disconnect system.user.admin from ::ffff:192.168.2.119 energiefluss-erweitert.0
                  2025-11-26 11:51:35.103  - info: web.0 (35695) ==> Connected system.user.admin from ::ffff:192.168.2.119
                  2025-11-26 11:51:41.242  - info: web.0 (35695) <== Disconnect system.user.admin from ::ffff:192.168.2.119 energiefluss-erweitert.0
                  
                  
                  Thomas BraunT Online
                  Thomas BraunT Online
                  Thomas Braun
                  Most Active
                  schrieb am zuletzt editiert von
                  #8

                  @marcelinho

                  Läuft doch.
                  Mit den Problemen bei homedingens wende ich bitte an die.
                  Waren das nicht die, die ihre user für zu blöd halten als user zu arbeiten und da alles per root reinprügeln?

                  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

                  M 1 Antwort Letzte Antwort
                  0
                  • Thomas BraunT Thomas Braun

                    @marcelinho

                    Läuft doch.
                    Mit den Problemen bei homedingens wende ich bitte an die.
                    Waren das nicht die, die ihre user für zu blöd halten als user zu arbeiten und da alles per root reinprügeln?

                    M Offline
                    M Offline
                    marcelinho
                    schrieb am zuletzt editiert von
                    #9

                    @Thomas-Braun sagte in NPM Error nach update & upgrade:

                    @marcelinho

                    Läuft doch.
                    Mit den Problemen bei homedingens wende ich bitte an die.
                    Waren das nicht die, die ihre user für zu blöd halten als user zu arbeiten und da alles per root reinprügeln?

                    Danke Dir mach ich..
                    Folgende Meldung passt aber oder?
                    Debian 'bookworm' is the current oldstable version. Please upgrade to the latest stable release 'trixie' in due time!

                    Ich versuche immer das System up2date zu halten. Oder hast du noch irgendwelche Tipps ?

                    Thomas BraunT 1 Antwort Letzte Antwort
                    0
                    • M marcelinho

                      @Thomas-Braun sagte in NPM Error nach update & upgrade:

                      @marcelinho

                      Läuft doch.
                      Mit den Problemen bei homedingens wende ich bitte an die.
                      Waren das nicht die, die ihre user für zu blöd halten als user zu arbeiten und da alles per root reinprügeln?

                      Danke Dir mach ich..
                      Folgende Meldung passt aber oder?
                      Debian 'bookworm' is the current oldstable version. Please upgrade to the latest stable release 'trixie' in due time!

                      Ich versuche immer das System up2date zu halten. Oder hast du noch irgendwelche Tipps ?

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

                      @marcelinho sagte in NPM Error nach update & upgrade:

                      Folgende Meldung passt aber oder?

                      Du solltest in nächster Zeit halt auf das aktuelle Release springen. Bookworm/oldstable wird aber momentan noch unterstützt.

                      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

                      M 1 Antwort Letzte Antwort
                      0
                      • Thomas BraunT Thomas Braun

                        @marcelinho sagte in NPM Error nach update & upgrade:

                        Folgende Meldung passt aber oder?

                        Du solltest in nächster Zeit halt auf das aktuelle Release springen. Bookworm/oldstable wird aber momentan noch unterstützt.

                        M Offline
                        M Offline
                        marcelinho
                        schrieb am zuletzt editiert von
                        #11

                        @Thomas-Braun sagte in NPM Error nach update & upgrade:

                        @marcelinho sagte in NPM Error nach update & upgrade:

                        Folgende Meldung passt aber oder?

                        Du solltest in nächster Zeit halt auf das aktuelle Release springen. Bookworm/oldstable wird aber momentan noch unterstützt.

                        Ich hab das noch nie gemacht, kannst du mir hierzu behilflich sein?

                        Thomas BraunT 1 Antwort Letzte Antwort
                        0
                        • M marcelinho

                          @Thomas-Braun sagte in NPM Error nach update & upgrade:

                          @marcelinho sagte in NPM Error nach update & upgrade:

                          Folgende Meldung passt aber oder?

                          Du solltest in nächster Zeit halt auf das aktuelle Release springen. Bookworm/oldstable wird aber momentan noch unterstützt.

                          Ich hab das noch nie gemacht, kannst du mir hierzu behilflich sein?

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

                          @marcelinho

                          https://forum.iobroker.net/topic/81187/upgrade-von-debian-12-bookworm-auf-debian-13-trixie

                          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
                          Antworten
                          • In einem neuen Thema antworten
                          Anmelden zum Antworten
                          • Älteste zuerst
                          • Neuste zuerst
                          • Meiste Stimmen


                          Support us

                          ioBroker
                          Community Adapters
                          Donate

                          916

                          Online

                          32.4k

                          Benutzer

                          81.5k

                          Themen

                          1.3m

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

                          • Du hast noch kein Konto? Registrieren

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