Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Einsteigerfragen
    4. ioBroker auf neuer Maschine aufgesetzt und Adapter Probleme

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    ioBroker auf neuer Maschine aufgesetzt und Adapter Probleme

    This topic has been deleted. Only users with topic management privileges can see it.
    • G
      Gismoh @Gismoh last edited by Gismoh

      Ansonsten die Schritte von Gestern abend noch mal durchgegangen, mit scheinbar selbem Ergebnis:

      idash@ioBrokerVM:/home/iobroker$ cd /
      idash@ioBrokerVM:/$ ls -lah /home/iobroker/.npm/_cacache 
      insgesamt 12K
      drwxr-xr-x 3 iobroker iobroker 4,0K  9. Nov 14:38 .
      drwxr-xr-x 7 iobroker iobroker 4,0K  9. Nov 14:38 ..
      drwxr-xr-x 2 iobroker iobroker 4,0K  9. Nov 14:38 tmp
      idash@ioBrokerVM:/$ rm -rf /home/iobroker/.npm/_cacache/tmp 
      rm: das Entfernen von '/home/iobroker/.npm/_cacache/tmp/a8c63b11' ist nicht möglich: Keine Berechtigung
      idash@ioBrokerVM:/$ sudo -u iobroker rm -rf /home/iobroker/.npm/_cacache/tmp 
      idash@ioBrokerVM:/$ cd /home/iobroker
      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.
      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:2039) [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-09T13_48_08_783Z-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:2039) [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-09T13_48_08_783Z-debug-0.log
      host.ioBrokerVM Cannot install iobroker.ble@0.13.4: 1
      
      1 Reply Last reply Reply Quote 0
      • Homoran
        Homoran Global Moderator Administrators @Gismoh last edited by

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

        ENOTEMPTY: directory not empty, rmdir '/home/iobroker/.npm/_cacache

        https://forum.iobroker.net/topic/57337/fehler-25-217-oder-enotempty-bei-adapter-install-update/1

        G 1 Reply Last reply Reply Quote 0
        • G
          Gismoh @Homoran last edited by Gismoh

          @homoran

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

          ausgeführt, mal sehen

          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:2237) [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-09T14_34_50_758Z-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:2237) [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-09T14_34_50_758Z-debug-0.log
          host.ioBrokerVM Cannot install iobroker.ble@0.13.4: 1
          idash@ioBrokerVM:~$ 
          
          crunchip Homoran 2 Replies Last reply Reply Quote 0
          • crunchip
            crunchip Forum Testing Most Active @Gismoh last edited by

            @gismoh zeig mal die Ausgabe
            iob diag
            von beiden Systemen, Raspberry und Vm

            G 3 Replies Last reply Reply Quote 1
            • Homoran
              Homoran Global Moderator Administrators @Gismoh last edited by

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

              mal sehen

              was machst du denn jetzt schon wieder?

              der iob fix ist doch gar nicht durchgelaufen!

              G 1 Reply Last reply Reply Quote 0
              • G
                Gismoh @Homoran last edited by

                @homoran
                Laut deinem Link ist doch dieser Befehl im iob fix enthalten?

                Das ganze ist ab sofort im ioBroker Fixer inkludiert, daher sollte unter Linux iob fix reichen!!
                

                dies wurde oben bereits getätigt

                Homoran 1 Reply Last reply Reply Quote 0
                • Homoran
                  Homoran Global Moderator Administrators @Gismoh last edited by

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

                  dies wurde oben bereits getätigt

                  und brach ab mit isnotempty

                  G 2 Replies Last reply Reply Quote 0
                  • G
                    Gismoh @Homoran last edited by

                    @homoran okay - hatte mich auf das bezogen:

                        Your installation was fixed successfully
                        Run iobroker start to start ioBroker again!
                    

                    dann mache ich es nochmal

                    1 Reply Last reply Reply Quote 0
                    • G
                      Gismoh @crunchip last edited by Gismoh

                      @crunchip
                      neue VM (vor erneutem iob fix)

                      ======== Start marking the full check here =========
                      
                      
                      Skript v.2023-10-10
                      
                      *** BASE SYSTEM ***
                       Static hostname: ioBrokerVM
                             Icon name: computer-vm
                               Chassis: vm 🖴
                        Virtualization: kvm
                      Operating System: Debian GNU/Linux 12 (bookworm)
                                Kernel: Linux 6.1.0-13-amd64
                          Architecture: x86-64
                       Hardware Vendor: QEMU
                        Hardware Model: Standard PC _i440FX + PIIX, 1996_
                      Firmware Version: rel-1.16.2-0-gea1b7a073390-prebuilt.qemu.org
                      
                      model name      : QEMU Virtual CPU version 2.5+
                      Docker          : false
                      Virtualization  : kvm
                      Kernel          : x86_64
                      Userland        : amd64
                      
                      Systemuptime and Load:
                       15:40:50 up  1:05,  2 users,  load average: 0.16, 0.04, 0.01
                      CPU threads: 2
                      
                      
                      *** Time and Time Zones ***
                                     Local time: Thu 2023-11-09 15:40:50 CET
                                 Universal time: Thu 2023-11-09 14:40:50 UTC
                                       RTC time: Thu 2023-11-09 14:40:50
                                      Time zone: Europe/Berlin (CET, +0100)
                      System clock synchronized: yes
                                    NTP service: active
                                RTC in local TZ: no
                      
                      *** User and Groups ***
                      idash
                      /home/idash
                      idash adm dialout sudo plugdev users input netdev iobroker
                      
                      *** X-Server-Setup ***
                      X-Server:       false
                      Desktop: 
                      Terminal:       tty
                      Boot Target:    graphical.target
                      
                      *** MEMORY ***
                                     total        used        free      shared  buff/cache   available
                      Mem:            4.1G        384M        3.4G        507K        574M        3.7G
                      Swap:           1.0G          0B        1.0G
                      Total:          5.1G        384M        4.4G
                      
                               3915 M total memory
                                367 M used memory
                                222 M active memory
                                251 M inactive memory
                               3248 M free memory
                                 67 M buffer memory
                                480 M swap cache
                                974 M total swap
                                  0 M used swap
                                974 M free swap
                      
                      *** FAILED SERVICES ***
                      
                        UNIT             LOAD   ACTIVE SUB    DESCRIPTION
                      * iobroker.service loaded failed failed ioBroker Server
                      
                      LOAD   = Reflects whether the unit definition was properly loaded.
                      ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
                      SUB    = The low-level unit activation state, values depend on unit type.
                      1 loaded units listed.
                      
                      *** FILESYSTEM ***
                      Filesystem     Type      Size  Used Avail Use% Mounted on
                      udev           devtmpfs  1.9G     0  1.9G   0% /dev
                      tmpfs          tmpfs     392M  500K  392M   1% /run
                      /dev/sda1      ext4       31G  3.6G   26G  13% /
                      tmpfs          tmpfs     2.0G     0  2.0G   0% /dev/shm
                      tmpfs          tmpfs     5.0M     0  5.0M   0% /run/lock
                      tmpfs          tmpfs     392M     0  392M   0% /run/user/1002
                      
                      Messages concerning ext4 filesystem in dmesg:
                      [Thu Nov  9 14:35:44 2023] EXT4-fs (sda1): mounted filesystem with ordered data mode. Quota mode: none.
                      [Thu Nov  9 14:35:45 2023] EXT4-fs (sda1): re-mounted. Quota mode: none.
                      
                      Show mounted filesystems \(real ones only\):
                      TARGET SOURCE    FSTYPE OPTIONS
                      /      /dev/sda1 ext4   rw,relatime,errors=remount-ro
                      
                      Files in neuralgic directories:
                      
                      /var:
                      455M    /var/
                      248M    /var/cache
                      240M    /var/cache/apt
                      169M    /var/lib
                      164M    /var/cache/apt/archives
                      
                      Archived and active journals take up 24.0M in the file system.
                      
                      /opt/iobroker/backups:
                      5.8M    /opt/iobroker/backups/
                      
                      /opt/iobroker/iobroker-data:
                      189M    /opt/iobroker/iobroker-data/
                      157M    /opt/iobroker/iobroker-data/files
                      52M     /opt/iobroker/iobroker-data/files/javascript.admin
                      34M     /opt/iobroker/iobroker-data/files/javascript.admin/static
                      33M     /opt/iobroker/iobroker-data/files/javascript.admin/static/js
                      
                      The five largest files in iobroker-data are:
                      27M     /opt/iobroker/iobroker-data/objects.jsonl
                      19M     /opt/iobroker/iobroker-data/files/iot.admin/static/js/main.2975a411.js.map
                      8.2M    /opt/iobroker/iobroker-data/files/iot.admin/static/js/main.2975a411.js
                      7.2M    /opt/iobroker/iobroker-data/files/ham.admin/static/js/main.8080bc0b.js.map
                      7.1M    /opt/iobroker/iobroker-data/files/javascript.admin/static/js/610.f22de4ab.chunk.js.map
                      find: '/dev/serial/by-id/': No such file or directory
                      
                      USB-Devices by-id:
                      USB-Sticks -  Avoid direct links to /dev/* in your adapter setups, please always prefer the links 'by-id':
                      
                      
                      *** NodeJS-Installation ***
                      
                      /usr/bin/nodejs         v18.18.2
                      /usr/bin/node           v18.18.2
                      /usr/bin/npm            9.8.1
                      /usr/bin/npx            9.8.1
                      /usr/bin/corepack       0.19.0
                      
                      
                      nodejs:
                        Installed: 18.18.2-1nodesource1
                        Candidate: 18.18.2-1nodesource1
                        Version table:
                       *** 18.18.2-1nodesource1 500
                              500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                              100 /var/lib/dpkg/status
                           18.18.1-1nodesource1 500
                              500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                           18.18.0-1nodesource1 500
                              500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                           18.17.1-1nodesource1 500
                              500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                           18.17.0-1nodesource1 500
                              500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                           18.16.1-1nodesource1 500
                              500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                           18.16.0-1nodesource1 500
                              500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                           18.15.0-1nodesource1 500
                              500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                           18.14.2-1nodesource1 500
                              500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                           18.14.1-1nodesource1 500
                              500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                           18.14.0-1nodesource1 500
                              500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                           18.13.0+dfsg1-1 500
                              500 http://deb.debian.org/debian bookworm/main amd64 Packages
                           18.13.0-1nodesource1 500
                              500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                           18.12.0-1nodesource1 500
                              500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                           18.11.0-1nodesource1 500
                              500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                           18.10.0-1nodesource1 500
                              500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                           18.9.1-1nodesource1 500
                              500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                           18.9.0-1nodesource1 500
                              500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                           18.8.0-1nodesource1 500
                              500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                           18.7.0-1nodesource1 500
                              500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                           18.6.0-1nodesource1 500
                              500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                           18.5.0-1nodesource1 500
                              500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                           18.4.0-1nodesource1 500
                              500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                           18.3.0-1nodesource1 500
                              500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                           18.2.0-1nodesource1 500
                              500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                           18.1.0-1nodesource1 500
                              500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                           18.0.0-1nodesource1 500
                              500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                      
                      Temp directories causing npm8 problem: 0
                      No problems detected
                      
                      Errors in npm tree:
                      
                      *** ioBroker-Installation ***
                      
                      ioBroker Status
                      iobroker is not running on this host.
                      
                      
                      Objects type: jsonl
                      States  type: jsonl
                      
                      Core adapters versions
                      js-controller:  5.0.12
                      admin:          6.8.0
                      javascript:     7.1.4
                      
                      Adapters from github:   0
                      
                      Adapter State
                        system.adapter.admin.0                  : admin                 : ioBrokerVM                               -  enabled, port: 8081, bind: 0.0.0.0 (SSL), run as: admin
                        system.adapter.alarm.0                  : alarm                 : ioBrokerVM                               - disabled
                        system.adapter.alexa2.0                 : alexa2                : ioBrokerVM                               - disabled
                        system.adapter.backitup.0               : backitup              : ioBrokerVM                               -  enabled
                        system.adapter.daikin-cloud.0           : daikin-cloud          : ioBrokerVM                               - disabled
                        system.adapter.daswetter.0              : daswetter             : ioBrokerVM                               - disabled
                        system.adapter.deconz.0                 : deconz                : ioBrokerVM                               - disabled, port: 8090
                        system.adapter.device-reminder.0        : device-reminder       : ioBrokerVM                               - disabled
                        system.adapter.discovery.0              : discovery             : ioBrokerVM                               - disabled
                        system.adapter.ecovacs-deebot.0         : ecovacs-deebot        : ioBrokerVM                               - disabled
                        system.adapter.enigma2.0                : enigma2               : ioBrokerVM                               - disabled
                        system.adapter.fb-checkpresence.0       : fb-checkpresence      : ioBrokerVM                               - disabled
                        system.adapter.fiat.0                   : fiat                  : ioBrokerVM                               - disabled
                        system.adapter.flot.0                   : flot                  : ioBrokerVM                               - disabled
                        system.adapter.fullybrowser.0           : fullybrowser          : ioBrokerVM                               - disabled
                        system.adapter.go-e.0                   : go-e                  : ioBrokerVM                               - disabled
                        system.adapter.go-e.1                   : go-e                  : ioBrokerVM                               - disabled
                        system.adapter.ham.0                    : ham                   : ioBrokerVM                               - disabled
                        system.adapter.harmony.0                : harmony               : ioBrokerVM                               - disabled
                        system.adapter.hue-extended.0           : hue-extended          : ioBrokerVM                               - disabled
                        system.adapter.hue.0                    : hue                   : ioBrokerVM                               - disabled, port: 443
                        system.adapter.icons-mfd-svg.0          : icons-mfd-svg         : ioBrokerVM                               - disabled
                        system.adapter.influxdb.0               : influxdb              : ioBrokerVM                               - disabled, port: 8086
                        system.adapter.info.0                   : info                  : ioBrokerVM                               - disabled
                        system.adapter.iot.0                    : iot                   : ioBrokerVM                               - disabled
                        system.adapter.javascript.0             : javascript            : ioBrokerVM                               - disabled
                        system.adapter.meross.0                 : meross                : ioBrokerVM                               - disabled
                        system.adapter.mihome-vacuum.0          : mihome-vacuum         : ioBrokerVM                               - disabled, port: 54321
                        system.adapter.mihome-vacuum.2          : mihome-vacuum         : ioBrokerVM                               - disabled, port: 54321
                        system.adapter.mobile.0                 : mobile                : ioBrokerVM                               - disabled
                        system.adapter.openweathermap.0         : openweathermap        : ioBrokerVM                               - disabled
                        system.adapter.pi-hole.0                : pi-hole               : ioBrokerVM                               - disabled
                        system.adapter.pushover.0               : pushover              : ioBrokerVM                               - disabled
                        system.adapter.pvforecast.0             : pvforecast            : ioBrokerVM                               - disabled
                        system.adapter.radar2.0                 : radar2                : ioBrokerVM                               - disabled
                        system.adapter.shelly.0                 : shelly                : ioBrokerVM                               - disabled, port: 1882, bind: 0.0.0.0
                        system.adapter.shelly.1                 : shelly                : ioBrokerVM                               - disabled, port: 1882, bind: 0.0.0.0
                        system.adapter.smartcontrol.0           : smartcontrol          : ioBrokerVM                               - disabled
                        system.adapter.socketio.0               : socketio              : ioBrokerVM                               - disabled, port: 8084, bind: 0.0.0.0, run as: admin
                        system.adapter.sonoff.0                 : sonoff                : ioBrokerVM                               - disabled, port: 1883, bind: 0.0.0.0
                        system.adapter.tado.0                   : tado                  : ioBrokerVM                               - disabled
                        system.adapter.telegram.0               : telegram              : ioBrokerVM                               - disabled, port: 8443, bind: 0.0.0.0
                        system.adapter.tibberlink.0             : tibberlink            : ioBrokerVM                               - disabled
                        system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : ioBrokerVM                               - disabled
                        system.adapter.vis-jqui-mfd.0           : vis-jqui-mfd          : ioBrokerVM                               - disabled
                        system.adapter.vis-material-advanced.0  : vis-material-advanced : ioBrokerVM                               - disabled
                        system.adapter.vis-metro.0              : vis-metro             : ioBrokerVM                               - disabled
                        system.adapter.vis-timeandweather.0     : vis-timeandweather    : ioBrokerVM                               - disabled
                        system.adapter.vis.0                    : vis                   : ioBrokerVM                               - disabled
                        system.adapter.weatherunderground.0     : weatherunderground    : ioBrokerVM                               - disabled
                        system.adapter.web.0                    : web                   : ioBrokerVM                               - disabled, port: 8082, bind: 0.0.0.0, run as: admin
                        system.adapter.worx.0                   : worx                  : ioBrokerVM                               - disabled
                      
                      + instance is alive
                      
                      Enabled adapters with bindings
                        system.adapter.admin.0                  : admin                 : ioBrokerVM                               -  enabled, port: 8081, bind: 0.0.0.0 (SSL), run as: admin
                      
                      ioBroker-Repositories
                      Stable (default): http://iobroker.live/repo/sources-dist.json
                      Beta (latest) : http://download.iobroker.net/sources-dist-latest.json
                      
                      Active repo(s): Stable (default)
                      
                      Installed ioBroker-Instances
                      Used repository: Stable (default)
                      Adapter    "admin"        : 6.12.0   , installed 6.8.0  [Updatable]
                      Adapter    "alarm"        : 3.4.0    , installed 3.3.13 [Updatable]
                      Adapter    "alexa2"       : 3.25.2   , installed 3.23.2 [Updatable]
                      Adapter    "backitup"     : 2.8.7    , installed 2.8.1  [Updatable]
                      Adapter    "daikin-cloud" : 0.3.0    , installed 0.3.0
                      Adapter    "daswetter"    : 3.1.10   , installed 3.1.10
                      Adapter    "deconz"       : 1.3.21   , installed 1.3.21
                      Adapter    "device-reminder": 3.0.0  , installed 1.2.9  [Updatable]
                      Adapter    "discovery"    : 3.1.0    , installed 3.1.0
                      Adapter    "ecovacs-deebot": 1.4.13  , installed 1.4.13
                      Adapter    "fb-checkpresence": 1.2.2 , installed 1.2.2
                      Adapter    "fiat"         : 0.0.8    , installed 0.0.8
                      Adapter    "flot"         : 1.12.0   , installed 1.12.0
                      Adapter    "fullybrowser" : 2.2.0    , installed 2.1.2  [Updatable]
                      Adapter    "go-e"         : 1.0.27   , installed 1.0.27
                      Adapter    "ham"          : 5.3.1    , installed 5.3.1
                      Adapter    "harmony"      : 1.2.2    , installed 1.2.2
                      Adapter    "hue"          : 3.10.1   , installed 3.10.0 [Updatable]
                      Adapter    "hue-extended" : 2.0.0    , installed 2.0.0
                      Adapter    "icons-mfd-svg": 1.1.0    , installed 1.1.0
                      Adapter    "influxdb"     : 3.2.0    , installed 3.2.0
                      Adapter    "info"         : 2.0.0    , installed 2.0.0
                      Adapter    "iot"          : 1.14.5   , installed 1.14.5
                      Adapter    "javascript"   : 7.1.4    , installed 7.1.4
                      Controller "js-controller": 5.0.12   , installed 5.0.12
                      Adapter    "meross"       : 1.15.1   , installed 1.15.1
                      Adapter    "mihome-vacuum": 4.0.0    , installed 4.0.0
                      Adapter    "mobile"       : 1.0.1    , installed 1.0.1
                      Adapter    "openweathermap": 0.3.9   , installed 0.3.9
                      Adapter    "pi-hole"      : 1.3.6    , installed 1.3.6
                      Adapter    "pushover"     : 3.0.3    , installed 3.0.3
                      Adapter    "pvforecast"   : 2.9.0    , installed 2.8.1  [Updatable]
                      Adapter    "radar2"       : 2.0.8    , installed 2.0.7  [Updatable]
                      Adapter    "shelly"       : 6.6.1    , installed 6.4.1  [Updatable]
                      Adapter    "simple-api"   : 2.7.2    , installed 2.7.2
                      Adapter    "smartcontrol" : 2.0.1    , installed 2.0.1
                      Copy text starting here:
                      
                      
                      ======================= SUMMARY =======================
                                              v.2023-10-10
                      
                      
                       Static hostname: ioBrokerVM
                             Icon name: computer-vm
                               Chassis: vm 🖴
                        Virtualization: kvm
                      Operating System: Debian GNU/Linux 12 (bookworm)
                                Kernel: Linux 6.1.0-13-amd64
                          Architecture: x86-64
                       Hardware Vendor: QEMU
                        Hardware Model: Standard PC _i440FX + PIIX, 1996_
                      Firmware Version: rel-1.16.2-0-gea1b7a073390-prebuilt.qemu.org
                      
                      Installation:           kvm
                      Kernel:                 x86_64
                      Userland:               amd64
                      Timezone:               Europe/Berlin (CET, +0100)
                      User-ID:                1002
                      X-Server:               false
                      Boot Target:            graphical.target
                      
                      Pending OS-Updates:     0
                      Pending iob updates:    16
                      
                      Nodejs-Installation:    /usr/bin/nodejs         v18.18.2
                                              /usr/bin/node           v18.18.2
                                              /usr/bin/npm            9.8.1
                                              /usr/bin/npx            9.8.1
                                              /usr/bin/corepack       0.19.0
                      
                      Recommended versions are nodejs 18.18.2 and npm 9.8.1
                      Your nodejs installation is correct
                      
                      MEMORY: 
                                     total        used        free      shared  buff/cache   available
                      Mem:            4.1G        418M        3.4G        512K        590M        3.7G
                      Swap:           1.0G          0B        1.0G
                      Total:          5.1G        418M        4.4G
                      
                      Active iob-Instances:   1
                      Active repo(s): Stable (default)
                      
                      ioBroker Core:          js-controller           5.0.12
                                              admin                   6.8.0
                      
                      ioBroker Status:        iobroker is not running on this host.
                      
                      
                      Objects type: jsonl
                      States  type: jsonl
                      
                      Status admin and web instance:
                        system.adapter.admin.0                  : admin                 : ioBrokerVM                               -  enabled, port: 8081, bind: 0.0.0.0 (SSL), run as: admin
                        system.adapter.web.0                    : web                   : ioBrokerVM                               - disabled, port: 8082, bind: 0.0.0.0, run as: admin
                      
                      Objects:                32918
                      States:                 20853
                      
                      Size of iob-Database:
                      
                      35M     /opt/iobroker/iobroker-data/objects.jsonl
                      4.9M    /opt/iobroker/iobroker-data/states.jsonl
                      
                      
                      
                      =================== END OF SUMMARY ====================
                      
                      
                      === Mark text until here for copying ===
                      
                      Homoran crunchip 2 Replies Last reply Reply Quote 0
                      • Homoran
                        Homoran Global Moderator Administrators @Gismoh last edited by Homoran

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

                        neue VM (vor erneutem iob fix)

                        full ist unvollständig

                        wie kommen die ganzen Adapter da rein wenn das eine neue VM ist?

                        G 1 Reply Last reply Reply Quote 0
                        • G
                          Gismoh @Homoran last edited by Gismoh

                          @homoran
                          Ich sollte doch das Backup einspielen. Dies hatte ich auch getan, auf der frischen Maschine (VM) ohne backup läuft ja der ble!
                          Oder sind die Adpater ungewöhnlich, wenn man das backup von backitup einspielt?

                          1 Reply Last reply Reply Quote 0
                          • G
                            Gismoh @Homoran last edited by Gismoh

                            @homoran
                            iob fix sieht für mich "normal" aus -sehe dort keine Fehlermeldung.
                            (gerade erneut gemacht)

                            idash@ioBrokerVM:~$ iob stop
                            idash@ioBrokerVM:~$ iob fix
                            library: loaded
                            Library version=2023-10-13
                            
                            ==========================================================================
                            
                                Welcome to the ioBroker installation fixer!
                                Script version: 2023-10-13
                                
                                You might need to enter your password a couple of times.
                            
                            ==========================================================================
                            
                            
                            ==========================================================================
                                Installing prerequisites (1/5)
                            ==========================================================================
                            
                            [sudo] Passwort für idash: 
                            OK:1 http://security.debian.org/debian-security bookworm-security InRelease
                            OK:2 http://deb.debian.org/debian bookworm InRelease                           
                            OK:3 http://deb.debian.org/debian bookworm-updates InRelease                   
                            OK:4 https://deb.nodesource.com/node_18.x nodistro InRelease                   
                            Paketlisten werden gelesen… Fertig
                            
                            ==========================================================================
                                Checking ioBroker user and directory permissions (2/5)
                            ==========================================================================
                            
                            Created /etc/sudoers.d/iobroker
                            Fixing directory permissions...
                            
                            ==========================================================================
                                Check and cleanup npm temporary directories (3/5)
                            ==========================================================================
                            
                            Done.
                            
                            ==========================================================================
                                Database maintenance (4/5)
                            ==========================================================================
                            
                            Checking for uncompressed JSONL databases... This might take a while!
                            
                            Compressing /opt/iobroker/iobroker-data/states.jsonl
                            Compressing /opt/iobroker/iobroker-data/objects.jsonl
                            Compressed 2 JSONL files. Done
                            
                            ==========================================================================
                                Checking autostart (5/5)
                            ==========================================================================
                            
                            Enabling autostart...
                            Autostart enabled!
                            
                            ==========================================================================
                            
                                Your installation was fixed successfully
                                Run iobroker start to start ioBroker again!
                            
                            ==========================================================================
                            
                            idash@ioBrokerVM:~$ iob start
                            
                            1 Reply Last reply Reply Quote 0
                            • G
                              Gismoh @crunchip last edited by

                              @crunchip
                              iob diag
                              von der "alten" installation dauert noch, muss dort im Docker erst noch nen neuen User erstellen. Da ich dort ran muss, ziehe ich erst noch ein Sicherung der SD-Karte.

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

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

                                Pending iob updates: 16

                                Fährst du noch all diese alten versionen auf dem alten System?

                                Edit

                                Vllt mal dein altes system auf stand bringen.
                                Update's..
                                iob fix
                                Und dann ein backup ziehen
                                Und dann die Ausgabe von iob diag nochmal

                                G 1 Reply Last reply Reply Quote 0
                                • G
                                  Gismoh @crunchip last edited by

                                  @crunchip
                                  okay - werd ich versuchen.
                                  hatte die alte maschine nicht mehr weiter geupdated, da ich vor kurzer Zeit mal den Admin geupdatet hatte, und dann iob "Tot" war, ich also keinen zugriff mehr hatte. Aber in der Zwischenzeit bin ich dort auf Bullseye hoch gegangen.

                                  Werd ich mich also nachher noch mal ranmachen 😉

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

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

                                    und dann iob "Tot" war

                                    Das zeigt dir dann auch der diag an

                                    G 2 Replies Last reply Reply Quote 1
                                    • G
                                      Gismoh @crunchip last edited by Gismoh

                                      @crunchip
                                      Mist - vorhin aufgefallen, der iobroker im Docker läuft noch auf Buster.
                                      War mir sicher, das ich geupdatet hätte .... hatte wohl nur den Pi an sich auf Bullseye gebracht aber nicht den iobroker-container 😕

                                      Hoffe das klappt auch.
                                      Zumindest habe ich den ioBroker selber und den Adaptern nun updates verpasst.

                                      1 Reply Last reply Reply Quote 0
                                      • G
                                        Gismoh @crunchip last edited by

                                        @crunchip

                                        das Ergebnis vom (alten) Pi:

                                        Copy text starting here:
                                        
                                        
                                        ======================= SUMMARY =======================
                                                                v.2023-10-10
                                        
                                        
                                        /home/iobroker/.diag.sh: line 457: hostnamectl: command not found
                                        
                                        Installation: 
                                        Kernel:                 armv7l
                                        Userland:               armhf
                                        /home/iobroker/.diag.sh: line 466: timedatectl: command not found
                                        Timezone: 
                                        User-ID:                1001
                                        X-Server:               false
                                        /home/iobroker/.diag.sh: line 473: systemctl: command not found
                                        Boot Target: 
                                        
                                        Pending OS-Updates:     60
                                        error: failed switching to "iobroker": operation not permitted
                                        Pending iob updates:    0
                                        
                                        Nodejs-Installation:    /usr/bin/nodejs         v18.17.1
                                                                /usr/bin/node           v18.17.1
                                                                /usr/bin/npm            9.6.7
                                                                /usr/bin/npx            9.6.7
                                                                /usr/bin/corepack       0.18.0
                                        
                                        Recommended versions are nodejs  and npm 
                                        Your nodejs installation is correct
                                        
                                        MEMORY: 
                                                      total        used        free      shared  buff/cache   available
                                        Mem:           7.9G        1.9G        4.9G        1.0M        1.1G        5.8G
                                        Swap:           99M          0B         99M
                                        Total:         8.0G        1.9G        5.0G
                                        
                                        error: failed switching to "iobroker": operation not permitted
                                        Active iob-Instances:   0
                                        error: failed switching to "iobroker": operation not permitted
                                        
                                        error: failed switching to "iobroker": operation not permitted
                                        ioBroker Core:          js-controller 
                                        error: failed switching to "iobroker": operation not permitted
                                                                admin 
                                        
                                        error: failed switching to "iobroker": operation not permitted
                                        ioBroker Status: 
                                        
                                        Status admin and web instance:
                                        error: failed switching to "iobroker": operation not permitted
                                        
                                        Objects:                0
                                        States:                 0
                                        
                                        Size of iob-Database:
                                        
                                        40M     /opt/iobroker/iobroker-data/objects.jsonl
                                        17M     /opt/iobroker/iobroker-data/objects.json.migrated
                                        17M     /opt/iobroker/iobroker-data/objects.json.bak.migrated
                                        16K     /opt/iobroker/iobroker-data/objects.json.old
                                        31M     /opt/iobroker/iobroker-data/states.jsonl
                                        2.3M    /opt/iobroker/iobroker-data/states.json.migrated
                                        2.3M    /opt/iobroker/iobroker-data/states.json.bak.migrated
                                        2.0M    /opt/iobroker/iobroker-data/states.json.old
                                        
                                        
                                        
                                        =================== END OF SUMMARY ====================
                                        
                                        
                                        === Mark text until here for copying ===
                                        
                                        Thomas Braun 1 Reply Last reply Reply Quote 0
                                        • Thomas Braun
                                          Thomas Braun Most Active @Gismoh last edited by

                                          @gismoh

                                          Der muss aber sehr alt sein, wenn die Kommandos da gar nicht funktionieren.

                                          G 1 Reply Last reply Reply Quote 0
                                          • G
                                            Gismoh @Thomas Braun last edited by

                                            @thomas-braun
                                            leider, ich gelobe Besserung.
                                            Hatte wohl meist nur die iob updates gemacht -.-

                                            bei

                                            sudo apt update
                                            

                                            spuckt er mir direkt eine Fehlermeldung wegen eines key´s raus.

                                            idash@raspberrypi:/opt/iobroker$ sudo apt update
                                            [sudo] password for idash: 
                                            Hit:1 http://security.debian.org/debian-security buster/updates InRelease
                                            Hit:2 http://deb.debian.org/debian buster InRelease                                                                                        
                                            Hit:3 http://deb.debian.org/debian buster-updates InRelease                                                                                
                                            Get:4 https://repos.influxdata.com/debian buster InRelease [7.047 B]                                                                       
                                            Get:5 https://deb.nodesource.com/node_18.x buster InRelease [4.584 B]                               
                                            Err:4 https://repos.influxdata.com/debian buster InRelease
                                              The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E
                                            Fetched 11,6 kB in 2s (5.507 B/s)
                                            Reading package lists... Done
                                            Building dependency tree       
                                            Reading state information... Done
                                            60 packages can be upgraded. Run 'apt list --upgradable' to see them.
                                            W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://repos.influxdata.com/debian buster InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E
                                            W: Failed to fetch https://repos.influxdata.com/debian/dists/buster/InRelease  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E
                                            W: Some index files failed to download. They have been ignored, or old ones used instead.
                                            idash@raspberrypi:/opt/iobroker$ 
                                            

                                            Daher ersteinmal nicht weiter gemacht.

                                            crunchip 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            458
                                            Online

                                            31.9k
                                            Users

                                            80.1k
                                            Topics

                                            1.3m
                                            Posts

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