Skip to content
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

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

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Einsteigerfragen
  4. ioBroker auf neuer Maschine aufgesetzt und Adapter Probleme

NEWS

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

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

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

ioBroker auf neuer Maschine aufgesetzt und Adapter Probleme

Geplant Angeheftet Gesperrt Verschoben Einsteigerfragen
267 Beiträge 8 Kommentatoren 38.0k Aufrufe 8 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • G Gismoh

    @thomas-braun

    idash@ioBrokerVM:/home/iobroker$ ls -lah /home/iobroker/.npm/_cacache
    insgesamt 12K
    drwxr-xr-x 3 iobroker iobroker 4,0K  8. Nov 23:45 .
    drwxr-xr-x 7 iobroker iobroker 4,0K  8. Nov 22:10 ..
    drwxr-xr-x 2 iobroker iobroker 4,0K  8. Nov 23:45 tmp
    
    Thomas BraunT Online
    Thomas BraunT Online
    Thomas Braun
    Most Active
    schrieb am zuletzt editiert von
    #108

    @gismoh sagte in ioBroker auf neuer Maschine aufgesetzt und Adapter Probleme:

    rm -rf /home/iobroker/.npm/_cacache/tmp
    

    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

    G 1 Antwort Letzte Antwort
    0
    • Thomas BraunT Thomas Braun

      @gismoh sagte in ioBroker auf neuer Maschine aufgesetzt und Adapter Probleme:

      rm -rf /home/iobroker/.npm/_cacache/tmp
      
      G Offline
      G Offline
      Gismoh
      schrieb am zuletzt editiert von
      #109

      @thomas-braun

      rm: das Entfernen von '/home/iobroker/.npm/_cacache/tmp/d411385f' ist nicht möglich: Keine Berechtigung
      

      ioBroker auf: Lenovo ThinkCentre M910Q Tiny i5-7500T 16 GB mit proxmox in VM (Bookworm)

      Thomas BraunT 1 Antwort Letzte Antwort
      0
      • G Gismoh

        @thomas-braun

        rm: das Entfernen von '/home/iobroker/.npm/_cacache/tmp/d411385f' ist nicht möglich: Keine Berechtigung
        
        Thomas BraunT Online
        Thomas BraunT Online
        Thomas Braun
        Most Active
        schrieb am zuletzt editiert von
        #110

        @gismoh

        sudo -u iobroker rm -rf /home/iobroker/.npm/_cacache/tmp
        

        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

        G 1 Antwort Letzte Antwort
        0
        • Thomas BraunT Thomas Braun

          @gismoh

          sudo -u iobroker rm -rf /home/iobroker/.npm/_cacache/tmp
          
          G Offline
          G Offline
          Gismoh
          schrieb am zuletzt editiert von
          #111

          @thomas-braun

          idash@ioBrokerVM:/home/iobroker$ sudo -u iobroker npm cache clear --force
          npm WARN using --force Recommended protections disabled.
          idash@ioBrokerVM:/home/iobroker$ cd
          idash@ioBrokerVM:~$ iobroker upgrade ble@0.13.4
          Adapter "ble"            is not installed.
          

          ioBroker auf: Lenovo ThinkCentre M910Q Tiny i5-7500T 16 GB mit proxmox in VM (Bookworm)

          Thomas BraunT 1 Antwort Letzte Antwort
          0
          • G Gismoh

            @thomas-braun

            idash@ioBrokerVM:/home/iobroker$ sudo -u iobroker npm cache clear --force
            npm WARN using --force Recommended protections disabled.
            idash@ioBrokerVM:/home/iobroker$ cd
            idash@ioBrokerVM:~$ iobroker upgrade ble@0.13.4
            Adapter "ble"            is not installed.
            
            Thomas BraunT Online
            Thomas BraunT Online
            Thomas Braun
            Most Active
            schrieb am zuletzt editiert von
            #112

            @gismoh sagte in ioBroker auf neuer Maschine aufgesetzt und Adapter Probleme:

            iobroker add ble@0.13.4 --debug
            

            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

            G 1 Antwort Letzte Antwort
            0
            • Thomas BraunT Thomas Braun

              @gismoh sagte in ioBroker auf neuer Maschine aufgesetzt und Adapter Probleme:

              iobroker add ble@0.13.4 --debug
              
              G Offline
              G Offline
              Gismoh
              schrieb am zuletzt editiert von
              #113

              @thomas-braun

              idash@ioBrokerVM:~$ iobroker add ble@0.13.4 --debug
              NPM version: 9.8.1
              Installing iobroker.ble@0.13.4... (System call)
              npm ERR! code 1
              npm ERR! path /opt/iobroker/node_modules/iobroker.ble/node_modules/@abandonware/noble
              npm ERR! command failed
              npm ERR! command sh -c node-gyp-build
              npm ERR! gyp info it worked if it ends with ok
              npm ERR! gyp info using node-gyp@7.1.2
              npm ERR! gyp info using node@18.18.2 | linux | x64
              npm ERR! gyp info find Python using Python version 3.11.2 found at "/usr/bin/python3"
              npm ERR! (node:6399) [DEP0150] DeprecationWarning: Setting process.config is deprecated. In the future the property will be read-only.
              npm ERR! (Use `node --trace-deprecation ...` to show where the warning was created)
              npm ERR! gyp info spawn /usr/bin/python3
              npm ERR! gyp info spawn args [
              npm ERR! gyp info spawn args   '/opt/iobroker/node_modules/node-gyp/gyp/gyp_main.py',
              npm ERR! gyp info spawn args   'binding.gyp',
              npm ERR! gyp info spawn args   '-f',
              npm ERR! gyp info spawn args   'make',
              npm ERR! gyp info spawn args   '-I',
              npm ERR! gyp info spawn args   '/opt/iobroker/node_modules/iobroker.ble/node_modules/@abandonware/noble/build/config.gypi',
              npm ERR! gyp info spawn args   '-I',
              npm ERR! gyp info spawn args   '/opt/iobroker/node_modules/node-gyp/addon.gypi',
              npm ERR! gyp info spawn args   '-I',
              npm ERR! gyp info spawn args   '/home/iobroker/.cache/node-gyp/18.18.2/include/node/common.gypi',
              npm ERR! gyp info spawn args   '-Dlibrary=shared_library',
              npm ERR! gyp info spawn args   '-Dvisibility=default',
              npm ERR! gyp info spawn args   '-Dnode_root_dir=/home/iobroker/.cache/node-gyp/18.18.2',
              npm ERR! gyp info spawn args   '-Dnode_gyp_dir=/opt/iobroker/node_modules/node-gyp',
              npm ERR! gyp info spawn args   '-Dnode_lib_file=/home/iobroker/.cache/node-gyp/18.18.2/<(target_arch)/node.lib',
              npm ERR! gyp info spawn args   '-Dmodule_root_dir=/opt/iobroker/node_modules/iobroker.ble/node_modules/@abandonware/noble',
              npm ERR! gyp info spawn args   '-Dnode_engine=v8',
              npm ERR! gyp info spawn args   '--depth=.',
              npm ERR! gyp info spawn args   '--no-parallel',
              npm ERR! gyp info spawn args   '--generator-output',
              npm ERR! gyp info spawn args   'build',
              npm ERR! gyp info spawn args   '-Goutput_dir=.'
              npm ERR! gyp info spawn args ]
              npm ERR! Traceback (most recent call last):
              npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/gyp_main.py", line 51, in <module>
              npm ERR!     sys.exit(gyp.script_main())
              npm ERR!              ^^^^^^^^^^^^^^^^^
              npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 670, in script_main
              npm ERR!     return main(sys.argv[1:])
              npm ERR!            ^^^^^^^^^^^^^^^^^^
              npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 662, in main
              npm ERR!     return gyp_main(args)
              npm ERR!            ^^^^^^^^^^^^^^
              npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 629, in gyp_main
              npm ERR!     [generator, flat_list, targets, data] = Load(
              npm ERR!                                             ^^^^^
              npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 150, in Load
              npm ERR!     result = gyp.input.Load(
              npm ERR!              ^^^^^^^^^^^^^^^
              npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 3021, in Load
              npm ERR!     LoadTargetBuildFile(
              npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 411, in LoadTargetBuildFile
              npm ERR!     build_file_data = LoadOneBuildFile(
              npm ERR!                       ^^^^^^^^^^^^^^^^^
              npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 239, in LoadOneBuildFile
              npm ERR!     build_file_contents = open(build_file_path, "rU").read()
              npm ERR!                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
              npm ERR! ValueError: invalid mode: 'rU' while trying to load binding.gyp
              npm ERR! gyp ERR! configure error 
              npm ERR! gyp ERR! stack Error: `gyp` failed with exit code: 1
              npm ERR! gyp ERR! stack     at ChildProcess.onCpExit (/opt/iobroker/node_modules/node-gyp/lib/configure.js:351:16)
              npm ERR! gyp ERR! stack     at ChildProcess.emit (node:events:517:28)
              npm ERR! gyp ERR! stack     at ChildProcess._handle.onexit (node:internal/child_process:292:12)
              npm ERR! gyp ERR! System Linux 6.1.0-13-amd64
              npm ERR! gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
              npm ERR! gyp ERR! cwd /opt/iobroker/node_modules/iobroker.ble/node_modules/@abandonware/noble
              npm ERR! gyp ERR! node -v v18.18.2
              npm ERR! gyp ERR! node-gyp -v v7.1.2
              npm ERR! gyp ERR! not ok
              
              npm ERR! A complete log of this run can be found in: /home/iobroker/.npm/_logs/2023-11-08T22_56_29_824Z-debug-0.log
              npm ERR! code 1
              npm ERR! path /opt/iobroker/node_modules/iobroker.ble/node_modules/@abandonware/noble
              npm ERR! command failed
              npm ERR! command sh -c node-gyp-build
              npm ERR! gyp info it worked if it ends with ok
              npm ERR! gyp info using node-gyp@7.1.2
              npm ERR! gyp info using node@18.18.2 | linux | x64
              npm ERR! gyp info find Python using Python version 3.11.2 found at "/usr/bin/python3"
              npm ERR! (node:6399) [DEP0150] DeprecationWarning: Setting process.config is deprecated. In the future the property will be read-only.
              npm ERR! (Use `node --trace-deprecation ...` to show where the warning was created)
              npm ERR! gyp info spawn /usr/bin/python3
              npm ERR! gyp info spawn args [
              npm ERR! gyp info spawn args   '/opt/iobroker/node_modules/node-gyp/gyp/gyp_main.py',
              npm ERR! gyp info spawn args   'binding.gyp',
              npm ERR! gyp info spawn args   '-f',
              npm ERR! gyp info spawn args   'make',
              npm ERR! gyp info spawn args   '-I',
              npm ERR! gyp info spawn args   '/opt/iobroker/node_modules/iobroker.ble/node_modules/@abandonware/noble/build/config.gypi',
              npm ERR! gyp info spawn args   '-I',
              npm ERR! gyp info spawn args   '/opt/iobroker/node_modules/node-gyp/addon.gypi',
              npm ERR! gyp info spawn args   '-I',
              npm ERR! gyp info spawn args   '/home/iobroker/.cache/node-gyp/18.18.2/include/node/common.gypi',
              npm ERR! gyp info spawn args   '-Dlibrary=shared_library',
              npm ERR! gyp info spawn args   '-Dvisibility=default',
              npm ERR! gyp info spawn args   '-Dnode_root_dir=/home/iobroker/.cache/node-gyp/18.18.2',
              npm ERR! gyp info spawn args   '-Dnode_gyp_dir=/opt/iobroker/node_modules/node-gyp',
              npm ERR! gyp info spawn args   '-Dnode_lib_file=/home/iobroker/.cache/node-gyp/18.18.2/<(target_arch)/node.lib',
              npm ERR! gyp info spawn args   '-Dmodule_root_dir=/opt/iobroker/node_modules/iobroker.ble/node_modules/@abandonware/noble',
              npm ERR! gyp info spawn args   '-Dnode_engine=v8',
              npm ERR! gyp info spawn args   '--depth=.',
              npm ERR! gyp info spawn args   '--no-parallel',
              npm ERR! gyp info spawn args   '--generator-output',
              npm ERR! gyp info spawn args   'build',
              npm ERR! gyp info spawn args   '-Goutput_dir=.'
              npm ERR! gyp info spawn args ]
              npm ERR! Traceback (most recent call last):
              npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/gyp_main.py", line 51, in <module>
              npm ERR!     sys.exit(gyp.script_main())
              npm ERR!              ^^^^^^^^^^^^^^^^^
              npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 670, in script_main
              npm ERR!     return main(sys.argv[1:])
              npm ERR!            ^^^^^^^^^^^^^^^^^^
              npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 662, in main
              npm ERR!     return gyp_main(args)
              npm ERR!            ^^^^^^^^^^^^^^
              npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 629, in gyp_main
              npm ERR!     [generator, flat_list, targets, data] = Load(
              npm ERR!                                             ^^^^^
              npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 150, in Load
              npm ERR!     result = gyp.input.Load(
              npm ERR!              ^^^^^^^^^^^^^^^
              npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 3021, in Load
              npm ERR!     LoadTargetBuildFile(
              npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 411, in LoadTargetBuildFile
              npm ERR!     build_file_data = LoadOneBuildFile(
              npm ERR!                       ^^^^^^^^^^^^^^^^^
              npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 239, in LoadOneBuildFile
              npm ERR!     build_file_contents = open(build_file_path, "rU").read()
              npm ERR!                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
              npm ERR! ValueError: invalid mode: 'rU' while trying to load binding.gyp
              npm ERR! gyp ERR! configure error 
              npm ERR! gyp ERR! stack Error: `gyp` failed with exit code: 1
              npm ERR! gyp ERR! stack     at ChildProcess.onCpExit (/opt/iobroker/node_modules/node-gyp/lib/configure.js:351:16)
              npm ERR! gyp ERR! stack     at ChildProcess.emit (node:events:517:28)
              npm ERR! gyp ERR! stack     at ChildProcess._handle.onexit (node:internal/child_process:292:12)
              npm ERR! gyp ERR! System Linux 6.1.0-13-amd64
              npm ERR! gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
              npm ERR! gyp ERR! cwd /opt/iobroker/node_modules/iobroker.ble/node_modules/@abandonware/noble
              npm ERR! gyp ERR! node -v v18.18.2
              npm ERR! gyp ERR! node-gyp -v v7.1.2
              npm ERR! gyp ERR! not ok
              
              npm ERR! A complete log of this run can be found in: /home/iobroker/.npm/_logs/2023-11-08T22_56_29_824Z-debug-0.log
              host.ioBrokerVM Cannot install iobroker.ble@0.13.4: 1
              

              ioBroker auf: Lenovo ThinkCentre M910Q Tiny i5-7500T 16 GB mit proxmox in VM (Bookworm)

              Thomas BraunT 1 Antwort Letzte Antwort
              0
              • G Gismoh

                @thomas-braun

                idash@ioBrokerVM:~$ iobroker add ble@0.13.4 --debug
                NPM version: 9.8.1
                Installing iobroker.ble@0.13.4... (System call)
                npm ERR! code 1
                npm ERR! path /opt/iobroker/node_modules/iobroker.ble/node_modules/@abandonware/noble
                npm ERR! command failed
                npm ERR! command sh -c node-gyp-build
                npm ERR! gyp info it worked if it ends with ok
                npm ERR! gyp info using node-gyp@7.1.2
                npm ERR! gyp info using node@18.18.2 | linux | x64
                npm ERR! gyp info find Python using Python version 3.11.2 found at "/usr/bin/python3"
                npm ERR! (node:6399) [DEP0150] DeprecationWarning: Setting process.config is deprecated. In the future the property will be read-only.
                npm ERR! (Use `node --trace-deprecation ...` to show where the warning was created)
                npm ERR! gyp info spawn /usr/bin/python3
                npm ERR! gyp info spawn args [
                npm ERR! gyp info spawn args   '/opt/iobroker/node_modules/node-gyp/gyp/gyp_main.py',
                npm ERR! gyp info spawn args   'binding.gyp',
                npm ERR! gyp info spawn args   '-f',
                npm ERR! gyp info spawn args   'make',
                npm ERR! gyp info spawn args   '-I',
                npm ERR! gyp info spawn args   '/opt/iobroker/node_modules/iobroker.ble/node_modules/@abandonware/noble/build/config.gypi',
                npm ERR! gyp info spawn args   '-I',
                npm ERR! gyp info spawn args   '/opt/iobroker/node_modules/node-gyp/addon.gypi',
                npm ERR! gyp info spawn args   '-I',
                npm ERR! gyp info spawn args   '/home/iobroker/.cache/node-gyp/18.18.2/include/node/common.gypi',
                npm ERR! gyp info spawn args   '-Dlibrary=shared_library',
                npm ERR! gyp info spawn args   '-Dvisibility=default',
                npm ERR! gyp info spawn args   '-Dnode_root_dir=/home/iobroker/.cache/node-gyp/18.18.2',
                npm ERR! gyp info spawn args   '-Dnode_gyp_dir=/opt/iobroker/node_modules/node-gyp',
                npm ERR! gyp info spawn args   '-Dnode_lib_file=/home/iobroker/.cache/node-gyp/18.18.2/<(target_arch)/node.lib',
                npm ERR! gyp info spawn args   '-Dmodule_root_dir=/opt/iobroker/node_modules/iobroker.ble/node_modules/@abandonware/noble',
                npm ERR! gyp info spawn args   '-Dnode_engine=v8',
                npm ERR! gyp info spawn args   '--depth=.',
                npm ERR! gyp info spawn args   '--no-parallel',
                npm ERR! gyp info spawn args   '--generator-output',
                npm ERR! gyp info spawn args   'build',
                npm ERR! gyp info spawn args   '-Goutput_dir=.'
                npm ERR! gyp info spawn args ]
                npm ERR! Traceback (most recent call last):
                npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/gyp_main.py", line 51, in <module>
                npm ERR!     sys.exit(gyp.script_main())
                npm ERR!              ^^^^^^^^^^^^^^^^^
                npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 670, in script_main
                npm ERR!     return main(sys.argv[1:])
                npm ERR!            ^^^^^^^^^^^^^^^^^^
                npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 662, in main
                npm ERR!     return gyp_main(args)
                npm ERR!            ^^^^^^^^^^^^^^
                npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 629, in gyp_main
                npm ERR!     [generator, flat_list, targets, data] = Load(
                npm ERR!                                             ^^^^^
                npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 150, in Load
                npm ERR!     result = gyp.input.Load(
                npm ERR!              ^^^^^^^^^^^^^^^
                npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 3021, in Load
                npm ERR!     LoadTargetBuildFile(
                npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 411, in LoadTargetBuildFile
                npm ERR!     build_file_data = LoadOneBuildFile(
                npm ERR!                       ^^^^^^^^^^^^^^^^^
                npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 239, in LoadOneBuildFile
                npm ERR!     build_file_contents = open(build_file_path, "rU").read()
                npm ERR!                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
                npm ERR! ValueError: invalid mode: 'rU' while trying to load binding.gyp
                npm ERR! gyp ERR! configure error 
                npm ERR! gyp ERR! stack Error: `gyp` failed with exit code: 1
                npm ERR! gyp ERR! stack     at ChildProcess.onCpExit (/opt/iobroker/node_modules/node-gyp/lib/configure.js:351:16)
                npm ERR! gyp ERR! stack     at ChildProcess.emit (node:events:517:28)
                npm ERR! gyp ERR! stack     at ChildProcess._handle.onexit (node:internal/child_process:292:12)
                npm ERR! gyp ERR! System Linux 6.1.0-13-amd64
                npm ERR! gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
                npm ERR! gyp ERR! cwd /opt/iobroker/node_modules/iobroker.ble/node_modules/@abandonware/noble
                npm ERR! gyp ERR! node -v v18.18.2
                npm ERR! gyp ERR! node-gyp -v v7.1.2
                npm ERR! gyp ERR! not ok
                
                npm ERR! A complete log of this run can be found in: /home/iobroker/.npm/_logs/2023-11-08T22_56_29_824Z-debug-0.log
                npm ERR! code 1
                npm ERR! path /opt/iobroker/node_modules/iobroker.ble/node_modules/@abandonware/noble
                npm ERR! command failed
                npm ERR! command sh -c node-gyp-build
                npm ERR! gyp info it worked if it ends with ok
                npm ERR! gyp info using node-gyp@7.1.2
                npm ERR! gyp info using node@18.18.2 | linux | x64
                npm ERR! gyp info find Python using Python version 3.11.2 found at "/usr/bin/python3"
                npm ERR! (node:6399) [DEP0150] DeprecationWarning: Setting process.config is deprecated. In the future the property will be read-only.
                npm ERR! (Use `node --trace-deprecation ...` to show where the warning was created)
                npm ERR! gyp info spawn /usr/bin/python3
                npm ERR! gyp info spawn args [
                npm ERR! gyp info spawn args   '/opt/iobroker/node_modules/node-gyp/gyp/gyp_main.py',
                npm ERR! gyp info spawn args   'binding.gyp',
                npm ERR! gyp info spawn args   '-f',
                npm ERR! gyp info spawn args   'make',
                npm ERR! gyp info spawn args   '-I',
                npm ERR! gyp info spawn args   '/opt/iobroker/node_modules/iobroker.ble/node_modules/@abandonware/noble/build/config.gypi',
                npm ERR! gyp info spawn args   '-I',
                npm ERR! gyp info spawn args   '/opt/iobroker/node_modules/node-gyp/addon.gypi',
                npm ERR! gyp info spawn args   '-I',
                npm ERR! gyp info spawn args   '/home/iobroker/.cache/node-gyp/18.18.2/include/node/common.gypi',
                npm ERR! gyp info spawn args   '-Dlibrary=shared_library',
                npm ERR! gyp info spawn args   '-Dvisibility=default',
                npm ERR! gyp info spawn args   '-Dnode_root_dir=/home/iobroker/.cache/node-gyp/18.18.2',
                npm ERR! gyp info spawn args   '-Dnode_gyp_dir=/opt/iobroker/node_modules/node-gyp',
                npm ERR! gyp info spawn args   '-Dnode_lib_file=/home/iobroker/.cache/node-gyp/18.18.2/<(target_arch)/node.lib',
                npm ERR! gyp info spawn args   '-Dmodule_root_dir=/opt/iobroker/node_modules/iobroker.ble/node_modules/@abandonware/noble',
                npm ERR! gyp info spawn args   '-Dnode_engine=v8',
                npm ERR! gyp info spawn args   '--depth=.',
                npm ERR! gyp info spawn args   '--no-parallel',
                npm ERR! gyp info spawn args   '--generator-output',
                npm ERR! gyp info spawn args   'build',
                npm ERR! gyp info spawn args   '-Goutput_dir=.'
                npm ERR! gyp info spawn args ]
                npm ERR! Traceback (most recent call last):
                npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/gyp_main.py", line 51, in <module>
                npm ERR!     sys.exit(gyp.script_main())
                npm ERR!              ^^^^^^^^^^^^^^^^^
                npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 670, in script_main
                npm ERR!     return main(sys.argv[1:])
                npm ERR!            ^^^^^^^^^^^^^^^^^^
                npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 662, in main
                npm ERR!     return gyp_main(args)
                npm ERR!            ^^^^^^^^^^^^^^
                npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 629, in gyp_main
                npm ERR!     [generator, flat_list, targets, data] = Load(
                npm ERR!                                             ^^^^^
                npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 150, in Load
                npm ERR!     result = gyp.input.Load(
                npm ERR!              ^^^^^^^^^^^^^^^
                npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 3021, in Load
                npm ERR!     LoadTargetBuildFile(
                npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 411, in LoadTargetBuildFile
                npm ERR!     build_file_data = LoadOneBuildFile(
                npm ERR!                       ^^^^^^^^^^^^^^^^^
                npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 239, in LoadOneBuildFile
                npm ERR!     build_file_contents = open(build_file_path, "rU").read()
                npm ERR!                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
                npm ERR! ValueError: invalid mode: 'rU' while trying to load binding.gyp
                npm ERR! gyp ERR! configure error 
                npm ERR! gyp ERR! stack Error: `gyp` failed with exit code: 1
                npm ERR! gyp ERR! stack     at ChildProcess.onCpExit (/opt/iobroker/node_modules/node-gyp/lib/configure.js:351:16)
                npm ERR! gyp ERR! stack     at ChildProcess.emit (node:events:517:28)
                npm ERR! gyp ERR! stack     at ChildProcess._handle.onexit (node:internal/child_process:292:12)
                npm ERR! gyp ERR! System Linux 6.1.0-13-amd64
                npm ERR! gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
                npm ERR! gyp ERR! cwd /opt/iobroker/node_modules/iobroker.ble/node_modules/@abandonware/noble
                npm ERR! gyp ERR! node -v v18.18.2
                npm ERR! gyp ERR! node-gyp -v v7.1.2
                npm ERR! gyp ERR! not ok
                
                npm ERR! A complete log of this run can be found in: /home/iobroker/.npm/_logs/2023-11-08T22_56_29_824Z-debug-0.log
                host.ioBrokerVM Cannot install iobroker.ble@0.13.4: 1
                
                Thomas BraunT Online
                Thomas BraunT Online
                Thomas Braun
                Most Active
                schrieb am zuletzt editiert von
                #114

                @gismoh

                sudo apt update
                apt policy node-gyp
                

                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

                G 2 Antworten Letzte Antwort
                1
                • Thomas BraunT Thomas Braun

                  @gismoh

                  sudo apt update
                  apt policy node-gyp
                  
                  G Offline
                  G Offline
                  Gismoh
                  schrieb am zuletzt editiert von
                  #115

                  @thomas-braun

                  idash@ioBrokerVM:~$ sudo apt update
                  OK:1 http://deb.debian.org/debian bookworm InRelease
                  OK:2 http://security.debian.org/debian-security bookworm-security InRelease    
                  OK:3 http://deb.debian.org/debian bookworm-updates InRelease                   
                  OK:4 https://repos.influxdata.com/debian stable InRelease                      
                  OK:5 https://deb.nodesource.com/node_18.x nodistro InRelease                   
                  Paketlisten werden gelesen… Fertig
                  Abhängigkeitsbaum wird aufgebaut… Fertig
                  Statusinformationen werden eingelesen… Fertig
                  Alle Pakete sind aktuell.
                  idash@ioBrokerVM:~$ apt policy node-gyp
                  node-gyp:
                    Installiert:           (keine)
                    Installationskandidat: 9.3.0-2
                    Versionstabelle:
                       9.3.0-2 500
                          500 http://deb.debian.org/debian bookworm/main amd64 Packages
                  

                  ioBroker auf: Lenovo ThinkCentre M910Q Tiny i5-7500T 16 GB mit proxmox in VM (Bookworm)

                  1 Antwort Letzte Antwort
                  0
                  • Thomas BraunT Thomas Braun

                    @gismoh

                    sudo apt update
                    apt policy node-gyp
                    
                    G Offline
                    G Offline
                    Gismoh
                    schrieb am zuletzt editiert von
                    #116

                    @thomas-braun
                    soll ich?:

                    sudo npm install -g node-gyp
                    

                    ioBroker auf: Lenovo ThinkCentre M910Q Tiny i5-7500T 16 GB mit proxmox in VM (Bookworm)

                    Thomas BraunT 1 Antwort Letzte Antwort
                    0
                    • G Gismoh

                      @thomas-braun
                      soll ich?:

                      sudo npm install -g node-gyp
                      
                      Thomas BraunT Online
                      Thomas BraunT Online
                      Thomas Braun
                      Most Active
                      schrieb am zuletzt editiert von Thomas Braun
                      #117

                      @gismoh sagte in ioBroker auf neuer Maschine aufgesetzt und Adapter Probleme:

                      sudo npm install -g node-gyp

                      NEIN!
                      Hast du das in der Vergangenheit schon mal gemacht?
                      Oder mit 'npm' schon mal gemacht?

                      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

                      G 1 Antwort Letzte Antwort
                      0
                      • Thomas BraunT Thomas Braun

                        @gismoh sagte in ioBroker auf neuer Maschine aufgesetzt und Adapter Probleme:

                        sudo npm install -g node-gyp

                        NEIN!
                        Hast du das in der Vergangenheit schon mal gemacht?
                        Oder mit 'npm' schon mal gemacht?

                        G Offline
                        G Offline
                        Gismoh
                        schrieb am zuletzt editiert von Gismoh
                        #118

                        @thomas-braun
                        nein, hatte erst gerade eben danach gesucht
                        npm vermutlich auch nicht, es sei denn es ist mir weiter oben (HEUTE) so angeraten wurden - meine aber nicht. Habe dieses Backup (der VM) erst heute eingespielt und dann das Backup (iobroker) aufgespielt.

                        ioBroker auf: Lenovo ThinkCentre M910Q Tiny i5-7500T 16 GB mit proxmox in VM (Bookworm)

                        Thomas BraunT 1 Antwort Letzte Antwort
                        0
                        • G Gismoh

                          @thomas-braun
                          nein, hatte erst gerade eben danach gesucht
                          npm vermutlich auch nicht, es sei denn es ist mir weiter oben (HEUTE) so angeraten wurden - meine aber nicht. Habe dieses Backup (der VM) erst heute eingespielt und dann das Backup (iobroker) aufgespielt.

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

                          @gismoh
                          Vergiss irgendwelche npm-Befehle, die ein -g beinhalten.
                          Irgendwo zieht die Kiste ein altes node-gyp her.

                          type -p node-gyp
                          

                          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

                          G 1 Antwort Letzte Antwort
                          0
                          • Thomas BraunT Thomas Braun

                            @gismoh
                            Vergiss irgendwelche npm-Befehle, die ein -g beinhalten.
                            Irgendwo zieht die Kiste ein altes node-gyp her.

                            type -p node-gyp
                            
                            G Offline
                            G Offline
                            Gismoh
                            schrieb am zuletzt editiert von Gismoh
                            #120

                            @thomas-braun
                            kam keine Ausgabe:

                            idash@ioBrokerVM:~$ type -p node-gyp
                            idash@ioBrokerVM:~$ 
                            

                            Was macht das backitup nur, das es mir den ble zerschießt?
                            Davor hat es ja funktioniert.

                            ioBroker auf: Lenovo ThinkCentre M910Q Tiny i5-7500T 16 GB mit proxmox in VM (Bookworm)

                            Thomas BraunT 1 Antwort Letzte Antwort
                            0
                            • G Gismoh

                              @thomas-braun
                              kam keine Ausgabe:

                              idash@ioBrokerVM:~$ type -p node-gyp
                              idash@ioBrokerVM:~$ 
                              

                              Was macht das backitup nur, das es mir den ble zerschießt?
                              Davor hat es ja funktioniert.

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

                              @gismoh sagte in ioBroker auf neuer Maschine aufgesetzt und Adapter Probleme:

                              Was macht das backitup nur, das es mir den ble zerschießt?

                              Nichts.

                              iobroker rebuild iobroker.ble
                              

                              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

                              G 1 Antwort Letzte Antwort
                              0
                              • Thomas BraunT Thomas Braun

                                @gismoh sagte in ioBroker auf neuer Maschine aufgesetzt und Adapter Probleme:

                                Was macht das backitup nur, das es mir den ble zerschießt?

                                Nichts.

                                iobroker rebuild iobroker.ble
                                
                                G Offline
                                G Offline
                                Gismoh
                                schrieb am zuletzt editiert von Gismoh
                                #122

                                @thomas-braun

                                idash@ioBrokerVM:~$ iobroker rebuild iobroker.ble
                                Rebuilding native module "iobroker.ble" ...
                                rebuilt dependencies successfully
                                
                                Rebuilding native modules done
                                

                                ioBroker auf: Lenovo ThinkCentre M910Q Tiny i5-7500T 16 GB mit proxmox in VM (Bookworm)

                                Thomas BraunT 1 Antwort Letzte Antwort
                                0
                                • G Gismoh

                                  @thomas-braun

                                  idash@ioBrokerVM:~$ iobroker rebuild iobroker.ble
                                  Rebuilding native module "iobroker.ble" ...
                                  rebuilt dependencies successfully
                                  
                                  Rebuilding native modules done
                                  
                                  Thomas BraunT Online
                                  Thomas BraunT Online
                                  Thomas Braun
                                  Most Active
                                  schrieb am zuletzt editiert von
                                  #123

                                  @gismoh

                                  iob list adapters
                                  

                                  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

                                  G 1 Antwort Letzte Antwort
                                  1
                                  • Thomas BraunT Thomas Braun

                                    @gismoh

                                    iob list adapters
                                    
                                    G Offline
                                    G Offline
                                    Gismoh
                                    schrieb am zuletzt editiert von
                                    #124

                                    @thomas-braun

                                    idash@ioBrokerVM:~$ iob list adapters
                                    system.adapter.accuweather             : accuweather    - v1.1.4
                                    system.adapter.admin                   : admin          - v6.3.5
                                    system.adapter.alarm                   : alarm          - v3.3.13
                                    system.adapter.alexa2                  : alexa2         - v3.23.2
                                    system.adapter.asuswrt                 : asuswrt        - v1.0.1
                                    system.adapter.backitup                : backitup       - v2.8.1
                                    system.adapter.broadlink2              : broadlink2     - v2.0.3
                                    system.adapter.cloud                   : cloud          - v4.0.4
                                    system.adapter.daikin-cloud            : daikin-cloud   - v0.3.0
                                    system.adapter.daswetter               : daswetter      - v3.1.10
                                    system.adapter.deconz                  : deconz         - v1.3.21
                                    system.adapter.device-reminder         : device-reminder - v1.2.9
                                    system.adapter.discovery               : discovery      - v3.1.0
                                    system.adapter.ecovacs-deebot          : ecovacs-deebot - v1.4.13
                                    system.adapter.enigma2                 : enigma2        - v2.0.3
                                    system.adapter.fb-checkpresence        : fb-checkpresence - v1.2.2
                                    system.adapter.fiat                    : fiat           - v0.0.8
                                    system.adapter.flot                    : flot           - v1.12.0
                                    system.adapter.fritzdect               : fritzdect      - v2.1.11
                                    system.adapter.fullybrowser            : fullybrowser   - v2.1.2
                                    system.adapter.go-e                    : go-e           - v1.0.27
                                    system.adapter.ham                     : ham            - v5.3.1
                                    system.adapter.harmony                 : harmony        - v1.2.2
                                    system.adapter.hue                     : hue            - v3.10.0
                                    system.adapter.hue-extended            : hue-extended   - v2.0.0
                                    system.adapter.icons-mfd-svg           : icons-mfd-svg  - v1.1.0
                                    system.adapter.influxdb                : influxdb       - v3.2.0
                                    system.adapter.info                    : info           - v2.0.0
                                    system.adapter.iot                     : iot            - v1.14.5
                                    system.adapter.javascript              : javascript     - v7.1.4
                                    system.adapter.meross                  : meross         - v1.15.1
                                    system.adapter.mihome-vacuum           : mihome-vacuum  - v4.0.0
                                    system.adapter.mobile                  : mobile         - v1.0.1
                                    system.adapter.openweathermap          : openweathermap - v0.3.9
                                    system.adapter.parser                  : parser         - v1.3.2
                                    system.adapter.pi-hole                 : pi-hole        - v1.3.6
                                    system.adapter.ping                    : ping           - v1.4.12
                                    system.adapter.pushover                : pushover       - v3.0.3
                                    system.adapter.pvforecast              : pvforecast     - v2.8.1
                                    system.adapter.radar2                  : radar2         - v2.0.7
                                    system.adapter.shelly                  : shelly         - v6.4.1
                                    system.adapter.simple-api              : simple-api     - v2.7.2
                                    system.adapter.smartcontrol            : smartcontrol   - v2.0.1
                                    system.adapter.socketio                : socketio       - v6.5.5
                                    system.adapter.sonoff                  : sonoff         - v2.5.3
                                    system.adapter.tado                    : tado           - v0.4.9
                                    system.adapter.telegram                : telegram       - v1.16.0
                                    system.adapter.tibberlink              : tibberlink     - v1.0.0
                                    system.adapter.tr-064                  : tr-064         - v4.2.4
                                    system.adapter.vis                     : vis            - v1.4.16
                                    system.adapter.vis-hqwidgets           : vis-hqwidgets  - v1.4.0
                                    system.adapter.vis-jqui-mfd            : vis-jqui-mfd   - v1.0.12
                                    system.adapter.vis-material-advanced   : vis-material-advanced - v1.7.4
                                    system.adapter.vis-metro               : vis-metro      - v1.2.0
                                    system.adapter.vis-timeandweather      : vis-timeandweather - v1.2.2
                                    system.adapter.weatherunderground      : weatherunderground - v3.6.0
                                    system.adapter.web                     : web            - v4.3.0
                                    system.adapter.worx                    : worx           - v2.3.2
                                    system.adapter.ws                      : ws             - v2.5.5
                                    

                                    ioBroker auf: Lenovo ThinkCentre M910Q Tiny i5-7500T 16 GB mit proxmox in VM (Bookworm)

                                    Thomas BraunT 1 Antwort Letzte Antwort
                                    0
                                    • G Gismoh

                                      @thomas-braun

                                      idash@ioBrokerVM:~$ iob list adapters
                                      system.adapter.accuweather             : accuweather    - v1.1.4
                                      system.adapter.admin                   : admin          - v6.3.5
                                      system.adapter.alarm                   : alarm          - v3.3.13
                                      system.adapter.alexa2                  : alexa2         - v3.23.2
                                      system.adapter.asuswrt                 : asuswrt        - v1.0.1
                                      system.adapter.backitup                : backitup       - v2.8.1
                                      system.adapter.broadlink2              : broadlink2     - v2.0.3
                                      system.adapter.cloud                   : cloud          - v4.0.4
                                      system.adapter.daikin-cloud            : daikin-cloud   - v0.3.0
                                      system.adapter.daswetter               : daswetter      - v3.1.10
                                      system.adapter.deconz                  : deconz         - v1.3.21
                                      system.adapter.device-reminder         : device-reminder - v1.2.9
                                      system.adapter.discovery               : discovery      - v3.1.0
                                      system.adapter.ecovacs-deebot          : ecovacs-deebot - v1.4.13
                                      system.adapter.enigma2                 : enigma2        - v2.0.3
                                      system.adapter.fb-checkpresence        : fb-checkpresence - v1.2.2
                                      system.adapter.fiat                    : fiat           - v0.0.8
                                      system.adapter.flot                    : flot           - v1.12.0
                                      system.adapter.fritzdect               : fritzdect      - v2.1.11
                                      system.adapter.fullybrowser            : fullybrowser   - v2.1.2
                                      system.adapter.go-e                    : go-e           - v1.0.27
                                      system.adapter.ham                     : ham            - v5.3.1
                                      system.adapter.harmony                 : harmony        - v1.2.2
                                      system.adapter.hue                     : hue            - v3.10.0
                                      system.adapter.hue-extended            : hue-extended   - v2.0.0
                                      system.adapter.icons-mfd-svg           : icons-mfd-svg  - v1.1.0
                                      system.adapter.influxdb                : influxdb       - v3.2.0
                                      system.adapter.info                    : info           - v2.0.0
                                      system.adapter.iot                     : iot            - v1.14.5
                                      system.adapter.javascript              : javascript     - v7.1.4
                                      system.adapter.meross                  : meross         - v1.15.1
                                      system.adapter.mihome-vacuum           : mihome-vacuum  - v4.0.0
                                      system.adapter.mobile                  : mobile         - v1.0.1
                                      system.adapter.openweathermap          : openweathermap - v0.3.9
                                      system.adapter.parser                  : parser         - v1.3.2
                                      system.adapter.pi-hole                 : pi-hole        - v1.3.6
                                      system.adapter.ping                    : ping           - v1.4.12
                                      system.adapter.pushover                : pushover       - v3.0.3
                                      system.adapter.pvforecast              : pvforecast     - v2.8.1
                                      system.adapter.radar2                  : radar2         - v2.0.7
                                      system.adapter.shelly                  : shelly         - v6.4.1
                                      system.adapter.simple-api              : simple-api     - v2.7.2
                                      system.adapter.smartcontrol            : smartcontrol   - v2.0.1
                                      system.adapter.socketio                : socketio       - v6.5.5
                                      system.adapter.sonoff                  : sonoff         - v2.5.3
                                      system.adapter.tado                    : tado           - v0.4.9
                                      system.adapter.telegram                : telegram       - v1.16.0
                                      system.adapter.tibberlink              : tibberlink     - v1.0.0
                                      system.adapter.tr-064                  : tr-064         - v4.2.4
                                      system.adapter.vis                     : vis            - v1.4.16
                                      system.adapter.vis-hqwidgets           : vis-hqwidgets  - v1.4.0
                                      system.adapter.vis-jqui-mfd            : vis-jqui-mfd   - v1.0.12
                                      system.adapter.vis-material-advanced   : vis-material-advanced - v1.7.4
                                      system.adapter.vis-metro               : vis-metro      - v1.2.0
                                      system.adapter.vis-timeandweather      : vis-timeandweather - v1.2.2
                                      system.adapter.weatherunderground      : weatherunderground - v3.6.0
                                      system.adapter.web                     : web            - v4.3.0
                                      system.adapter.worx                    : worx           - v2.3.2
                                      system.adapter.ws                      : ws             - v2.5.5
                                      
                                      Thomas BraunT Online
                                      Thomas BraunT Online
                                      Thomas Braun
                                      Most Active
                                      schrieb am zuletzt editiert von
                                      #125

                                      @gismoh

                                      iobroker install ble
                                      

                                      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

                                      G 1 Antwort Letzte Antwort
                                      1
                                      • Thomas BraunT Thomas Braun

                                        @gismoh

                                        iobroker install ble
                                        
                                        G Offline
                                        G Offline
                                        Gismoh
                                        schrieb am zuletzt editiert von
                                        #126

                                        @thomas-braun

                                        idash@ioBrokerVM:~$ iobroker install ble
                                        NPM version: 9.8.1
                                        Installing iobroker.ble@0.13.4... (System call)
                                        npm ERR! code 1
                                        npm ERR! path /opt/iobroker/node_modules/iobroker.ble/node_modules/@abandonware/noble
                                        npm ERR! command failed
                                        npm ERR! command sh -c node-gyp-build
                                        npm ERR! (node:1950) [DEP0150] DeprecationWarning: Setting process.config is deprecated. In the future the property will be read-only.
                                        npm ERR! (Use `node --trace-deprecation ...` to show where the warning was created)
                                        npm ERR! Traceback (most recent call last):
                                        npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/gyp_main.py", line 51, in <module>
                                        npm ERR!     sys.exit(gyp.script_main())
                                        npm ERR!              ^^^^^^^^^^^^^^^^^
                                        npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 670, in script_main
                                        npm ERR!     return main(sys.argv[1:])
                                        npm ERR!            ^^^^^^^^^^^^^^^^^^
                                        npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 662, in main
                                        npm ERR!     return gyp_main(args)
                                        npm ERR!            ^^^^^^^^^^^^^^
                                        npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 629, in gyp_main
                                        npm ERR!     [generator, flat_list, targets, data] = Load(
                                        npm ERR!                                             ^^^^^
                                        npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 150, in Load
                                        npm ERR!     result = gyp.input.Load(
                                        npm ERR!              ^^^^^^^^^^^^^^^
                                        npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 3021, in Load
                                        npm ERR!     LoadTargetBuildFile(
                                        npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 411, in LoadTargetBuildFile
                                        npm ERR!     build_file_data = LoadOneBuildFile(
                                        npm ERR!                       ^^^^^^^^^^^^^^^^^
                                        npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 239, in LoadOneBuildFile
                                        npm ERR!     build_file_contents = open(build_file_path, "rU").read()
                                        npm ERR!                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
                                        npm ERR! ValueError: invalid mode: 'rU' while trying to load binding.gyp
                                        npm ERR! gyp ERR! configure error 
                                        npm ERR! gyp ERR! stack Error: `gyp` failed with exit code: 1
                                        npm ERR! gyp ERR! stack     at ChildProcess.onCpExit (/opt/iobroker/node_modules/node-gyp/lib/configure.js:351:16)
                                        npm ERR! gyp ERR! stack     at ChildProcess.emit (node:events:517:28)
                                        npm ERR! gyp ERR! stack     at ChildProcess._handle.onexit (node:internal/child_process:292:12)
                                        npm ERR! gyp ERR! System Linux 6.1.0-13-amd64
                                        npm ERR! gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
                                        npm ERR! gyp ERR! cwd /opt/iobroker/node_modules/iobroker.ble/node_modules/@abandonware/noble
                                        npm ERR! gyp ERR! node -v v18.18.2
                                        npm ERR! gyp ERR! node-gyp -v v7.1.2
                                        npm ERR! gyp ERR! not ok
                                        
                                        npm ERR! A complete log of this run can be found in: /home/iobroker/.npm/_logs/2023-11-08T23_26_40_665Z-debug-0.log
                                        host.ioBrokerVM Cannot install iobroker.ble@0.13.4: 1
                                        

                                        ioBroker auf: Lenovo ThinkCentre M910Q Tiny i5-7500T 16 GB mit proxmox in VM (Bookworm)

                                        Thomas BraunT 1 Antwort Letzte Antwort
                                        0
                                        • G Gismoh

                                          @thomas-braun

                                          idash@ioBrokerVM:~$ iobroker install ble
                                          NPM version: 9.8.1
                                          Installing iobroker.ble@0.13.4... (System call)
                                          npm ERR! code 1
                                          npm ERR! path /opt/iobroker/node_modules/iobroker.ble/node_modules/@abandonware/noble
                                          npm ERR! command failed
                                          npm ERR! command sh -c node-gyp-build
                                          npm ERR! (node:1950) [DEP0150] DeprecationWarning: Setting process.config is deprecated. In the future the property will be read-only.
                                          npm ERR! (Use `node --trace-deprecation ...` to show where the warning was created)
                                          npm ERR! Traceback (most recent call last):
                                          npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/gyp_main.py", line 51, in <module>
                                          npm ERR!     sys.exit(gyp.script_main())
                                          npm ERR!              ^^^^^^^^^^^^^^^^^
                                          npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 670, in script_main
                                          npm ERR!     return main(sys.argv[1:])
                                          npm ERR!            ^^^^^^^^^^^^^^^^^^
                                          npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 662, in main
                                          npm ERR!     return gyp_main(args)
                                          npm ERR!            ^^^^^^^^^^^^^^
                                          npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 629, in gyp_main
                                          npm ERR!     [generator, flat_list, targets, data] = Load(
                                          npm ERR!                                             ^^^^^
                                          npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 150, in Load
                                          npm ERR!     result = gyp.input.Load(
                                          npm ERR!              ^^^^^^^^^^^^^^^
                                          npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 3021, in Load
                                          npm ERR!     LoadTargetBuildFile(
                                          npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 411, in LoadTargetBuildFile
                                          npm ERR!     build_file_data = LoadOneBuildFile(
                                          npm ERR!                       ^^^^^^^^^^^^^^^^^
                                          npm ERR!   File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 239, in LoadOneBuildFile
                                          npm ERR!     build_file_contents = open(build_file_path, "rU").read()
                                          npm ERR!                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
                                          npm ERR! ValueError: invalid mode: 'rU' while trying to load binding.gyp
                                          npm ERR! gyp ERR! configure error 
                                          npm ERR! gyp ERR! stack Error: `gyp` failed with exit code: 1
                                          npm ERR! gyp ERR! stack     at ChildProcess.onCpExit (/opt/iobroker/node_modules/node-gyp/lib/configure.js:351:16)
                                          npm ERR! gyp ERR! stack     at ChildProcess.emit (node:events:517:28)
                                          npm ERR! gyp ERR! stack     at ChildProcess._handle.onexit (node:internal/child_process:292:12)
                                          npm ERR! gyp ERR! System Linux 6.1.0-13-amd64
                                          npm ERR! gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
                                          npm ERR! gyp ERR! cwd /opt/iobroker/node_modules/iobroker.ble/node_modules/@abandonware/noble
                                          npm ERR! gyp ERR! node -v v18.18.2
                                          npm ERR! gyp ERR! node-gyp -v v7.1.2
                                          npm ERR! gyp ERR! not ok
                                          
                                          npm ERR! A complete log of this run can be found in: /home/iobroker/.npm/_logs/2023-11-08T23_26_40_665Z-debug-0.log
                                          host.ioBrokerVM Cannot install iobroker.ble@0.13.4: 1
                                          
                                          Thomas BraunT Online
                                          Thomas BraunT Online
                                          Thomas Braun
                                          Most Active
                                          schrieb am zuletzt editiert von
                                          #127

                                          @gismoh sagte in ioBroker auf neuer Maschine aufgesetzt und Adapter Probleme:

                                          Ich muss lagsam mal in die Heia...

                                          nano /opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/input.py
                                          

                                          gibt es nicht?

                                          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

                                          G 1 Antwort Letzte Antwort
                                          0
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          747

                                          Online

                                          32.4k

                                          Benutzer

                                          81.5k

                                          Themen

                                          1.3m

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

                                          • Du hast noch kein Konto? Registrieren

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