Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. kein adapter lässt sich mehr update oder installieren

    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

    kein adapter lässt sich mehr update oder installieren

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

      @p-hegmar

      Du sollst das nicht umbenennen, sondern

      
      for i in $(find /opt/iobroker/node_modules -type d -iname ".*-????????" ! -iname ".local-chromium"); do rm -rf ${i%%/}; done
      

      ausführen. Darüber hinaus bitte immer vollständige Ein- wie Ausgaben posten.

      iobroker update
      

      sagt?

      P. Hegmar 1 Reply Last reply Reply Quote 0
      • P. Hegmar
        P. Hegmar @Thomas Braun last edited by

        @thomas-braun said in kein adapter lässt sich mehr update oder installieren:

        for i in $(find /opt/iobroker/node_modules -type d -iname ".*-????????" ! -iname ".local-chromium"); do rm -rf ${i%%/}; done

        strange... jetzt dürfts laufen... updates erfolgreich 🙄 ich sag einstweilen mal danke

        Thomas Braun 1 Reply Last reply Reply Quote 0
        • Thomas Braun
          Thomas Braun Most Active @P. Hegmar last edited by

          @p-hegmar

          iobroker update
          

          sagt...

          1 Reply Last reply Reply Quote 0
          • H
            hoaloha last edited by hoaloha

            Hallo, ich bekomme nach update auf v16.18.1 auch admin und backitup (diese beiden werden mir angeboten) nicht aktualisiert. Habe

            iobroker update
            iobroker upgrade all --debug
            

            ausgeführt und das debug wirft folgendes aus.

            iobroker@iobroker-nuc:~$ iobroker upgrade all --debug
            
            This upgrade of "admin" will introduce the following changes:
            ==========================================================================
            -> 6.3.2:
            Added `useNative` option to `sendTo` JSON Config component
            Added `checkLicense` and `uuid` components to JSON Config
            Corrected the news handler
            ==========================================================================
            
            Would you like to upgrade admin from @6.2.23 to @6.3.2 now? [(y)es, (n)o]: y
            Update admin from @6.2.23 to @6.3.2
            host.iobroker-nuc Adapter "system.adapter.admin.0" is stopped.
            NPM version: 8.19.2
            Installing iobroker.admin@6.3.2... (System call)
            npm WARN skipping integrity check for git dependency ssh://git@github.com/iobroker-community-adapters/ioBroker.sma-em.git 
            npm WARN skipping integrity check for git dependency ssh://git@github.com/MartinH1982/ioBroker.km200.git 
            npm WARN deprecated dgram@1.0.1: npm is holding this package for security reasons. As it's a core Node module, we will not transfer it over to other users. You may safely remove the package from your dependencies.
            npm WARN deprecated crypto@1.0.1: This package is no longer supported. It's now a built-in Node module. If you've depended on crypto, you should switch to the one that's built-in.
            npm WARN deprecated @types/bl@5.1.0: This is a stub types definition. bl provides its own type definitions, so you do not need this installed.
            npm WARN deprecated request-promise-native@1.0.9: request-promise-native has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142
            npm WARN deprecated har-validator@5.1.5: this library is no longer supported
            npm WARN deprecated request-promise@4.2.6: request-promise has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142
            npm WARN deprecated json3@3.3.2: Please use the native JSON object instead of JSON 3
            npm WARN deprecated node-inspect@2.0.0: This module is part of Node.js core and does not need to be installed separately. It is now unmaintained.
            npm WARN deprecated debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)
            npm WARN deprecated uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
            npm WARN deprecated uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
            npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
            npm WARN deprecated tough-cookie@0.12.1: ReDoS vulnerability parsing Set-Cookie https://nodesecurity.io/advisories/130
            npm ERR! code 1
            npm ERR! path /opt/iobroker/node_modules/@abandonware/noble
            npm ERR! command failed
            npm ERR! command sh -c -- node-gyp rebuild
            npm ERR! gyp info it worked if it ends with ok
            npm ERR! gyp info using node-gyp@9.1.0
            npm ERR! gyp info using node@16.18.1 | linux | x64
            npm ERR! gyp ERR! find Python 
            npm ERR! gyp ERR! find Python Python is not set from command line or npm configuration
            npm ERR! gyp ERR! find Python Python is not set from environment variable PYTHON
            npm ERR! gyp ERR! find Python checking if "python3" can be used
            npm ERR! gyp ERR! find Python - executable path is "/usr/bin/python3"
            npm ERR! gyp ERR! find Python - version is "3.5.3"
            npm ERR! gyp ERR! find Python - version is 3.5.3 - should be >=3.6.0
            npm ERR! gyp ERR! find Python - THIS VERSION OF PYTHON IS NOT SUPPORTED
            npm ERR! gyp ERR! find Python checking if "python" can be used
            npm ERR! gyp ERR! find Python - executable path is "/usr/bin/python"
            npm ERR! gyp ERR! find Python - version is "2.7.13"
            npm ERR! gyp ERR! find Python - version is 2.7.13 - should be >=3.6.0
            npm ERR! gyp ERR! find Python - THIS VERSION OF PYTHON IS NOT SUPPORTED
            npm ERR! gyp ERR! find Python 
            npm ERR! gyp ERR! find Python **********************************************************
            npm ERR! gyp ERR! find Python You need to install the latest version of Python.
            npm ERR! gyp ERR! find Python Node-gyp should be able to find and use Python. If not,
            npm ERR! gyp ERR! find Python you can try one of the following options:
            npm ERR! gyp ERR! find Python - Use the switch --python="/path/to/pythonexecutable"
            npm ERR! gyp ERR! find Python   (accepted by both node-gyp and npm)
            npm ERR! gyp ERR! find Python - Set the environment variable PYTHON
            npm ERR! gyp ERR! find Python - Set the npm configuration variable python:
            npm ERR! gyp ERR! find Python   npm config set python "/path/to/pythonexecutable"
            npm ERR! gyp ERR! find Python For more information consult the documentation at:
            npm ERR! gyp ERR! find Python https://github.com/nodejs/node-gyp#installation
            npm ERR! gyp ERR! find Python **********************************************************
            npm ERR! gyp ERR! find Python 
            npm ERR! gyp ERR! configure error 
            npm ERR! gyp ERR! stack Error: Could not find any Python installation to use
            npm ERR! gyp ERR! stack     at PythonFinder.fail (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/find-python.js:330:47)
            npm ERR! gyp ERR! stack     at PythonFinder.runChecks (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/find-python.js:159:21)
            npm ERR! gyp ERR! stack     at PythonFinder.<anonymous> (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/find-python.js:266:16)
            npm ERR! gyp ERR! stack     at PythonFinder.execFileCallback (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/find-python.js:297:7)
            npm ERR! gyp ERR! stack     at ChildProcess.exithandler (node:child_process:394:7)
            npm ERR! gyp ERR! stack     at ChildProcess.emit (node:events:513:28)
            npm ERR! gyp ERR! stack     at maybeClose (node:internal/child_process:1100:16)
            npm ERR! gyp ERR! stack     at Process.ChildProcess._handle.onexit (node:internal/child_process:304:5)
            npm ERR! gyp ERR! System Linux 4.9.0-18-amd64
            npm ERR! gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
            npm ERR! gyp ERR! cwd /opt/iobroker/node_modules/@abandonware/noble
            npm ERR! gyp ERR! node -v v16.18.1
            npm ERR! gyp ERR! node-gyp -v v9.1.0
            npm ERR! gyp ERR! not ok
            
            npm ERR! A complete log of this run can be found in:
            npm ERR!     /home/iobroker/.npm/_logs/2022-12-14T18_08_26_401Z-debug-0.log
            Update "system.adapter.admin.0"
            upload [52] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/admin.png admin.png image/png
            upload [50] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/custom/customComponents.js.map custom/customComponents.js.map application/json
            upload [40] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/custom/i18n/zh-cn.json custom/i18n/zh-cn.json application/json
            upload [30] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/custom/static/js/node_modules_prop-types_index_js.512eddf9.chunk.js.map custom/static/js/node_modules_prop-types_index_js.512eddf9.chunk.js.map application/json
            upload [20] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/custom/static/js/vendors-node_modules_mui_material_Accordion_index_js-node_modules_mui_material_AccordionDetai-57e02d.0886b730.chunk.js.map custom/static/js/vendors-node_modules_mui_material_Accordion_index_js-node_modules_mui_material_AccordionDetai-57e02d.0886b730.chunk.js.map application/json
            upload [19] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/custom/static/js/vendors-node_modules_mui_material_index_js.40e01f69.chunk.js custom/static/js/vendors-node_modules_mui_material_index_js.40e01f69.chunk.js application/javascript
            upload [18] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/custom/static/js/vendors-node_modules_mui_material_index_js.40e01f69.chunk.js.map custom/static/js/vendors-node_modules_mui_material_index_js.40e01f69.chunk.js.map application/json
            upload [17] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/custom/static/js/vendors-node_modules_mui_styles_index_js-node_modules_mui_utils_esm_capitalize_js-node_module-19fe07.82575832.chunk.js custom/static/js/vendors-node_modules_mui_styles_index_js-node_modules_mui_utils_esm_capitalize_js-node_module-19fe07.82575832.chunk.js application/javascript
            upload [16] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/custom/static/js/vendors-node_modules_mui_styles_index_js-node_modules_mui_utils_esm_capitalize_js-node_module-19fe07.82575832.chunk.js.map custom/static/js/vendors-node_modules_mui_styles_index_js-node_modules_mui_utils_esm_capitalize_js-node_module-19fe07.82575832.chunk.js.map application/json
            upload [15] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/custom/static/js/vendors-node_modules_mui_styles_withStyles_withStyles_js.6d998ff2.chunk.js custom/static/js/vendors-node_modules_mui_styles_withStyles_withStyles_js.6d998ff2.chunk.js application/javascript
            upload [14] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/custom/static/js/vendors-node_modules_mui_styles_withStyles_withStyles_js.6d998ff2.chunk.js.map custom/static/js/vendors-node_modules_mui_styles_withStyles_withStyles_js.6d998ff2.chunk.js.map application/json
            upload [13] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/custom/static/js/vendors-node_modules_react-dom_index_js.51544235.chunk.js custom/static/js/vendors-node_modules_react-dom_index_js.51544235.chunk.js application/javascript
            upload [12] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/custom/static/js/vendors-node_modules_react-dom_index_js.51544235.chunk.js.map custom/static/js/vendors-node_modules_react-dom_index_js.51544235.chunk.js.map application/json
            upload [11] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/de/translations.json i18n/de/translations.json application/json
            upload [10] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/en/translations.json i18n/en/translations.json application/json
            upload [9] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/es/translations.json i18n/es/translations.json application/json
            upload [8] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/fr/translations.json i18n/fr/translations.json application/json
            upload [7] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/it/translations.json i18n/it/translations.json application/json
            upload [6] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/nl/translations.json i18n/nl/translations.json application/json
            upload [5] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/pl/translations.json i18n/pl/translations.json application/json
            upload [4] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/pt/translations.json i18n/pt/translations.json application/json
            upload [3] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/ru/translations.json i18n/ru/translations.json application/json
            upload [2] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/uk/translations.json i18n/uk/translations.json application/json
            upload [1] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/zh-cn/translations.json i18n/zh-cn/translations.json application/json
            upload [0] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/jsonConfig.json5 jsonConfig.json5 application/json5
            host.iobroker-nuc Adapter "system.adapter.admin.0" is started
            
            This upgrade of "backitup" will introduce the following changes:
            ==========================================================================
            -> 2.5.9:
            dependencies dropbox-v2-api updated
            Fix Zigbee Restore
            Fix Yahka Restore
            Fix Javascript Restore
            Fix Dropbox Error Messages
            
            -> 2.5.8:
            Fix iobroker Backup
            dependencies updated
            
            -> 2.5.7:
            Axios 1.1.3 added
            Added ukrainian language
            
            -> 2.5.6:
            Fix Grafana Backup
            Fix Downloadserver
            Translation updated
            
            -> 2.5.5:
            Design Fix
            Docker DB Support added
            ==========================================================================
            
            Would you like to upgrade backitup from @2.5.4 to @2.5.9 now? [(y)es, (n)o]: y
            Update backitup from @2.5.4 to @2.5.9
            NPM version: 8.19.2
            Installing iobroker.backitup@2.5.9... (System call)
            npm WARN skipping integrity check for git dependency ssh://git@github.com/iobroker-community-adapters/ioBroker.sma-em.git 
            npm WARN skipping integrity check for git dependency ssh://git@github.com/MartinH1982/ioBroker.km200.git 
            npm WARN deprecated dgram@1.0.1: npm is holding this package for security reasons. As it's a core Node module, we will not transfer it over to other users. You may safely remove the package from your dependencies.
            npm WARN deprecated crypto@1.0.1: This package is no longer supported. It's now a built-in Node module. If you've depended on crypto, you should switch to the one that's built-in.
            npm WARN deprecated @types/bl@5.1.0: This is a stub types definition. bl provides its own type definitions, so you do not need this installed.
            npm WARN deprecated request-promise-native@1.0.9: request-promise-native has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142
            npm WARN deprecated har-validator@5.1.5: this library is no longer supported
            npm WARN deprecated request-promise@4.2.6: request-promise has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142
            npm WARN deprecated json3@3.3.2: Please use the native JSON object instead of JSON 3
            npm WARN deprecated node-inspect@2.0.0: This module is part of Node.js core and does not need to be installed separately. It is now unmaintained.
            npm WARN deprecated debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)
            npm WARN deprecated uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
            npm WARN deprecated uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
            npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
            npm WARN deprecated tough-cookie@0.12.1: ReDoS vulnerability parsing Set-Cookie https://nodesecurity.io/advisories/130
            npm ERR! code 1
            npm ERR! path /opt/iobroker/node_modules/@serialport/bindings
            npm ERR! command failed
            npm ERR! command sh -c -- prebuild-install --tag-prefix @serialport/bindings@ || node-gyp rebuild
            npm ERR! prebuild-install warn install /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (required by /opt/iobroker/node_modules/@serialport/bindings/build/Release/bindings.node)
            npm ERR! gyp info it worked if it ends with ok
            npm ERR! gyp info using node-gyp@9.1.0
            npm ERR! gyp info using node@16.18.1 | linux | x64
            npm ERR! gyp ERR! find Python 
            npm ERR! gyp ERR! find Python Python is not set from command line or npm configuration
            npm ERR! gyp ERR! find Python Python is not set from environment variable PYTHON
            npm ERR! gyp ERR! find Python checking if "python3" can be used
            npm ERR! gyp ERR! find Python - executable path is "/usr/bin/python3"
            npm ERR! gyp ERR! find Python - version is "3.5.3"
            npm ERR! gyp ERR! find Python - version is 3.5.3 - should be >=3.6.0
            npm ERR! gyp ERR! find Python - THIS VERSION OF PYTHON IS NOT SUPPORTED
            npm ERR! gyp ERR! find Python checking if "python" can be used
            npm ERR! gyp ERR! find Python - executable path is "/usr/bin/python"
            npm ERR! gyp ERR! find Python - version is "2.7.13"
            npm ERR! gyp ERR! find Python - version is 2.7.13 - should be >=3.6.0
            npm ERR! gyp ERR! find Python - THIS VERSION OF PYTHON IS NOT SUPPORTED
            npm ERR! gyp ERR! find Python 
            npm ERR! gyp ERR! find Python **********************************************************
            npm ERR! gyp ERR! find Python You need to install the latest version of Python.
            npm ERR! gyp ERR! find Python Node-gyp should be able to find and use Python. If not,
            npm ERR! gyp ERR! find Python you can try one of the following options:
            npm ERR! gyp ERR! find Python - Use the switch --python="/path/to/pythonexecutable"
            npm ERR! gyp ERR! find Python   (accepted by both node-gyp and npm)
            npm ERR! gyp ERR! find Python - Set the environment variable PYTHON
            npm ERR! gyp ERR! find Python - Set the npm configuration variable python:
            npm ERR! gyp ERR! find Python   npm config set python "/path/to/pythonexecutable"
            npm ERR! gyp ERR! find Python For more information consult the documentation at:
            npm ERR! gyp ERR! find Python https://github.com/nodejs/node-gyp#installation
            npm ERR! gyp ERR! find Python **********************************************************
            npm ERR! gyp ERR! find Python 
            npm ERR! gyp ERR! configure error 
            npm ERR! gyp ERR! stack Error: Could not find any Python installation to use
            npm ERR! gyp ERR! stack     at PythonFinder.fail (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/find-python.js:330:47)
            npm ERR! gyp ERR! stack     at PythonFinder.runChecks (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/find-python.js:159:21)
            npm ERR! gyp ERR! stack     at PythonFinder.<anonymous> (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/find-python.js:266:16)
            npm ERR! gyp ERR! stack     at PythonFinder.execFileCallback (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/find-python.js:297:7)
            npm ERR! gyp ERR! stack     at ChildProcess.exithandler (node:child_process:394:7)
            npm ERR! gyp ERR! stack     at ChildProcess.emit (node:events:513:28)
            npm ERR! gyp ERR! stack     at maybeClose (node:internal/child_process:1100:16)
            npm ERR! gyp ERR! stack     at Process.ChildProcess._handle.onexit (node:internal/child_process:304:5)
            npm ERR! gyp ERR! System Linux 4.9.0-18-amd64
            npm ERR! gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
            npm ERR! gyp ERR! cwd /opt/iobroker/node_modules/@serialport/bindings
            npm ERR! gyp ERR! node -v v16.18.1
            npm ERR! gyp ERR! node-gyp -v v9.1.0
            npm ERR! gyp ERR! not ok
            
            npm ERR! A complete log of this run can be found in:
            npm ERR!     /home/iobroker/.npm/_logs/2022-12-14T18_18_36_518Z-debug-0.log
            upload [19] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/adapter-settings.js adapter-settings.js application/javascript
            upload [18] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/backitup.png backitup.png image/png
            upload [17] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/backitup.svg backitup.svg image/svg+xml
            upload [16] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/i18n/de/translations.json i18n/de/translations.json application/json
            upload [15] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/i18n/en/translations.json i18n/en/translations.json application/json
            upload [14] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/i18n/es/translations.json i18n/es/translations.json application/json
            upload [13] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/i18n/fr/translations.json i18n/fr/translations.json application/json
            upload [12] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/i18n/it/translations.json i18n/it/translations.json application/json
            upload [11] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/i18n/nl/translations.json i18n/nl/translations.json application/json
            upload [10] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/i18n/pl/translations.json i18n/pl/translations.json application/json
            upload [9] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/i18n/pt/translations.json i18n/pt/translations.json application/json
            upload [8] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/i18n/ru/translations.json i18n/ru/translations.json application/json
            upload [7] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/index.html index.html text/html
            upload [6] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/index_m.html index_m.html text/html
            upload [5] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/index_m.js index_m.js application/javascript
            upload [4] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/style.css style.css text/css
            upload [3] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/tab_m.css tab_m.css text/css
            upload [2] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/tab_m.html tab_m.html text/html
            upload [1] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/tab_m.js tab_m.js application/javascript
            upload [0] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/words.js words.js application/javascript
            

            Hier sind so viele verweise drin, dass ich jetzt etwas überfordert bin.
            Ist das LINK auch der Lösungsansatz für mein Problem? Oder ist hier der ERR Phyton die Richtung?
            Danke vorab.

            mikeal created this issue in request/request

            open Request’s Past, Present and Future #3142

            mikeal created this issue in request/request

            open Request’s Past, Present and Future #3142

            Qix- created this issue in visionmedia/debug

            closed ReDos Vulnerability Regression Visibility Notice #797

            mikeal created this issue in request/request

            open Request’s Past, Present and Future #3142

            mikeal created this issue in request/request

            open Request’s Past, Present and Future #3142

            mikeal created this issue in request/request

            open Request’s Past, Present and Future #3142

            Qix- created this issue in visionmedia/debug

            closed ReDos Vulnerability Regression Visibility Notice #797

            mikeal created this issue in request/request

            open Request’s Past, Present and Future #3142

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

              @hoaloha

              Was haste denn da installiert?

              cat /etc/debian_version
              

              sagt?

              H 1 Reply Last reply Reply Quote 0
              • H
                hoaloha @Thomas Braun last edited by

                @thomas-braun said in kein adapter lässt sich mehr update oder installieren:

                cat /etc/debian_version

                9.13

                Homoran Thomas Braun 2 Replies Last reply Reply Quote 0
                • Homoran
                  Homoran Global Moderator Administrators @hoaloha last edited by

                  @hoaloha sagte in kein adapter lässt sich mehr update oder installieren:

                  @thomas-braun said in kein adapter lässt sich mehr update oder installieren:

                  cat /etc/debian_version

                  9.13

                  Stretch?? 😱
                  wirklich?

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

                    @hoaloha

                    Bring das mal aus der Kreidezeit in die Gegenwart.
                    Mittlerweile sind wir bei Debian 11.5.
                    Und dein 9er ist schon so lange tot, das stinkt nichtmal mehr.

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

                      @hoaloha
                      ist der Rest genauso alt?

                      was sagt iobroker update -i ?

                      H Thomas Braun 2 Replies Last reply Reply Quote 0
                      • H
                        hoaloha @Homoran last edited by

                        @homoran said in kein adapter lässt sich mehr update oder installieren:

                        iobroker update -i

                        iobroker@iobroker-nuc:~$ iobroker update -i
                        Used repository: Stable (default)
                        Adapter    "admin"        : 6.3.2    , installed 6.2.23 [Updatable]
                        Adapter    "backitup"     : 2.5.9    , installed 2.5.4  [Updatable]
                        Adapter    "bmw"          : 2.5.7    , installed 2.5.7
                        Adapter    "bosesoundtouch": 0.10.3  , installed 0.10.3
                        Adapter    "bring"        : 1.8.1    , installed 1.8.1
                        Adapter    "cloud"        : 4.3.0    , installed 4.3.0
                        Adapter    "coronavirus-statistics": 0.8.7, installed 0.8.7
                        Adapter    "daswetter"    : 3.1.4    , installed 3.1.4
                        Adapter    "deconz"       : 1.3.21   , installed 1.3.21
                        Adapter    "device-reminder": 1.2.9  , installed 1.2.9
                        Adapter    "discovery"    : 3.1.0    , installed 3.1.0
                        Adapter    "dwd"          : 2.8.3    , installed 2.8.3
                        Adapter    "e3dc-rscp"    : 1.0.7    , installed 1.0.7
                        Adapter    "ems-esp"      : 1.15.0   , installed 1.15.0
                        Adapter    "feiertage"    : 1.1.0    , installed 1.1.0
                        Adapter    "flot"         : 1.11.0   , installed 1.11.0
                        Adapter    "fullybrowser" : 2.1.2    , installed 2.1.2
                        Adapter    "go-e"         : 1.0.23   , installed 1.0.23
                        Adapter    "habpanel"     : 0.5.0    , installed 0.5.0
                        Adapter    "harmony"      : 1.2.2    , installed 1.2.2
                        Adapter    "history"      : 2.2.0    , installed 2.2.0
                        Adapter    "hm-rega"      : 3.0.40   , installed 3.0.40
                        Adapter    "hm-rpc"       : 1.15.12  , installed 1.15.12
                        Adapter    "homekit-controller": 0.5.1, installed 0.5.1
                        Adapter    "hue"          : 3.7.1    , installed 3.7.1
                        Adapter    "hue-extended" : 2.0.0    , installed 2.0.0
                        Adapter    "ical"         : 1.13.1   , installed 1.13.1
                        Adapter    "icons-addictive-flavour-png": 0.1.0, installed 0.1.0
                        Adapter    "icons-icons8" : 0.0.1    , installed 0.0.1
                        Adapter    "icons-material-png": 0.1.0, installed 0.1.0
                        Adapter    "icons-material-svg": 0.1.0, installed 0.1.0
                        Adapter    "icons-mfd-png": 1.1.0    , installed 1.1.0
                        Adapter    "icons-mfd-svg": 1.1.0    , installed 1.1.0
                        Adapter    "influxdb"     : 3.1.8    , installed 3.1.8
                        Adapter    "info"         : 1.9.19   , installed 1.9.19
                        Adapter    "iqontrol"     : 2.0.0    , installed 2.0.0
                        Adapter    "jarvis"       : 3.0.15   , installed 3.0.15
                        Adapter    "javascript"   : 6.0.3    , installed 6.1.3
                        Controller "js-controller": 4.0.23   , installed 4.0.23
                        Adapter    "km200"        : 2.0.3    , installed 2.0.3
                        Adapter    "lovelace"     : 3.0.1    , installed 3.0.1
                        Adapter    "mercedesme"   : 0.1.0    , installed 0.1.0
                        Adapter    "mihome"       : 1.4.0    , installed 1.4.0
                        Adapter    "mihome-vacuum": 3.8.6    , installed 3.8.6
                        Adapter    "mobile"       : 1.0.1    , installed 1.0.1
                        Adapter    "modbus"       : 5.0.5    , installed 5.0.5
                        Adapter    "mqtt"         : 4.0.7    , installed 4.0.7
                        Adapter    "mqtt-client"  : 1.6.3    , installed 1.6.3
                        Adapter    "node-red"     : 4.0.0    , installed 4.0.0
                        Adapter    "panasonic-viera": 2.0.0  , installed 2.0.0
                        Adapter    "ping"         : 1.5.3    , installed 1.5.3
                        Adapter    "pollenflug"   : 1.0.6    , installed 1.0.6
                        Adapter    "proxmox"      : 1.3.4    , installed 1.3.4
                        Adapter    "pvforecast"   : 2.3.0    , installed 2.3.0
                        Adapter    "rickshaw"     : 1.0.0    , installed 1.0.0
                        Adapter    "robonect"     : 0.1.4    , installed 0.1.4
                        Adapter    "rpi2"         : 1.3.2    , installed 1.3.2
                        Adapter    "sbfspot"      : 4.1.2    , installed 4.1.2
                        Adapter    "scenes"       : 2.3.9    , installed 2.3.9
                        Adapter    "shelly"       : 6.0.0    , installed 6.0.0
                        Adapter    "shuttercontrol": 1.4.18  , installed 1.4.18
                        Adapter    "simple-api"   : 2.7.0    , installed 2.7.0
                        Adapter    "smartcontrol" : 1.2.1    , installed 1.2.1
                        Adapter    "smartgarden"  : 2.0.0    , installed 2.0.0
                        Adapter    "socketio"     : 4.2.0    , installed 4.2.0
                        Adapter    "sonoff"       : 2.5.1    , installed 2.5.1
                        Adapter    "statistics"   : 2.2.0    , installed 2.2.0
                        Adapter    "synology"     : 2.1.13   , installed 2.1.13
                        Adapter    "tankerkoenig" : 2.1.1    , installed 2.1.1
                        Adapter    "telegram"     : 1.14.1   , installed 1.14.1
                        Adapter    "terminal"     : 0.2.6    , installed 0.2.6
                        Adapter    "tesla-motors" : 1.3.1    , installed 1.3.1
                        Adapter    "text2command" : 2.2.2    , installed 2.2.2
                        Adapter    "tr-064"       : 4.2.16   , installed 4.2.16
                        Adapter    "trashschedule": 2.0.3    , installed 2.0.3
                        Adapter    "tvspielfilm"  : 2.0.4    , installed 2.0.4
                        Adapter    "vis"          : 1.4.15   , installed 1.4.15
                        Adapter    "vis-bars"     : 0.1.4    , installed 0.1.4
                        Adapter    "vis-canvas-gauges": 0.1.5, installed 0.1.5
                        Adapter    "vis-colorpicker": 1.2.0  , installed 1.2.0
                        Adapter    "vis-fancyswitch": 1.1.0  , installed 1.1.0
                        Adapter    "vis-google-fonts": 1.0.3 , installed 1.0.3
                        Adapter    "vis-history"  : 1.0.0    , installed 1.0.0
                        Adapter    "vis-hqwidgets": 1.3.0    , installed 1.3.0
                        Adapter    "vis-icontwo"  : 0.90.0   , installed 0.90.0
                        Adapter    "vis-inventwo" : 3.3.1    , installed 3.3.1
                        Adapter    "vis-jqui-mfd" : 1.0.12   , installed 1.0.12
                        Adapter    "vis-justgage" : 1.0.2    , installed 1.0.2
                        Adapter    "vis-keyboard" : 0.0.2    , installed 0.0.2
                        Adapter    "vis-lcars"    : 1.0.4    , installed 1.0.4
                        Adapter    "vis-map"      : 1.0.4    , installed 1.0.4
                        Adapter    "vis-material-advanced": 1.7.2, installed 1.7.2
                        Adapter    "vis-metro"    : 1.2.0    , installed 1.2.0
                        Adapter    "vis-players"  : 0.1.6    , installed 0.1.6
                        Adapter    "vis-plumb"    : 1.0.2    , installed 1.0.2
                        Adapter    "vis-rgraph"   : 0.0.2    , installed 0.0.2
                        Adapter    "vis-timeandweather": 1.2.2, installed 1.2.2
                        Adapter    "vis-weather"  : 2.5.6    , installed 2.5.6
                        Adapter    "web"          : 4.3.0    , installed 4.3.0
                        Adapter    "ws"           : 1.3.0    , installed 1.3.0
                        Adapter    "yahka"        : 0.13.1   , installed 0.13.1
                        Adapter    "yr"           : 5.3.0    , installed 5.3.0
                        Adapter    "zigbee"       : 1.7.6    , installed 1.7.6
                        
                        1 Reply Last reply Reply Quote 0
                        • Thomas Braun
                          Thomas Braun Most Active @Homoran last edited by

                          @homoran sagte in kein adapter lässt sich mehr update oder installieren:

                          ist der Rest genauso alt?

                          Nutzt halt nix, wenn der Unterbau schon 5x abgekündigt wurde und jetzt nichtmal mehr Extended LTS ist.

                          H 1 Reply Last reply Reply Quote 0
                          • H
                            hoaloha @Thomas Braun last edited by

                            @thomas-braun said in kein adapter lässt sich mehr update oder installieren:

                            @homoran sagte in kein adapter lässt sich mehr update oder installieren:

                            ist der Rest genauso alt?

                            Nutzt halt nix, wenn der Unterbau schon 5x abgekündigt wurde und jetzt nichtmal mehr Extended LTS ist.

                            Dachte eigentlich ich bin immer gut dabei mit den Updates, aber habe mich mit der VM und Debian hier nicht weiter beschäftigt. Muss ich mir wohl mal anschauen. Stehe da gerade etwas ratlos.

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

                              @hoaloha sagte in kein adapter lässt sich mehr update oder installieren:

                              gut dabei mit den Updates

                              Beim iobroker schon. Beim Betriebssystem haste alles verpennt. Mittlerweile ist der Nachfolger (Debian 10) schon zur letzten Ruhestätte geleitet worden.

                              H 1 Reply Last reply Reply Quote 0
                              • DJMarc75
                                DJMarc75 @hoaloha last edited by

                                @hoaloha und 100 Instanzen (+/- 2) installiert? LeckoMio - mit was für einer Waffe bist Du denn da unterwegs?

                                H 1 Reply Last reply Reply Quote 0
                                • H
                                  hoaloha @DJMarc75 last edited by

                                  @djmarc75 said in kein adapter lässt sich mehr update oder installieren:

                                  @hoaloha und 100 Instanzen (+/- 2) installiert? LeckoMio - mit was für einer Waffe bist Du denn da unterwegs?

                                  Aktiv sind 36

                                  1 Reply Last reply Reply Quote 0
                                  • H
                                    hoaloha @Thomas Braun last edited by

                                    @thomas-braun said in kein adapter lässt sich mehr update oder installieren:

                                    @hoaloha sagte in kein adapter lässt sich mehr update oder installieren:

                                    gut dabei mit den Updates

                                    Beim iobroker schon. Beim Betriebssystem haste alles verpennt. Mittlerweile ist der Nachfolger (Debian 10) schon zur letzten Ruhestätte geleitet worden.

                                    Den Schuh muss ich mir wohl.... Da werde ich mir das wohl mal anschauen...

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

                                      @hoaloha

                                      Vermutlich am einfachsten:
                                      Backup unter den Arm klemmen, System platt machen und Bullseye / Debian 11 frisch draufzimmern, Backup wieder druff, fertig.

                                      H 1 Reply Last reply Reply Quote 0
                                      • H
                                        hoaloha @Thomas Braun last edited by hoaloha

                                        @thomas-braun said in kein adapter lässt sich mehr update oder installieren:

                                        @hoaloha

                                        Vermutlich am einfachsten:
                                        Backup unter den Arm klemmen, System platt machen und Bullseye / Debian 11 frisch draufzimmern, Backup wieder druff, fertig.

                                        Backups habe ich immer über die kompletten VMs in Proxmox erledigt. Und Proxmox ist auch auf Bullseye. Über innerhalb der VMs habe ich halt nie nachgedacht, bzw. noch nie gemacht.

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

                                          @hoaloha sagte in kein adapter lässt sich mehr update oder installieren:

                                          noch nie gemacht.

                                          dafür gibt es den backitup Adapter

                                          H 1 Reply Last reply Reply Quote 0
                                          • H
                                            hoaloha @Homoran last edited by

                                            @homoran said in kein adapter lässt sich mehr update oder installieren:

                                            @hoaloha sagte in kein adapter lässt sich mehr update oder installieren:

                                            noch nie gemacht.

                                            dafür gibt es den backitup Adapter

                                            Den hab ich "noch" aus Raspi Zeiten drauf. Damals hatte ich beim Aufbau/ testen ein paar naja... Der Fehler war vielleicht auch vorm Rechner. Aber der hat ja auch eine Entwicklung gemacht. Muss ich mir mal ansehen.

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

                                            Support us

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

                                            933
                                            Online

                                            31.9k
                                            Users

                                            80.1k
                                            Topics

                                            1.3m
                                            Posts

                                            5
                                            33
                                            1605
                                            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