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
    801

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

  • 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 928 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 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
                • S Offline
                  S Offline
                  Sneak-L8
                  schrieb am zuletzt editiert von
                  #50

                  Install hatte ich jetzt wieder in der GUI gemacht. Daher der Output aus dem Log.

                  2026-04-29 10:15:08.189 - info: host.RaspberryPi4B iobroker Update "system.adapter.rpi2.0"
                  2026-04-29 10:15:08.210 - info: host.RaspberryPi4B stopInstance system.adapter.rpi2.0 (force=false, process=true)
                  2026-04-29 10:15:08.215 - info: rpi2.0 (62170) Got terminate signal TERMINATE_YOURSELF
                  2026-04-29 10:15:08.218 - info: rpi2.0 (62170) terminating
                  2026-04-29 10:15:08.220 - info: rpi2.0 (62170) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                  2026-04-29 10:15:08.295 - info: host.RaspberryPi4B stopInstance system.adapter.rpi2.0 send kill signal
                  2026-04-29 10:15:08.354 - info: host.RaspberryPi4B iobroker upload [13] rpi2.admin /opt/iobroker/node_modules/iobroker.rpi2/admin/i18n/de/translations.json i18n/de/translations.json application/json
                  2026-04-29 10:15:08.370 - info: host.RaspberryPi4B iobroker upload [12] rpi2.admin /opt/iobroker/node_modules/iobroker.rpi2/admin/i18n/en/translations.json i18n/en/translations.json application/json
                  2026-04-29 10:15:08.380 - info: host.RaspberryPi4B iobroker upload [11] rpi2.admin /opt/iobroker/node_modules/iobroker.rpi2/admin/i18n/es/translations.json i18n/es/translations.json application/json
                  2026-04-29 10:15:08.388 - info: host.RaspberryPi4B iobroker upload [10] rpi2.admin /opt/iobroker/node_modules/iobroker.rpi2/admin/i18n/fr/translations.json i18n/fr/translations.json application/json
                  2026-04-29 10:15:08.403 - info: host.RaspberryPi4B iobroker upload [9] rpi2.admin /opt/iobroker/node_modules/iobroker.rpi2/admin/i18n/it/translations.json i18n/it/translations.json application/json
                  2026-04-29 10:15:08.411 - info: host.RaspberryPi4B iobroker upload [8] rpi2.admin /opt/iobroker/node_modules/iobroker.rpi2/admin/i18n/nl/translations.json i18n/nl/translations.json application/json
                  2026-04-29 10:15:08.419 - info: host.RaspberryPi4B iobroker upload [7] rpi2.admin /opt/iobroker/node_modules/iobroker.rpi2/admin/i18n/pl/translations.json i18n/pl/translations.json application/json
                  2026-04-29 10:15:08.426 - info: host.RaspberryPi4B iobroker upload [6] rpi2.admin /opt/iobroker/node_modules/iobroker.rpi2/admin/i18n/pt/translations.json i18n/pt/translations.json application/json
                  2026-04-29 10:15:08.448 - info: host.RaspberryPi4B iobroker upload [5] rpi2.admin /opt/iobroker/node_modules/iobroker.rpi2/admin/i18n/ru/translations.json i18n/ru/translations.json application/json
                  2026-04-29 10:15:08.458 - info: host.RaspberryPi4B iobroker upload [4] rpi2.admin /opt/iobroker/node_modules/iobroker.rpi2/admin/i18n/uk/translations.json i18n/uk/translations.json application/json
                  2026-04-29 10:15:08.466 - info: host.RaspberryPi4B iobroker upload [3] rpi2.admin /opt/iobroker/node_modules/iobroker.rpi2/admin/i18n/zh-cn/translations.json i18n/zh-cn/translations.json application/json
                  2026-04-29 10:15:08.474 - info: host.RaspberryPi4B iobroker upload [2] rpi2.admin /opt/iobroker/node_modules/iobroker.rpi2/admin/jsonConfig.json jsonConfig.json application/json
                  2026-04-29 10:15:08.480 - info: host.RaspberryPi4B iobroker upload [1] rpi2.admin /opt/iobroker/node_modules/iobroker.rpi2/admin/rpi2.png rpi2.png image/png
                  2026-04-29 10:15:08.488 - info: host.RaspberryPi4B iobroker upload [0] rpi2.admin /opt/iobroker/node_modules/iobroker.rpi2/admin/words.js words.js application/javascript
                  2026-04-29 10:15:08.723 - info: rpi2.0 (62170) terminating
                  2026-04-29 10:15:08.825 - info: host.RaspberryPi4B instance system.adapter.rpi2.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                  2026-04-29 10:15:09.526 - info: host.RaspberryPi4B iobroker exit 0
                  2026-04-29 10:15:12.643 - info: host.RaspberryPi4B instance system.adapter.rpi2.0 in version "3.0.2" started with pid 63055
                  

                  Thomas BraunT 1 Antwort Letzte Antwort
                  0
                  • HomoranH Homoran

                    @Sneak-L8 sagte:

                    Removing dfsg-nodejs

                    Aah, soweit runter hatte ich nie gescrollt 🙈

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

                    @Homoran sagte:

                    Removing dfsg-nodejs

                    Das wird immer angezeigt. Heißt nicht, dass die dfsg-Version auch installiert war.
                    In der neusten Version von nodejs-update ist der Text an der Stelle auch geändert.
                    Die Version ist aber noch nicht verfügbar.

                    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
                    1
                    • S Sneak-L8

                      Install hatte ich jetzt wieder in der GUI gemacht. Daher der Output aus dem Log.

                      2026-04-29 10:15:08.189 - info: host.RaspberryPi4B iobroker Update "system.adapter.rpi2.0"
                      2026-04-29 10:15:08.210 - info: host.RaspberryPi4B stopInstance system.adapter.rpi2.0 (force=false, process=true)
                      2026-04-29 10:15:08.215 - info: rpi2.0 (62170) Got terminate signal TERMINATE_YOURSELF
                      2026-04-29 10:15:08.218 - info: rpi2.0 (62170) terminating
                      2026-04-29 10:15:08.220 - info: rpi2.0 (62170) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                      2026-04-29 10:15:08.295 - info: host.RaspberryPi4B stopInstance system.adapter.rpi2.0 send kill signal
                      2026-04-29 10:15:08.354 - info: host.RaspberryPi4B iobroker upload [13] rpi2.admin /opt/iobroker/node_modules/iobroker.rpi2/admin/i18n/de/translations.json i18n/de/translations.json application/json
                      2026-04-29 10:15:08.370 - info: host.RaspberryPi4B iobroker upload [12] rpi2.admin /opt/iobroker/node_modules/iobroker.rpi2/admin/i18n/en/translations.json i18n/en/translations.json application/json
                      2026-04-29 10:15:08.380 - info: host.RaspberryPi4B iobroker upload [11] rpi2.admin /opt/iobroker/node_modules/iobroker.rpi2/admin/i18n/es/translations.json i18n/es/translations.json application/json
                      2026-04-29 10:15:08.388 - info: host.RaspberryPi4B iobroker upload [10] rpi2.admin /opt/iobroker/node_modules/iobroker.rpi2/admin/i18n/fr/translations.json i18n/fr/translations.json application/json
                      2026-04-29 10:15:08.403 - info: host.RaspberryPi4B iobroker upload [9] rpi2.admin /opt/iobroker/node_modules/iobroker.rpi2/admin/i18n/it/translations.json i18n/it/translations.json application/json
                      2026-04-29 10:15:08.411 - info: host.RaspberryPi4B iobroker upload [8] rpi2.admin /opt/iobroker/node_modules/iobroker.rpi2/admin/i18n/nl/translations.json i18n/nl/translations.json application/json
                      2026-04-29 10:15:08.419 - info: host.RaspberryPi4B iobroker upload [7] rpi2.admin /opt/iobroker/node_modules/iobroker.rpi2/admin/i18n/pl/translations.json i18n/pl/translations.json application/json
                      2026-04-29 10:15:08.426 - info: host.RaspberryPi4B iobroker upload [6] rpi2.admin /opt/iobroker/node_modules/iobroker.rpi2/admin/i18n/pt/translations.json i18n/pt/translations.json application/json
                      2026-04-29 10:15:08.448 - info: host.RaspberryPi4B iobroker upload [5] rpi2.admin /opt/iobroker/node_modules/iobroker.rpi2/admin/i18n/ru/translations.json i18n/ru/translations.json application/json
                      2026-04-29 10:15:08.458 - info: host.RaspberryPi4B iobroker upload [4] rpi2.admin /opt/iobroker/node_modules/iobroker.rpi2/admin/i18n/uk/translations.json i18n/uk/translations.json application/json
                      2026-04-29 10:15:08.466 - info: host.RaspberryPi4B iobroker upload [3] rpi2.admin /opt/iobroker/node_modules/iobroker.rpi2/admin/i18n/zh-cn/translations.json i18n/zh-cn/translations.json application/json
                      2026-04-29 10:15:08.474 - info: host.RaspberryPi4B iobroker upload [2] rpi2.admin /opt/iobroker/node_modules/iobroker.rpi2/admin/jsonConfig.json jsonConfig.json application/json
                      2026-04-29 10:15:08.480 - info: host.RaspberryPi4B iobroker upload [1] rpi2.admin /opt/iobroker/node_modules/iobroker.rpi2/admin/rpi2.png rpi2.png image/png
                      2026-04-29 10:15:08.488 - info: host.RaspberryPi4B iobroker upload [0] rpi2.admin /opt/iobroker/node_modules/iobroker.rpi2/admin/words.js words.js application/javascript
                      2026-04-29 10:15:08.723 - info: rpi2.0 (62170) terminating
                      2026-04-29 10:15:08.825 - info: host.RaspberryPi4B instance system.adapter.rpi2.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                      2026-04-29 10:15:09.526 - info: host.RaspberryPi4B iobroker exit 0
                      2026-04-29 10:15:12.643 - info: host.RaspberryPi4B instance system.adapter.rpi2.0 in version "3.0.2" started with pid 63055
                      

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

                      @Sneak-L8 sagte:

                      nstall hatte ich jetzt wieder in der GUI gemacht.

                      Sowas macht man natürlich im Terminal, weil GUI stinkt. Und dich dumm hält.

                      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

                      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

                      548

                      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