Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. *gelöst* Docker: Updates verschwinden immer wieder

    NEWS

    • Wir empfehlen: Node.js 22.x

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker goes Matter ... Matter Adapter in Stable

    *gelöst* Docker: Updates verschwinden immer wieder

    This topic has been deleted. Only users with topic management privileges can see it.
    • D
      Dominic151617 @Glasfaser last edited by

      @glasfaser Vorweg Danke!

      root@iobroker:/opt/iobroker# npm ls | grep -E 'github.com|ERR'
      npm ERR! missing: iobroker.rssfeed@1.0.0, required by iobroker.inst@3.0.0
      npm ERR! peer dep missing: buffer@>=6.0.3, required by crc@4.1.1
      npm ERR! missing: ejs@3.1.6, required by iobroker.rssfeed@1.0.0
      npm ERR! missing: iconv-lite@0.5.2, required by iobroker.rssfeed@1.0.0
      npm ERR! missing: jake@10.8.2, required by ejs@3.1.6
      npm ERR! missing: filelist@1.0.2, required by jake@10.8.2
      npm ERR! missing: async@0.9.2, required by jake@10.8.2
      │ └─┬ syno@3.0.0 (git+https://github.com/MeisterTR/syno.git#0104a973d33fe332aa6b1ab5be7fe8c57d3c68b0)
      
      root@iobroker:/opt/iobroker# iobroker update -i
      Used repository: Stable (default)
      Adapter    "admin"        : 6.2.17   , installed 5.3.8  [Updatable]
      Adapter    "artnet"       : 1.2.2    , installed 1.2.2
      Adapter    "backitup"     : 2.4.10   , installed 2.4.10
      Adapter    "bring"        : 1.8.1    , installed 1.8.1
      Adapter    "daswetter"    : 3.1.2    , installed 3.1.2
      Adapter    "devices"      : 1.0.12   , installed 1.0.12
      Adapter    "discovery"    : 3.0.5    , installed 3.0.5
      Adapter    "dwd"          : 2.8.3    , installed 2.8.3
      Adapter    "flot"         : 1.11.0   , installed 1.11.0
      Adapter    "hm-rpc"       : 1.15.12  , installed 1.15.12
      Adapter    "ical"         : 1.13.1   , installed 1.13.1
      Adapter    "influxdb"     : 3.1.7    , installed 3.1.7
      Adapter    "info"         : 1.9.19   , installed 1.9.19
      Adapter    "iogopro"      : 0.2.6    , installed 0.2.6
      Adapter    "jarvis"       : 3.0.11   , installed 3.0.11
      Adapter    "javascript"   : 6.0.0    , installed 5.7.0  [Updatable]
      Controller "js-controller": 4.0.23   , installed 4.0.21 [Updatable]
      Adapter    "kodi"         : 2.0.8    , installed 2.0.8
      Adapter    "lovelace"     : 2.2.0    , installed 2.2.0
      Adapter    "modbus"       : 5.0.4    , installed 5.0.4
      Adapter    "node-red"     : 3.3.1    , installed 3.3.1
      Adapter    "onvif"        : 0.4.4    , installed 0.4.4
      Adapter    "paw"          : 0.3.2    , installed 0.3.2
      Adapter    "ping"         : 1.5.3    , installed 1.5.3
      Adapter    "pushover"     : 3.0.2    , installed 3.0.2
      Adapter    "rssfeed"      : 2.6.1    , installed 2.6.1
      Adapter    "simple-api"   : 2.7.0    , installed 2.7.0
      Adapter    "smartgarden"  : 2.0.0    , installed 2.0.0
      Adapter    "snmp"         : 1.0.0    , installed 1.0.0
      Adapter    "socketio"     : 4.2.0    , installed 4.2.0
      Adapter    "sql"          : 2.1.7    , installed 2.1.7
      Adapter    "synology"     : 2.1.9    , installed 2.1.9
      Adapter    "terminal"     : 0.2.6    , installed 0.2.6
      Adapter    "vis"          : 1.4.15   , installed 1.4.15
      Adapter    "vis-hqwidgets": 1.2.0    , installed 1.2.0
      Adapter    "vis-inventwo" : 3.3.1    , installed 3.3.1
      Adapter    "vis-jqui-mfd" : 1.0.12   , installed 1.0.12
      Adapter    "vis-lcars"    : 1.0.4    , installed 1.0.4
      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.1.7 [Updatable]
      Adapter    "vis-weather"  : 2.5.5    , installed 2.5.5
      Adapter    "web"          : 4.3.0    , installed 4.3.0
      Adapter    "ws"           : 1.3.0    , installed 1.3.0
      Adapter    "yr"           : 5.3.0    , installed 5.3.0
      Adapter    "zigbee"       : 1.7.5    , installed 1.7.5
      
      root@iobroker:/opt/iobroker# sudo ln -s /usr/bin/node /usr/bin/nodejs
      

      Sprich, da kommt keine Ausgabe.

      root@iobroker:/opt/iobroker# uname -m && type -P nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
      x86_64
      /usr/bin/nodejs
      /usr/bin/node
      /usr/bin/npm
      v14.20.0
      v14.20.0
      6.14.17
      root
      /opt/iobroker
      Hit:1 http://security.debian.org/debian-security bullseye-security InRelease
      Hit:2 http://deb.debian.org/debian bullseye InRelease                    
      Hit:3 http://deb.debian.org/debian bullseye-updates InRelease            
      Hit:4 https://deb.nodesource.com/node_14.x bullseye InRelease            
      Reading package lists... Done                      
      Building dependency tree... Done
      Reading state information... Done
      All packages are up to date.
      nodejs:
        Installed: 14.20.0-deb-1nodesource1
        Candidate: 14.20.0-deb-1nodesource1
        Version table:
       *** 14.20.0-deb-1nodesource1 500
              500 https://deb.nodesource.com/node_14.x bullseye/main amd64 Packages
              100 /var/lib/dpkg/status
           12.22.12~dfsg-1~deb11u1 500
              500 http://security.debian.org/debian-security bullseye-security/main amd64 Packages
           12.22.5~dfsg-2~11u1 500
              500 http://deb.debian.org/debian bullseye/main amd64 Packages
      
      Glasfaser 1 Reply Last reply Reply Quote 0
      • D
        Dominic151617 @Glasfaser last edited by

        @glasfaser sagte in Docker: Updates verschwinden immer wieder:

        Um mitzuschreiben du machst update´s auf die neusten Versionen und nach einem " Container Neustart "ist es wie vor dem update.

        Ich glaube mittlerweile, das Thema "Docker Neustart" ist eher nebeneffekt. Die Adapter werden im laufenden Betrieb durch die Installation eines weiteres Adapters schon überschrieben.

        1 Reply Last reply Reply Quote 0
        • Glasfaser
          Glasfaser @Dominic151617 last edited by

          @dominic151617

          mache mal .. und auch zeigen

          iobroker upgrade admin@6.2.17 --debug
          

          dann

          iobroker update -i
          
          1 Reply Last reply Reply Quote 0
          • D
            Dominic151617 @Homoran last edited by

            @homoran sagte in Docker: Updates verschwinden immer wieder:

            nd was siehst du wenn du das machst was in der Meldung steht?

            Dann sehen ich, dass ich überfordert bin😂 Da gibt es unter Firefox diverse Tabs mit Diversen Infos. Hast Du nen Tipp, in welche Richtung ich suchen muss?

            Ich würde aber mittlerweile Darauf tippen, dass die Fehlermeldung ein Symptom ist. Es läuft ja der Admin 6 Adapter aber unter iobroker/node_modules/iobroker.admin liegen wieder die Dateien vom Admin 5 Adapter.

            Glasfaser 2 Replies Last reply Reply Quote 0
            • Glasfaser
              Glasfaser @Dominic151617 last edited by

              @dominic151617

              Zeige erstmal was kommt mit meiner Anfrage oben .

              dann machen wir weiter

              D 1 Reply Last reply Reply Quote 0
              • Glasfaser
                Glasfaser @Dominic151617 last edited by

                @dominic151617 sagte in Docker: Updates verschwinden immer wieder:

                Ich würde aber mittlerweile Darauf tippen, dass die Fehlermeldung ein Symptom ist.

                Dann passt das aber nicht !

                @dominic151617 sagte in Docker: Updates verschwinden immer wieder:
                Und danach war Admin 5.3.8 zurück.

                1 Reply Last reply Reply Quote 0
                • D
                  Dominic151617 @Glasfaser last edited by

                  @glasfaser

                  root@iobroker:/opt/iobroker# iobroker upgrade admin@6.2.17 --debug
                  
                  This upgrade of "admin" will at least introduce the following changes:
                  ==========================================================================
                  -> 6.2.17:
                  Corrected GUI bug on intro tab
                  
                  -> 6.2.16:
                  Corrected many GUI issues
                  Added `stable` flag for repositories
                  Added reset button for repositories
                  Improved `writeFile` function for socket communication
                  
                  -> 6.2.14:
                  Fix for OAuth2 authentication response success page
                  
                  -> 6.2.13:
                  Corrected JSON config
                  
                  -> 6.2.12:
                  Corrected the Text input field in JSON configuration
                  
                  -> 6.2.6:
                  Implemented Oauth2 workflow for adapters
                  Corrected encrypt/decrypt functions
                  
                  -> 6.2.4:
                  Corrected yahka settings
                  ==========================================================================
                  
                  BE CAREFUL: THIS IS A MAJOR UPGRADE, WHICH WILL MOST LIKELY INTRODUCE BREAKING CHANGES!
                  Would you like to upgrade admin from @5.3.8 to @6.2.17 now? [(y)es, (n)o]: y
                  Update admin from @5.3.8 to @6.2.17
                  host.iobroker Adapter "system.adapter.admin.0" is stopped.
                  NPM version: 6.14.17
                  Installing iobroker.admin@6.2.17... (System call)
                  npm WARN saveError EACCES: permission denied, open '/opt/iobroker/package.json.1595669206'
                  npm WARN saveError EACCES: permission denied, open '/opt/iobroker/package-lock.json.1033087263'
                  npm WARN crc@4.1.1 requires a peer of buffer@>=6.0.3 but none is installed. You must install peer dependencies yourself.
                  npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.3.2 (node_modules/fsevents):
                  npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
                  npm WARN optional SKIPPING OPTIONAL DEPENDENCY: osx-temperature-sensor@1.0.7 (node_modules/osx-temperature-sensor):
                  npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for osx-temperature-sensor@1.0.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
                  
                  + iobroker.admin@6.2.17
                  added 31 packages from 27 contributors, removed 6 packages and updated 8 packages in 81.994s
                  
                  180 packages are looking for funding
                    run `npm fund` for details
                  
                  upload [51] 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 custom/customComponents.js application/javascript
                  upload [40] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/custom/i18n/ru.json custom/i18n/ru.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 custom/static/js/node_modules_prop-types_index_js.512eddf9.chunk.js application/javascript
                  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 custom/static/js/vendors-node_modules_mui_material_Accordion_index_js-node_modules_mui_material_AccordionDetai-57e02d.0886b730.chunk.js application/javascript
                  upload [19] 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 [18] 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 [17] 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 [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 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 [15] 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 [14] 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 [13] 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 [12] 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 [11] 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 [10] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/de/translations.json i18n/de/translations.json application/json
                  upload [9] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/en/translations.json i18n/en/translations.json application/json
                  upload [8] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/es/translations.json i18n/es/translations.json application/json
                  upload [7] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/fr/translations.json i18n/fr/translations.json application/json
                  upload [6] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/it/translations.json i18n/it/translations.json application/json
                  upload [5] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/nl/translations.json i18n/nl/translations.json application/json
                  upload [4] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/pl/translations.json i18n/pl/translations.json application/json
                  upload [3] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/pt/translations.json i18n/pt/translations.json application/json
                  upload [2] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/ru/translations.json i18n/ru/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 Adapter "system.adapter.admin.0" is started
                  
                  root@iobroker:/opt/iobroker# iobroker update -i
                  Used repository: Stable (default)
                  Adapter    "admin"        : 6.2.17   , installed 6.2.17
                  Adapter    "artnet"       : 1.2.2    , installed 1.2.2
                  Adapter    "backitup"     : 2.4.10   , installed 2.4.10
                  Adapter    "bring"        : 1.8.1    , installed 1.8.1
                  Adapter    "daswetter"    : 3.1.2    , installed 3.1.2
                  Adapter    "devices"      : 1.0.12   , installed 1.0.12
                  Adapter    "discovery"    : 3.0.5    , installed 3.0.5
                  Adapter    "dwd"          : 2.8.3    , installed 2.8.3
                  Adapter    "flot"         : 1.11.0   , installed 1.11.0
                  Adapter    "hm-rpc"       : 1.15.12  , installed 1.15.12
                  Adapter    "ical"         : 1.13.1   , installed 1.13.1
                  Adapter    "influxdb"     : 3.1.7    , installed 3.1.7
                  Adapter    "info"         : 1.9.19   , installed 1.9.19
                  Adapter    "iogopro"      : 0.2.6    , installed 0.2.6
                  Adapter    "jarvis"       : 3.0.11   , installed 3.0.11
                  Adapter    "javascript"   : 6.0.0    , installed 5.7.0  [Updatable]
                  Controller "js-controller": 4.0.23   , installed 4.0.21 [Updatable]
                  Adapter    "kodi"         : 2.0.8    , installed 2.0.8
                  Adapter    "lovelace"     : 2.2.0    , installed 2.2.0
                  Adapter    "modbus"       : 5.0.4    , installed 5.0.4
                  Adapter    "node-red"     : 3.3.1    , installed 3.3.1
                  Adapter    "onvif"        : 0.4.4    , installed 0.4.4
                  Adapter    "paw"          : 0.3.2    , installed 0.3.2
                  Adapter    "ping"         : 1.5.3    , installed 1.5.3
                  Adapter    "pushover"     : 3.0.2    , installed 3.0.2
                  Adapter    "rssfeed"      : 2.6.1    , installed 1.0.0  [Updatable]
                  Adapter    "simple-api"   : 2.7.0    , installed 2.7.0
                  Adapter    "smartgarden"  : 2.0.0    , installed 2.0.0
                  Adapter    "snmp"         : 1.0.0    , installed 1.0.0
                  Adapter    "socketio"     : 4.2.0    , installed 4.2.0
                  Adapter    "sql"          : 2.1.7    , installed 2.1.7
                  Adapter    "synology"     : 2.1.9    , installed 2.1.9
                  Adapter    "terminal"     : 0.2.6    , installed 0.2.6
                  Adapter    "vis"          : 1.4.15   , installed 1.4.15
                  Adapter    "vis-hqwidgets": 1.2.0    , installed 1.2.0
                  Adapter    "vis-inventwo" : 3.3.1    , installed 3.3.1
                  Adapter    "vis-jqui-mfd" : 1.0.12   , installed 1.0.12
                  Adapter    "vis-lcars"    : 1.0.4    , installed 1.0.4
                  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.1.7 [Updatable]
                  Adapter    "vis-weather"  : 2.5.5    , installed 2.5.5
                  Adapter    "web"          : 4.3.0    , installed 4.3.0
                  Adapter    "ws"           : 1.3.0    , installed 1.3.0
                  Adapter    "yr"           : 5.3.0    , installed 5.3.0
                  Adapter    "zigbee"       : 1.7.5    , installed 1.7.5
                  
                  Glasfaser 2 Replies Last reply Reply Quote 0
                  • Glasfaser
                    Glasfaser @Dominic151617 last edited by

                    @dominic151617 sagte in Docker: Updates verschwinden immer wieder:

                    Adapter "admin" : 6.2.17 , installed 6.2.17

                    Und jetzt sollte nach deinem Container Neustart wieder 5.3.8 kommen !?

                    Teste mal

                    Glasfaser 1 Reply Last reply Reply Quote 0
                    • Glasfaser
                      Glasfaser @Glasfaser last edited by

                      @glasfaser

                      Stop Fehler gefunden !

                      D 1 Reply Last reply Reply Quote 0
                      • Glasfaser
                        Glasfaser @Dominic151617 last edited by Glasfaser

                        @dominic151617

                        pkill -u iobroker
                        rm /opt/iobroker/package*
                        

                        Wichtig dann Container neustarten

                        iobroker update -i 
                        
                        iobroker upgrade all
                        
                        D 1 Reply Last reply Reply Quote 0
                        • D
                          Dominic151617 @Glasfaser last edited by

                          @glasfaser

                          Fehler kommt schon früher

                          root@iobroker:/opt/iobroker# iobroker upgrade rssfeed@2.6.1 --debug
                          
                          This upgrade of "rssfeed" will at least introduce the following changes:
                          ==========================================================================
                          -> 2.6.1:
                          add more informations to sentry
                          
                          -> 2.6.0:
                          add sentry
                          
                          -> 2.5.0:
                          add name option to widget marquee
                          
                          -> 2.0.0:
                          Basic overhaul
                          ==========================================================================
                          
                          BE CAREFUL: THIS IS A MAJOR UPGRADE, WHICH WILL MOST LIKELY INTRODUCE BREAKING CHANGES!
                          Would you like to upgrade rssfeed from @1.0.0 to @2.6.1 now? [(y)es, (n)o]: y
                          Update rssfeed from @1.0.0 to @2.6.1
                          NPM version: 6.14.17
                          Installing iobroker.rssfeed@2.6.1... (System call)
                          npm WARN saveError EACCES: permission denied, open '/opt/iobroker/package.json.1120760129'
                          npm WARN saveError EACCES: permission denied, open '/opt/iobroker/package-lock.json.770259360'
                          npm WARN crc@4.1.1 requires a peer of buffer@>=6.0.3 but none is installed. You must install peer dependencies yourself.
                          npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.3.2 (node_modules/fsevents):
                          npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
                          npm WARN optional SKIPPING OPTIONAL DEPENDENCY: osx-temperature-sensor@1.0.7 (node_modules/osx-temperature-sensor):
                          npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for osx-temperature-sensor@1.0.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
                          
                          + iobroker.rssfeed@2.6.1
                          added 6 packages from 4 contributors, removed 31 packages and updated 8 packages in 48.816s
                          
                          179 packages are looking for funding
                            run `npm fund` for details
                          
                          upload [13] rssfeed.admin /opt/iobroker/node_modules/iobroker.rssfeed/admin/build/index.css build/index.css text/css
                          upload [12] rssfeed.admin /opt/iobroker/node_modules/iobroker.rssfeed/admin/build/index.js build/index.js application/javascript
                          upload [11] rssfeed.admin /opt/iobroker/node_modules/iobroker.rssfeed/admin/i18n/de.json i18n/de.json application/json
                          upload [10] rssfeed.admin /opt/iobroker/node_modules/iobroker.rssfeed/admin/i18n/en.json i18n/en.json application/json
                          upload [9] rssfeed.admin /opt/iobroker/node_modules/iobroker.rssfeed/admin/i18n/es.json i18n/es.json application/json
                          upload [8] rssfeed.admin /opt/iobroker/node_modules/iobroker.rssfeed/admin/i18n/fr.json i18n/fr.json application/json
                          upload [7] rssfeed.admin /opt/iobroker/node_modules/iobroker.rssfeed/admin/i18n/it.json i18n/it.json application/json
                          upload [6] rssfeed.admin /opt/iobroker/node_modules/iobroker.rssfeed/admin/i18n/nl.json i18n/nl.json application/json
                          upload [5] rssfeed.admin /opt/iobroker/node_modules/iobroker.rssfeed/admin/i18n/pl.json i18n/pl.json application/json
                          upload [4] rssfeed.admin /opt/iobroker/node_modules/iobroker.rssfeed/admin/i18n/pt.json i18n/pt.json application/json
                          upload [3] rssfeed.admin /opt/iobroker/node_modules/iobroker.rssfeed/admin/i18n/ru.json i18n/ru.json application/json
                          upload [2] rssfeed.admin /opt/iobroker/node_modules/iobroker.rssfeed/admin/i18n/zh-cn.json i18n/zh-cn.json application/json
                          upload [1] rssfeed.admin /opt/iobroker/node_modules/iobroker.rssfeed/admin/jsonConfig.json jsonConfig.json application/json
                          upload [0] rssfeed.admin /opt/iobroker/node_modules/iobroker.rssfeed/admin/rssfeed-logo.png rssfeed-logo.png image/png
                          
                          root@iobroker:/opt/iobroker# iobroker update -i
                          Used repository: Stable (default)
                          Adapter    "admin"        : 6.2.17   , installed 5.3.8  [Updatable]
                          Adapter    "artnet"       : 1.2.2    , installed 1.2.2
                          Adapter    "backitup"     : 2.4.10   , installed 2.4.10
                          Adapter    "bring"        : 1.8.1    , installed 1.8.1
                          Adapter    "daswetter"    : 3.1.2    , installed 3.1.2
                          Adapter    "devices"      : 1.0.12   , installed 1.0.12
                          Adapter    "discovery"    : 3.0.5    , installed 3.0.5
                          Adapter    "dwd"          : 2.8.3    , installed 2.8.3
                          Adapter    "flot"         : 1.11.0   , installed 1.11.0
                          Adapter    "hm-rpc"       : 1.15.12  , installed 1.15.12
                          Adapter    "ical"         : 1.13.1   , installed 1.13.1
                          Adapter    "influxdb"     : 3.1.7    , installed 3.1.7
                          Adapter    "info"         : 1.9.19   , installed 1.9.19
                          Adapter    "iogopro"      : 0.2.6    , installed 0.2.6
                          Adapter    "jarvis"       : 3.0.11   , installed 3.0.11
                          Adapter    "javascript"   : 6.0.0    , installed 5.7.0  [Updatable]
                          Controller "js-controller": 4.0.23   , installed 4.0.21 [Updatable]
                          Adapter    "kodi"         : 2.0.8    , installed 2.0.8
                          Adapter    "lovelace"     : 2.2.0    , installed 2.2.0
                          Adapter    "modbus"       : 5.0.4    , installed 5.0.4
                          Adapter    "node-red"     : 3.3.1    , installed 3.3.1
                          Adapter    "onvif"        : 0.4.4    , installed 0.4.4
                          Adapter    "paw"          : 0.3.2    , installed 0.3.2
                          Adapter    "ping"         : 1.5.3    , installed 1.5.3
                          Adapter    "pushover"     : 3.0.2    , installed 3.0.2
                          Adapter    "rssfeed"      : 2.6.1    , installed 2.6.1
                          Adapter    "simple-api"   : 2.7.0    , installed 2.7.0
                          Adapter    "smartgarden"  : 2.0.0    , installed 2.0.0
                          Adapter    "snmp"         : 1.0.0    , installed 1.0.0
                          Adapter    "socketio"     : 4.2.0    , installed 4.2.0
                          Adapter    "sql"          : 2.1.7    , installed 2.1.7
                          Adapter    "synology"     : 2.1.9    , installed 2.1.9
                          Adapter    "terminal"     : 0.2.6    , installed 0.2.6
                          Adapter    "vis"          : 1.4.15   , installed 1.4.15
                          Adapter    "vis-hqwidgets": 1.2.0    , installed 1.2.0
                          Adapter    "vis-inventwo" : 3.3.1    , installed 3.3.1
                          Adapter    "vis-jqui-mfd" : 1.0.12   , installed 1.0.12
                          Adapter    "vis-lcars"    : 1.0.4    , installed 1.0.4
                          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.1.7 [Updatable]
                          Adapter    "vis-weather"  : 2.5.5    , installed 2.5.5
                          Adapter    "web"          : 4.3.0    , installed 4.3.0
                          Adapter    "ws"           : 1.3.0    , installed 1.3.0
                          Adapter    "yr"           : 5.3.0    , installed 5.3.0
                          Adapter    "zigbee"       : 1.7.5    , installed 1.7.5
                          
                          Glasfaser 2 Replies Last reply Reply Quote 0
                          • Glasfaser
                            Glasfaser @Dominic151617 last edited by

                            @dominic151617 sagte in Docker: Updates verschwinden immer wieder:

                            Fehler kommt schon früher

                            Warte auf mich ... nicht quer installieren

                            bitte das oben machen !

                            D 1 Reply Last reply Reply Quote 0
                            • Glasfaser
                              Glasfaser @Dominic151617 last edited by

                              @dominic151617

                              hier ist der Fehler :

                              npm WARN saveError EACCES: permission denied, open '/opt/iobroker/package.json.1595669206'
                              npm WARN saveError EACCES: permission denied, open '/opt/iobroker/package-lock.json.1033087263'
                              
                              1 Reply Last reply Reply Quote 0
                              • D
                                Dominic151617 @Glasfaser last edited by

                                @glasfaser sagte in Docker: Updates verschwinden immer wieder:

                                f mich ... nicht quer installieren
                                bitte das oben mache

                                Sorry, ich bin langsamer als Du. Daher hängen meine Nachrichten nach🤦‍♂️ Arbeite grade deine letzten Anweisungen ab.

                                1 Reply Last reply Reply Quote 0
                                • D
                                  Dominic151617 @Glasfaser last edited by

                                  @glasfaser Vielen, Vielen Dank! Scheint wieder zu funktionieren. Wenn man Ahnung hat, hilft das wohl eindeutig weiter😉

                                  Ich nehme dann auch noch mit: Die Datei /opt/iobroker/package.json existiert reguläre nicht. Zumindest gibt es sie jetzt nicht mehr.

                                  Die Logs spare ich mir dann in diesem Auszug mal.

                                  Glasfaser 1 Reply Last reply Reply Quote 0
                                  • Glasfaser
                                    Glasfaser @Dominic151617 last edited by Glasfaser

                                    @dominic151617 sagte in Docker: Updates verschwinden immer wieder:

                                    Zumindest gibt es sie jetzt nicht mehr.

                                    sie wurde neu erstellt .

                                    package.json
                                    

                                    inkl.

                                    package-lock.json
                                    

                                    ohne den gedöns dahinter und permission denied

                                    1 Reply Last reply Reply Quote 0
                                    • Glasfaser
                                      Glasfaser @AndyGR42 last edited by Glasfaser

                                      @andygr42 sagte in Docker: Updates verschwinden immer wieder:

                                      Es hatte sich die Datei /opt/iobroker/packages.json eingenistet und blockierte anscheinend die updates.

                                      FALSCH

                                      siehe über meinen Beitrag .

                                      D 1 Reply Last reply Reply Quote 0
                                      • D
                                        Dominic151617 @Glasfaser last edited by

                                        @glasfaser sagte in Docker: Updates verschwinden immer wieder:

                                        ie Datei /opt/iobroker/packages.json eingenistet und blockierte anscheinend die updates.

                                        FALSCH

                                        OK. Ich korrigiere das. Dummerweise:

                                        root@iobroker:/opt/iobroker# ls
                                        backups  INSTALLER_INFO.txt  iob  iobroker  iobroker.bak  iobroker-data  log  node_modules
                                        

                                        die Dateien wurden nicht neu erstellt. Die sind jetzt einfach nicht mehr da🤪 Ich vermute, da scheinen sich die Ordnerberechtigungen irgendwie quer gelegt zu haben. Mist

                                        Glasfaser 1 Reply Last reply Reply Quote 0
                                        • Glasfaser
                                          Glasfaser @Dominic151617 last edited by Glasfaser

                                          @dominic151617 sagte in *gelöst* Docker: Updates verschwinden immer wieder:

                                          die Dateien wurden nicht neu erstellt. Die sind jetzt einfach nicht mehr da

                                          Dann stimmt etwas nicht .. beide Dateien sollten sichtbar / erstellt sein .

                                          Hast du den Container nochmal neu gestartet bzw. starte Ihn neu

                                          und zeige nochmal mit :

                                          ls -la
                                          

                                          deine gesamte Ausgabe davon.

                                          sollte so dann "gekürzt" so aussehen

                                          -rw-rwxr-- 1 iobroker iobroker 3,2K Aug 21 18:11 package.json
                                          -rw-rwxr-- 1 iobroker iobroker 1,4M Aug 21 18:11 package-lock.json
                                          

                                          Was mich auch Wundert an deiner Angabe :

                                          Ich vermute, da scheinen sich die Ordnerberechtigungen irgendwie quer gelegt zu haben

                                          Hast du mal was dazu selber geändert !?

                                          D 1 Reply Last reply Reply Quote 0
                                          • D
                                            Dominic151617 @Glasfaser last edited by

                                            @glasfaser sagte in Docker: Updates verschwinden immer wieder:

                                            Hast du mal was dazu selber geändert !?

                                            Ich, nein. Das kann gar nicht sein. Ich tut sowas doch nicht😤 Ne, jetzt mal im ernst. Bewusst habe ich das nicht getan. Ich würde aber lügen, wenn ich es ausschließen würde.

                                            Zumindest jetzt kann ich es auch nicht mehr verneinen, da ich aus der Synology raus den User iobroker mit Rechten ausgestattet habe. Jetzt geht es zumindest:

                                            -rwxrwxr-x 1 iobroker iobroker    133 Aug 25 15:43 package.json
                                            -rwxrwxr-x 1 iobroker iobroker 129372 Aug 25 15:43 package-lock.json
                                            

                                            Allerdings sehe ich da zwei "x"e mehr als bei Dir. Ich hoffe mal, dass fällt mir nicht irgendwann auf die Füße...

                                            Thomas Braun 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

                                            880
                                            Online

                                            32.0k
                                            Users

                                            80.5k
                                            Topics

                                            1.3m
                                            Posts

                                            5
                                            49
                                            2436
                                            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