Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Performance Probleme im iobroker Admin auf pi4

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    Performance Probleme im iobroker Admin auf pi4

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

      @maxpd

      Gerade nochmal genauer geschaut.
      Das dürfte bei dir nicht daran liegen. Es muss noch npip nachinstalliert werden.

      ERR! > npip install
      

      Zur Installation des esphome-Adapters gibt es einen eigenen Thread.

      Frage am Rande: Brauchst du den Adapter überhaupt?

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

        @thomas-braun

        Jaein, ich hatte ihn letztes Jahr installiert und ein Projekt damit getestet.
        Die Installation war ein Drama für sich, wegen cryptography Problemen und Python-Versions-Problemen.
        Ich war froh, dass es jetzt lief.

        Im Laufe des Jahres werde ich das Projekt weiterführen.

        Können ihn auch löschen und von neu installieren.

        Was mit

        ERR! > npip install
        

        zu tun ist, konnte mir google und chatgpt nicht sagen.

        Es gibt verschieden Themen zur ESP Installation, das stimmt. Aber irgendwie ist es bei dem Adapter immer sehr speziell.

        Thomas Braun 1 Reply Last reply Reply Quote 0
        • David G.
          David G. @maxpd last edited by

          @maxpd sagte in Performance Probleme im iobroker Admin auf pi4:

          Soll ich Kühlkörper nutzen oder einen aktiven Lüfter?

          Ich habe beides im Einsatz (war beides beim Case bei).

          1 Reply Last reply Reply Quote 0
          • Thomas Braun
            Thomas Braun Most Active @maxpd last edited by

            @maxpd

            Da muss noch nopy installiert und gerade gedengelt werden.

            cd /opt/iobroker
            npm i nopy
            sudo -u iobroker chmod ug+x /opt/iobroker/node_modules/nopy/src/n*
            

            aus:
            https://forum.iobroker.net/topic/54265/esphome-error-process-exited-with-code-25/140

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

              @thomas-braun sorry, ist Zeit vergangen. Viel um die Ohren.
              Ich habe an der Stelle nochmal weiter angeknüpft, aber leider kann ich auch nopy nicht installieren.

              npm i nopy
              npm WARN skipping integrity check for git dependency ssh://git@github.com/iobroker-community-adapters/ioBroker.sma-em.git
              npm WARN skipping integrity check for git dependency ssh://git@github.com/iobroker-community-adapters/ioBroker.chromecast.git
              npm WARN skipping integrity check for git dependency ssh://git@github.com/nbuenger/ioBroker.govee.git
              npm WARN skipping integrity check for git dependency ssh://git@github.com/Garfonso/ioBroker.google-sharedlocations.git
              npm WARN skipping integrity check for git dependency ssh://git@github.com/BuZZy1337/ioBroker.doorbird.git
              npm WARN deprecated dgram@1.0.1: npm is holding this package for security reasons. As it's a core Node module, we will not transfer it over to other users. You may safely remove the package from your dependencies.
              npm WARN deprecated crypto@1.0.1: This package is no longer supported. It's now a built-in Node module. If you've depended on crypto, you should switch to the one that's built-in.
              npm WARN deprecated @types/bl@5.1.0: This is a stub types definition. bl provides its own type definitions, so you do not need this installed.
              npm WARN deprecated topo@3.0.3: This module has moved and is now available at @hapi/topo. Please update your dependencies as this version is no longer maintained an may contain bugs and security issues.
              npm WARN deprecated request-promise-native@1.0.9: request-promise-native has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142
              npm WARN deprecated babel@6.23.0: In 6.x, the babel package has been deprecated in favor of babel-cli. Check https://opencollective.com/babel to support the Babel maintainers
              npm WARN deprecated har-validator@5.1.5: this library is no longer supported
              npm WARN deprecated request-promise@4.2.6: request-promise has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142
              npm WARN deprecated hoek@6.1.3: This module has moved and is now available at @hapi/hoek. Please update your dependencies as this version is no longer maintained an may contain bugs and security issues.
              npm WARN deprecated json3@3.3.2: Please use the native JSON object instead of JSON 3
              npm WARN deprecated circular-json@0.5.9: CircularJSON is in maintenance only, flatted is its successor.
              npm WARN deprecated node-inspect@2.0.0: This module is part of Node.js core and does not need to be installed separately. It is now unmaintained.
              npm WARN deprecated debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)
              npm WARN deprecated debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)
              npm WARN deprecated debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)
              npm WARN deprecated querystring@0.2.0: The querystring API is considered Legacy. new code should use the URLSearchParams API instead.
              npm WARN deprecated uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
              npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
              npm WARN deprecated joi@14.3.1: This module has moved and is now available at @hapi/joi. Please update your dependencies as this version is no longer maintained an may contain bugs and security issues.
              npm WARN deprecated xmldom@0.1.16: Deprecated due to CVE-2021-21366 resolved in 0.5.0
              npm ERR! code 1
              npm ERR! git dep preparation failed
              npm ERR! command /usr/bin/node /usr/lib/node_modules/npm/bin/npm-cli.js install --force --cache=/home/iobroker/.npm --prefer-offline=false --prefer-online=false --offline=false --no-progress --no-save --no-audit --include=dev --include=peer --include=optional --no-package-lock-only --no-dry-run
              npm ERR! > iobroker.esphome@0.2.4 install
              npm ERR! > npip install
              npm ERR!
              npm ERR! No python_modules directory; installing pip locally if needed.
              npm ERR! Successfully completed pip check.
              npm ERR! Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
              npm ERR! Collecting esphome>=2021.8
              npm ERR!   Using cached https://www.piwheels.org/simple/esphome/esphome-2023.8.2-py2.py3-none-any.whl (2.8 MB)
              npm ERR! Collecting tornado>=3.2
              npm ERR!   Using cached https://www.piwheels.org/simple/tornado/tornado-6.3.3-cp38-abi3-linux_armv7l.whl (426 kB)
              npm ERR! Collecting voluptuous==0.13.1 (from esphome>=2021.8)
              npm ERR!   Using cached https://www.piwheels.org/simple/voluptuous/voluptuous-0.13.1-py3-none-any.whl (35 kB)
              npm ERR! Collecting PyYAML==6.0.1 (from esphome>=2021.8)
              npm ERR!   Using cached https://www.piwheels.org/simple/pyyaml/PyYAML-6.0.1-cp39-cp39-linux_armv7l.whl (45 kB)
              npm ERR! Collecting paho-mqtt==1.6.1 (from esphome>=2021.8)
              npm ERR!   Using cached https://www.piwheels.org/simple/paho-mqtt/paho_mqtt-1.6.1-py3-none-any.whl (75 kB)
              npm ERR! Collecting colorama==0.4.6 (from esphome>=2021.8)
              npm ERR!   Using cached https://www.piwheels.org/simple/colorama/colorama-0.4.6-py2.py3-none-any.whl (25 kB)
              npm ERR! Collecting tornado>=3.2
              npm ERR!   Using cached https://www.piwheels.org/simple/tornado/tornado-6.3.2-cp38-abi3-linux_armv7l.whl (425 kB)
              npm ERR! Collecting tzlocal==5.0.1 (from esphome>=2021.8)
              npm ERR!   Using cached https://www.piwheels.org/simple/tzlocal/tzlocal-5.0.1-py3-none-any.whl (20 kB)
              npm ERR! Collecting tzdata>=2021.1 (from esphome>=2021.8)
              npm ERR!   Using cached https://www.piwheels.org/simple/tzdata/tzdata-2023.3-py2.py3-none-any.whl (341 kB)
              npm ERR! Collecting pyserial==3.5 (from esphome>=2021.8)
              npm ERR!   Using cached https://www.piwheels.org/simple/pyserial/pyserial-3.5-py2.py3-none-any.whl (90 kB)
              npm ERR! Collecting platformio==6.1.9 (from esphome>=2021.8)
              npm ERR!   Using cached https://www.piwheels.org/simple/platformio/platformio-6.1.9-py3-none-any.whl (418 kB)
              npm ERR! Collecting esptool==4.6.2 (from esphome>=2021.8)
              npm ERR!   Using cached https://www.piwheels.org/simple/esptool/esptool-4.6.2-py3-none-any.whl (338 kB)
              npm ERR! Collecting click==8.1.6 (from esphome>=2021.8)
              npm ERR!   Using cached https://www.piwheels.org/simple/click/click-8.1.6-py3-none-any.whl (97 kB)
              npm ERR! Collecting esphome-dashboard==20230711.0 (from esphome>=2021.8)
              npm ERR!   Using cached https://www.piwheels.org/simple/esphome-dashboard/esphome_dashboard-20230711.0-py3-none-any.whl (5.6 MB)
              npm ERR! Collecting aioesphomeapi==15.0.0 (from esphome>=2021.8)
              npm ERR!   Using cached https://www.piwheels.org/simple/aioesphomeapi/aioesphomeapi-15.0.0-py2.py3-none-any.whl (58 kB)
              npm ERR! Collecting zeroconf==0.80.0 (from esphome>=2021.8)
              npm ERR!   Using cached https://www.piwheels.org/simple/zeroconf/zeroconf-0.80.0-cp39-cp39-manylinux_2_31_armv7l.whl (2.5 MB)
              npm ERR! Collecting kconfiglib==13.7.1 (from esphome>=2021.8)
              npm ERR!   Using cached https://www.piwheels.org/simple/kconfiglib/kconfiglib-13.7.1-py2.py3-none-any.whl (145 kB)
              npm ERR! Collecting pyparsing>=3.0 (from esphome>=2021.8)
              npm ERR!   Using cached https://www.piwheels.org/simple/pyparsing/pyparsing-3.1.1-py3-none-any.whl (103 kB)
              npm ERR! Collecting protobuf>=3.19.0 (from aioesphomeapi==15.0.0->esphome>=2021.8)
              npm ERR!   Using cached https://www.piwheels.org/simple/protobuf/protobuf-4.24.1-cp39-cp39-linux_armv7l.whl (906 kB)
              npm ERR! Collecting noiseprotocol<1.0,>=0.3.1 (from aioesphomeapi==15.0.0->esphome>=2021.8)
              npm ERR!   Using cached https://www.piwheels.org/simple/noiseprotocol/noiseprotocol-0.3.1-py3-none-any.whl (20 kB)
              npm ERR! Collecting async-timeout>=4.0 (from aioesphomeapi==15.0.0->esphome>=2021.8)
              npm ERR!   Using cached https://www.piwheels.org/simple/async-timeout/async_timeout-4.0.3-py3-none-any.whl (5.7 kB)
              npm ERR! Collecting bitstring>=3.1.6 (from esptool==4.6.2->esphome>=2021.8)
              npm ERR!   Using cached https://www.piwheels.org/simple/bitstring/bitstring-4.1.1-py3-none-any.whl (56 kB)
              npm ERR! Collecting cryptography>=2.1.4 (from esptool==4.6.2->esphome>=2021.8)
              npm ERR!   Using cached cryptography-41.0.3.tar.gz (630 kB)
              npm ERR!   Installing build dependencies: started
              npm ERR!   Installing build dependencies: finished with status 'done'
              npm ERR!   Getting requirements to build wheel: started
              npm ERR!   Getting requirements to build wheel: finished with status 'done'
              npm ERR!   Preparing metadata (pyproject.toml): started
              npm ERR!   Preparing metadata (pyproject.toml): finished with status 'done'
              npm ERR! Collecting ecdsa>=0.16.0 (from esptool==4.6.2->esphome>=2021.8)
              npm ERR!   Using cached https://www.piwheels.org/simple/ecdsa/ecdsa-0.18.0-py2.py3-none-any.whl (142 kB)
              npm ERR! Collecting reedsolo<1.8,>=1.5.3 (from esptool==4.6.2->esphome>=2021.8)
              npm ERR!   Using cached https://www.piwheels.org/simple/reedsolo/reedsolo-1.7.0-py3-none-any.whl (32 kB)
              npm ERR! Collecting bottle==0.12.* (from platformio==6.1.9->esphome>=2021.8)
              npm ERR!   Using cached https://www.piwheels.org/simple/bottle/bottle-0.12.25-py3-none-any.whl (90 kB)
              npm ERR! Collecting pyelftools==0.29 (from platformio==6.1.9->esphome>=2021.8)
              npm ERR!   Using cached https://www.piwheels.org/simple/pyelftools/pyelftools-0.29-py2.py3-none-any.whl (174 kB)
              npm ERR! Requirement already satisfied: requests==2.* in /usr/lib/python3/dist-packages (from platformio==6.1.9->esphome>=2021.8) (2.25.1)
              npm ERR! Collecting semantic-version==2.10.* (from platformio==6.1.9->esphome>=2021.8)
              npm ERR!   Using cached https://www.piwheels.org/simple/semantic-version/semantic_version-2.10.0-py2.py3-none-any.whl (19 kB)
              npm ERR! Collecting tabulate==0.* (from platformio==6.1.9->esphome>=2021.8)
              npm ERR!   Using cached https://www.piwheels.org/simple/tabulate/tabulate-0.9.0-py3-none-any.whl (35 kB)
              npm ERR! Collecting aiofiles>=0.8.0 (from platformio==6.1.9->esphome>=2021.8)
              npm ERR!   Using cached https://www.piwheels.org/simple/aiofiles/aiofiles-23.2.1-py3-none-any.whl (15 kB)
              npm ERR! Collecting ajsonrpc==1.2.* (from platformio==6.1.9->esphome>=2021.8)
              npm ERR!   Using cached https://www.piwheels.org/simple/ajsonrpc/ajsonrpc-1.2.0-py3-none-any.whl (22 kB)
              npm ERR! Collecting marshmallow==3.19.* (from platformio==6.1.9->esphome>=2021.8)
              npm ERR!   Using cached marshmallow-3.19.0-py3-none-any.whl (49 kB)
              npm ERR! Collecting starlette==0.28.* (from platformio==6.1.9->esphome>=2021.8)
              npm ERR!   Using cached https://www.piwheels.org/simple/starlette/starlette-0.28.0-py3-none-any.whl (68 kB)
              npm ERR! Collecting uvicorn==0.22.* (from platformio==6.1.9->esphome>=2021.8)
              npm ERR!   Using cached https://www.piwheels.org/simple/uvicorn/uvicorn-0.22.0-py3-none-any.whl (58 kB)
              npm ERR! Collecting wsproto==1.2.* (from platformio==6.1.9->esphome>=2021.8)
              npm ERR!   Using cached https://www.piwheels.org/simple/wsproto/wsproto-1.2.0-py3-none-any.whl (24 kB)
              npm ERR! Collecting ifaddr>=0.1.7 (from zeroconf==0.80.0->esphome>=2021.8)
              npm ERR!   Using cached https://www.piwheels.org/simple/ifaddr/ifaddr-0.2.0-py3-none-any.whl (12 kB)
              npm ERR! Collecting packaging>=17.0 (from marshmallow==3.19.*->platformio==6.1.9->esphome>=2021.8)
              npm ERR!   Using cached https://www.piwheels.org/simple/packaging/packaging-23.1-py3-none-any.whl (48 kB)
              npm ERR! Collecting anyio<5,>=3.4.0 (from starlette==0.28.*->platformio==6.1.9->esphome>=2021.8)
              npm ERR!   Using cached https://www.piwheels.org/simple/anyio/anyio-3.7.1-py3-none-any.whl (80 kB)
              npm ERR! Collecting typing-extensions>=3.10.0 (from starlette==0.28.*->platformio==6.1.9->esphome>=2021.8)
              npm ERR!   Using cached https://www.piwheels.org/simple/typing-extensions/typing_extensions-4.7.1-py3-none-any.whl (33 kB)
              npm ERR! Collecting h11>=0.8 (from uvicorn==0.22.*->platformio==6.1.9->esphome>=2021.8)
              npm ERR!   Using cached https://www.piwheels.org/simple/h11/h11-0.14.0-py3-none-any.whl (58 kB)
              npm ERR! Collecting bitarray<3.0.0,>=2.8.0 (from bitstring>=3.1.6->esptool==4.6.2->esphome>=2021.8)
              npm ERR!   Using cached https://www.piwheels.org/simple/bitarray/bitarray-2.8.1-cp39-cp39-linux_armv7l.whl (227 kB)
              npm ERR! Collecting cffi>=1.12 (from cryptography>=2.1.4->esptool==4.6.2->esphome>=2021.8)
              npm ERR!   Using cached https://www.piwheels.org/simple/cffi/cffi-1.15.1-cp39-cp39-linux_armv7l.whl (364 kB)
              npm ERR! Requirement already satisfied: six>=1.9.0 in /usr/lib/python3/dist-packages (from ecdsa>=0.16.0->esptool==4.6.2->esphome>=2021.8) (1.16.0)
              npm ERR! Requirement already satisfied: idna>=2.8 in /usr/lib/python3/dist-packages (from anyio<5,>=3.4.0->starlette==0.28.*->platformio==6.1.9->esphome>=2021.8) (2.10)
              npm ERR! Collecting sniffio>=1.1 (from anyio<5,>=3.4.0->starlette==0.28.*->platformio==6.1.9->esphome>=2021.8)
              npm ERR!   Using cached https://www.piwheels.org/simple/sniffio/sniffio-1.3.0-py3-none-any.whl (10 kB)
              npm ERR! Collecting exceptiongroup (from anyio<5,>=3.4.0->starlette==0.28.*->platformio==6.1.9->esphome>=2021.8)
              npm ERR!   Using cached https://www.piwheels.org/simple/exceptiongroup/exceptiongroup-1.1.3-py3-none-any.whl (14 kB)
              npm ERR! Collecting pycparser (from cffi>=1.12->cryptography>=2.1.4->esptool==4.6.2->esphome>=2021.8)
              npm ERR!   Using cached https://www.piwheels.org/simple/pycparser/pycparser-2.21-py2.py3-none-any.whl (119 kB)
              npm ERR! Building wheels for collected packages: cryptography
              npm ERR!   Building wheel for cryptography (pyproject.toml): started
              npm ERR!   Building wheel for cryptography (pyproject.toml): finished with status 'error'
              npm ERR! Failed to build cryptography
              npm ERR! npm WARN using --force Recommended protections disabled.
              npm ERR! npm WARN old lockfile
              npm ERR! npm WARN old lockfile The package-lock.json file was created with an old version of npm,
              npm ERR! npm WARN old lockfile so supplemental metadata must be fetched from the registry.
              npm ERR! npm WARN old lockfile
              npm ERR! npm WARN old lockfile This is a one-time fix-up, please be patient...
              npm ERR! npm WARN old lockfile
              npm ERR! npm WARN deprecated source-map-url@0.4.1: See https://github.com/lydell/source-map-url#deprecated
              npm ERR! npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated
              npm ERR! npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated
              npm ERR! npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated
              npm ERR! npm WARN deprecated chokidar@2.1.8: Chokidar 2 does not receive security updates since 2019. Upgrade to chokidar 3 with 15x fewer dependencies
              npm ERR! Cache entry deserialization failed, entry ignored
              npm ERR! Cache entry deserialization failed, entry ignored
              npm ERR!   Cache entry deserialization failed, entry ignored
              npm ERR!   error: subprocess-exited-with-error
              npm ERR!
              npm ERR!   × Building wheel for cryptography (pyproject.toml) did not run successfully.
              npm ERR!   │ exit code: 1
              npm ERR!   ╰─> [170 lines of output]
              npm ERR!       running bdist_wheel
              npm ERR!       running build
              npm ERR!       running build_py
              npm ERR!       creating build
              npm ERR!       creating build/lib.linux-armv7l-cpython-39
              npm ERR!       creating build/lib.linux-armv7l-cpython-39/cryptography
              npm ERR!       copying src/cryptography/fernet.py -> build/lib.linux-armv7l-cpython-39/cryptography
              npm ERR!       copying src/cryptography/__about__.py -> build/lib.linux-armv7l-cpython-39/cryptography
              npm ERR!       copying src/cryptography/exceptions.py -> build/lib.linux-armv7l-cpython-39/cryptography
              npm ERR!       copying src/cryptography/utils.py -> build/lib.linux-armv7l-cpython-39/cryptography
              npm ERR!       copying src/cryptography/__init__.py -> build/lib.linux-armv7l-cpython-39/cryptography
              npm ERR!       creating build/lib.linux-armv7l-cpython-39/cryptography/x509
              npm ERR!       copying src/cryptography/x509/extensions.py -> build/lib.linux-armv7l-cpython-39/cryptography/x509
              npm ERR!       copying src/cryptography/x509/certificate_transparency.py -> build/lib.linux-armv7l-cpython-39/cryptography/x509
              npm ERR!       copying src/cryptography/x509/oid.py -> build/lib.linux-armv7l-cpython-39/cryptography/x509
              npm ERR!       copying src/cryptography/x509/name.py -> build/lib.linux-armv7l-cpython-39/cryptography/x509
              npm ERR!       copying src/cryptography/x509/ocsp.py -> build/lib.linux-armv7l-cpython-39/cryptography/x509
              npm ERR!       copying src/cryptography/x509/base.py -> build/lib.linux-armv7l-cpython-39/cryptography/x509
              npm ERR!       copying src/cryptography/x509/general_name.py -> build/lib.linux-armv7l-cpython-39/cryptography/x509
              npm ERR!       copying src/cryptography/x509/__init__.py -> build/lib.linux-armv7l-cpython-39/cryptography/x509
              npm ERR!       creating build/lib.linux-armv7l-cpython-39/cryptography/hazmat
              npm ERR!       copying src/cryptography/hazmat/_oid.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat
              npm ERR!       copying src/cryptography/hazmat/__init__.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat
              npm ERR!       creating build/lib.linux-armv7l-cpython-39/cryptography/hazmat/bindings
              npm ERR!       copying src/cryptography/hazmat/bindings/__init__.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/bindings
              npm ERR!       creating build/lib.linux-armv7l-cpython-39/cryptography/hazmat/backends
              npm ERR!       copying src/cryptography/hazmat/backends/__init__.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/backends
              npm ERR!       creating build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives
              npm ERR!       copying src/cryptography/hazmat/primitives/_asymmetric.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives
              npm ERR!       copying src/cryptography/hazmat/primitives/_serialization.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives
              npm ERR!       copying src/cryptography/hazmat/primitives/poly1305.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives
              npm ERR!       copying src/cryptography/hazmat/primitives/hmac.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives
              npm ERR!       copying src/cryptography/hazmat/primitives/cmac.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives
              npm ERR!       copying src/cryptography/hazmat/primitives/keywrap.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives
              npm ERR!       copying src/cryptography/hazmat/primitives/hashes.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives
              npm ERR!       copying src/cryptography/hazmat/primitives/constant_time.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives
              npm ERR!       copying src/cryptography/hazmat/primitives/_cipheralgorithm.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives
              npm ERR!       copying src/cryptography/hazmat/primitives/padding.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives
              npm ERR!       copying src/cryptography/hazmat/primitives/__init__.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives
              npm ERR!       creating build/lib.linux-armv7l-cpython-39/cryptography/hazmat/bindings/openssl
              npm ERR!       copying src/cryptography/hazmat/bindings/openssl/binding.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/bindings/openssl
              npm ERR!       copying src/cryptography/hazmat/bindings/openssl/_conditional.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/bindings/openssl
              npm ERR!       copying src/cryptography/hazmat/bindings/openssl/__init__.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/bindings/openssl
              npm ERR!       creating build/lib.linux-armv7l-cpython-39/cryptography/hazmat/backends/openssl
              npm ERR!       copying src/cryptography/hazmat/backends/openssl/rsa.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/backends/openssl
              npm ERR!       copying src/cryptography/hazmat/backends/openssl/backend.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/backends/openssl
              npm ERR!       copying src/cryptography/hazmat/backends/openssl/aead.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/backends/openssl
              npm ERR!       copying src/cryptography/hazmat/backends/openssl/decode_asn1.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/backends/openssl
              npm ERR!       copying src/cryptography/hazmat/backends/openssl/ec.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/backends/openssl
              npm ERR!       copying src/cryptography/hazmat/backends/openssl/cmac.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/backends/openssl
              npm ERR!       copying src/cryptography/hazmat/backends/openssl/utils.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/backends/openssl
              npm ERR!       copying src/cryptography/hazmat/backends/openssl/__init__.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/backends/openssl
              npm ERR!       copying src/cryptography/hazmat/backends/openssl/ciphers.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/backends/openssl
              npm ERR!       creating build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives/ciphers
              npm ERR!       copying src/cryptography/hazmat/primitives/ciphers/modes.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives/ciphers
              npm ERR!       copying src/cryptography/hazmat/primitives/ciphers/base.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives/ciphers
              npm ERR!       copying src/cryptography/hazmat/primitives/ciphers/aead.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives/ciphers
              npm ERR!       copying src/cryptography/hazmat/primitives/ciphers/__init__.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives/ciphers
              npm ERR!       copying src/cryptography/hazmat/primitives/ciphers/algorithms.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives/ciphers
              npm ERR!       creating build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives/asymmetric
              npm ERR!       copying src/cryptography/hazmat/primitives/asymmetric/rsa.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives/asymmetric
              npm ERR!       copying src/cryptography/hazmat/primitives/asymmetric/ed448.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives/asymmetric
              npm ERR!       copying src/cryptography/hazmat/primitives/asymmetric/x25519.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives/asymmetric
              npm ERR!       copying src/cryptography/hazmat/primitives/asymmetric/dh.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives/asymmetric
              npm ERR!       copying src/cryptography/hazmat/primitives/asymmetric/ec.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives/asymmetric
              npm ERR!       copying src/cryptography/hazmat/primitives/asymmetric/utils.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives/asymmetric
              npm ERR!       copying src/cryptography/hazmat/primitives/asymmetric/ed25519.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives/asymmetric
              npm ERR!       copying src/cryptography/hazmat/primitives/asymmetric/x448.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives/asymmetric
              npm ERR!       copying src/cryptography/hazmat/primitives/asymmetric/dsa.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives/asymmetric
              npm ERR!       copying src/cryptography/hazmat/primitives/asymmetric/padding.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives/asymmetric
              npm ERR!       copying src/cryptography/hazmat/primitives/asymmetric/types.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives/asymmetric
              npm ERR!       copying src/cryptography/hazmat/primitives/asymmetric/__init__.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives/asymmetric
              npm ERR!       creating build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives/kdf
              npm ERR!       copying src/cryptography/hazmat/primitives/kdf/pbkdf2.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives/kdf
              npm ERR!       copying src/cryptography/hazmat/primitives/kdf/scrypt.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives/kdf
              npm ERR!       copying src/cryptography/hazmat/primitives/kdf/hkdf.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives/kdf
              npm ERR!       copying src/cryptography/hazmat/primitives/kdf/concatkdf.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives/kdf
              npm ERR!       copying src/cryptography/hazmat/primitives/kdf/x963kdf.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives/kdf
              npm ERR!       copying src/cryptography/hazmat/primitives/kdf/kbkdf.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives/kdf
              npm ERR!       copying src/cryptography/hazmat/primitives/kdf/__init__.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives/kdf
              npm ERR!       creating build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives/serialization
              npm ERR!       copying src/cryptography/hazmat/primitives/serialization/pkcs7.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives/serialization
              npm ERR!       copying src/cryptography/hazmat/primitives/serialization/base.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives/serialization
              npm ERR!       copying src/cryptography/hazmat/primitives/serialization/pkcs12.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives/serialization
              npm ERR!       copying src/cryptography/hazmat/primitives/serialization/ssh.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives/serialization
              npm ERR!       copying src/cryptography/hazmat/primitives/serialization/__init__.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives/serialization
              npm ERR!       creating build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives/twofactor
              npm ERR!       copying src/cryptography/hazmat/primitives/twofactor/totp.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives/twofactor
              npm ERR!       copying src/cryptography/hazmat/primitives/twofactor/hotp.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives/twofactor
              npm ERR!       copying src/cryptography/hazmat/primitives/twofactor/__init__.py -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/primitives/twofactor
              npm ERR!       running egg_info
              npm ERR!       writing src/cryptography.egg-info/PKG-INFO
              npm ERR!       writing dependency_links to src/cryptography.egg-info/dependency_links.txt
              npm ERR!       writing requirements to src/cryptography.egg-info/requires.txt
              npm ERR!       writing top-level names to src/cryptography.egg-info/top_level.txt
              npm ERR!       reading manifest file 'src/cryptography.egg-info/SOURCES.txt'
              npm ERR!       reading manifest template 'MANIFEST.in'
              npm ERR!       warning: no files found matching '*.c' under directory 'src/_cffi_src'
              npm ERR!       warning: no files found matching '*.h' under directory 'src/_cffi_src'
              npm ERR!       no previously-included directories found matching 'docs/_build'
              npm ERR!       warning: no previously-included files found matching 'vectors'
              npm ERR!       warning: no previously-included files matching '*' found under directory 'vectors'
              npm ERR!       warning: no previously-included files found matching 'src/rust/target'
              npm ERR!       warning: no previously-included files matching '*' found under directory 'src/rust/target'
              npm ERR!       warning: no previously-included files matching '*' found under directory '.github'
              npm ERR!       warning: no previously-included files found matching 'release.py'
              npm ERR!       warning: no previously-included files found matching '.readthedocs.yml'
              npm ERR!       warning: no previously-included files found matching 'ci-constraints-requirements.txt'
              npm ERR!       warning: no previously-included files found matching 'mypy.ini'
              npm ERR!       adding license file 'LICENSE'
              npm ERR!       adding license file 'LICENSE.APACHE'
              npm ERR!       adding license file 'LICENSE.BSD'
              npm ERR!       writing manifest file 'src/cryptography.egg-info/SOURCES.txt'
              npm ERR!       copying src/cryptography/py.typed -> build/lib.linux-armv7l-cpython-39/cryptography
              npm ERR!       creating build/lib.linux-armv7l-cpython-39/cryptography/hazmat/bindings/_rust
              npm ERR!       copying src/cryptography/hazmat/bindings/_rust/__init__.pyi -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/bindings/_rust
              npm ERR!       copying src/cryptography/hazmat/bindings/_rust/_openssl.pyi -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/bindings/_rust
              npm ERR!       copying src/cryptography/hazmat/bindings/_rust/asn1.pyi -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/bindings/_rust
              npm ERR!       copying src/cryptography/hazmat/bindings/_rust/exceptions.pyi -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/bindings/_rust
              npm ERR!       copying src/cryptography/hazmat/bindings/_rust/ocsp.pyi -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/bindings/_rust
              npm ERR!       copying src/cryptography/hazmat/bindings/_rust/pkcs7.pyi -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/bindings/_rust
              npm ERR!       copying src/cryptography/hazmat/bindings/_rust/x509.pyi -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/bindings/_rust
              npm ERR!       creating build/lib.linux-armv7l-cpython-39/cryptography/hazmat/bindings/_rust/openssl
              npm ERR!       copying src/cryptography/hazmat/bindings/_rust/openssl/__init__.pyi -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/bindings/_rust/openssl
              npm ERR!       copying src/cryptography/hazmat/bindings/_rust/openssl/dh.pyi -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/bindings/_rust/openssl
              npm ERR!       copying src/cryptography/hazmat/bindings/_rust/openssl/dsa.pyi -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/bindings/_rust/openssl
              npm ERR!       copying src/cryptography/hazmat/bindings/_rust/openssl/ed25519.pyi -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/bindings/_rust/openssl
              npm ERR!       copying src/cryptography/hazmat/bindings/_rust/openssl/ed448.pyi -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/bindings/_rust/openssl
              npm ERR!       copying src/cryptography/hazmat/bindings/_rust/openssl/hashes.pyi -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/bindings/_rust/openssl
              npm ERR!       copying src/cryptography/hazmat/bindings/_rust/openssl/hmac.pyi -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/bindings/_rust/openssl
              npm ERR!       copying src/cryptography/hazmat/bindings/_rust/openssl/kdf.pyi -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/bindings/_rust/openssl
              npm ERR!       copying src/cryptography/hazmat/bindings/_rust/openssl/poly1305.pyi -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/bindings/_rust/openssl
              npm ERR!       copying src/cryptography/hazmat/bindings/_rust/openssl/x25519.pyi -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/bindings/_rust/openssl
              npm ERR!       copying src/cryptography/hazmat/bindings/_rust/openssl/x448.pyi -> build/lib.linux-armv7l-cpython-39/cryptography/hazmat/bindings/_rust/openssl
              npm ERR!       running build_ext
              npm ERR!       running build_rust
              npm ERR!
              npm ERR!           =============================DEBUG ASSISTANCE=============================
              npm ERR!           If you are seeing a compilation error please try the following steps to
              npm ERR!           successfully install cryptography:
              npm ERR!           1) Upgrade to the latest pip and try again. This will fix errors for most
              npm ERR!              users. See: https://pip.pypa.io/en/stable/installing/#upgrading-pip
              npm ERR!           2) Read https://cryptography.io/en/latest/installation/ for specific
              npm ERR!              instructions for your platform.
              npm ERR!           3) Check our frequently asked questions for more information:
              npm ERR!              https://cryptography.io/en/latest/faq/
              npm ERR!           4) Ensure you have a recent Rust toolchain installed:
              npm ERR!              https://cryptography.io/en/latest/installation/#rust
              npm ERR!
              npm ERR!           Python: 3.9.2
              npm ERR!           platform: Linux-6.1.21-v7l+-armv7l-with-glibc2.31
              npm ERR!           pip: n/a
              npm ERR!           setuptools: 68.1.2
              npm ERR!           setuptools_rust: 1.7.0
              npm ERR!           rustc: n/a
              npm ERR!           =============================DEBUG ASSISTANCE=============================
              npm ERR!
              npm ERR!       error: can't find Rust compiler
              npm ERR!
              npm ERR!       If you are using an outdated pip version, it is possible a prebuilt wheel is available for this package but pip is not able to install from it. Installing from the wheel would avoid the need for a Rust compiler.
              npm ERR!
              npm ERR!       To update pip, run:
              npm ERR!
              npm ERR!           pip install --upgrade pip
              npm ERR!
              npm ERR!       and then retry package installation.
              npm ERR!
              npm ERR!       If you did intend to build this package from source, try installing a Rust compiler from your system package manager and ensure it is on the PATH during installation. Alternatively, rustup (available at https://rustup.rs) is the recommended way to download and update the Rust compiler toolchain.
              npm ERR!
              npm ERR!       This package requires Rust >=1.56.0.
              npm ERR!       [end of output]
              npm ERR!
              npm ERR!   note: This error originates from a subprocess, and is likely not a problem with pip.
              npm ERR!   ERROR: Failed building wheel for cryptography
              npm ERR! ERROR: Could not build wheels for cryptography, which is required to install pyproject.toml-based projects
              npm ERR! npm ERR! code 1
              npm ERR! npm ERR! path /home/iobroker/.npm/_cacache/tmp/git-clone7oQ0I7
              npm ERR! npm ERR! command failed
              npm ERR! npm ERR! command sh -c npip install
              npm ERR!
              npm ERR! npm ERR! A complete log of this run can be found in:
              npm ERR! npm ERR!     /home/iobroker/.npm/_logs/2023-08-24T18_39_23_609Z-debug-0.log
              
              npm ERR! A complete log of this run can be found in:
              npm ERR!     /home/iobroker/.npm/_logs/2023-08-24T18_35_44_775Z-debug-0.log
              
              

              Es lassen sich auch keine Adapter Updates mehr über das iobroker interface installieren.

              $ iobroker upgrade backitup@2.6.23 --debug
              
              Update backitup from @2.6.19 to @2.6.23
              
              host.iobroker Adapter "system.adapter.backitup.0" is stopped.
              
              NPM version: 9.5.1Installing iobroker.backitup@2.6.23... (System call)
              
              npm WARN skipping integrity check for git dependency ssh://git@github.com/iobroker-community-adapters/ioBroker.sma-em.git
              
              npm WARN skipping integrity check for git dependency ssh://git@github.com/iobroker-community-adapters/ioBroker.chromecast.git
              
              npm WARN deprecated dgram@1.0.1: npm is holding this package for security reasons. As it's a core Node module, we will not transfer it over to other users. You may safely remove the package from your dependencies.
              
              npm WARN deprecated crypto@1.0.1: This package is no longer supported. It's now a built-in Node module. If you've depended on crypto, you should switch to the one that's built-in.
              
              npm WARN deprecated @types/bl@5.1.0: This is a stub types definition. bl provides its own type definitions, so you do not need this installed.
              
              npm WARN deprecated topo@3.0.3: This module has moved and is now available at @hapi/topo. Please update your dependencies as this version is no longer maintained an may contain bugs and security issues.
              
              npm WARN deprecated request-promise-native@1.0.9: request-promise-native has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142
              
              npm WARN deprecated babel@6.23.0: In 6.x, the babel package has been deprecated in favor of babel-cli. Check https://opencollective.com/babel to support the Babel maintainers
              
              npm WARN deprecated har-validator@5.1.5: this library is no longer supported
              
              npm WARN deprecated request-promise@4.2.6: request-promise has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142
              
              npm WARN deprecated hoek@6.1.3: This module has moved and is now available at @hapi/hoek. Please update your dependencies as this version is no longer maintained an may contain bugs and security issues.
              
              npm WARN deprecated json3@3.3.2: Please use the native JSON object instead of JSON 3
              
              npm WARN deprecated circular-json@0.5.9: CircularJSON is in maintenance only, flatted is its successor.
              
              npm WARN deprecated node-inspect@2.0.0: This module is part of Node.js core and does not need to be installed separately. It is now unmaintained.
              
              npm WARN deprecated debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)
              
              npm WARN deprecated debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)
              
              npm WARN deprecated debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)
              
              npm WARN deprecated querystring@0.2.0: The querystring API is considered Legacy. new code should use the URLSearchParams API instead.
              
              npm WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.
              
              npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
              
              npm WARN deprecated joi@14.3.1: This module has moved and is now available at @hapi/joi. Please update your dependencies as this version is no longer maintained an may contain bugs and security issues.
              
              npm WARN deprecated xmldom@0.1.16: Deprecated due to CVE-2021-21366 resolved in 0.5.0
              
              npm ERR! code 1
              
              npm ERR! /home/iobroker/.npm/_logs/2023-08-24T18_29_21_549Z-debug-0.log
              
              upload [21] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/adapter-settings.js adapter-settings.js application/javascript
              
              upload [20] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/backitup.png backitup.png image/png
              
              upload [19] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/backitup.svg backitup.svg image/svg+xml
              
              upload [18] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/i18n/de/translations.json i18n/de/translations.json application/json
              
              upload [17] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/i18n/en/translations.json i18n/en/translations.json application/json
              
              upload [16] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/i18n/es/translations.json i18n/es/translations.json application/json
              
              upload [15] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/i18n/fr/translations.json i18n/fr/translations.json application/json
              
              upload [14] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/i18n/it/translations.json i18n/it/translations.json application/json
              
              upload [13] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/i18n/nl/translations.json i18n/nl/translations.json application/json
              
              upload [12] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/i18n/pl/translations.json i18n/pl/translations.json application/json
              
              upload [11] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/i18n/pt/translations.json i18n/pt/translations.json application/json
              
              upload [10] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/i18n/ru/translations.json i18n/ru/translations.json application/json
              
              upload [9] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/i18n/uk/translations.json i18n/uk/translations.json application/json
              
              upload [8] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/i18n/zh-cn/translations.json i18n/zh-cn/translations.json application/json
              
              upload [7] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/index.html index.html text/html
              
              upload [6] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/index_m.html index_m.html text/html
              
              upload [5] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/index_m.js index_m.js application/javascript
              
              upload [4] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/style.css style.css text/css
              
              upload [3] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/tab_m.css tab_m.css text/css
              
              upload [2] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/tab_m.html tab_m.html text/html
              
              upload [1] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/tab_m.js tab_m.js application/javascript
              
              upload [0] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/words.js words.js application/javascript
              
              host.iobroker Adapter "system.adapter.backitup.0" is started
              
              Process exited with code 0
              

              Ich deinstalliere nun das vermeintliche Problemkind ESP Home Adapter. Dauer 9 Minuten. Gefühlt noch immer Performance Probleme, trotz neuem Netzteil mit mehr Power und externer HDD an separatem Hub.
              Nach der Deinstallation erneut versucht den Backup Adapter zu aktualisieren.
              Wirft leider weiterhin gleiche Fehlermeldungen.

              mikeal created this issue in request/request

              open Request’s Past, Present and Future #3142

              mikeal created this issue in request/request

              open Request’s Past, Present and Future #3142

              Qix- created this issue in visionmedia/debug

              closed ReDos Vulnerability Regression Visibility Notice #797

              Qix- created this issue in visionmedia/debug

              closed ReDos Vulnerability Regression Visibility Notice #797

              Qix- created this issue in visionmedia/debug

              closed ReDos Vulnerability Regression Visibility Notice #797

              mikeal created this issue in request/request

              open Request’s Past, Present and Future #3142

              mikeal created this issue in request/request

              open Request’s Past, Present and Future #3142

              mikeal created this issue in request/request

              open Request’s Past, Present and Future #3142

              Qix- created this issue in visionmedia/debug

              closed ReDos Vulnerability Regression Visibility Notice #797

              Qix- created this issue in visionmedia/debug

              closed ReDos Vulnerability Regression Visibility Notice #797

              Qix- created this issue in visionmedia/debug

              closed ReDos Vulnerability Regression Visibility Notice #797

              mikeal created this issue in request/request

              open Request’s Past, Present and Future #3142

              crunchip Thomas Braun 4 Replies Last reply Reply Quote 0
              • crunchip
                crunchip Forum Testing Most Active @maxpd last edited by

                @maxpd ist sozusagen das selbe wie hier
                https://forum.iobroker.net/post/1033272

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

                  @crunchip wenn ich das richtig verstehe sind wir die Python Punkte aber ein paar Posts obendrüber schonmal durchgegangen, ohne Erfolg; respektive mit dem Effekt, dass momentan alles klemmt 😉

                  1 Reply Last reply Reply Quote 0
                  • crunchip
                    crunchip Forum Testing Most Active @maxpd last edited by

                    @maxpd sagte in Performance Probleme im iobroker Admin auf pi4:

                    npm WARN skipping integrity check for git dependency ssh://git@github.com/iobroker-community-adapters/ioBroker.sma-em.git
                    npm WARN skipping integrity check for git dependency ssh://git@github.com/iobroker-community-adapters/ioBroker.chromecast.git

                    sind das 2 Adapter direkt von git?

                    M 1 Reply Last reply Reply Quote 0
                    • Thomas Braun
                      Thomas Braun Most Active @maxpd last edited by

                      @maxpd

                      Ich weiß, das hilft dir nicht, aber hier läuft das 1A durch:

                      echad@chet:/opt/iobroker $ iob add esphome
                      NPM version: 9.6.7
                      Installing iobroker.esphome@0.2.4... (System call)
                      
                      added 96 packages in 3m
                      
                      106 packages are looking for funding
                        run `npm fund` for details
                      host.chet install adapter esphome
                      upload [5] esphome.admin /opt/iobroker/node_modules/iobroker.esphome/admin/admin.d.ts admin.d.ts video/mp2t
                      upload [4] esphome.admin /opt/iobroker/node_modules/iobroker.esphome/admin/esphome.png esphome.png image/png
                      upload [3] esphome.admin /opt/iobroker/node_modules/iobroker.esphome/admin/img/dashboard.png img/dashboard.png image/png
                      upload [2] esphome.admin /opt/iobroker/node_modules/iobroker.esphome/admin/index_m.html index_m.html text/html
                      upload [1] esphome.admin /opt/iobroker/node_modules/iobroker.esphome/admin/style.css style.css text/css
                      upload [0] esphome.admin /opt/iobroker/node_modules/iobroker.esphome/admin/words.js words.js application/javascript
                      host.chet object system.adapter.esphome created/updated
                      host.chet create instance esphome
                      host.chet object system.adapter.esphome.0.alive created
                      host.chet object system.adapter.esphome.0.connected created
                      host.chet object system.adapter.esphome.0.compactMode created
                      host.chet object system.adapter.esphome.0.cpu created
                      host.chet object system.adapter.esphome.0.cputime created
                      host.chet object system.adapter.esphome.0.memHeapUsed created
                      host.chet object system.adapter.esphome.0.memHeapTotal created
                      host.chet object system.adapter.esphome.0.memRss created
                      host.chet object system.adapter.esphome.0.uptime created
                      host.chet object system.adapter.esphome.0.inputCount created
                      host.chet object system.adapter.esphome.0.outputCount created
                      host.chet object system.adapter.esphome.0.eventLoopLag created
                      host.chet object system.adapter.esphome.0.sigKill created
                      host.chet object system.adapter.esphome.0.logLevel created
                      host.chet object esphome.0.info created
                      host.chet object esphome.0.info.connection created
                      host.chet Set default value of esphome.0.info.connection: false
                      host.chet object system.adapter.esphome.0 created
                      
                      1 Reply Last reply Reply Quote 0
                      • T
                        ticaki Developer @Thomas Braun last edited by

                        @thomas-braun sagte in Performance Probleme im iobroker Admin auf pi4:

                        @maxpd sagte in Performance Probleme im iobroker Admin auf pi4:

                        Gibts da eine Auto Update Funktion?

                        Nein, wozu auch?

                        Es gibt unattended-upgrades für Container ganz nützlich, würde ich aber nicht auf dem iobroker hauptsystem verwenden.

                        Thomas Braun 1 Reply Last reply Reply Quote 0
                        • Thomas Braun
                          Thomas Braun Most Active @ticaki last edited by

                          @ticaki

                          Ich weiß das es sowas gibt. Nur setzt man sowas tunlichst nicht ein, wenn man eingermaßen wissen will, was da neu installiert oder aktualisiert wird. Gut, gibt natürlich logs für alles, aber dennoch...

                          1 Reply Last reply Reply Quote 0
                          • Thomas Braun
                            Thomas Braun Most Active @maxpd last edited by

                            @maxpd

                            Du hast da wohl auch mehrere BAUstellen offen, wenn ich das richtig sehe.

                            cd /opt/iobroker && npm ls
                            

                            schaut wie aus?

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

                              @crunchip Ja, da gibt es noch mehrere, weil es sie über npm nicht gibt oder damals nicht gab. Da sieht man welche:

                              @thomas-braun said in Performance Probleme im iobroker Admin auf pi4:

                              @maxpd

                              Du hast da wohl auch mehrere BAUstellen offen, wenn ich das richtig sehe.

                              cd /opt/iobroker && npm ls
                              

                              schaut wie aus?

                              pi@iobroker:~ $ cd /opt/iobroker && npm ls
                              npm ERR! code ELSPROBLEMS
                              npm ERR! extraneous: @types/caseless@0.12.2 /opt/iobroker/node_modules/@types/ca                                                                                                             seless
                              npm ERR! extraneous: @types/request@2.48.8 /opt/iobroker/node_modules/@types/req                                                                                                             uest
                              npm ERR! extraneous: @types/tough-cookie@4.0.2 /opt/iobroker/node_modules/@types                                                                                                             /tough-cookie
                              npm ERR! extraneous: coffeescript@1.12.7 /opt/iobroker/node_modules/coffeescript
                              npm ERR! invalid: iobroker.backitup@2.6.23 /opt/iobroker/node_modules/iobroker.b                                                                                                             ackitup
                              npm ERR! invalid: iobroker.chromecast@3.0.3 /opt/iobroker/node_modules/iobroker.                                                                                                             chromecast
                              npm ERR! invalid: iobroker.doorbird@0.1.5 /opt/iobroker/node_modules/iobroker.do                                                                                                             orbird
                              npm ERR! invalid: iobroker.google-sharedlocations@2.1.5 /opt/iobroker/node_modul                                                                                                             es/iobroker.google-sharedlocations
                              npm ERR! invalid: iobroker.govee@0.0.5 /opt/iobroker/node_modules/iobroker.govee
                              npm ERR! invalid: iobroker.sma-em@0.6.4 /opt/iobroker/node_modules/iobroker.sma-                                                                                                             em
                              npm ERR! invalid: iobroker.sma-speedwire@0.7.0 /opt/iobroker/node_modules/iobrok                                                                                                             er.sma-speedwire
                              npm ERR! extraneous: jsonata@1.8.6 /opt/iobroker/node_modules/jsonata
                              npm ERR! extraneous: node-inspect@2.0.0 /opt/iobroker/node_modules/node-inspect
                              npm ERR! extraneous: typescript@4.7.4 /opt/iobroker/node_modules/typescript
                              npm ERR! extraneous: virtual-tsc@0.6.2 /opt/iobroker/node_modules/virtual-tsc
                              npm ERR! extraneous: wake_on_lan@1.0.0 /opt/iobroker/node_modules/wake_on_lan
                              iobroker.inst@2.0.3 /opt/iobroker
                              ├── @types/caseless@0.12.2 extraneous
                              ├── @types/request@2.48.8 extraneous
                              ├── @types/tough-cookie@4.0.2 extraneous
                              ├── coffeescript@1.12.7 extraneous
                              ├── colors@1.4.0
                              ├── fs-extra@7.0.1
                              ├── iobroker.admin@6.3.5
                              ├── iobroker.alias-manager@1.2.6
                              ├── iobroker.backitup@2.6.23 invalid: "2.6.19" from the root project
                              ├── iobroker.chromecast@3.0.3 invalid: "github:iobroker-community-adapters/ioBro                                                                                                             ker.chromecast#426f5814382158fd28b785badf08773ea412dcb5" from the root project
                              ├── iobroker.cloud@4.3.0
                              ├── iobroker.coronavirus-statistics@0.8.7
                              ├── iobroker.daswetter@3.1.8
                              ├── iobroker.denon@1.15.0
                              ├── iobroker.devices@1.1.2
                              ├── iobroker.discovery@3.1.0
                              ├── iobroker.doorbird@0.1.5 invalid: "github:BuZZy1337/ioBroker.doorbird#47440dd                                                                                                             ff9a9074ef1e0beb8ff7b7f2a6e368efb" from the root project
                              ├── iobroker.feiertage@1.1.0
                              ├── iobroker.flot@1.11.0
                              ├── iobroker.go-e@1.0.27
                              ├── iobroker.google-sharedlocations@2.1.5 invalid: "github:Garfonso/ioBroker.goo                                                                                                             gle-sharedlocations#73f8c9bd627e81518dec7e659d98332bd84d9e69" from the root proj                                                                                                             ect
                              ├── iobroker.govee@0.0.5 invalid: "github:nbuenger/ioBroker.govee#0d983c49135b87                                                                                                             ac2f88f9d832a6d632c4889606" from the root project
                              ├── iobroker.history@2.2.4
                              ├── iobroker.hm-rega@3.0.46
                              ├── iobroker.hm-rpc@1.15.16
                              ├── iobroker.ical@1.13.2
                              ├── iobroker.info@1.9.26
                              ├── iobroker.iot@1.14.2
                              ├── iobroker.javascript@6.1.4
                              ├── iobroker.js-controller@4.0.24
                              ├── iobroker.lgtv@1.1.12
                              ├── iobroker.lovelace@3.0.1
                              ├── iobroker.mihome-vacuum@3.9.5
                              ├── iobroker.modbus@5.0.11
                              ├── iobroker.mqtt-client@1.6.3
                              ├── iobroker.mqtt@4.0.7
                              ├── iobroker.net-tools@0.2.0
                              ├── iobroker.pi-hole@1.3.4
                              ├── iobroker.ping@1.5.3
                              ├── iobroker.rpi2@1.3.2
                              ├── iobroker.sayit@1.13.0
                              ├── iobroker.shelly@6.3.1
                              ├── iobroker.shuttercontrol@1.4.29
                              ├── iobroker.simple-api@2.7.2
                              ├── iobroker.sma-em@0.6.4 invalid: "github:iobroker-community-adapters/ioBroker.                                                                                                             sma-em#4b2a4a1f3736ca56d1dae532e47219647609799f" from the root project
                              ├── iobroker.sma-speedwire@0.7.0 invalid: "https://github.com/Apollon77/iobroker                                                                                                             .sma-speedwire/tarball/3dce8e5d3fb9112502ba697a0f41ec0ab0aa90f4" from the root p                                                                                                             roject
                              ├── iobroker.socketio@4.2.0
                              ├── iobroker.sonoff@2.5.1
                              ├── iobroker.spotify-premium@1.2.1
                              ├── iobroker.sunnyportal@0.1.5
                              ├── iobroker.synology@2.1.13
                              ├── iobroker.systeminfo@0.3.1
                              ├── iobroker.telegram@1.15.2
                              ├── iobroker.terminal@1.0.0
                              ├── iobroker.text2command@2.3.0
                              ├── iobroker.tr-064@4.2.17
                              ├── iobroker.tuya@3.13.1
                              ├── iobroker.web@4.3.0
                              ├── iobroker.whatsapp-cmb@0.2.3
                              ├── iobroker.wifilight@1.1.4
                              ├── iobroker.wled@0.6.7
                              ├── iobroker.yeelight-2@1.2.1
                              ├── iobroker.youtube@4.1.0
                              ├── iobroker.zigbee@1.8.10
                              ├── jsonata@1.8.6 extraneous
                              ├── node-inspect@2.0.0 extraneous
                              ├── semver@5.7.2
                              ├── typescript@4.7.4 extraneous
                              ├── virtual-tsc@0.6.2 extraneous
                              ├── wake_on_lan@1.0.0 extraneous
                              └── yargs@7.1.2
                              
                              
                              npm ERR! A complete log of this run can be found in: /home/iobroker/.npm/_logs/2                                                                                                             023-08-25T03_43_11_993Z-debug-0.log
                              
                              

                              Ich habe angefangen die Adapter manuell zu deinstallieren, läuft aber auf Fehler, auch wenn manche aus der Adapterliste fliegen.

                              $ iobroker del doorbird --debug
                              
                              Delete adapter "doorbird"
                              
                              host.iobroker Counted 1 instances of doorbird
                              
                              host.iobroker Counted 1 meta of doorbird
                              
                              host.iobroker Counted 1 adapter for doorbird
                              
                              host.iobroker Counted 1 channels of doorbird
                              
                              host.iobroker Counted 14 states of system.adapter.doorbird
                              
                              host.iobroker Counted 9 states (io.doorbird.*) from states
                              
                              host.iobroker Counted 15 states (system.adapter.doorbird.*) from states
                              
                              host.iobroker object doorbird.admin deletedhost.iobroker Deleting 28 object(s).
                              
                              host.iobroker Deleting 24 state(s).
                              
                              Error deleting adapter doorbird from disk: host.iobroker: Cannot uninstall iobroker.doorbird: 217
                              
                              You might have to delete it yourself!
                              
                              Process exited with code 0
                              
                              cd /opt/iobroker && npm ls
                              
                              

                              sieht danach weiterhin gleich aus

                              ich hangel mich hier mal noch durch: https://forum.iobroker.net/topic/25900/adapter-manuell-deinstallieren-gelöst/3

                              crunchip 1 Reply Last reply Reply Quote 0
                              • crunchip
                                crunchip Forum Testing Most Active @maxpd last edited by

                                @maxpd für doch nochmal aus

                                cd /opt/iobroker
                                npm prune 
                                

                                läuft das Fehlerfrei durch?

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

                                  @crunchip said in Performance Probleme im iobroker Admin auf pi4:

                                  cd /opt/iobroker

                                  Also, nach dem manuellen deinstallieren der Adapter sieht es jetzt so aus:

                                  pi@iobroker:~ $ cd /opt/iobroker && npm ls
                                  npm ERR! code ELSPROBLEMS
                                  npm ERR! extraneous: @leichtgewicht/ip-codec@2.0.4 /opt/iobroker/node_modules/@leichtgewicht/ip-codec
                                  npm ERR! extraneous: @types/caseless@0.12.2 /opt/iobroker/node_modules/@types/caseless
                                  npm ERR! extraneous: @types/request@2.48.8 /opt/iobroker/node_modules/@types/request
                                  npm ERR! extraneous: @types/tough-cookie@4.0.2 /opt/iobroker/node_modules/@types/tough-cookie
                                  npm ERR! extraneous: array-find@1.0.0 /opt/iobroker/node_modules/array-find
                                  npm ERR! extraneous: castv2-player@2.1.3 /opt/iobroker/node_modules/castv2-player
                                  npm ERR! extraneous: coffeescript@1.12.7 /opt/iobroker/node_modules/coffeescript
                                  npm ERR! extraneous: dev-null@0.1.1 /opt/iobroker/node_modules/dev-null
                                  npm ERR! extraneous: icy@2.1.0 /opt/iobroker/node_modules/icy
                                  npm ERR! invalid: iobroker.backitup@2.6.23 /opt/iobroker/node_modules/iobroker.backitup
                                  npm ERR! missing: iobroker.chromecast@github:iobroker-community-adapters/ioBroker.chromecast#426f5814382158fd28b785badf08773ea412dcb5, required by iobroker.inst@2.0.3
                                  npm ERR! missing: iobroker.doorbird@github:BuZZy1337/ioBroker.doorbird#47440ddff9a9074ef1e0beb8ff7b7f2a6e368efb, required by iobroker.inst@2.0.3
                                  npm ERR! missing: iobroker.google-sharedlocations@github:Garfonso/ioBroker.google-sharedlocations#73f8c9bd627e81518dec7e659d98332bd84d9e69, required by iobroker.inst@2.0.3
                                  npm ERR! missing: iobroker.govee@github:nbuenger/ioBroker.govee#0d983c49135b87ac2f88f9d832a6d632c4889606, required by iobroker.inst@2.0.3
                                  npm ERR! missing: iobroker.sma-em@github:iobroker-community-adapters/ioBroker.sma-em#4b2a4a1f3736ca56d1dae532e47219647609799f, required by iobroker.inst@2.0.3
                                  npm ERR! missing: iobroker.sma-speedwire@https://github.com/Apollon77/iobroker.sma-speedwire/tarball/3dce8e5d3fb9112502ba697a0f41ec0ab0aa90f4, required by iobroker.inst@2.0.3
                                  npm ERR! extraneous: jsonata@1.8.6 /opt/iobroker/node_modules/jsonata
                                  npm ERR! extraneous: multicast-dns@7.2.5 /opt/iobroker/node_modules/multicast-dns
                                  npm ERR! extraneous: node-inspect@2.0.0 /opt/iobroker/node_modules/node-inspect
                                  npm ERR! extraneous: playlist-parser@0.0.12 /opt/iobroker/node_modules/playlist-parser
                                  npm ERR! extraneous: siginfo@2.0.0 /opt/iobroker/node_modules/siginfo
                                  npm ERR! extraneous: stackback@0.0.2 /opt/iobroker/node_modules/stackback
                                  npm ERR! extraneous: stream-parser@0.3.1 /opt/iobroker/node_modules/stream-parser
                                  npm ERR! extraneous: typescript@4.7.4 /opt/iobroker/node_modules/typescript
                                  npm ERR! extraneous: virtual-tsc@0.6.2 /opt/iobroker/node_modules/virtual-tsc
                                  npm ERR! extraneous: wake_on_lan@1.0.0 /opt/iobroker/node_modules/wake_on_lan
                                  npm ERR! extraneous: why-is-node-running@2.2.2 /opt/iobroker/node_modules/why-is-node-running
                                  npm ERR! extraneous: xmldom@0.1.16 /opt/iobroker/node_modules/xmldom
                                  iobroker.inst@2.0.3 /opt/iobroker
                                  ├── @leichtgewicht/ip-codec@2.0.4 extraneous
                                  ├── @types/caseless@0.12.2 extraneous
                                  ├── @types/request@2.48.8 extraneous
                                  ├── @types/tough-cookie@4.0.2 extraneous
                                  ├── array-find@1.0.0 extraneous
                                  ├── castv2-player@2.1.3 extraneous
                                  ├── coffeescript@1.12.7 extraneous
                                  ├── colors@1.4.0
                                  ├── dev-null@0.1.1 extraneous
                                  ├── fs-extra@7.0.1
                                  ├── icy@2.1.0 extraneous
                                  ├── iobroker.admin@6.3.5
                                  ├── iobroker.alias-manager@1.2.6
                                  ├── iobroker.backitup@2.6.23 invalid: "2.6.19" from the root project
                                  ├── UNMET DEPENDENCY iobroker.chromecast@github:iobroker-community-adapters/ioBroker.chromecast#426f5814382158fd28b785badf08773ea412dcb5
                                  ├── iobroker.cloud@4.3.0
                                  ├── iobroker.coronavirus-statistics@0.8.7
                                  ├── iobroker.daswetter@3.1.8
                                  ├── iobroker.denon@1.15.0
                                  ├── iobroker.devices@1.1.2
                                  ├── iobroker.discovery@3.1.0
                                  ├── UNMET DEPENDENCY iobroker.doorbird@github:BuZZy1337/ioBroker.doorbird#47440ddff9a9074ef1e0beb8ff7b7f2a6e368efb
                                  ├── iobroker.feiertage@1.1.0
                                  ├── iobroker.flot@1.11.0
                                  ├── iobroker.go-e@1.0.27
                                  ├── UNMET DEPENDENCY iobroker.google-sharedlocations@github:Garfonso/ioBroker.google-sharedlocations#73f8c9bd627e81518dec7e659d98332bd84d9e69
                                  ├── UNMET DEPENDENCY iobroker.govee@github:nbuenger/ioBroker.govee#0d983c49135b87ac2f88f9d832a6d632c4889606
                                  ├── iobroker.history@2.2.4
                                  ├── iobroker.hm-rega@3.0.46
                                  ├── iobroker.hm-rpc@1.15.16
                                  ├── iobroker.ical@1.13.2
                                  ├── iobroker.info@1.9.26
                                  ├── iobroker.iot@1.14.2
                                  ├── iobroker.javascript@6.1.4
                                  ├── iobroker.js-controller@4.0.24
                                  ├── iobroker.lgtv@1.1.12
                                  ├── iobroker.lovelace@3.0.1
                                  ├── iobroker.mihome-vacuum@3.9.5
                                  ├── iobroker.modbus@5.0.11
                                  ├── iobroker.mqtt-client@1.6.3
                                  ├── iobroker.mqtt@4.0.7
                                  ├── iobroker.net-tools@0.2.0
                                  ├── iobroker.pi-hole@1.3.4
                                  ├── iobroker.ping@1.5.3
                                  ├── iobroker.rpi2@1.3.2
                                  ├── iobroker.sayit@1.13.0
                                  ├── iobroker.shelly@6.3.1
                                  ├── iobroker.shuttercontrol@1.4.29
                                  ├── iobroker.simple-api@2.7.2
                                  ├── UNMET DEPENDENCY iobroker.sma-em@github:iobroker-community-adapters/ioBroker.sma-em#4b2a4a1f3736ca56d1dae532e47219647609799f
                                  ├── UNMET DEPENDENCY iobroker.sma-speedwire@https://github.com/Apollon77/iobroker.sma-speedwire/tarball/3dce8e5d3fb9112502ba697a0f41ec0ab0aa90f4
                                  ├── iobroker.socketio@4.2.0
                                  ├── iobroker.sonoff@2.5.1
                                  ├── iobroker.spotify-premium@1.2.1
                                  ├── iobroker.sunnyportal@0.1.5
                                  ├── iobroker.synology@2.1.13
                                  ├── iobroker.systeminfo@0.3.1
                                  ├── iobroker.telegram@1.15.2
                                  ├── iobroker.terminal@1.0.0
                                  ├── iobroker.text2command@2.3.0
                                  ├── iobroker.tr-064@4.2.17
                                  ├── iobroker.tuya@3.13.1
                                  ├── iobroker.web@4.3.0
                                  ├── iobroker.whatsapp-cmb@0.2.3
                                  ├── iobroker.wifilight@1.1.4
                                  ├── iobroker.wled@0.6.7
                                  ├── iobroker.yeelight-2@1.2.1
                                  ├── iobroker.youtube@4.1.0
                                  ├── iobroker.zigbee@1.8.10
                                  ├── jsonata@1.8.6 extraneous
                                  ├── multicast-dns@7.2.5 extraneous
                                  ├── node-inspect@2.0.0 extraneous
                                  ├── playlist-parser@0.0.12 extraneous
                                  ├── semver@5.7.2
                                  ├── siginfo@2.0.0 extraneous
                                  ├── stackback@0.0.2 extraneous
                                  ├── stream-parser@0.3.1 extraneous
                                  ├── typescript@4.7.4 extraneous
                                  ├── virtual-tsc@0.6.2 extraneous
                                  ├── wake_on_lan@1.0.0 extraneous
                                  ├── why-is-node-running@2.2.2 extraneous
                                  ├── xmldom@0.1.16 extraneous
                                  └── yargs@7.1.2
                                  
                                  
                                  npm ERR! A complete log of this run can be found in: /home/iobroker/.npm/_logs/2023-08-25T04_29_44_936Z-debug-0.log
                                  

                                  @crunchip said in Performance Probleme im iobroker Admin auf pi4:

                                  @maxpd für doch nochmal aus

                                  cd /opt/iobroker
                                  npm prune 
                                  

                                  läuft das Fehlerfrei durch?

                                  pi@iobroker:/opt/iobroker $ npm prune
                                  npm ERR! code ENOTEMPTY
                                  npm ERR! syscall rename
                                  npm ERR! path /opt/iobroker/node_modules/acorn
                                  npm ERR! dest /opt/iobroker/node_modules/.acorn-zHERliMH
                                  npm ERR! errno -39
                                  npm ERR! ENOTEMPTY: directory not empty, rename '/opt/iobroker/node_modules/acorn' -> '/opt/iobroker/node_modules/.acorn-zHERliMH'
                                  
                                  npm ERR! A complete log of this run can be found in: /home/iobroker/.npm/_logs/2023-08-25T04_31_32_521Z-debug-0.log
                                  
                                  
                                  crunchip 1 Reply Last reply Reply Quote 0
                                  • crunchip
                                    crunchip Forum Testing Most Active @maxpd last edited by crunchip

                                    @maxpd dann jetzt

                                    iob fix
                                    

                                    und anschließend nochmal npm prune

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

                                      @crunchip habe ich durchlaufen lassen.

                                      cd /opt/iobroker && npm ls
                                      

                                      sieht leider noch immer genauso aus.

                                      Ein wiederholen von

                                      cd /opt/iobroker
                                      npm prune 
                                      

                                      wirft nun

                                      
                                      pi@iobroker:/opt/iobroker $ npm prune
                                      npm ERR! code ENOTEMPTY
                                      npm ERR! syscall rename
                                      npm ERR! path /opt/iobroker/node_modules/arraybuffer.prototype.slice
                                      npm ERR! dest /opt/iobroker/node_modules/.arraybuffer.prototype.slice-SVsUv6QN
                                      npm ERR! errno -39
                                      npm ERR! ENOTEMPTY: directory not empty, rename '/opt/iobroker/node_modules/arraybuffer.prototype.slice' -> '/opt/iobroker/node_modules/.arraybuffer.prototype.slice-SVsUv6QN'
                                      
                                      npm ERR! A complete log of this run can be found in: /home/iobroker/.npm/_logs/2023-08-25T04_52_45_628Z-debug-0.log
                                      
                                      
                                      crunchip 1 Reply Last reply Reply Quote 0
                                      • crunchip
                                        crunchip Forum Testing Most Active @maxpd last edited by

                                        @maxpd probier es mal mit

                                        find "/opt/iobroker/node_modules" -type d -iname ".*-????????" ! -iname ".local-chromium" -exec rm -rf "{}" \; &> /dev/null
                                        

                                        wie sieht es dann danach aus?

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

                                          @crunchip

                                          pi@iobroker:~ $ find "/opt/iobroker/node_modules" -type d -iname ".*-????????" !                                                                                                              -iname ".local-chromium" -exec rm -rf "{}" \; &> /dev/null
                                          pi@iobroker:~ $ cd /opt/iobroker
                                          pi@iobroker:/opt/iobroker $ npm prune
                                          npm WARN skipping integrity check for git dependency ssh://git@github.com/iobroker-community-adapters/ioBroker.sma-em.git
                                          npm WARN skipping integrity check for git dependency ssh://git@github.com/BuZZy1337/ioBroker.doorbird.git
                                          npm WARN skipping integrity check for git dependency ssh://git@github.com/nbuenger/ioBroker.govee.git
                                          npm WARN skipping integrity check for git dependency ssh://git@github.com/Garfonso/ioBroker.google-sharedlocations.git
                                          npm WARN skipping integrity check for git dependency ssh://git@github.com/iobroker-community-adapters/ioBroker.chromecast.git
                                          npm WARN deprecated dgram@1.0.1: npm is holding this package for security reasons. As it's a core Node module, we will not transfer it over to other users. You m                            ay safely remove the package from your dependencies.
                                          npm WARN deprecated crypto@1.0.1: This package is no longer supported. It's now a built-in Node module. If you've depended on crypto, you should switch to the on                            e that's built-in.
                                          npm WARN deprecated @types/bl@5.1.0: This is a stub types definition. bl provides its own type definitions, so you do not need this installed.
                                          npm WARN deprecated topo@3.0.3: This module has moved and is now available at @hapi/topo. Please update your dependencies as this version is no longer maintained                             an may contain bugs and security issues.
                                          npm WARN deprecated request-promise-native@1.0.9: request-promise-native has been deprecated because it extends the now deprecated request package, see https://g                            ithub.com/request/request/issues/3142
                                          npm WARN deprecated babel@6.23.0: In 6.x, the babel package has been deprecated in favor of babel-cli. Check https://opencollective.com/babel to support the Babe                            l maintainers
                                          npm WARN deprecated har-validator@5.1.5: this library is no longer supported
                                          npm WARN deprecated request-promise@4.2.6: request-promise has been deprecated because it extends the now deprecated request package, see https://github.com/requ                            est/request/issues/3142
                                          npm WARN deprecated hoek@6.1.3: This module has moved and is now available at @hapi/hoek. Please update your dependencies as this version is no longer maintained                             an may contain bugs and security issues.
                                          npm WARN deprecated json3@3.3.2: Please use the native JSON object instead of JSON 3
                                          npm WARN deprecated circular-json@0.5.9: CircularJSON is in maintenance only, flatted is its successor.
                                          npm WARN deprecated node-inspect@2.0.0: This module is part of Node.js core and does not need to be installed separately. It is now unmaintained.
                                          npm WARN deprecated debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recom                            mended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)
                                          npm WARN deprecated debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recom                            mended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)
                                          npm WARN deprecated debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recom                            mended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)
                                          npm WARN deprecated querystring@0.2.0: The querystring API is considered Legacy. new code should use the URLSearchParams API instead.
                                          npm WARN deprecated uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be prob                            lematic.  See https://v8.dev/blog/math-random for details.
                                          npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
                                          npm WARN deprecated joi@14.3.1: This module has moved and is now available at @hapi/joi. Please update your dependencies as this version is no longer maintained                             an may contain bugs and security issues.
                                          npm WARN deprecated xmldom@0.1.16: Deprecated due to CVE-2021-21366 resolved in 0.5.0
                                          
                                          removed 861 packages, and changed 1482 packages in 7m
                                          
                                          141 packages are looking for funding
                                            run `npm fund` for details
                                          
                                          

                                          Ich glaube die gelöschten Adapter hat er wieder Installiert 🍡

                                          pi@iobroker:/opt/iobroker $ cd /opt/iobroker && npm ls
                                          npm ERR! code ELSPROBLEMS
                                          npm ERR! extraneous: @types/caseless@0.12.2 /opt/iobroker/node_modules/@types/caseless
                                          npm ERR! extraneous: @types/request@2.48.8 /opt/iobroker/node_modules/@types/request
                                          npm ERR! extraneous: @types/tough-cookie@4.0.2 /opt/iobroker/node_modules/@types/tough-cookie
                                          npm ERR! extraneous: coffeescript@1.12.7 /opt/iobroker/node_modules/coffeescript
                                          npm ERR! invalid: iobroker.chromecast@3.0.3 /opt/iobroker/node_modules/iobroker.chromecast
                                          npm ERR! invalid: iobroker.doorbird@0.1.5 /opt/iobroker/node_modules/iobroker.doorbird
                                          npm ERR! invalid: iobroker.google-sharedlocations@2.1.5 /opt/iobroker/node_modules/iobroker.google-sharedlocations
                                          npm ERR! invalid: iobroker.govee@0.0.5 /opt/iobroker/node_modules/iobroker.govee
                                          npm ERR! invalid: iobroker.sma-em@0.6.4 /opt/iobroker/node_modules/iobroker.sma-em
                                          npm ERR! invalid: iobroker.sma-speedwire@0.7.0 /opt/iobroker/node_modules/iobroker.sma-speedwire
                                          npm ERR! extraneous: jsonata@1.8.6 /opt/iobroker/node_modules/jsonata
                                          npm ERR! extraneous: node-inspect@2.0.0 /opt/iobroker/node_modules/node-inspect
                                          npm ERR! extraneous: typescript@4.7.4 /opt/iobroker/node_modules/typescript
                                          npm ERR! extraneous: virtual-tsc@0.6.2 /opt/iobroker/node_modules/virtual-tsc
                                          npm ERR! extraneous: wake_on_lan@1.0.0 /opt/iobroker/node_modules/wake_on_lan
                                          iobroker.inst@2.0.3 /opt/iobroker
                                          ├── @types/caseless@0.12.2 extraneous
                                          ├── @types/request@2.48.8 extraneous
                                          ├── @types/tough-cookie@4.0.2 extraneous
                                          ├── coffeescript@1.12.7 extraneous
                                          ├── colors@1.4.0
                                          ├── fs-extra@7.0.1
                                          ├── iobroker.admin@6.3.5
                                          ├── iobroker.alias-manager@1.2.6
                                          ├── iobroker.backitup@2.6.19
                                          ├── iobroker.chromecast@3.0.3 invalid: "github:iobroker-community-adapters/ioBroker.chromecast#426f5814382158fd28b785badf08773ea412dcb5" from the root project
                                          ├── iobroker.cloud@4.3.0
                                          ├── iobroker.coronavirus-statistics@0.8.7
                                          ├── iobroker.daswetter@3.1.8
                                          ├── iobroker.denon@1.15.0
                                          ├── iobroker.devices@1.1.2
                                          ├── iobroker.discovery@3.1.0
                                          ├── iobroker.doorbird@0.1.5 invalid: "github:BuZZy1337/ioBroker.doorbird#47440ddff9a9074ef1e0beb8ff7b7f2a6e368efb" from the root project
                                          ├── iobroker.feiertage@1.1.0
                                          ├── iobroker.flot@1.11.0
                                          ├── iobroker.go-e@1.0.27
                                          ├── iobroker.google-sharedlocations@2.1.5 invalid: "github:Garfonso/ioBroker.google-sharedlocations#73f8c9bd627e81518dec7e659d98332bd84d9e69" from the root project
                                          ├── iobroker.govee@0.0.5 invalid: "github:nbuenger/ioBroker.govee#0d983c49135b87ac2f88f9d832a6d632c4889606" from the root project
                                          ├── iobroker.history@2.2.4
                                          ├── iobroker.hm-rega@3.0.46
                                          ├── iobroker.hm-rpc@1.15.16
                                          ├── iobroker.ical@1.13.2
                                          ├── iobroker.info@1.9.26
                                          ├── iobroker.iot@1.14.2
                                          ├── iobroker.javascript@6.1.4
                                          ├── iobroker.js-controller@4.0.24
                                          ├── iobroker.lgtv@1.1.12
                                          ├── iobroker.lovelace@3.0.1
                                          ├── iobroker.mihome-vacuum@3.9.5
                                          ├── iobroker.modbus@5.0.11
                                          ├── iobroker.mqtt-client@1.6.3
                                          ├── iobroker.mqtt@4.0.7
                                          ├── iobroker.net-tools@0.2.0
                                          ├── iobroker.pi-hole@1.3.4
                                          ├── iobroker.ping@1.5.3
                                          ├── iobroker.rpi2@1.3.2
                                          ├── iobroker.sayit@1.13.0
                                          ├── iobroker.shelly@6.3.1
                                          ├── iobroker.shuttercontrol@1.4.29
                                          ├── iobroker.simple-api@2.7.2
                                          ├── iobroker.sma-em@0.6.4 invalid: "github:iobroker-community-adapters/ioBroker.sma-em#4b2a4a1f3736ca56d1dae532e47219647609799f" from the root project
                                          ├── iobroker.sma-speedwire@0.7.0 invalid: "https://github.com/Apollon77/iobroker.sma-speedwire/tarball/3dce8e5d3fb9112502ba697a0f41ec0ab0aa90f4" from the root project
                                          ├── iobroker.socketio@4.2.0
                                          ├── iobroker.sonoff@2.5.1
                                          ├── iobroker.spotify-premium@1.2.1
                                          ├── iobroker.sunnyportal@0.1.5
                                          ├── iobroker.synology@2.1.13
                                          ├── iobroker.systeminfo@0.3.1
                                          ├── iobroker.telegram@1.15.2
                                          ├── iobroker.terminal@1.0.0
                                          ├── iobroker.text2command@2.3.0
                                          ├── iobroker.tr-064@4.2.17
                                          ├── iobroker.tuya@3.13.1
                                          ├── iobroker.web@4.3.0
                                          ├── iobroker.whatsapp-cmb@0.2.3
                                          ├── iobroker.wifilight@1.1.4
                                          ├── iobroker.wled@0.6.7
                                          ├── iobroker.yeelight-2@1.2.1
                                          ├── iobroker.youtube@4.1.0
                                          ├── iobroker.zigbee@1.8.10
                                          ├── jsonata@1.8.6 extraneous
                                          ├── node-inspect@2.0.0 extraneous
                                          ├── semver@5.7.2
                                          ├── typescript@4.7.4 extraneous
                                          ├── virtual-tsc@0.6.2 extraneous
                                          ├── wake_on_lan@1.0.0 extraneous
                                          └── yargs@7.1.2
                                          
                                          
                                          npm ERR! A complete log of this run can be found in: /home/iobroker/.npm/_logs/2023-08-25T13_13_20_856Z-debug-0.log
                                          
                                          
                                          Qix- created this issue in visionmedia/debug

                                          closed ReDos Vulnerability Regression Visibility Notice #797

                                          Qix- created this issue in visionmedia/debug

                                          closed ReDos Vulnerability Regression Visibility Notice #797

                                          Qix- created this issue in visionmedia/debug

                                          closed ReDos Vulnerability Regression Visibility Notice #797

                                          mikeal created this issue in request/request

                                          open Request’s Past, Present and Future #3142

                                          Thomas Braun crunchip 2 Replies Last reply Reply Quote 0
                                          • Thomas Braun
                                            Thomas Braun Most Active @maxpd last edited by Thomas Braun

                                            @maxpd sagte in Performance Probleme im iobroker Admin auf pi4:

                                            chromecast

                                            Installier den z. B. nochmal drüber.
                                            Bzw. installier den aus dem stable-Repository.
                                            Gleiches gilt für die anderen mit 'invalid' markierten Adapter.

                                            chromecast
                                            github:	3.1.0 for 9 days
                                            latest:	3.0.3 for 12 months
                                            stable:	3.0.3 for 12 months
                                            
                                            doorbird
                                            github:	1.2.3
                                            latest:	1.2.3 for 7 days
                                            stable:	1.2.3 for 7 days
                                            
                                            sma-em
                                            github:	1.0.0
                                            latest:	1.0.0 for 6 days
                                            stable:	0.7.0 for 5 months
                                            
                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

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

                                            661
                                            Online

                                            31.9k
                                            Users

                                            80.2k
                                            Topics

                                            1.3m
                                            Posts

                                            6
                                            111
                                            6883
                                            Loading More Posts
                                            • Oldest to Newest
                                            • Newest to Oldest
                                            • Most Votes
                                            Reply
                                            • Reply as topic
                                            Log in to reply
                                            Community
                                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                            The ioBroker Community 2014-2023
                                            logo