Weiter zum Inhalt
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Hell
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dunkel
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

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

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Einsteigerfragen
  4. Installation
  5. Re-Installation von ioBroker Migration Bookworm -> Trixie

NEWS

  • Neuer ioBroker-Blog online: Monatsrückblick März/April 2026
    BluefoxB
    Bluefox
    8
    1
    802

  • Verwendung von KI bitte immer deutlich kennzeichnen
    HomoranH
    Homoran
    10
    1
    605

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    18
    1
    1.1k

Re-Installation von ioBroker Migration Bookworm -> Trixie

Geplant Angeheftet Gesperrt Verschoben Installation
52 Beiträge 5 Kommentatoren 941 Aufrufe 5 Beobachtet
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • S Sneak-L8

    Was jetzt noch klemmt:

    • flot ist wohl kein offizieller Adapter mehr. Hab ihn jetzt manuell von git installiert. Aber was ist die empfohlene Alternative?
    • rpi2 lässt sich nicht installieren. Obwohl ich die korrekte Lib-Version habe:
    pi@RaspberryPi4B:~ $ apt policy libgpiod-dev
    libgpiod-dev:
      Installed: 2.2.1-2+deb13u1
      Candidate: 2.2.1-2+deb13u1
      Version table:
     *** 2.2.1-2+deb13u1 500
            500 http://deb.debian.org/debian trixie/main arm64 Packages
            100 /var/lib/dpkg/status
    


    iobroker url iobroker-community-adapters/ioBroker.rpi2 --host RaspberryPi4B --debug

    install iobroker-community-adapters/ioBroker.rpi2

    NPM version: 10.9.7

    Installing iobroker-community-adapters/ioBroker.rpi2... (System call)

    iobroker.rpi2@3.0.2 preinstall> bash ./preinstall-check.sh

    Checking package: libgpiod-dev >= 2.2

    libgpiod-dev version OK: 2.2.1-2+deb13u1

    node-dht-sensor@0.4.5 install> node-gyp configure

    gyp info it worked if it ends with ok

    gyp info using node-gyp@8.4.1

    gyp info using node@22.22.2 | linux | arm64

    (node:7055) [DEP0060] DeprecationWarning: The util._extend API is deprecated. Please use Object.assign() instead.(Use node --trace-deprecation ... to show where the warning was created)

    gyp info find Python using Python version 3.13.5 found at "/usr/bin/python3"

    gyp info spawn /usr/bin/python3gyp info spawn args [gyp info spawn args '/opt/iobroker/node_modules/node-gyp/gyp/gyp_main.py',gyp info spawn args 'binding.gyp',gyp info spawn args '-f',gyp info spawn args 'make',gyp info spawn args '-I',gyp info spawn args '/opt/iobroker/node_modules/node-dht-sensor/build/config.gypi',gyp info spawn args '-I',gyp info spawn args '/opt/iobroker/node_modules/node-gyp/addon.gypi',gyp info spawn args '-I',gyp info spawn args '/home/iobroker/.cache/node-gyp/22.22.2/include/node/common.gypi',gyp info spawn args '-Dlibrary=shared_library',gyp info spawn args '-Dvisibility=default',gyp info spawn args '-Dnode_root_dir=/home/iobroker/.cache/node-gyp/22.22.2',gyp info spawn args '-Dnode_gyp_dir=/opt/iobroker/node_modules/node-gyp',gyp info spawn args '-Dnode_lib_file=/home/iobroker/.cache/node-gyp/22.22.2/<(target_arch)/node.lib',gyp info spawn args '-Dmodule_root_dir=/opt/iobroker/node_modules/node-dht-sensor',gyp info spawn args '-Dnode_engine=v8',gyp info spawn args '--depth=.',gyp info spawn args '--no-parallel',gyp info spawn args '--generator-output',gyp info spawn args 'build',gyp info spawn args '-Goutput_dir=.'gyp info spawn args ]

    Traceback (most recent call last):

    File "/opt/iobroker/node_modules/node-gyp/gyp/gyp_main.py", line 42, in <module> import gyp # noqa: E402 ^^^^^^^^^^ File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/init.py", line 9, in <module> import gyp.input File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 19, in <module> from distutils.version import StrictVersionModuleNotFoundError: No module named 'distutils'

    gyp ERR! configure error

    gyp ERR! stack Error: gyp failed with exit code: 1gyp ERR! stack at ChildProcess.onCpExit (/opt/iobroker/node_modules/node-gyp/lib/configure.js:259:16)gyp ERR! stack at ChildProcess.emit (node:events:519:28)gyp ERR! stack at ChildProcess._handle.onexit (node:internal/child_process:293:12)gyp ERR! System Linux 6.12.75+rpt-rpi-v8gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/.bin/node-gyp" "configure"gyp ERR! cwd /opt/iobroker/node_modules/node-dht-sensorgyp ERR! node -v v22.22.2gyp ERR! node-gyp -v v8.4.1gyp ERR! not ok

    opengpio@2.0.2 install> node-gyp rebuild

    gyp info it worked if it ends with ok

    gyp info using node-gyp@8.4.1

    gyp info using node@22.22.2 | linux | arm64

    (node:7072) [DEP0060] DeprecationWarning: The util._extend API is deprecated. Please use Object.assign() instead.(Use node --trace-deprecation ... to show where the warning was created)

    gyp info find Python using Python version 3.13.5 found at "/usr/bin/python3"

    gyp info spawn /usr/bin/python3

    gyp info spawn args [gyp info spawn args '/opt/iobroker/node_modules/node-gyp/gyp/gyp_main.py',gyp info spawn args 'binding.gyp',gyp info spawn args '-f',gyp info spawn args 'make',gyp info spawn args '-I',

    gyp info spawn args '/opt/iobroker/node_modules/opengpio/build/config.gypi',gyp info spawn args '-I',gyp info spawn args '/opt/iobroker/node_modules/node-gyp/addon.gypi',gyp info spawn args '-I',gyp info spawn args '/home/iobroker/.cache/node-gyp/22.22.2/include/node/common.gypi',gyp info spawn args '-Dlibrary=shared_library',gyp info spawn args '-Dvisibility=default',gyp info spawn args '-Dnode_root_dir=/home/iobroker/.cache/node-gyp/22.22.2',gyp info spawn args '-Dnode_gyp_dir=/opt/iobroker/node_modules/node-gyp',gyp info spawn args '-Dnode_lib_file=/home/iobroker/.cache/node-gyp/22.22.2/<(target_arch)/node.lib',gyp info spawn args '-Dmodule_root_dir=/opt/iobroker/node_modules/opengpio',gyp info spawn args '-Dnode_engine=v8',gyp info spawn args '--depth=.',gyp info spawn args '--no-parallel',gyp info spawn args '--generator-output',gyp info spawn args 'build',gyp info spawn args '-Goutput_dir=.'gyp info spawn args ]

    Traceback (most recent call last):

    File "/opt/iobroker/node_modules/node-gyp/gyp/gyp_main.py", line 42, in <module> import gyp # noqa: E402 ^^^^^^^^^^ File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/init.py", line 9, in <module> import gyp.input File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 19, in <module> from distutils.version import StrictVersion

    ModuleNotFoundError: No module named 'distutils'

    gyp ERR! configure error

    gyp ERR! System Linux 6.12.75+rpt-rpi-v8gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/.bin/node-gyp" "rebuild"gyp ERR! cwd /opt/iobroker/node_modules/opengpiogyp ERR! node -v v22.22.2gyp ERR! node-gyp -v v8.4.1gyp ERR! not ok

    npm error code 1

    npm error path /opt/iobroker/node_modules/opengpionpm error command failednpm error command sh -c node-gyp rebuild

    npm error A complete log of this run can be found in: /home/iobroker/.npm/_logs/2026-04-28T09_17_35_007Z-debug-0.log

    gyp info it worked if it ends with okgyp info using node-gyp@8.4.1gyp info using node@22.22.2 | linux | arm64(node:7055) [DEP0060] DeprecationWarning: The util._extend API is deprecated. Please use Object.assign() instead.(Use node --trace-deprecation ... to show where the warning was created)gyp info find Python using Python version 3.13.5 found at "/usr/bin/python3"gyp info spawn /usr/bin/python3gyp info spawn args [gyp info spawn args '/opt/iobroker/node_modules/node-gyp/gyp/gyp_main.py',gyp info spawn args 'binding.gyp',gyp info spawn args '-f',gyp info spawn args 'make',gyp info spawn args '-I',gyp info spawn args '/opt/iobroker/node_modules/node-dht-sensor/build/config.gypi',gyp info spawn args '-I',gyp info spawn args '/opt/iobroker/node_modules/node-gyp/addon.gypi',gyp info spawn args '-I',gyp info spawn args '/home/iobroker/.cache/node-gyp/22.22.2/include/node/common.gypi',gyp info spawn args '-Dlibrary=shared_library',gyp info spawn args '-Dvisibility=default',gyp info spawn args '-Dnode_root_dir=/home/iobroker/.cache/node-gyp/22.22.2',gyp info spawn args '-Dnode_gyp_dir=/opt/iobroker/node_modules/node-gyp',gyp info spawn args '-Dnode_lib_file=/home/iobroker/.cache/node-gyp/22.22.2/<(target_arch)/node.lib',gyp info spawn args '-Dmodule_root_dir=/opt/iobroker/node_modules/node-dht-sensor',gyp info spawn args '-Dnode_engine=v8',gyp info spawn args '--depth=.',gyp info spawn args '--no-parallel',gyp info spawn args '--generator-output',gyp info spawn args 'build',gyp info spawn args '-Goutput_dir=.'gyp info spawn args ]Traceback (most recent call last): File "/opt/iobroker/node_modules/node-gyp/gyp/gyp_main.py", line 42, in <module> import gyp # noqa: E402 ^^^^^^^^^^ File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/init.py", line 9, in <module> import gyp.input File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 19, in <module> from distutils.version import StrictVersionModuleNotFoundError: No module named 'distutils'gyp ERR! configure error gyp ERR! stack Error: gyp failed with exit code: 1gyp ERR! stack at ChildProcess.onCpExit (/opt/iobroker/node_modules/node-gyp/lib/configure.js:259:16)gyp ERR! stack at ChildProcess.emit (node:events:519:28)gyp ERR! stack at ChildProcess._handle.onexit (node:internal/child_process:293:12)gyp ERR! System Linux 6.12.75+rpt-rpi-v8gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/.bin/node-gyp" "configure"gyp ERR! cwd /opt/iobroker/node_modules/node-dht-sensorgyp ERR! node -v v22.22.2gyp ERR! node-gyp -v v8.4.1gyp ERR! not ok gyp info it worked if it ends with okgyp info using node-gyp@8.4.1gyp info using node@22.22.2 | linux | arm64(node:7072) [DEP0060] DeprecationWarning: The util._extend API is deprecated. Please use Object.assign() instead.(Use node --trace-deprecation ... to show where the warning was created)gyp info find Python using Python version 3.13.5 found at "/usr/bin/python3"gyp info spawn /usr/bin/python3gyp info spawn args [gyp info spawn args '/opt/iobroker/node_modules/node-gyp/gyp/gyp_main.py',gyp info spawn args 'binding.gyp',gyp info spawn args '-f',gyp info spawn args 'make',gyp info spawn args '-I',gyp info spawn args '/opt/iobroker/node_modules/opengpio/build/config.gypi',gyp info spawn args '-I',gyp info spawn args '/opt/iobroker/node_modules/node-gyp/addon.gypi',gyp info spawn args '-I',gyp info spawn args '/home/iobroker/.cache/node-gyp/22.22.2/include/node/common.gypi',gyp info spawn args '-Dlibrary=shared_library',gyp info spawn args '-Dvisibility=default',gyp info spawn args '-Dnode_root_dir=/home/iobroker/.cache/node-gyp/22.22.2',gyp info spawn args '-Dnode_gyp_dir=/opt/iobroker/node_modules/node-gyp',gyp info spawn args '-Dnode_lib_file=/home/iobroker/.cache/node-gyp/22.22.2/<(target_arch)/node.lib',gyp info spawn args '-Dmodule_root_dir=/opt/iobroker/node_modules/opengpio',gyp info spawn args '-Dnode_engine=v8',gyp info spawn args '--depth=.',gyp info spawn args '--no-parallel',gyp info spawn args '--generator-output',gyp info spawn args 'build',gyp info spawn args '-Goutput_dir=.'gyp info spawn args ]Traceback (most recent call last): File "/opt/iobroker/node_modules/node-gyp/gyp/gyp_main.py", line 42, in <module> import gyp # noqa: E402 ^^^^^^^^^^ File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/init.py", line 9, in <module> import gyp.input File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 19, in <module> from distutils.version import StrictVersionModuleNotFoundError: No module named 'distutils'gyp ERR! configure error gyp ERR! stack Error: gyp failed with exit code: 1gyp ERR! stack at ChildProcess.onCpExit (/opt/iobroker/node_modules/node-gyp/lib/configure.js:259:16)gyp ERR! stack at ChildProcess.emit (node:events:519:28)gyp ERR! stack at ChildProcess._handle.onexit (node:internal/child_process:293:12)gyp ERR! System Linux 6.12.75+rpt-rpi-v8gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/.bin/node-gyp" "rebuild"gyp ERR! cwd /opt/iobroker/node_modules/opengpiogyp ERR! node -v v22.22.2gyp ERR! node-gyp -v v8.4.1gyp ERR! not ok npm error code 1npm error path /opt/iobroker/node_modules/opengpionpm error command failednpm error command sh -c node-gyp rebuildnpm error A complete log of this run can be found in: /home/iobroker/.npm/_logs/2026-04-28T09_17_35_007Z-debug-0.log

    host.RaspberryPi4B Cannot install iobroker-community-adapters/ioBroker.rpi2: 1

    ERROR: Process exited with code 25

    mcm1957M Online
    mcm1957M Online
    mcm1957
    schrieb am zuletzt editiert von
    #30

    @Sneak-L8 sagte:

    flot ist wohl kein offizieller Adapter mehr. Hab ihn jetzt manuell von git installiert. Aber was ist die empfohlene Alternative?

    flot ist DEPRECATED - siehe https://forum.iobroker.net/topic/84096/deprecation-adapter-flot

    Der Adapater ist noch im LATEST Repository verfügbar - allerdinsg nicht mehr im Stable.

    Das Package is derzeit und "für immer" auf npm verfügbar. Das sagt aber nichts über die Funktionsfähigkiet aus. Der Adapetr wird in keienr Weise mehr gewartet.

    Und bitte NICHT VON GITHUB INSTALLIEREN !

    ===

    Von direkten Installation von GitHub - insbesondere auf produktiven Systemen - wird explizit abgeraten.

    GitHub Versionen können sich jederzeit (auch kurzfristig) ändern und durchaus auch in sich inkonsistent und fehlerhaft sein. Versionsangaben von GitHub Installationen sind Schall und Rauch da die Versionsnummer zumindest bei Verwendung der standardmäßigen Umgebung erst im Zuge der Releaseerstellung geändert wird.

    Auf explizite Aufforderung durch den Entwickler kann eine GitHub Installation zur Fehlereingrenzung oder zum Test neuer Funktionalität - unter Inkaufnahme des erhöhten Risikos - natürlich erfolgen.

    Adapter die nur via GitHub oder npm (also NICHT aus einem der beiden Repositories) installierbar sind sind mit erhöhter Vorsicht zu betrachten. Hier sollte der Entwickler drum ersucht werden eine Aufnahme in die Repositories zu veranlassen indem z.B. ein Issue im Adapterrepository erstellt wird.

    Entwicklung u Betreuung: envertech-pv, hoymiles-ms, ns-client, pid, snmp Adapter;
    Support Repositoryverwaltung.

    Wer 'nen Kaffee spendieren will: https://paypal.me

    LESEN - gute Forenbeitrage

    1 Antwort Letzte Antwort
    0
    • mcm1957M Online
      mcm1957M Online
      mcm1957
      schrieb am zuletzt editiert von
      #31

      Betreffend rpi2:

      Für Trixie passt rpi2 v 3.x.x
      Siehe https://github.com/iobroker-community-adapters/ioBroker.rpi2#important-information

      Entwicklung u Betreuung: envertech-pv, hoymiles-ms, ns-client, pid, snmp Adapter;
      Support Repositoryverwaltung.

      Wer 'nen Kaffee spendieren will: https://paypal.me

      LESEN - gute Forenbeitrage

      1 Antwort Letzte Antwort
      0
      • HomoranH Homoran

        @Sneak-L8 mach mal einen upload!

        https://www.iobroker.net/#de/documentation/tutorial/adapter.md
        Mit Filmchen (aus einem älteren admin)

        S Offline
        S Offline
        Sneak-L8
        schrieb am zuletzt editiert von
        #32

        @Sneak-L8 mach mal einen upload!

        https://www.iobroker.net/#de/documentation/tutorial/adapter.md
        Mit Filmchen (aus einem älteren admin)

        Das Führt leider alles zum selben Ergebnis:

        iobroker upgrade rpi2@3.0.2
        
        This upgrade of "rpi2" will at least introduce the following changes:
        ==========================================================================
        -> 3.0.2:
        Check for required libgpiod-dev package version
        
        -> 3.0.1:
        Updated logo, workflows and documentation
        admin 7.6.17 and js-controller 6.0.11 (or later) are required
        
        -> 3.0.0:
        NodeJS 20.x (or newer) is required
        Updated opengpio to v2 (works on Debian trixie)
        
        -> 2.4.0:
        read the current state of GPIO outputs during adapter startup.
        re-read GPIO input, if set by the user (with ack=false).
        add an option to invert true/false mapping to 1/0.
        Allow multiple instances of this adapter per host.
        tried to improve initialization of GPIO inputs.
        
        -> 2.3.2:
        added support for NVMe temperature (needs additional configuration, see README)
        fixed inital values for outputs.
        
        -> 2.3.1:
        fixed: GPIO library failed to load after recent dependency update.
        
        -> 2.3.0:
        correct interpretation of start value setting. Output with initial value 0/1 will set GPIO accordingly during startup. Output without an initial state will not set GPIO at all.
        ==========================================================================
        
        BE CAREFUL: THIS IS A MAJOR UPGRADE, WHICH WILL MOST LIKELY INTRODUCE BREAKING CHANGES!
        Would you like to upgrade rpi2 from @1.3.2 to @3.0.2 now? [(y)es, (n)o]: y
        Update rpi2 from @1.3.2 to @3.0.2
        NPM version: 10.9.7
        Installing iobroker.rpi2@3.0.2... (System call)
        Updating objects from io-package.json for adapter "rpi2" with version "1.3.2"
        upload [2] rpi2.admin /opt/iobroker/node_modules/iobroker.rpi2/admin/index_m.html index_m.html text/html
        upload [1] rpi2.admin /opt/iobroker/node_modules/iobroker.rpi2/admin/rpi.png rpi.png image/png
        upload [0] rpi2.admin /opt/iobroker/node_modules/iobroker.rpi2/admin/words.js words.js application/javascript
        pi@RaspberryPi4B:~ $
        

        Er aktualisiert drei Dateien und meint dann, fertig zu sein...

        HomoranH Thomas BraunT 2 Antworten Letzte Antwort
        0
        • S Sneak-L8

          @Sneak-L8 mach mal einen upload!

          https://www.iobroker.net/#de/documentation/tutorial/adapter.md
          Mit Filmchen (aus einem älteren admin)

          Das Führt leider alles zum selben Ergebnis:

          iobroker upgrade rpi2@3.0.2
          
          This upgrade of "rpi2" will at least introduce the following changes:
          ==========================================================================
          -> 3.0.2:
          Check for required libgpiod-dev package version
          
          -> 3.0.1:
          Updated logo, workflows and documentation
          admin 7.6.17 and js-controller 6.0.11 (or later) are required
          
          -> 3.0.0:
          NodeJS 20.x (or newer) is required
          Updated opengpio to v2 (works on Debian trixie)
          
          -> 2.4.0:
          read the current state of GPIO outputs during adapter startup.
          re-read GPIO input, if set by the user (with ack=false).
          add an option to invert true/false mapping to 1/0.
          Allow multiple instances of this adapter per host.
          tried to improve initialization of GPIO inputs.
          
          -> 2.3.2:
          added support for NVMe temperature (needs additional configuration, see README)
          fixed inital values for outputs.
          
          -> 2.3.1:
          fixed: GPIO library failed to load after recent dependency update.
          
          -> 2.3.0:
          correct interpretation of start value setting. Output with initial value 0/1 will set GPIO accordingly during startup. Output without an initial state will not set GPIO at all.
          ==========================================================================
          
          BE CAREFUL: THIS IS A MAJOR UPGRADE, WHICH WILL MOST LIKELY INTRODUCE BREAKING CHANGES!
          Would you like to upgrade rpi2 from @1.3.2 to @3.0.2 now? [(y)es, (n)o]: y
          Update rpi2 from @1.3.2 to @3.0.2
          NPM version: 10.9.7
          Installing iobroker.rpi2@3.0.2... (System call)
          Updating objects from io-package.json for adapter "rpi2" with version "1.3.2"
          upload [2] rpi2.admin /opt/iobroker/node_modules/iobroker.rpi2/admin/index_m.html index_m.html text/html
          upload [1] rpi2.admin /opt/iobroker/node_modules/iobroker.rpi2/admin/rpi.png rpi.png image/png
          upload [0] rpi2.admin /opt/iobroker/node_modules/iobroker.rpi2/admin/words.js words.js application/javascript
          pi@RaspberryPi4B:~ $
          

          Er aktualisiert drei Dateien und meint dann, fertig zu sein...

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

          @Sneak-L8 sagte:

          zum selben Ergebnis:

          Und es steht nichts im debug-log?

          kein Support per PN! - Fragen im Forum stellen -
          Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
          Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton oben rechts. Danke!
          der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

          1 Antwort Letzte Antwort
          0
          • S Sneak-L8

            Auch damit passiert genau so viel wie wenn ich das Update direkt in der GUI anstoße:

            pi@RaspberryPi4B:~ $ iob update
            Used repository: stable
            Adapter    "admin"        : 7.7.22   , installed 7.7.22
            Adapter    "backitup"     : 3.3.14   , installed 3.3.14
            Adapter    "discovery"    : 5.0.0    , installed 5.0.0
            Adapter    "email"        : 2.0.4    , installed 2.0.4
            Adapter    "fahrplan"     : 1.4.1    , installed 1.4.1
            Adapter    "feiertage"    : 1.3.0    , installed 1.3.0
            Adapter    "hm-rega"      : 5.1.0    , installed 5.1.0
            Adapter    "hm-rpc"       : 3.0.1    , installed 3.0.1
            Adapter    "ical"         : 1.20.0   , installed 1.20.0
            Adapter    "icons-addictive-flavour-png": 0.1.0, installed 0.1.0
            Adapter    "javascript"   : 9.0.18   , installed 9.0.18
            Controller "js-controller": 7.0.7    , installed 7.0.7
            Adapter    "kecontact"    : 3.6.0    , installed 3.6.0
            Adapter    "mobile"       : 1.0.1    , installed 1.0.1
            Adapter    "modbus"       : 8.0.3    , installed 8.0.3
            Adapter    "netatmo"      : 3.1.0    , installed 3.1.0
            Adapter    "ping"         : 1.7.9    , installed 1.7.9
            Adapter    "rest-api"     : 4.0.1    , installed 4.0.1
            Adapter    "rpi2"         : 3.0.2    , installed 1.3.2  [Updatable]
            Adapter    "shelly"       : 10.6.1   , installed 10.6.1
            Adapter    "sma-em"       : 1.3.1    , installed 1.3.1
            Adapter    "socketio"     : 7.0.8    , installed 7.1.3
            Adapter    "sonos"        : 3.0.0    , installed 3.0.0
            Adapter    "sql"          : 3.0.1    , installed 3.0.1
            Adapter    "tr-064"       : 4.3.0    , installed 4.3.0
            Adapter    "vis"          : 1.5.6    , installed 1.5.6
            Adapter    "vis-icontwo"  : 2.11.3   , installed 2.11.3
            Adapter    "vis-inventwo" : 3.3.5    , installed 3.3.5
            Adapter    "web"          : 8.0.0    , installed 8.0.0
            Adapter    "whatsapp-cmb" : 0.3.0    , installed 0.3.0
            Adapter    "ws"           : 4.0.0    , installed 4.0.0
            Adapter    "yamaha"       : 0.5.4    , installed 0.5.4
            pi@RaspberryPi4B:~ $ iob upgrade
            
            This upgrade of "rpi2" will at least introduce the following changes:
            ==========================================================================
            -> 3.0.2:
            Check for required libgpiod-dev package version
            
            -> 3.0.1:
            Updated logo, workflows and documentation
            admin 7.6.17 and js-controller 6.0.11 (or later) are required
            
            -> 3.0.0:
            NodeJS 20.x (or newer) is required
            Updated opengpio to v2 (works on Debian trixie)
            
            -> 2.4.0:
            read the current state of GPIO outputs during adapter startup.
            re-read GPIO input, if set by the user (with ack=false).
            add an option to invert true/false mapping to 1/0.
            Allow multiple instances of this adapter per host.
            tried to improve initialization of GPIO inputs.
            
            -> 2.3.2:
            added support for NVMe temperature (needs additional configuration, see README)
            fixed inital values for outputs.
            
            -> 2.3.1:
            fixed: GPIO library failed to load after recent dependency update.
            
            -> 2.3.0:
            correct interpretation of start value setting. Output with initial value 0/1 will set GPIO accordingly during startup. Output without an initial state will not set GPIO at all.
            ==========================================================================
            
            BE CAREFUL: THIS IS A MAJOR UPGRADE, WHICH WILL MOST LIKELY INTRODUCE BREAKING CHANGES!
            Would you like to upgrade rpi2 from @1.3.2 to @3.0.2 now? [(y)es, (n)o]: y
            Update rpi2 from @1.3.2 to @3.0.2
            NPM version: 10.9.7
            Installing iobroker.rpi2@3.0.2... (System call)
            Updating objects from io-package.json for adapter "rpi2" with version "1.3.2"
            upload [2] rpi2.admin /opt/iobroker/node_modules/iobroker.rpi2/admin/index_m.html index_m.html text/html
            upload [1] rpi2.admin /opt/iobroker/node_modules/iobroker.rpi2/admin/rpi.png rpi.png image/png
            upload [0] rpi2.admin /opt/iobroker/node_modules/iobroker.rpi2/admin/words.js words.js application/javascript
            

            Der Stand danach ist unverändert (Repo habe ich auch aktualisiert):
            87d6e46f-afb0-46a4-aad7-c04fc61d85e2-image.jpeg

            Ist die Beta evtl. nahezu identisch mitV3.0.2 hat aber eine veraltete Versions-Nr.?

            mcm1957M Online
            mcm1957M Online
            mcm1957
            schrieb am zuletzt editiert von mcm1957
            #34

            @Sneak-L8 sagte:

            Ist die Beta evtl. nahezu identisch mitV3.0.2 hat aber eine veraltete Versions-Nr.?

            Technisch ausgeschlossen.
            Die Repositories zeigen nur auf npm Pakete. Ein und dasselbe Paket kann nicht unterschiedliche Versionsnummern haben.

            Hast du hier schon wo den Log deines Updates gezeigt? Hab jetzt nichts gefunden.

            Entwicklung u Betreuung: envertech-pv, hoymiles-ms, ns-client, pid, snmp Adapter;
            Support Repositoryverwaltung.

            Wer 'nen Kaffee spendieren will: https://paypal.me

            LESEN - gute Forenbeitrage

            mcm1957M 1 Antwort Letzte Antwort
            0
            • S Sneak-L8

              @Sneak-L8 mach mal einen upload!

              https://www.iobroker.net/#de/documentation/tutorial/adapter.md
              Mit Filmchen (aus einem älteren admin)

              Das Führt leider alles zum selben Ergebnis:

              iobroker upgrade rpi2@3.0.2
              
              This upgrade of "rpi2" will at least introduce the following changes:
              ==========================================================================
              -> 3.0.2:
              Check for required libgpiod-dev package version
              
              -> 3.0.1:
              Updated logo, workflows and documentation
              admin 7.6.17 and js-controller 6.0.11 (or later) are required
              
              -> 3.0.0:
              NodeJS 20.x (or newer) is required
              Updated opengpio to v2 (works on Debian trixie)
              
              -> 2.4.0:
              read the current state of GPIO outputs during adapter startup.
              re-read GPIO input, if set by the user (with ack=false).
              add an option to invert true/false mapping to 1/0.
              Allow multiple instances of this adapter per host.
              tried to improve initialization of GPIO inputs.
              
              -> 2.3.2:
              added support for NVMe temperature (needs additional configuration, see README)
              fixed inital values for outputs.
              
              -> 2.3.1:
              fixed: GPIO library failed to load after recent dependency update.
              
              -> 2.3.0:
              correct interpretation of start value setting. Output with initial value 0/1 will set GPIO accordingly during startup. Output without an initial state will not set GPIO at all.
              ==========================================================================
              
              BE CAREFUL: THIS IS A MAJOR UPGRADE, WHICH WILL MOST LIKELY INTRODUCE BREAKING CHANGES!
              Would you like to upgrade rpi2 from @1.3.2 to @3.0.2 now? [(y)es, (n)o]: y
              Update rpi2 from @1.3.2 to @3.0.2
              NPM version: 10.9.7
              Installing iobroker.rpi2@3.0.2... (System call)
              Updating objects from io-package.json for adapter "rpi2" with version "1.3.2"
              upload [2] rpi2.admin /opt/iobroker/node_modules/iobroker.rpi2/admin/index_m.html index_m.html text/html
              upload [1] rpi2.admin /opt/iobroker/node_modules/iobroker.rpi2/admin/rpi.png rpi.png image/png
              upload [0] rpi2.admin /opt/iobroker/node_modules/iobroker.rpi2/admin/words.js words.js application/javascript
              pi@RaspberryPi4B:~ $
              

              Er aktualisiert drei Dateien und meint dann, fertig zu sein...

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

              @Sneak-L8

              sudo apt update
              apt policy libgpiod-dev
              

              sagt?

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

              1 Antwort Letzte Antwort
              0
              • S Offline
                S Offline
                Sneak-L8
                schrieb am zuletzt editiert von
                #36

                Hatte ich oben schon gepostet

                pi@RaspberryPi4B:~ $ apt policy libgpiod-dev
                libgpiod-dev:
                Installed: 2.2.1-2+deb13u1
                Candidate: 2.2.1-2+deb13u1
                Version table:
                *** 2.2.1-2+deb13u1 500
                500 http://deb.debian.org/debian trixie/main arm64 Packages
                100 /var/lib/dpkg/status

                Thomas BraunT 1 Antwort Letzte Antwort
                0
                • S Sneak-L8

                  Hatte ich oben schon gepostet

                  pi@RaspberryPi4B:~ $ apt policy libgpiod-dev
                  libgpiod-dev:
                  Installed: 2.2.1-2+deb13u1
                  Candidate: 2.2.1-2+deb13u1
                  Version table:
                  *** 2.2.1-2+deb13u1 500
                  500 http://deb.debian.org/debian trixie/main arm64 Packages
                  100 /var/lib/dpkg/status

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

                  @Sneak-L8

                  Dann weiß ich nicht, warum das bei dir falsch rein läuft. Auf meinem Testsystem wird jedenfalls die richtige Version gezogen:

                  thomas@testpi:~ $ iob update
                  Used repository: stable
                  Adapter    "admin"        : 7.7.22   , installed 7.7.22
                  Adapter    "backitup"     : 3.3.14   , installed 3.3.14
                  Adapter    "discovery"    : 5.0.0    , installed 5.0.0
                  Adapter    "javascript"   : 9.0.18   , installed 9.0.18
                  Controller "js-controller": 7.0.7    , installed 7.0.7
                  Adapter    "rpi2"         : 3.0.2    , installed 3.0.2
                  
                  

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

                  1 Antwort Letzte Antwort
                  0
                  • mcm1957M mcm1957

                    @Sneak-L8 sagte:

                    Ist die Beta evtl. nahezu identisch mitV3.0.2 hat aber eine veraltete Versions-Nr.?

                    Technisch ausgeschlossen.
                    Die Repositories zeigen nur auf npm Pakete. Ein und dasselbe Paket kann nicht unterschiedliche Versionsnummern haben.

                    Hast du hier schon wo den Log deines Updates gezeigt? Hab jetzt nichts gefunden.

                    mcm1957M Online
                    mcm1957M Online
                    mcm1957
                    schrieb am zuletzt editiert von
                    #38

                    mcm1957 sagte:

                    Hast du hier schon wo den Log deines Updates gezeigt? Hab jetzt nichts gefunden.

                    Sorry, war wohl zu unklar die Frage:

                    Hast du hie schon das log des Updates des Adapters wo gepostet?
                    Was passiert wenn du auf die 3.0.2 in Admin klickst?

                    Entwicklung u Betreuung: envertech-pv, hoymiles-ms, ns-client, pid, snmp Adapter;
                    Support Repositoryverwaltung.

                    Wer 'nen Kaffee spendieren will: https://paypal.me

                    LESEN - gute Forenbeitrage

                    1 Antwort Letzte Antwort
                    0
                    • S Offline
                      S Offline
                      Sneak-L8
                      schrieb am zuletzt editiert von
                      #39

                      Ja, siehe Post #32. Da werden nur drei Files aktualisiert und das war's.
                      Ich würde jetzt einfach den kompletten Adapter löschen (nicht nur die Instanz) und neu installieren.
                      Damit ich meine SQL-Daten nicht verliere: reicht es, die SQL-Aufzeichnung zu deaktivieren vor dem De- und Install? Und danach wieder aktivieren. Wenn ich das nicht mache, würden sonst alle Sätze gelöscht, oder?

                      HomoranH mcm1957M 2 Antworten Letzte Antwort
                      0
                      • S Sneak-L8

                        Ja, siehe Post #32. Da werden nur drei Files aktualisiert und das war's.
                        Ich würde jetzt einfach den kompletten Adapter löschen (nicht nur die Instanz) und neu installieren.
                        Damit ich meine SQL-Daten nicht verliere: reicht es, die SQL-Aufzeichnung zu deaktivieren vor dem De- und Install? Und danach wieder aktivieren. Wenn ich das nicht mache, würden sonst alle Sätze gelöscht, oder?

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

                        @Sneak-L8 sagte:

                        Ja, siehe Post #32.

                        Das ist kein debug-log!

                        kein Support per PN! - Fragen im Forum stellen -
                        Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
                        Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton oben rechts. Danke!
                        der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                        1 Antwort Letzte Antwort
                        0
                        • S Sneak-L8

                          Ja, siehe Post #32. Da werden nur drei Files aktualisiert und das war's.
                          Ich würde jetzt einfach den kompletten Adapter löschen (nicht nur die Instanz) und neu installieren.
                          Damit ich meine SQL-Daten nicht verliere: reicht es, die SQL-Aufzeichnung zu deaktivieren vor dem De- und Install? Und danach wieder aktivieren. Wenn ich das nicht mache, würden sonst alle Sätze gelöscht, oder?

                          mcm1957M Online
                          mcm1957M Online
                          mcm1957
                          schrieb am zuletzt editiert von mcm1957
                          #41

                          @Sneak-L8 sagte:

                          Ja, siehe Post #32. Da werden nur drei Files aktualisiert und das war's.
                          Ich würde jetzt einfach den kompletten Adapter löschen (nicht nur die Instanz) und neu installieren.
                          Damit ich meine SQL-Daten nicht verliere: reicht es, die SQL-Aufzeichnung zu deaktivieren vor dem De- und Install? Und danach wieder aktivieren. Wenn ich das nicht mache, würden sonst alle Sätze gelöscht, oder?

                          Sorry, aber wenn du mit #32 das da meinst:

                          a9c91dec-1b45-42ea-a98d-9e1fcec7d5e2-image.jpeg

                          Da ist nicjht ein einziges LOGFILE dabei.

                          Unter log verstehe zumindest ich dass man (wenn möglich) den eingegebenen Befehl und allen Output sieht. Zumindest der komplette Output sollte da sein. In Beitrag #32 ist maximal eine Nacherzählung vorhanden, 'upgrade auf 3.0.2' kommt ziemlich sicher nie irgendwo als output.

                          P.S: Und UPLOAD ist keine Update/Upgrade Installation sondern aktualisisert nur die Anzeigedateien im Admin

                          Entwicklung u Betreuung: envertech-pv, hoymiles-ms, ns-client, pid, snmp Adapter;
                          Support Repositoryverwaltung.

                          Wer 'nen Kaffee spendieren will: https://paypal.me

                          LESEN - gute Forenbeitrage

                          HomoranH 1 Antwort Letzte Antwort
                          0
                          • mcm1957M mcm1957

                            @Sneak-L8 sagte:

                            Ja, siehe Post #32. Da werden nur drei Files aktualisiert und das war's.
                            Ich würde jetzt einfach den kompletten Adapter löschen (nicht nur die Instanz) und neu installieren.
                            Damit ich meine SQL-Daten nicht verliere: reicht es, die SQL-Aufzeichnung zu deaktivieren vor dem De- und Install? Und danach wieder aktivieren. Wenn ich das nicht mache, würden sonst alle Sätze gelöscht, oder?

                            Sorry, aber wenn du mit #32 das da meinst:

                            a9c91dec-1b45-42ea-a98d-9e1fcec7d5e2-image.jpeg

                            Da ist nicjht ein einziges LOGFILE dabei.

                            Unter log verstehe zumindest ich dass man (wenn möglich) den eingegebenen Befehl und allen Output sieht. Zumindest der komplette Output sollte da sein. In Beitrag #32 ist maximal eine Nacherzählung vorhanden, 'upgrade auf 3.0.2' kommt ziemlich sicher nie irgendwo als output.

                            P.S: Und UPLOAD ist keine Update/Upgrade Installation sondern aktualisisert nur die Anzeigedateien im Admin

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

                            @mcm1957 sagte:

                            'upgrade auf 3.0.2'

                            Ist ein spoiler.
                            Darin ist der output, aber ohne --debug

                            kein Support per PN! - Fragen im Forum stellen -
                            Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
                            Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton oben rechts. Danke!
                            der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                            1 Antwort Letzte Antwort
                            0
                            • S Offline
                              S Offline
                              Sneak-L8
                              schrieb am zuletzt editiert von
                              #43

                              Danke, die Info, wie ich hier das Debug-Log aktiviere, hatte mir gefehlt:

                              iobroker upgrade rpi2@3.0.2 --debug
                              
                              This upgrade of "rpi2" will at least introduce the following changes:
                              ==========================================================================
                              -> 3.0.2:
                              Check for required libgpiod-dev package version
                              
                              -> 3.0.1:
                              Updated logo, workflows and documentation
                              admin 7.6.17 and js-controller 6.0.11 (or later) are required
                              
                              -> 3.0.0:
                              NodeJS 20.x (or newer) is required
                              Updated opengpio to v2 (works on Debian trixie)
                              
                              -> 2.4.0:
                              read the current state of GPIO outputs during adapter startup.
                              re-read GPIO input, if set by the user (with ack=false).
                              add an option to invert true/false mapping to 1/0.
                              Allow multiple instances of this adapter per host.
                              tried to improve initialization of GPIO inputs.
                              
                              -> 2.3.2:
                              added support for NVMe temperature (needs additional configuration, see README)
                              fixed inital values for outputs.
                              
                              -> 2.3.1:
                              fixed: GPIO library failed to load after recent dependency update.
                              
                              -> 2.3.0:
                              correct interpretation of start value setting. Output with initial value 0/1 will set GPIO accordingly during startup. Output without an initial state will not set GPIO at all.
                              ==========================================================================
                              
                              BE CAREFUL: THIS IS A MAJOR UPGRADE, WHICH WILL MOST LIKELY INTRODUCE BREAKING CHANGES!
                              Would you like to upgrade rpi2 from @1.3.2 to @3.0.2 now? [(y)es, (n)o]: y
                              Update rpi2 from @1.3.2 to @3.0.2
                              NPM version: 10.9.7
                              Installing iobroker.rpi2@3.0.2... (System call)
                              
                              > iobroker.rpi2@3.0.2 preinstall
                              > bash ./preinstall-check.sh
                              
                              Checking package: libgpiod-dev >= 2.2
                              libgpiod-dev version OK: 2.2.1-2+deb13u1
                              
                              > node-dht-sensor@0.4.5 install
                              > node-gyp configure
                              
                              gyp info it worked if it ends with ok
                              gyp info using node-gyp@8.4.1
                              gyp info using node@22.22.2 | linux | arm64
                              (node:58457) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead.
                              (Use `node --trace-deprecation ...` to show where the warning was created)
                              gyp info find Python using Python version 3.13.5 found at "/usr/bin/python3"
                              gyp info spawn /usr/bin/python3
                              gyp info spawn args [
                              gyp info spawn args   '/opt/iobroker/node_modules/node-gyp/gyp/gyp_main.py',
                              gyp info spawn args   'binding.gyp',
                              gyp info spawn args   '-f',
                              gyp info spawn args   'make',
                              gyp info spawn args   '-I',
                              gyp info spawn args   '/opt/iobroker/node_modules/node-dht-sensor/build/config.gypi',
                              gyp info spawn args   '-I',
                              gyp info spawn args   '/opt/iobroker/node_modules/node-gyp/addon.gypi',
                              gyp info spawn args   '-I',
                              gyp info spawn args   '/home/iobroker/.cache/node-gyp/22.22.2/include/node/common.gypi',
                              gyp info spawn args   '-Dlibrary=shared_library',
                              gyp info spawn args   '-Dvisibility=default',
                              gyp info spawn args   '-Dnode_root_dir=/home/iobroker/.cache/node-gyp/22.22.2',
                              gyp info spawn args   '-Dnode_gyp_dir=/opt/iobroker/node_modules/node-gyp',
                              gyp info spawn args   '-Dnode_lib_file=/home/iobroker/.cache/node-gyp/22.22.2/<(target_arch)/node.lib',
                              gyp info spawn args   '-Dmodule_root_dir=/opt/iobroker/node_modules/node-dht-sensor',
                              gyp info spawn args   '-Dnode_engine=v8',
                              gyp info spawn args   '--depth=.',
                              gyp info spawn args   '--no-parallel',
                              gyp info spawn args   '--generator-output',
                              gyp info spawn args   'build',
                              gyp info spawn args   '-Goutput_dir=.'
                              gyp info spawn args ]
                              Traceback (most recent call last):
                               File "/opt/iobroker/node_modules/node-gyp/gyp/gyp_main.py", line 42, in <module>
                                 import gyp  # noqa: E402
                                 ^^^^^^^^^^
                               File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 9, in <module>
                                 import gyp.input
                               File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 19, in <module>
                                 from distutils.version import StrictVersion
                              ModuleNotFoundError: No module named 'distutils'
                              gyp ERR! configure error
                              gyp ERR! stack Error: `gyp` failed with exit code: 1
                              gyp ERR! stack     at ChildProcess.onCpExit (/opt/iobroker/node_modules/node-gyp/lib/configure.js:259:16)
                              gyp ERR! stack     at ChildProcess.emit (node:events:519:28)
                              gyp ERR! stack     at ChildProcess._handle.onexit (node:internal/child_process:293:12)
                              gyp ERR! System Linux 6.12.75+rpt-rpi-v8
                              gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/.bin/node-gyp" "configure"
                              gyp ERR! cwd /opt/iobroker/node_modules/node-dht-sensor
                              gyp ERR! node -v v22.22.2
                              gyp ERR! node-gyp -v v8.4.1
                              gyp ERR! not ok
                              
                              > opengpio@2.0.2 install
                              > node-gyp rebuild
                              
                              gyp info it worked if it ends with ok
                              gyp info using node-gyp@8.4.1
                              gyp info using node@22.22.2 | linux | arm64
                              (node:58475) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead.
                              (Use `node --trace-deprecation ...` to show where the warning was created)
                              gyp info find Python using Python version 3.13.5 found at "/usr/bin/python3"
                              gyp info spawn /usr/bin/python3
                              gyp info spawn args [
                              gyp info spawn args   '/opt/iobroker/node_modules/node-gyp/gyp/gyp_main.py',
                              gyp info spawn args   'binding.gyp',
                              gyp info spawn args   '-f',
                              gyp info spawn args   'make',
                              gyp info spawn args   '-I',
                              gyp info spawn args   '/opt/iobroker/node_modules/opengpio/build/config.gypi',
                              gyp info spawn args   '-I',
                              gyp info spawn args   '/opt/iobroker/node_modules/node-gyp/addon.gypi',
                              gyp info spawn args   '-I',
                              gyp info spawn args   '/home/iobroker/.cache/node-gyp/22.22.2/include/node/common.gypi',
                              gyp info spawn args   '-Dlibrary=shared_library',
                              gyp info spawn args   '-Dvisibility=default',
                              gyp info spawn args   '-Dnode_root_dir=/home/iobroker/.cache/node-gyp/22.22.2',
                              gyp info spawn args   '-Dnode_gyp_dir=/opt/iobroker/node_modules/node-gyp',
                              gyp info spawn args   '-Dnode_lib_file=/home/iobroker/.cache/node-gyp/22.22.2/<(target_arch)/node.lib',
                              gyp info spawn args   '-Dmodule_root_dir=/opt/iobroker/node_modules/opengpio',
                              gyp info spawn args   '-Dnode_engine=v8',
                              gyp info spawn args   '--depth=.',
                              gyp info spawn args   '--no-parallel',
                              gyp info spawn args   '--generator-output',
                              gyp info spawn args   'build',
                              gyp info spawn args   '-Goutput_dir=.'
                              gyp info spawn args ]
                              Traceback (most recent call last):
                               File "/opt/iobroker/node_modules/node-gyp/gyp/gyp_main.py", line 42, in <module>
                                 import gyp  # noqa: E402
                                 ^^^^^^^^^^
                               File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 9, in <module>
                                 import gyp.input
                               File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 19, in <module>
                                 from distutils.version import StrictVersion
                              ModuleNotFoundError: No module named 'distutils'
                              gyp ERR! configure error
                              gyp ERR! stack Error: `gyp` failed with exit code: 1
                              gyp ERR! stack     at ChildProcess.onCpExit (/opt/iobroker/node_modules/node-gyp/lib/configure.js:259:16)
                              gyp ERR! stack     at ChildProcess.emit (node:events:519:28)
                              gyp ERR! stack     at ChildProcess._handle.onexit (node:internal/child_process:293:12)
                              gyp ERR! System Linux 6.12.75+rpt-rpi-v8
                              gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/.bin/node-gyp" "rebuild"
                              gyp ERR! cwd /opt/iobroker/node_modules/opengpio
                              gyp ERR! node -v v22.22.2
                              gyp ERR! node-gyp -v v8.4.1
                              gyp ERR! not ok
                              npm error code 1
                              npm error path /opt/iobroker/node_modules/opengpio
                              npm error command failed
                              npm error command sh -c node-gyp rebuild
                              npm error A complete log of this run can be found in: /home/iobroker/.npm/_logs/2026-04-29T06_57_29_211Z-debug-0.log
                              Updating objects from io-package.json for adapter "rpi2" with version "1.3.2"
                              upload [2] rpi2.admin /opt/iobroker/node_modules/iobroker.rpi2/admin/index_m.html index_m.html text/html
                              upload [1] rpi2.admin /opt/iobroker/node_modules/iobroker.rpi2/admin/rpi.png rpi.png image/png
                              upload [0] rpi2.admin /opt/iobroker/node_modules/iobroker.rpi2/admin/words.js words.js application/javascript
                              

                              HomoranH 1 Antwort Letzte Antwort
                              0
                              • S Sneak-L8

                                Danke, die Info, wie ich hier das Debug-Log aktiviere, hatte mir gefehlt:

                                iobroker upgrade rpi2@3.0.2 --debug
                                
                                This upgrade of "rpi2" will at least introduce the following changes:
                                ==========================================================================
                                -> 3.0.2:
                                Check for required libgpiod-dev package version
                                
                                -> 3.0.1:
                                Updated logo, workflows and documentation
                                admin 7.6.17 and js-controller 6.0.11 (or later) are required
                                
                                -> 3.0.0:
                                NodeJS 20.x (or newer) is required
                                Updated opengpio to v2 (works on Debian trixie)
                                
                                -> 2.4.0:
                                read the current state of GPIO outputs during adapter startup.
                                re-read GPIO input, if set by the user (with ack=false).
                                add an option to invert true/false mapping to 1/0.
                                Allow multiple instances of this adapter per host.
                                tried to improve initialization of GPIO inputs.
                                
                                -> 2.3.2:
                                added support for NVMe temperature (needs additional configuration, see README)
                                fixed inital values for outputs.
                                
                                -> 2.3.1:
                                fixed: GPIO library failed to load after recent dependency update.
                                
                                -> 2.3.0:
                                correct interpretation of start value setting. Output with initial value 0/1 will set GPIO accordingly during startup. Output without an initial state will not set GPIO at all.
                                ==========================================================================
                                
                                BE CAREFUL: THIS IS A MAJOR UPGRADE, WHICH WILL MOST LIKELY INTRODUCE BREAKING CHANGES!
                                Would you like to upgrade rpi2 from @1.3.2 to @3.0.2 now? [(y)es, (n)o]: y
                                Update rpi2 from @1.3.2 to @3.0.2
                                NPM version: 10.9.7
                                Installing iobroker.rpi2@3.0.2... (System call)
                                
                                > iobroker.rpi2@3.0.2 preinstall
                                > bash ./preinstall-check.sh
                                
                                Checking package: libgpiod-dev >= 2.2
                                libgpiod-dev version OK: 2.2.1-2+deb13u1
                                
                                > node-dht-sensor@0.4.5 install
                                > node-gyp configure
                                
                                gyp info it worked if it ends with ok
                                gyp info using node-gyp@8.4.1
                                gyp info using node@22.22.2 | linux | arm64
                                (node:58457) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead.
                                (Use `node --trace-deprecation ...` to show where the warning was created)
                                gyp info find Python using Python version 3.13.5 found at "/usr/bin/python3"
                                gyp info spawn /usr/bin/python3
                                gyp info spawn args [
                                gyp info spawn args   '/opt/iobroker/node_modules/node-gyp/gyp/gyp_main.py',
                                gyp info spawn args   'binding.gyp',
                                gyp info spawn args   '-f',
                                gyp info spawn args   'make',
                                gyp info spawn args   '-I',
                                gyp info spawn args   '/opt/iobroker/node_modules/node-dht-sensor/build/config.gypi',
                                gyp info spawn args   '-I',
                                gyp info spawn args   '/opt/iobroker/node_modules/node-gyp/addon.gypi',
                                gyp info spawn args   '-I',
                                gyp info spawn args   '/home/iobroker/.cache/node-gyp/22.22.2/include/node/common.gypi',
                                gyp info spawn args   '-Dlibrary=shared_library',
                                gyp info spawn args   '-Dvisibility=default',
                                gyp info spawn args   '-Dnode_root_dir=/home/iobroker/.cache/node-gyp/22.22.2',
                                gyp info spawn args   '-Dnode_gyp_dir=/opt/iobroker/node_modules/node-gyp',
                                gyp info spawn args   '-Dnode_lib_file=/home/iobroker/.cache/node-gyp/22.22.2/<(target_arch)/node.lib',
                                gyp info spawn args   '-Dmodule_root_dir=/opt/iobroker/node_modules/node-dht-sensor',
                                gyp info spawn args   '-Dnode_engine=v8',
                                gyp info spawn args   '--depth=.',
                                gyp info spawn args   '--no-parallel',
                                gyp info spawn args   '--generator-output',
                                gyp info spawn args   'build',
                                gyp info spawn args   '-Goutput_dir=.'
                                gyp info spawn args ]
                                Traceback (most recent call last):
                                 File "/opt/iobroker/node_modules/node-gyp/gyp/gyp_main.py", line 42, in <module>
                                   import gyp  # noqa: E402
                                   ^^^^^^^^^^
                                 File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 9, in <module>
                                   import gyp.input
                                 File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 19, in <module>
                                   from distutils.version import StrictVersion
                                ModuleNotFoundError: No module named 'distutils'
                                gyp ERR! configure error
                                gyp ERR! stack Error: `gyp` failed with exit code: 1
                                gyp ERR! stack     at ChildProcess.onCpExit (/opt/iobroker/node_modules/node-gyp/lib/configure.js:259:16)
                                gyp ERR! stack     at ChildProcess.emit (node:events:519:28)
                                gyp ERR! stack     at ChildProcess._handle.onexit (node:internal/child_process:293:12)
                                gyp ERR! System Linux 6.12.75+rpt-rpi-v8
                                gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/.bin/node-gyp" "configure"
                                gyp ERR! cwd /opt/iobroker/node_modules/node-dht-sensor
                                gyp ERR! node -v v22.22.2
                                gyp ERR! node-gyp -v v8.4.1
                                gyp ERR! not ok
                                
                                > opengpio@2.0.2 install
                                > node-gyp rebuild
                                
                                gyp info it worked if it ends with ok
                                gyp info using node-gyp@8.4.1
                                gyp info using node@22.22.2 | linux | arm64
                                (node:58475) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead.
                                (Use `node --trace-deprecation ...` to show where the warning was created)
                                gyp info find Python using Python version 3.13.5 found at "/usr/bin/python3"
                                gyp info spawn /usr/bin/python3
                                gyp info spawn args [
                                gyp info spawn args   '/opt/iobroker/node_modules/node-gyp/gyp/gyp_main.py',
                                gyp info spawn args   'binding.gyp',
                                gyp info spawn args   '-f',
                                gyp info spawn args   'make',
                                gyp info spawn args   '-I',
                                gyp info spawn args   '/opt/iobroker/node_modules/opengpio/build/config.gypi',
                                gyp info spawn args   '-I',
                                gyp info spawn args   '/opt/iobroker/node_modules/node-gyp/addon.gypi',
                                gyp info spawn args   '-I',
                                gyp info spawn args   '/home/iobroker/.cache/node-gyp/22.22.2/include/node/common.gypi',
                                gyp info spawn args   '-Dlibrary=shared_library',
                                gyp info spawn args   '-Dvisibility=default',
                                gyp info spawn args   '-Dnode_root_dir=/home/iobroker/.cache/node-gyp/22.22.2',
                                gyp info spawn args   '-Dnode_gyp_dir=/opt/iobroker/node_modules/node-gyp',
                                gyp info spawn args   '-Dnode_lib_file=/home/iobroker/.cache/node-gyp/22.22.2/<(target_arch)/node.lib',
                                gyp info spawn args   '-Dmodule_root_dir=/opt/iobroker/node_modules/opengpio',
                                gyp info spawn args   '-Dnode_engine=v8',
                                gyp info spawn args   '--depth=.',
                                gyp info spawn args   '--no-parallel',
                                gyp info spawn args   '--generator-output',
                                gyp info spawn args   'build',
                                gyp info spawn args   '-Goutput_dir=.'
                                gyp info spawn args ]
                                Traceback (most recent call last):
                                 File "/opt/iobroker/node_modules/node-gyp/gyp/gyp_main.py", line 42, in <module>
                                   import gyp  # noqa: E402
                                   ^^^^^^^^^^
                                 File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 9, in <module>
                                   import gyp.input
                                 File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 19, in <module>
                                   from distutils.version import StrictVersion
                                ModuleNotFoundError: No module named 'distutils'
                                gyp ERR! configure error
                                gyp ERR! stack Error: `gyp` failed with exit code: 1
                                gyp ERR! stack     at ChildProcess.onCpExit (/opt/iobroker/node_modules/node-gyp/lib/configure.js:259:16)
                                gyp ERR! stack     at ChildProcess.emit (node:events:519:28)
                                gyp ERR! stack     at ChildProcess._handle.onexit (node:internal/child_process:293:12)
                                gyp ERR! System Linux 6.12.75+rpt-rpi-v8
                                gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/.bin/node-gyp" "rebuild"
                                gyp ERR! cwd /opt/iobroker/node_modules/opengpio
                                gyp ERR! node -v v22.22.2
                                gyp ERR! node-gyp -v v8.4.1
                                gyp ERR! not ok
                                npm error code 1
                                npm error path /opt/iobroker/node_modules/opengpio
                                npm error command failed
                                npm error command sh -c node-gyp rebuild
                                npm error A complete log of this run can be found in: /home/iobroker/.npm/_logs/2026-04-29T06_57_29_211Z-debug-0.log
                                Updating objects from io-package.json for adapter "rpi2" with version "1.3.2"
                                upload [2] rpi2.admin /opt/iobroker/node_modules/iobroker.rpi2/admin/index_m.html index_m.html text/html
                                upload [1] rpi2.admin /opt/iobroker/node_modules/iobroker.rpi2/admin/rpi.png rpi.png image/png
                                upload [0] rpi2.admin /opt/iobroker/node_modules/iobroker.rpi2/admin/words.js words.js application/javascript
                                

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

                                @Sneak-L8 sagte:

                                npm error A complete log of this run can be found in: /home/iobroker/.npm/_logs/2026-04-29T06_57_29_211Z-debug-0.log
                                Updating objects from io-package.json for adapter "rpi2" with version "1.3.2"

                                Bitte auch zeigen!

                                Ich denke nicht dass der Error

                                @Sneak-L8 sagte:

                                noqa: E402

                                Der HTML 402 (payment required)sein sollte 😉

                                kein Support per PN! - Fragen im Forum stellen -
                                Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
                                Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton oben rechts. Danke!
                                der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                                1 Antwort Letzte Antwort
                                0
                                • S Offline
                                  S Offline
                                  Sneak-L8
                                  schrieb am zuletzt editiert von
                                  #45

                                  Gerne.

                                  cat /home/iobroker/.npm/_logs/2026-04-29T06_57_29_211Z-debug-0.log
                                  0 verbose cli /usr/bin/node /usr/bin/npm
                                  1 info using npm@10.9.7
                                  2 info using node@v22.22.2
                                  3 silly config load:file:/usr/lib/node_modules/npm/npmrc
                                  4 silly config load:file:/opt/iobroker/.npmrc
                                  5 silly config load:file:/home/iobroker/.npmrc
                                  6 silly config load:file:/usr/etc/npmrc
                                  7 verbose title npm install iobroker.rpi2@3.0.2
                                  8 verbose argv "install" "--save-exact" "iobroker.rpi2@3.0.2" "--foreground-scripts"
                                  9 verbose logfile logs-max:10 dir:/home/iobroker/.npm/_logs/2026-04-29T06_57_29_211Z-
                                  10 verbose logfile /home/iobroker/.npm/_logs/2026-04-29T06_57_29_211Z-debug-0.log
                                  11 silly logfile start cleaning logs, removing 1 files
                                  12 silly packumentCache heap:2041053184 maxSize:510263296 maxEntrySize:255131648
                                  13 silly logfile done cleaning log files
                                  14 silly idealTree buildDeps
                                  15 silly fetch manifest iobroker.rpi2@3.0.2
                                  16 silly packumentCache full:https://registry.npmjs.org/iobroker.rpi2 cache-miss
                                  17 verbose shrinkwrap failed to load node_modules/.package-lock.json out of date, updated: node_modules
                                  18 http fetch GET 200 https://registry.npmjs.org/iobroker.rpi2 2238ms (cache revalidated)
                                  19 silly packumentCache full:https://registry.npmjs.org/iobroker.rpi2 set size:169789 disposed:false
                                  20 silly placeDep ROOT iobroker.rpi2@3.0.2 REPLACE for: iobroker.inst@3.0.0 want: 3.0.2
                                  21 silly fetch manifest ci@^2.3.0
                                  22 silly packumentCache full:https://registry.npmjs.org/ci cache-miss
                                  23 silly fetch manifest opengpio@^2.0.2
                                  24 silly packumentCache full:https://registry.npmjs.org/opengpio cache-miss
                                  25 http fetch GET 200 https://registry.npmjs.org/ci 570ms (cache revalidated)
                                  26 silly packumentCache full:https://registry.npmjs.org/ci set size:22895 disposed:false
                                  27 http fetch GET 200 https://registry.npmjs.org/opengpio 679ms (cache revalidated)
                                  28 silly packumentCache full:https://registry.npmjs.org/opengpio set size:46175 disposed:false
                                  29 silly placeDep ROOT ci@2.3.0 OK for: iobroker.rpi2@3.0.2 want: ^2.3.0
                                  30 silly placeDep ROOT opengpio@2.0.2 OK for: iobroker.rpi2@3.0.2 want: ^2.0.2
                                  31 silly reify mark retired [ '/opt/iobroker/node_modules/iobroker.rpi2' ]
                                  32 silly reify mark retired [ '/opt/iobroker/node_modules/sync-exec' ]
                                  33 silly reify moves {
                                  33 silly reify   '/opt/iobroker/node_modules/iobroker.rpi2': '/opt/iobroker/node_modules/.iobroker.rpi2-2YWXQatr',
                                  33 silly reify   '/opt/iobroker/node_modules/sync-exec': '/opt/iobroker/node_modules/.sync-exec-ypF59BB9'
                                  33 silly reify }
                                  34 verbose reify failed optional dependency /opt/iobroker/node_modules/fsevents
                                  35 silly reify mark deleted [ '/opt/iobroker/node_modules/fsevents' ]
                                  36 http cache opengpio@https://registry.npmjs.org/opengpio/-/opengpio-2.0.2.tgz 0ms (cache hit)
                                  37 http cache node-dht-sensor@https://registry.npmjs.org/node-dht-sensor/-/node-dht-sensor-0.4.5.tgz 0ms (cache hit)
                                  38 http cache iobroker.rpi2@https://registry.npmjs.org/iobroker.rpi2/-/iobroker.rpi2-3.0.2.tgz 0ms (cache hit)
                                  39 http cache ci@https://registry.npmjs.org/ci/-/ci-2.3.0.tgz 0ms (cache hit)
                                  40 http cache node-addon-api@https://registry.npmjs.org/node-addon-api/-/node-addon-api-1.7.2.tgz 0ms (cache hit)
                                  41 info run iobroker.rpi2@3.0.2 preinstall node_modules/iobroker.rpi2 bash ./preinstall-check.sh
                                  42 info run iobroker.rpi2@3.0.2 preinstall { code: 0, signal: null }
                                  43 info run node-dht-sensor@0.4.5 install node_modules/node-dht-sensor node-gyp configure
                                  44 info run node-dht-sensor@0.4.5 install { code: 1, signal: null }
                                  45 verbose reify failed optional dependency /opt/iobroker/node_modules/node-dht-sensor
                                  46 silly reify mark deleted [ '/opt/iobroker/node_modules/node-dht-sensor' ]
                                  47 verbose reify failed optional dependency /opt/iobroker/node_modules/node-dht-sensor/node_modules/node-addon-api
                                  48 silly reify mark deleted [
                                  48 silly reify   '/opt/iobroker/node_modules/node-dht-sensor/node_modules/node-addon-api'
                                  48 silly reify ]
                                  49 info run opengpio@2.0.2 install node_modules/opengpio node-gyp rebuild
                                  50 info run opengpio@2.0.2 install { code: 1, signal: null }
                                  51 verbose stack Error: command failed
                                  51 verbose stack     at promiseSpawn (/usr/lib/node_modules/npm/node_modules/@npmcli/promise-spawn/lib/index.js:22:22)
                                  51 verbose stack     at spawnWithShell (/usr/lib/node_modules/npm/node_modules/@npmcli/promise-spawn/lib/index.js:124:10)
                                  51 verbose stack     at promiseSpawn (/usr/lib/node_modules/npm/node_modules/@npmcli/promise-spawn/lib/index.js:12:12)
                                  51 verbose stack     at runScriptPkg (/usr/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/run-script-pkg.js:79:13)
                                  51 verbose stack     at runScript (/usr/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/run-script.js:9:12)
                                  51 verbose stack     at /usr/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/rebuild.js:329:17
                                  51 verbose stack     at run (/usr/lib/node_modules/npm/node_modules/promise-call-limit/dist/commonjs/index.js:67:22)
                                  51 verbose stack     at /usr/lib/node_modules/npm/node_modules/promise-call-limit/dist/commonjs/index.js:79:13
                                  51 verbose stack     at process.processTicksAndRejections (node:internal/process/task_queues:103:5)
                                  52 verbose pkgid opengpio@2.0.2
                                  53 error code 1
                                  54 error path /opt/iobroker/node_modules/opengpio
                                  55 error command failed
                                  56 error command sh -c node-gyp rebuild
                                  57 silly unfinished npm timer reify 1777445850399
                                  58 silly unfinished npm timer reify:build 1777445856727
                                  59 silly unfinished npm timer build 1777445856729
                                  60 silly unfinished npm timer build:deps 1777445856729
                                  61 silly unfinished npm timer build:run:install 1777445856791
                                  62 silly unfinished npm timer build:run:install:node_modules/opengpio 1777445857732
                                  63 verbose cwd /opt/iobroker
                                  64 verbose os Linux 6.12.75+rpt-rpi-v8
                                  65 verbose node v22.22.2
                                  66 verbose npm  v10.9.7
                                  67 verbose exit 1
                                  68 verbose code 1
                                  69 error A complete log of this run can be found in: /home/iobroker/.npm/_logs/2026-04-29T06_57_29_211Z-debug-0.log
                                  

                                  Thomas BraunT 1 Antwort Letzte Antwort
                                  0
                                  • S Sneak-L8

                                    Gerne.

                                    cat /home/iobroker/.npm/_logs/2026-04-29T06_57_29_211Z-debug-0.log
                                    0 verbose cli /usr/bin/node /usr/bin/npm
                                    1 info using npm@10.9.7
                                    2 info using node@v22.22.2
                                    3 silly config load:file:/usr/lib/node_modules/npm/npmrc
                                    4 silly config load:file:/opt/iobroker/.npmrc
                                    5 silly config load:file:/home/iobroker/.npmrc
                                    6 silly config load:file:/usr/etc/npmrc
                                    7 verbose title npm install iobroker.rpi2@3.0.2
                                    8 verbose argv "install" "--save-exact" "iobroker.rpi2@3.0.2" "--foreground-scripts"
                                    9 verbose logfile logs-max:10 dir:/home/iobroker/.npm/_logs/2026-04-29T06_57_29_211Z-
                                    10 verbose logfile /home/iobroker/.npm/_logs/2026-04-29T06_57_29_211Z-debug-0.log
                                    11 silly logfile start cleaning logs, removing 1 files
                                    12 silly packumentCache heap:2041053184 maxSize:510263296 maxEntrySize:255131648
                                    13 silly logfile done cleaning log files
                                    14 silly idealTree buildDeps
                                    15 silly fetch manifest iobroker.rpi2@3.0.2
                                    16 silly packumentCache full:https://registry.npmjs.org/iobroker.rpi2 cache-miss
                                    17 verbose shrinkwrap failed to load node_modules/.package-lock.json out of date, updated: node_modules
                                    18 http fetch GET 200 https://registry.npmjs.org/iobroker.rpi2 2238ms (cache revalidated)
                                    19 silly packumentCache full:https://registry.npmjs.org/iobroker.rpi2 set size:169789 disposed:false
                                    20 silly placeDep ROOT iobroker.rpi2@3.0.2 REPLACE for: iobroker.inst@3.0.0 want: 3.0.2
                                    21 silly fetch manifest ci@^2.3.0
                                    22 silly packumentCache full:https://registry.npmjs.org/ci cache-miss
                                    23 silly fetch manifest opengpio@^2.0.2
                                    24 silly packumentCache full:https://registry.npmjs.org/opengpio cache-miss
                                    25 http fetch GET 200 https://registry.npmjs.org/ci 570ms (cache revalidated)
                                    26 silly packumentCache full:https://registry.npmjs.org/ci set size:22895 disposed:false
                                    27 http fetch GET 200 https://registry.npmjs.org/opengpio 679ms (cache revalidated)
                                    28 silly packumentCache full:https://registry.npmjs.org/opengpio set size:46175 disposed:false
                                    29 silly placeDep ROOT ci@2.3.0 OK for: iobroker.rpi2@3.0.2 want: ^2.3.0
                                    30 silly placeDep ROOT opengpio@2.0.2 OK for: iobroker.rpi2@3.0.2 want: ^2.0.2
                                    31 silly reify mark retired [ '/opt/iobroker/node_modules/iobroker.rpi2' ]
                                    32 silly reify mark retired [ '/opt/iobroker/node_modules/sync-exec' ]
                                    33 silly reify moves {
                                    33 silly reify   '/opt/iobroker/node_modules/iobroker.rpi2': '/opt/iobroker/node_modules/.iobroker.rpi2-2YWXQatr',
                                    33 silly reify   '/opt/iobroker/node_modules/sync-exec': '/opt/iobroker/node_modules/.sync-exec-ypF59BB9'
                                    33 silly reify }
                                    34 verbose reify failed optional dependency /opt/iobroker/node_modules/fsevents
                                    35 silly reify mark deleted [ '/opt/iobroker/node_modules/fsevents' ]
                                    36 http cache opengpio@https://registry.npmjs.org/opengpio/-/opengpio-2.0.2.tgz 0ms (cache hit)
                                    37 http cache node-dht-sensor@https://registry.npmjs.org/node-dht-sensor/-/node-dht-sensor-0.4.5.tgz 0ms (cache hit)
                                    38 http cache iobroker.rpi2@https://registry.npmjs.org/iobroker.rpi2/-/iobroker.rpi2-3.0.2.tgz 0ms (cache hit)
                                    39 http cache ci@https://registry.npmjs.org/ci/-/ci-2.3.0.tgz 0ms (cache hit)
                                    40 http cache node-addon-api@https://registry.npmjs.org/node-addon-api/-/node-addon-api-1.7.2.tgz 0ms (cache hit)
                                    41 info run iobroker.rpi2@3.0.2 preinstall node_modules/iobroker.rpi2 bash ./preinstall-check.sh
                                    42 info run iobroker.rpi2@3.0.2 preinstall { code: 0, signal: null }
                                    43 info run node-dht-sensor@0.4.5 install node_modules/node-dht-sensor node-gyp configure
                                    44 info run node-dht-sensor@0.4.5 install { code: 1, signal: null }
                                    45 verbose reify failed optional dependency /opt/iobroker/node_modules/node-dht-sensor
                                    46 silly reify mark deleted [ '/opt/iobroker/node_modules/node-dht-sensor' ]
                                    47 verbose reify failed optional dependency /opt/iobroker/node_modules/node-dht-sensor/node_modules/node-addon-api
                                    48 silly reify mark deleted [
                                    48 silly reify   '/opt/iobroker/node_modules/node-dht-sensor/node_modules/node-addon-api'
                                    48 silly reify ]
                                    49 info run opengpio@2.0.2 install node_modules/opengpio node-gyp rebuild
                                    50 info run opengpio@2.0.2 install { code: 1, signal: null }
                                    51 verbose stack Error: command failed
                                    51 verbose stack     at promiseSpawn (/usr/lib/node_modules/npm/node_modules/@npmcli/promise-spawn/lib/index.js:22:22)
                                    51 verbose stack     at spawnWithShell (/usr/lib/node_modules/npm/node_modules/@npmcli/promise-spawn/lib/index.js:124:10)
                                    51 verbose stack     at promiseSpawn (/usr/lib/node_modules/npm/node_modules/@npmcli/promise-spawn/lib/index.js:12:12)
                                    51 verbose stack     at runScriptPkg (/usr/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/run-script-pkg.js:79:13)
                                    51 verbose stack     at runScript (/usr/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/run-script.js:9:12)
                                    51 verbose stack     at /usr/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/rebuild.js:329:17
                                    51 verbose stack     at run (/usr/lib/node_modules/npm/node_modules/promise-call-limit/dist/commonjs/index.js:67:22)
                                    51 verbose stack     at /usr/lib/node_modules/npm/node_modules/promise-call-limit/dist/commonjs/index.js:79:13
                                    51 verbose stack     at process.processTicksAndRejections (node:internal/process/task_queues:103:5)
                                    52 verbose pkgid opengpio@2.0.2
                                    53 error code 1
                                    54 error path /opt/iobroker/node_modules/opengpio
                                    55 error command failed
                                    56 error command sh -c node-gyp rebuild
                                    57 silly unfinished npm timer reify 1777445850399
                                    58 silly unfinished npm timer reify:build 1777445856727
                                    59 silly unfinished npm timer build 1777445856729
                                    60 silly unfinished npm timer build:deps 1777445856729
                                    61 silly unfinished npm timer build:run:install 1777445856791
                                    62 silly unfinished npm timer build:run:install:node_modules/opengpio 1777445857732
                                    63 verbose cwd /opt/iobroker
                                    64 verbose os Linux 6.12.75+rpt-rpi-v8
                                    65 verbose node v22.22.2
                                    66 verbose npm  v10.9.7
                                    67 verbose exit 1
                                    68 verbose code 1
                                    69 error A complete log of this run can be found in: /home/iobroker/.npm/_logs/2026-04-29T06_57_29_211Z-debug-0.log
                                    

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

                                    @Sneak-L8

                                    sudo apt update
                                    sudo apt install python3-setuptools
                                    iob nodejs-update 22
                                    

                                    Rückfragen von nodejs-update bejahen. Danach nochmal den rpi2-Adapter installieren.

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

                                    1 Antwort Letzte Antwort
                                    0
                                    • S Offline
                                      S Offline
                                      Sneak-L8
                                      schrieb am zuletzt editiert von
                                      #47

                                      Danke, jetzt hat es geklappt.

                                      ioBroker nodejs fixer 2026-01-31
                                      You requested to install latest version from nodejs v22 tree.
                                      
                                      Your current setup is:
                                      /usr/bin/nodejs         v22.22.2
                                      /usr/bin/node           v22.22.2
                                      /usr/bin/npm            10.9.7
                                      /usr/bin/npx            10.9.7
                                      
                                      We found these nodejs versions available for installation:
                                      
                                      nodejs:
                                       Installed: 22.22.2-1nodesource1
                                       Candidate: 22.22.2-1nodesource1
                                       Version table:
                                      *** 22.22.2-1nodesource1 1001
                                             500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                             100 /var/lib/dpkg/status
                                          22.22.1-1nodesource1 1001
                                             500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                          22.22.0-1nodesource1 1001
                                             500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                          22.21.0-1nodesource1 1001
                                             500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                          22.20.0-1nodesource1 1001
                                             500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                          22.19.0-1nodesource1 1001
                                             500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                          22.18.0-1nodesource1 1001
                                             500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                          22.17.1-1nodesource1 1001
                                             500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                          22.17.0-1nodesource1 1001
                                             500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                          22.16.0-1nodesource1 1001
                                             500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                          22.15.1-1nodesource1 1001
                                             500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                          22.15.0-1nodesource1 1001
                                             500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                          22.14.0-1nodesource1 1001
                                             500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                          22.13.1-1nodesource1 1001
                                             500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                          22.13.0-1nodesource1 1001
                                             500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                          22.12.0-1nodesource1 1001
                                             500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                          22.11.0-1nodesource1 1001
                                             500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                          22.10.0-1nodesource1 1001
                                             500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                          22.9.0-1nodesource1 1001
                                             500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                          22.8.0-1nodesource1 1001
                                             500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                          22.7.0-1nodesource1 1001
                                             500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                          22.6.0-1nodesource1 1001
                                             500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                          22.5.1-1nodesource1 1001
                                             500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                          22.5.0-1nodesource1 1001
                                             500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                          22.4.1-1nodesource1 1001
                                             500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                          22.4.0-1nodesource1 1001
                                             500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                          22.3.0-1nodesource1 1001
                                             500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                          22.2.0-1nodesource1 1001
                                             500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                          22.1.0-1nodesource1 1001
                                             500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                          22.0.0-1nodesource1 1001
                                             500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                          20.19.2+dfsg-1+deb13u2 500
                                             500 http://deb.debian.org/debian-security trixie-security/main arm64 Packages
                                          20.19.2+dfsg-1 500
                                             500 http://deb.debian.org/debian trixie/main arm64 Packages
                                      
                                      
                                      
                                      Nothing to do - Your installation is using the correct paths.
                                      
                                      You are missing the nodesource.list or
                                      you want to change your current nodejs version: v22.22.2 ?
                                      
                                      Press <y> to continue or any other key to quit
                                      Trying to fix your installation now. Please be patient.
                                      
                                      You are running nodejs v22.22.2. Do you want to install latest version from nodejs v.22 tree?
                                      
                                      Press <y> to continue or any other key to quit
                                      Trying to fix your installation now. Please be patient.
                                      rm: cannot remove '': No such file or directory
                                      Stopping ioBroker now
                                      ########
                                      ioBroker has been stopped
                                      
                                      
                                      Removing dfsg-nodejs
                                      
                                      
                                      
                                      
                                      *** These repos are active on your system:
                                      Hit:1 http://deb.debian.org/debian trixie InRelease
                                      Hit:2 http://deb.debian.org/debian trixie-updates InRelease
                                      Hit:3 http://deb.debian.org/debian-security trixie-security InRelease
                                      Hit:4 http://archive.raspberrypi.com/debian trixie InRelease
                                      Reading package lists... Done
                                      
                                      *** Installing ca-certificates, curl and gnupg, just in case they are missing.
                                      
                                      *** Creating new /etc/apt/sources.list.d/nodesource.list and pinning source
                                      
                                      Package: nodejs
                                      Pin: origin deb.nodesource.com
                                      Pin-Priority: 1001
                                      
                                      *** These repos are active after the adjustments:
                                      Hit:1 http://deb.debian.org/debian trixie InRelease
                                      Hit:2 http://deb.debian.org/debian trixie-updates InRelease
                                      Hit:3 http://deb.debian.org/debian-security trixie-security InRelease
                                      Hit:4 http://archive.raspberrypi.com/debian trixie InRelease
                                      Get:5 https://deb.nodesource.com/node_22.x nodistro InRelease [12.1 kB]
                                      Get:6 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages [9768 B]
                                      Fetched 21.9 kB in 0s (79.7 kB/s)
                                      Reading package lists... Done
                                      
                                      Installing nodejs now!
                                      
                                      Installing latest nodejs v22 release
                                      
                                      SUCCESS!
                                      v22.22.2 has been installed! You are using the latest nodejs@22 release now!
                                      
                                      COMPATIBILITY CHECK IN PROGRESS (Only a --dry-run! No modules are really changed or added!)
                                      add rpi-gpio-buttons 2.0.1
                                      add rpi-gpio 2.1.7
                                      add debug 3.2.7
                                      add node-dht-sensor 0.4.5
                                      add node-addon-api 1.7.2
                                      add fsevents 2.3.3
                                      add epoll 2.0.10
                                      add button-events 1.1.0
                                      add async-retry 1.3.3
                                      add retry 0.13.1
                                      
                                      added 10 packages in 6s
                                      
                                      294 packages are looking for funding
                                       run `npm fund` for details
                                      
                                      
                                      We tried our best to fix your nodejs. Please run iob diag again to verify.
                                      
                                      *** RESTARTING ioBroker NOW! ***
                                      Please refresh or restart your browser in a few moments.
                                      

                                      Thomas BraunT HomoranH 2 Antworten Letzte Antwort
                                      0
                                      • S Sneak-L8

                                        Danke, jetzt hat es geklappt.

                                        ioBroker nodejs fixer 2026-01-31
                                        You requested to install latest version from nodejs v22 tree.
                                        
                                        Your current setup is:
                                        /usr/bin/nodejs         v22.22.2
                                        /usr/bin/node           v22.22.2
                                        /usr/bin/npm            10.9.7
                                        /usr/bin/npx            10.9.7
                                        
                                        We found these nodejs versions available for installation:
                                        
                                        nodejs:
                                         Installed: 22.22.2-1nodesource1
                                         Candidate: 22.22.2-1nodesource1
                                         Version table:
                                        *** 22.22.2-1nodesource1 1001
                                               500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                               100 /var/lib/dpkg/status
                                            22.22.1-1nodesource1 1001
                                               500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                            22.22.0-1nodesource1 1001
                                               500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                            22.21.0-1nodesource1 1001
                                               500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                            22.20.0-1nodesource1 1001
                                               500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                            22.19.0-1nodesource1 1001
                                               500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                            22.18.0-1nodesource1 1001
                                               500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                            22.17.1-1nodesource1 1001
                                               500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                            22.17.0-1nodesource1 1001
                                               500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                            22.16.0-1nodesource1 1001
                                               500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                            22.15.1-1nodesource1 1001
                                               500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                            22.15.0-1nodesource1 1001
                                               500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                            22.14.0-1nodesource1 1001
                                               500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                            22.13.1-1nodesource1 1001
                                               500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                            22.13.0-1nodesource1 1001
                                               500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                            22.12.0-1nodesource1 1001
                                               500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                            22.11.0-1nodesource1 1001
                                               500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                            22.10.0-1nodesource1 1001
                                               500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                            22.9.0-1nodesource1 1001
                                               500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                            22.8.0-1nodesource1 1001
                                               500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                            22.7.0-1nodesource1 1001
                                               500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                            22.6.0-1nodesource1 1001
                                               500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                            22.5.1-1nodesource1 1001
                                               500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                            22.5.0-1nodesource1 1001
                                               500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                            22.4.1-1nodesource1 1001
                                               500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                            22.4.0-1nodesource1 1001
                                               500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                            22.3.0-1nodesource1 1001
                                               500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                            22.2.0-1nodesource1 1001
                                               500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                            22.1.0-1nodesource1 1001
                                               500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                            22.0.0-1nodesource1 1001
                                               500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                            20.19.2+dfsg-1+deb13u2 500
                                               500 http://deb.debian.org/debian-security trixie-security/main arm64 Packages
                                            20.19.2+dfsg-1 500
                                               500 http://deb.debian.org/debian trixie/main arm64 Packages
                                        
                                        
                                        
                                        Nothing to do - Your installation is using the correct paths.
                                        
                                        You are missing the nodesource.list or
                                        you want to change your current nodejs version: v22.22.2 ?
                                        
                                        Press <y> to continue or any other key to quit
                                        Trying to fix your installation now. Please be patient.
                                        
                                        You are running nodejs v22.22.2. Do you want to install latest version from nodejs v.22 tree?
                                        
                                        Press <y> to continue or any other key to quit
                                        Trying to fix your installation now. Please be patient.
                                        rm: cannot remove '': No such file or directory
                                        Stopping ioBroker now
                                        ########
                                        ioBroker has been stopped
                                        
                                        
                                        Removing dfsg-nodejs
                                        
                                        
                                        
                                        
                                        *** These repos are active on your system:
                                        Hit:1 http://deb.debian.org/debian trixie InRelease
                                        Hit:2 http://deb.debian.org/debian trixie-updates InRelease
                                        Hit:3 http://deb.debian.org/debian-security trixie-security InRelease
                                        Hit:4 http://archive.raspberrypi.com/debian trixie InRelease
                                        Reading package lists... Done
                                        
                                        *** Installing ca-certificates, curl and gnupg, just in case they are missing.
                                        
                                        *** Creating new /etc/apt/sources.list.d/nodesource.list and pinning source
                                        
                                        Package: nodejs
                                        Pin: origin deb.nodesource.com
                                        Pin-Priority: 1001
                                        
                                        *** These repos are active after the adjustments:
                                        Hit:1 http://deb.debian.org/debian trixie InRelease
                                        Hit:2 http://deb.debian.org/debian trixie-updates InRelease
                                        Hit:3 http://deb.debian.org/debian-security trixie-security InRelease
                                        Hit:4 http://archive.raspberrypi.com/debian trixie InRelease
                                        Get:5 https://deb.nodesource.com/node_22.x nodistro InRelease [12.1 kB]
                                        Get:6 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages [9768 B]
                                        Fetched 21.9 kB in 0s (79.7 kB/s)
                                        Reading package lists... Done
                                        
                                        Installing nodejs now!
                                        
                                        Installing latest nodejs v22 release
                                        
                                        SUCCESS!
                                        v22.22.2 has been installed! You are using the latest nodejs@22 release now!
                                        
                                        COMPATIBILITY CHECK IN PROGRESS (Only a --dry-run! No modules are really changed or added!)
                                        add rpi-gpio-buttons 2.0.1
                                        add rpi-gpio 2.1.7
                                        add debug 3.2.7
                                        add node-dht-sensor 0.4.5
                                        add node-addon-api 1.7.2
                                        add fsevents 2.3.3
                                        add epoll 2.0.10
                                        add button-events 1.1.0
                                        add async-retry 1.3.3
                                        add retry 0.13.1
                                        
                                        added 10 packages in 6s
                                        
                                        294 packages are looking for funding
                                         run `npm fund` for details
                                        
                                        
                                        We tried our best to fix your nodejs. Please run iob diag again to verify.
                                        
                                        *** RESTARTING ioBroker NOW! ***
                                        Please refresh or restart your browser in a few moments.
                                        

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

                                        @Sneak-L8

                                        Und die Installation von rpi2 sieht/sah wie aus?

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

                                        1 Antwort Letzte Antwort
                                        0
                                        • S Sneak-L8

                                          Danke, jetzt hat es geklappt.

                                          ioBroker nodejs fixer 2026-01-31
                                          You requested to install latest version from nodejs v22 tree.
                                          
                                          Your current setup is:
                                          /usr/bin/nodejs         v22.22.2
                                          /usr/bin/node           v22.22.2
                                          /usr/bin/npm            10.9.7
                                          /usr/bin/npx            10.9.7
                                          
                                          We found these nodejs versions available for installation:
                                          
                                          nodejs:
                                           Installed: 22.22.2-1nodesource1
                                           Candidate: 22.22.2-1nodesource1
                                           Version table:
                                          *** 22.22.2-1nodesource1 1001
                                                 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                                 100 /var/lib/dpkg/status
                                              22.22.1-1nodesource1 1001
                                                 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                              22.22.0-1nodesource1 1001
                                                 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                              22.21.0-1nodesource1 1001
                                                 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                              22.20.0-1nodesource1 1001
                                                 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                              22.19.0-1nodesource1 1001
                                                 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                              22.18.0-1nodesource1 1001
                                                 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                              22.17.1-1nodesource1 1001
                                                 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                              22.17.0-1nodesource1 1001
                                                 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                              22.16.0-1nodesource1 1001
                                                 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                              22.15.1-1nodesource1 1001
                                                 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                              22.15.0-1nodesource1 1001
                                                 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                              22.14.0-1nodesource1 1001
                                                 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                              22.13.1-1nodesource1 1001
                                                 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                              22.13.0-1nodesource1 1001
                                                 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                              22.12.0-1nodesource1 1001
                                                 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                              22.11.0-1nodesource1 1001
                                                 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                              22.10.0-1nodesource1 1001
                                                 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                              22.9.0-1nodesource1 1001
                                                 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                              22.8.0-1nodesource1 1001
                                                 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                              22.7.0-1nodesource1 1001
                                                 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                              22.6.0-1nodesource1 1001
                                                 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                              22.5.1-1nodesource1 1001
                                                 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                              22.5.0-1nodesource1 1001
                                                 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                              22.4.1-1nodesource1 1001
                                                 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                              22.4.0-1nodesource1 1001
                                                 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                              22.3.0-1nodesource1 1001
                                                 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                              22.2.0-1nodesource1 1001
                                                 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                              22.1.0-1nodesource1 1001
                                                 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                              22.0.0-1nodesource1 1001
                                                 500 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages
                                              20.19.2+dfsg-1+deb13u2 500
                                                 500 http://deb.debian.org/debian-security trixie-security/main arm64 Packages
                                              20.19.2+dfsg-1 500
                                                 500 http://deb.debian.org/debian trixie/main arm64 Packages
                                          
                                          
                                          
                                          Nothing to do - Your installation is using the correct paths.
                                          
                                          You are missing the nodesource.list or
                                          you want to change your current nodejs version: v22.22.2 ?
                                          
                                          Press <y> to continue or any other key to quit
                                          Trying to fix your installation now. Please be patient.
                                          
                                          You are running nodejs v22.22.2. Do you want to install latest version from nodejs v.22 tree?
                                          
                                          Press <y> to continue or any other key to quit
                                          Trying to fix your installation now. Please be patient.
                                          rm: cannot remove '': No such file or directory
                                          Stopping ioBroker now
                                          ########
                                          ioBroker has been stopped
                                          
                                          
                                          Removing dfsg-nodejs
                                          
                                          
                                          
                                          
                                          *** These repos are active on your system:
                                          Hit:1 http://deb.debian.org/debian trixie InRelease
                                          Hit:2 http://deb.debian.org/debian trixie-updates InRelease
                                          Hit:3 http://deb.debian.org/debian-security trixie-security InRelease
                                          Hit:4 http://archive.raspberrypi.com/debian trixie InRelease
                                          Reading package lists... Done
                                          
                                          *** Installing ca-certificates, curl and gnupg, just in case they are missing.
                                          
                                          *** Creating new /etc/apt/sources.list.d/nodesource.list and pinning source
                                          
                                          Package: nodejs
                                          Pin: origin deb.nodesource.com
                                          Pin-Priority: 1001
                                          
                                          *** These repos are active after the adjustments:
                                          Hit:1 http://deb.debian.org/debian trixie InRelease
                                          Hit:2 http://deb.debian.org/debian trixie-updates InRelease
                                          Hit:3 http://deb.debian.org/debian-security trixie-security InRelease
                                          Hit:4 http://archive.raspberrypi.com/debian trixie InRelease
                                          Get:5 https://deb.nodesource.com/node_22.x nodistro InRelease [12.1 kB]
                                          Get:6 https://deb.nodesource.com/node_22.x nodistro/main arm64 Packages [9768 B]
                                          Fetched 21.9 kB in 0s (79.7 kB/s)
                                          Reading package lists... Done
                                          
                                          Installing nodejs now!
                                          
                                          Installing latest nodejs v22 release
                                          
                                          SUCCESS!
                                          v22.22.2 has been installed! You are using the latest nodejs@22 release now!
                                          
                                          COMPATIBILITY CHECK IN PROGRESS (Only a --dry-run! No modules are really changed or added!)
                                          add rpi-gpio-buttons 2.0.1
                                          add rpi-gpio 2.1.7
                                          add debug 3.2.7
                                          add node-dht-sensor 0.4.5
                                          add node-addon-api 1.7.2
                                          add fsevents 2.3.3
                                          add epoll 2.0.10
                                          add button-events 1.1.0
                                          add async-retry 1.3.3
                                          add retry 0.13.1
                                          
                                          added 10 packages in 6s
                                          
                                          294 packages are looking for funding
                                           run `npm fund` for details
                                          
                                          
                                          We tried our best to fix your nodejs. Please run iob diag again to verify.
                                          
                                          *** RESTARTING ioBroker NOW! ***
                                          Please refresh or restart your browser in a few moments.
                                          

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

                                          @Sneak-L8 sagte:

                                          Removing dfsg-nodejs

                                          Aah, soweit runter hatte ich nie gescrollt 🙈

                                          kein Support per PN! - Fragen im Forum stellen -
                                          Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
                                          Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton oben rechts. Danke!
                                          der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                                          Thomas BraunT 1 Antwort Letzte Antwort
                                          0

                                          Hey! Du scheinst an dieser Unterhaltung interessiert zu sein, hast aber noch kein Konto.

                                          Hast du es satt, bei jedem Besuch durch die gleichen Beiträge zu scrollen? Wenn du dich für ein Konto anmeldest, kommst du immer genau dorthin zurück, wo du zuvor warst, und kannst dich über neue Antworten benachrichtigen lassen (entweder per E-Mail oder Push-Benachrichtigung). Du kannst auch Lesezeichen speichern und Beiträge positiv bewerten, um anderen Community-Mitgliedern deine Wertschätzung zu zeigen.

                                          Mit deinem Input könnte dieser Beitrag noch besser werden 💗

                                          Registrieren Anmelden
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          459

                                          Online

                                          32.8k

                                          Benutzer

                                          82.9k

                                          Themen

                                          1.3m

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

                                          • Du hast noch kein Konto? Registrieren

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