Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. iobroker kann überhaupt nix mehr installieren oder updaten

    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 kann überhaupt nix mehr installieren oder updaten

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

      @neinneinhilfe

      sudo ln -s /usr/bin/node /usr/bin/nodejs
      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
      

      im Terminal, Ausgaben hier in CodeTags eingebettet reinkopieren.
      Dann

      iobroker update
      iobroker upgrade admin --debug
      
      N 1 Reply Last reply Reply Quote 0
      • N
        neinneinhilfe @Thomas Braun last edited by

        @thomas-braun said in iobroker kann überhaupt nix mehr installieren oder updaten:

        @neinneinhilfe

        sudo ln -s /usr/bin/node /usr/bin/nodejs
        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
        

        im Terminal, Ausgaben hier in CodeTags eingebettet reinkopieren.
        Dann

        iobroker update
        iobroker upgrade admin --debug
        

        Das?

        This upgrade of "admin" will at least introduce the following changes:
        ==========================================================================
        -> 6.2.20:
        Corrected GUI issues
        
        -> 6.2.19:
        Corrected some issues
        
        -> 6.2.18:
        Corrected GUI bugs on custom settings
        
        
        -> 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
        ==========================================================================
        
        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.20 now? [(y)es, (n)o]: y
        Update admin from @5.3.8 to @6.2.20
        host.raspberrypi Adapter "system.adapter.admin.0" is stopped.
        NPM version: 8.15.0
        Installing iobroker.admin@6.2.20... (System call)
        npm ERR! code EJSONPARSE
        npm ERR! path /opt/iobroker/package.json
        npm ERR! JSON.parse Unexpected end of JSON input while parsing "\n"
        npm ERR! JSON.parse Failed to parse JSON data.
        npm ERR! JSON.parse Note: package.json must be actual JSON, not just JavaScript.
        
        npm ERR! A complete log of this run can be found in:
        npm ERR!     /home/iobroker/.npm/_logs/2022-09-04T12_27_06_001Z-debug-0.log
        upload [14] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/admin.png admin.png image/png
        upload [13] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/de/translations.json i18n/de/translations.json application/json
        upload [12] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/en/translations.json i18n/en/translations.json application/json
        upload [11] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/es/translations.json i18n/es/translations.json application/json
        upload [10] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/fr/translations.json i18n/fr/translations.json application/json
        upload [9] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/it/translations.json i18n/it/translations.json application/json
        upload [8] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/nl/translations.json i18n/nl/translations.json application/json
        upload [7] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/pl/translations.json i18n/pl/translations.json application/json
        upload [6] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/pt/translations.json i18n/pt/translations.json application/json
        upload [5] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/ru/translations.json i18n/ru/translations.json application/json
        upload [4] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/zh-cn/translations.json i18n/zh-cn/translations.json application/json
        upload [3] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/index.html index.html text/html
        upload [2] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/index_m.html index_m.html text/html
        upload [1] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/jsonConfig.json jsonConfig.json application/json
        upload [0] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/words.js words.js application/javascript
        host.raspberrypi Adapter "system.adapter.admin.0" is started
        
        Thomas Braun 2 Replies Last reply Reply Quote 0
        • Thomas Braun
          Thomas Braun Most Active @neinneinhilfe last edited by

          @neinneinhilfe sagte in iobroker kann überhaupt nix mehr installieren oder updaten:

          /opt/iobroker/package.json

          iobroker stop
          rm /opt/iobroker/package.json
          iobroker start
          
          1 Reply Last reply Reply Quote 0
          • Thomas Braun
            Thomas Braun Most Active @neinneinhilfe last edited by

            @neinneinhilfe sagte in iobroker kann überhaupt nix mehr installieren oder updaten:

            Und wo ist die Ein- und Ausgabe zu

            sudo ln -s /usr/bin/node /usr/bin/nodejs
            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
            
            N 1 Reply Last reply Reply Quote 0
            • N
              neinneinhilfe @Thomas Braun last edited by

              @thomas-braun said in iobroker kann überhaupt nix mehr installieren oder updaten:

              @neinneinhilfe sagte in iobroker kann überhaupt nix mehr installieren oder updaten:

              Und wo ist die Ein- und Ausgabe zu

              sudo ln -s /usr/bin/node /usr/bin/nodejs
              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
              
              pi@raspberrypi:~ $ 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
              armv7l
              /usr/bin/nodejs
              /usr/bin/node
              /usr/bin/npm
              v16.17.0
              v16.17.0
              8.15.0
              pi
              /home/pi
              
              Hit:1 http://archive.raspberrypi.org/debian buster InRelease
              Hit:2 http://raspbian.raspberrypi.org/raspbian buster InRelease                
              Hit:3 https://repos.influxdata.com/debian stretch InRelease                    
              Hit:4 https://deb.nodesource.com/node_16.x buster InRelease                    
              Hit:5 https://phoscon.de/apt/deconz buster InRelease                           
              Hit:6 https://packages.grafana.com/oss/deb stable InRelease                    
              Reading package lists... Done                            
              Building dependency tree       
              Reading state information... Done
              1 package can be upgraded. Run 'apt list --upgradable' to see it.
              nodejs:
                Installed: 16.17.0-deb-1nodesource1
                Candidate: 16.17.0-deb-1nodesource1
                Version table:
               *** 16.17.0-deb-1nodesource1 500
                      500 https://deb.nodesource.com/node_16.x buster/main armhf Packages
                      100 /var/lib/dpkg/status
                   10.24.0~dfsg-1~deb10u1 500
                      500 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages
              
              
              Thomas Braun 1 Reply Last reply Reply Quote 0
              • Thomas Braun
                Thomas Braun Most Active @neinneinhilfe last edited by

                @neinneinhilfe sagte in iobroker kann überhaupt nix mehr installieren oder updaten:

                Hit:3 https://repos.influxdata.com/debian stretch InRelease

                Falsch, musst 'buster' statt 'stretch' lauten.

                N 1 Reply Last reply Reply Quote 0
                • N
                  neinneinhilfe @Thomas Braun last edited by

                  @thomas-braun said in iobroker kann überhaupt nix mehr installieren oder updaten:

                  stretch

                  ÄÄhh bitte was? Bin Neuling ^^

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

                    @neinneinhilfe

                    Nach welcher windigen Anleitung wurde denn influxdb installiert?

                    Jedenfalls muss die Datei
                    /etc/apt/sources.list.d/influxdb.list
                    so aussehen:

                    deb [signed-by=/etc/apt/trusted.gpg.d/influxdb.gpg] https://repos.influxdata.com/debian buster stable
                    
                    N 1 Reply Last reply Reply Quote 0
                    • N
                      neinneinhilfe @Thomas Braun last edited by

                      @thomas-braun said in iobroker kann überhaupt nix mehr installieren oder updaten:

                      @neinneinhilfe

                      Nach welcher windigen Anleitung wurde denn influxdb installiert?

                      Jedenfalls muss die Datei
                      /etc/apt/sources.list.d/influxdb.list
                      so aussehen:

                      deb [signed-by=/etc/apt/trusted.gpg.d/influxdb.gpg] https://repos.influxdata.com/debian buster stable
                      

                      Und wie kann ich das ganz nun beheben?

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

                        @neinneinhilfe sagte in iobroker kann überhaupt nix mehr installieren oder updaten:

                        Und wie kann ich das ganz nun beheben?

                        Im einfachsten Fall mit dem Editor nano

                        sudo nano /etc/apt/sources.list.d/influxdb.list
                        
                        N 1 Reply Last reply Reply Quote 0
                        • N
                          neinneinhilfe @Thomas Braun last edited by neinneinhilfe

                          @thomas-braun said in iobroker kann überhaupt nix mehr installieren oder updaten:

                          @neinneinhilfe sagte in iobroker kann überhaupt nix mehr installieren oder updaten:

                          Und wie kann ich das ganz nun beheben?

                          Im einfachsten Fall mit dem Editor nano

                          sudo nano /etc/apt/sources.list.d/influxdb.list
                          

                          Einfach umbenennen oder wie?

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

                            @neinneinhilfe

                            Nee, nicht umbenennen, den Inhalt der Datei anpassen.
                            Halt statt 'stretch' 'buster' eintragen.

                            N 1 Reply Last reply Reply Quote 0
                            • N
                              neinneinhilfe @Thomas Braun last edited by

                              @thomas-braun said in iobroker kann überhaupt nix mehr installieren oder updaten:

                              @neinneinhilfe

                              Nee, nicht umbenennen, den Inhalt der Datei anpassen.
                              Halt statt 'stretch' 'buster' eintragen.

                              pi@raspberrypi:~ $ sudo ln -s /usr/bin/node /usr/bin/nodejs
                              ln: failed to create symbolic link '/usr/bin/nodejs': File exists
                              pi@raspberrypi:~ $ 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
                              armv7l
                              /usr/bin/nodejs
                              /usr/bin/node
                              /usr/bin/npm
                              v16.17.0
                              v16.17.0
                              8.15.0
                              pi
                              /home/pi
                              Hit:1 http://archive.raspberrypi.org/debian buster InRelease
                              Hit:2 http://raspbian.raspberrypi.org/raspbian buster InRelease                                                 
                              Hit:3 https://repos.influxdata.com/debian buster InRelease                                                      
                              Hit:4 https://deb.nodesource.com/node_16.x buster InRelease                                                     
                              Hit:5 https://packages.grafana.com/oss/deb stable InRelease                                                     
                              Hit:6 https://phoscon.de/apt/deconz buster InRelease                                               
                              Reading package lists... Done
                              Building dependency tree       
                              Reading state information... Done
                              1 package can be upgraded. Run 'apt list --upgradable' to see it.
                              nodejs:
                                Installed: 16.17.0-deb-1nodesource1
                                Candidate: 16.17.0-deb-1nodesource1
                                Version table:
                               *** 16.17.0-deb-1nodesource1 500
                                      500 https://deb.nodesource.com/node_16.x buster/main armhf Packages
                                      100 /var/lib/dpkg/status
                                   10.24.0~dfsg-1~deb10u1 500
                                      500 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages
                              pi@raspberrypi:~ $ 
                              
                              

                              Das hat er nun geändert und nun kann ich auch wieder updates machen?

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

                                @neinneinhilfe

                                Jetzt sind deine Paketquellen richtig gesetzt. Hat mit iobroker nicht direkt was zu tun.

                                iobroker stop
                                rm /opt/iobroker/package.json
                                iobroker start
                                iobroker update
                                iobroker upgrade all -y
                                

                                sagt?

                                N 1 Reply Last reply Reply Quote 0
                                • N
                                  neinneinhilfe @Thomas Braun last edited by

                                  @thomas-braun said in iobroker kann überhaupt nix mehr installieren oder updaten:

                                  iobroker upgrade all -y

                                  pi@raspberrypi:~ $ iobroker upgrade all -y
                                  Update vis-timeandweather from @1.1.7 to @1.2.2
                                  NPM version: 8.15.0
                                  Installing iobroker.vis-timeandweather@1.2.2... (System call)
                                  INFO: Directory "/opt/iobroker/node_modules/iobroker.vis-timeandweather/www" was not found! Nothing was uploaded or deleted.
                                  Adapter "system.adapter.vis.0" restarted.
                                  upload [1] vis-timeandweather.admin /opt/iobroker/node_modules/iobroker.vis-timeandweather/admin/index.html index.html text/html
                                  upload [0] vis-timeandweather.admin /opt/iobroker/node_modules/iobroker.vis-timeandweather/admin/timeandweather.png timeandweather.png image/png
                                  Update openweathermap from @0.2.5 to @0.3.0
                                  NPM version: 8.15.0
                                  Installing iobroker.openweathermap@0.3.0... (System call)
                                  upload [3] openweathermap.admin /opt/iobroker/node_modules/iobroker.openweathermap/admin/index.html index.html text/html
                                  upload [2] openweathermap.admin /opt/iobroker/node_modules/iobroker.openweathermap/admin/index_m.html index_m.html text/html
                                  upload [1] openweathermap.admin /opt/iobroker/node_modules/iobroker.openweathermap/admin/openweathermap.png openweathermap.png image/png
                                  upload [0] openweathermap.admin /opt/iobroker/node_modules/iobroker.openweathermap/admin/words.js words.js application/javascript
                                  Update hue from @3.7.0 to @3.7.1
                                  NPM version: 8.15.0
                                  Installing iobroker.hue@3.7.1... (System call)
                                  upload [14] hue.admin /opt/iobroker/node_modules/iobroker.hue/admin/hue.jpeg hue.jpeg image/jpeg
                                  upload [13] hue.admin /opt/iobroker/node_modules/iobroker.hue/admin/i18n/de/translations.json i18n/de/translations.json application/json
                                  upload [12] hue.admin /opt/iobroker/node_modules/iobroker.hue/admin/i18n/en/translations.json i18n/en/translations.json application/json
                                  upload [11] hue.admin /opt/iobroker/node_modules/iobroker.hue/admin/i18n/es/translations.json i18n/es/translations.json application/json
                                  upload [10] hue.admin /opt/iobroker/node_modules/iobroker.hue/admin/i18n/fr/translations.json i18n/fr/translations.json application/json
                                  upload [9] hue.admin /opt/iobroker/node_modules/iobroker.hue/admin/i18n/it/translations.json i18n/it/translations.json application/json
                                  upload [8] hue.admin /opt/iobroker/node_modules/iobroker.hue/admin/i18n/nl/translations.json i18n/nl/translations.json application/json
                                  upload [7] hue.admin /opt/iobroker/node_modules/iobroker.hue/admin/i18n/pl/translations.json i18n/pl/translations.json application/json
                                  upload [6] hue.admin /opt/iobroker/node_modules/iobroker.hue/admin/i18n/pt/translations.json i18n/pt/translations.json application/json
                                  upload [5] hue.admin /opt/iobroker/node_modules/iobroker.hue/admin/i18n/ru/translations.json i18n/ru/translations.json application/json
                                  upload [4] hue.admin /opt/iobroker/node_modules/iobroker.hue/admin/i18n/zh-cn/translations.json i18n/zh-cn/translations.json application/json
                                  upload [3] hue.admin /opt/iobroker/node_modules/iobroker.hue/admin/index.html index.html text/html
                                  upload [2] hue.admin /opt/iobroker/node_modules/iobroker.hue/admin/index_m.html index_m.html text/html
                                  upload [1] hue.admin /opt/iobroker/node_modules/iobroker.hue/admin/instruction.png instruction.png image/png
                                  upload [0] hue.admin /opt/iobroker/node_modules/iobroker.hue/admin/words.js words.js application/javascript
                                  Update admin from @5.3.8 to @6.2.20
                                  host.raspberrypi Adapter "system.adapter.admin.0" is stopped.
                                  NPM version: 8.15.0
                                  Installing iobroker.admin@6.2.20... (System call)
                                  upload [14] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/admin.png admin.png image/png
                                  upload [13] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/de/translations.json i18n/de/translations.json application/json
                                  upload [12] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/en/translations.json i18n/en/translations.json application/json
                                  upload [11] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/es/translations.json i18n/es/translations.json application/json
                                  upload [10] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/fr/translations.json i18n/fr/translations.json application/json
                                  upload [9] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/it/translations.json i18n/it/translations.json application/json
                                  upload [8] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/nl/translations.json i18n/nl/translations.json application/json
                                  upload [7] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/pl/translations.json i18n/pl/translations.json application/json
                                  upload [6] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/pt/translations.json i18n/pt/translations.json application/json
                                  upload [5] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/ru/translations.json i18n/ru/translations.json application/json
                                  upload [4] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/zh-cn/translations.json i18n/zh-cn/translations.json application/json
                                  upload [3] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/index.html index.html text/html
                                  upload [2] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/index_m.html index_m.html text/html
                                  upload [1] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/jsonConfig.json jsonConfig.json application/json
                                  upload [0] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/words.js words.js application/javascript
                                  host.raspberrypi Adapter "system.adapter.admin.0" is started
                                  Update youtube from @3.0.1 to @4.0.0
                                  NPM version: 8.15.0
                                  Installing iobroker.youtube@4.0.0... (System call)
                                  Adapter "system.adapter.vis.0" restarted.
                                  upload [12] youtube.admin /opt/iobroker/node_modules/iobroker.youtube/admin/i18n/de/translations.json i18n/de/translations.json application/json
                                  upload [11] youtube.admin /opt/iobroker/node_modules/iobroker.youtube/admin/i18n/en/translations.json i18n/en/translations.json application/json
                                  upload [10] youtube.admin /opt/iobroker/node_modules/iobroker.youtube/admin/i18n/es/translations.json i18n/es/translations.json application/json
                                  upload [9] youtube.admin /opt/iobroker/node_modules/iobroker.youtube/admin/i18n/fr/translations.json i18n/fr/translations.json application/json
                                  upload [8] youtube.admin /opt/iobroker/node_modules/iobroker.youtube/admin/i18n/it/translations.json i18n/it/translations.json application/json
                                  upload [7] youtube.admin /opt/iobroker/node_modules/iobroker.youtube/admin/i18n/nl/translations.json i18n/nl/translations.json application/json
                                  upload [6] youtube.admin /opt/iobroker/node_modules/iobroker.youtube/admin/i18n/pl/translations.json i18n/pl/translations.json application/json
                                  upload [5] youtube.admin /opt/iobroker/node_modules/iobroker.youtube/admin/i18n/pt/translations.json i18n/pt/translations.json application/json
                                  upload [4] youtube.admin /opt/iobroker/node_modules/iobroker.youtube/admin/i18n/ru/translations.json i18n/ru/translations.json application/json
                                  upload [3] youtube.admin /opt/iobroker/node_modules/iobroker.youtube/admin/i18n/zh-cn/translations.json i18n/zh-cn/translations.json application/json
                                  upload [2] youtube.admin /opt/iobroker/node_modules/iobroker.youtube/admin/index_m.html index_m.html text/html
                                  upload [1] youtube.admin /opt/iobroker/node_modules/iobroker.youtube/admin/jsonConfig.json jsonConfig.json application/json
                                  upload [0] youtube.admin /opt/iobroker/node_modules/iobroker.youtube/admin/youtube.png youtube.png image/png
                                  Cannot check dependencies: Invalid version of "admin". Installed "5.3.8", required ">=6.1.6
                                  Update shelly from @5.3.2 to @6.0.0
                                  NPM version: 8.15.0
                                  Installing iobroker.shelly@6.0.0... (System call)
                                  upload [13] shelly.admin /opt/iobroker/node_modules/iobroker.shelly/admin/i18n/de/translations.json i18n/de/translations.json application/json
                                  upload [12] shelly.admin /opt/iobroker/node_modules/iobroker.shelly/admin/i18n/en/translations.json i18n/en/translations.json application/json
                                  upload [11] shelly.admin /opt/iobroker/node_modules/iobroker.shelly/admin/i18n/es/translations.json i18n/es/translations.json application/json
                                  upload [10] shelly.admin /opt/iobroker/node_modules/iobroker.shelly/admin/i18n/fr/translations.json i18n/fr/translations.json application/json
                                  upload [9] shelly.admin /opt/iobroker/node_modules/iobroker.shelly/admin/i18n/it/translations.json i18n/it/translations.json application/json
                                  upload [8] shelly.admin /opt/iobroker/node_modules/iobroker.shelly/admin/i18n/nl/translations.json i18n/nl/translations.json application/json
                                  upload [7] shelly.admin /opt/iobroker/node_modules/iobroker.shelly/admin/i18n/pl/translations.json i18n/pl/translations.json application/json
                                  upload [6] shelly.admin /opt/iobroker/node_modules/iobroker.shelly/admin/i18n/pt/translations.json i18n/pt/translations.json application/json
                                  upload [5] shelly.admin /opt/iobroker/node_modules/iobroker.shelly/admin/i18n/ru/translations.json i18n/ru/translations.json application/json
                                  upload [4] shelly.admin /opt/iobroker/node_modules/iobroker.shelly/admin/i18n/zh-cn/translations.json i18n/zh-cn/translations.json application/json
                                  upload [3] shelly.admin /opt/iobroker/node_modules/iobroker.shelly/admin/index_m.html index_m.html text/html
                                  upload [2] shelly.admin /opt/iobroker/node_modules/iobroker.shelly/admin/jsonConfig.json jsonConfig.json application/json
                                  upload [1] shelly.admin /opt/iobroker/node_modules/iobroker.shelly/admin/shelly.png shelly.png image/png
                                  upload [0] shelly.admin /opt/iobroker/node_modules/iobroker.shelly/admin/words.js words.js application/javascript
                                  Cannot check dependencies: Invalid version of "admin". Installed "5.3.8", required ">=5.4.3
                                  Update javascript from @5.7.0 to @6.0.0
                                  NPM version: 8.15.0
                                  Installing iobroker.javascript@6.0.0... (System call)
                                  upload [103] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/adminWords.js adminWords.js application/javascript
                                  upload [100] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/google-blockly/LICENSE google-blockly/LICENSE null
                                  upload [90] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/google-blockly/media/delete.wav google-blockly/media/delete.wav audio/wav
                                  upload [80] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/google-blockly/media/quote1.png google-blockly/media/quote1.png image/png
                                  upload [70] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/google-blockly/msg/js/pt.js google-blockly/msg/js/pt.js application/javascript
                                  upload [60] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/google-blockly/own/blocks_time.js google-blockly/own/blocks_time.js application/javascript
                                  upload [50] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/google-blockly/own/msg/fr.js google-blockly/own/msg/fr.js application/javascript
                                  upload [40] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/plugins/bundle.js plugins/bundle.js application/javascript
                                  upload [30] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/static/js/runtime-main.a42c4e84.js static/js/runtime-main.a42c4e84.js application/javascript
                                  upload [20] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/vs/configure.js vs/configure.js application/javascript
                                  upload [19] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/vs/editor/editor.main.css vs/editor/editor.main.css text/css
                                  upload [18] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/vs/editor/editor.main.js vs/editor/editor.main.js application/javascript
                                  upload [17] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/vs/editor/editor.main.nls.de.js vs/editor/editor.main.nls.de.js application/javascript
                                  upload [16] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/vs/editor/editor.main.nls.es.js vs/editor/editor.main.nls.es.js application/javascript
                                  upload [15] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/vs/editor/editor.main.nls.fr.js vs/editor/editor.main.nls.fr.js application/javascript
                                  upload [14] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/vs/editor/editor.main.nls.it.js vs/editor/editor.main.nls.it.js application/javascript
                                  upload [13] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/vs/editor/editor.main.nls.ja.js vs/editor/editor.main.nls.ja.js application/javascript
                                  upload [12] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/vs/editor/editor.main.nls.js vs/editor/editor.main.nls.js application/javascript
                                  upload [11] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/vs/editor/editor.main.nls.ko.js vs/editor/editor.main.nls.ko.js application/javascript
                                  upload [10] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/vs/editor/editor.main.nls.ru.js vs/editor/editor.main.nls.ru.js application/javascript
                                  upload [9] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/vs/editor/editor.main.nls.zh-cn.js vs/editor/editor.main.nls.zh-cn.js application/javascript
                                  upload [8] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/vs/editor/editor.main.nls.zh-tw.js vs/editor/editor.main.nls.zh-tw.js application/javascript
                                  upload [7] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/vs/language/html/htmlMode.js vs/language/html/htmlMode.js application/javascript
                                  upload [6] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/vs/language/html/htmlWorker.js vs/language/html/htmlWorker.js application/javascript
                                  upload [5] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/vs/language/json/jsonMode.js vs/language/json/jsonMode.js application/javascript
                                  upload [4] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/vs/language/json/jsonWorker.js vs/language/json/jsonWorker.js application/javascript
                                  upload [3] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/vs/language/typescript/tsMode.js vs/language/typescript/tsMode.js application/javascript
                                  upload [2] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/vs/language/typescript/tsWorker.js vs/language/typescript/tsWorker.js application/javascript
                                  upload [1] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/vs/loader.js vs/loader.js application/javascript
                                  upload [0] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/vs/monaco.d.ts vs/monaco.d.ts video/mp2t
                                  pi@raspberrypi:~ $ 
                                  

                                  Hat irgendwie nicht geklappt....

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

                                    @neinneinhilfe sagte in iobroker kann überhaupt nix mehr installieren oder updaten:

                                    Die Befehle davor auch ausgeführt?
                                    Bitte nix weglassen, man muss das sehen, hier steht keine Glauskugel und ich kann dir auch nicht über die Schulter schauen.

                                    iobroker update
                                    iobroker upgrade admin --debug
                                    
                                    N 1 Reply Last reply Reply Quote 0
                                    • N
                                      neinneinhilfe @Thomas Braun last edited by

                                      @thomas-braun said in iobroker kann überhaupt nix mehr installieren oder updaten:

                                      @neinneinhilfe sagte in iobroker kann überhaupt nix mehr installieren oder updaten:

                                      Die Befehle davor auch ausgeführt?
                                      Bitte nix weglassen, man muss das sehen, hier steht keine Glauskugel und ich kann dir auch nicht über die Schulter schauen.

                                      iobroker update
                                      iobroker upgrade admin --debug
                                      

                                      Habe das genau so ausgeführt.....

                                      iobroker stop
                                      rm /opt/iobroker/package.json
                                      iobroker start
                                      iobroker update
                                      iobroker upgrade all -y
                                      

                                      Bei upgrade admin --debug kann das hier:

                                      pi@raspberrypi:~ $ iobroker update
                                      Used repository: stable
                                      Adapter    "admin"        : 6.2.20   , installed 5.3.8  [Updatable]
                                      Adapter    "alexa2"       : 3.11.2   , installed 3.11.2
                                      Adapter    "alpha2"       : 1.0.0    , installed 1.0.3
                                      Adapter    "backitup"     : 2.4.10   , installed 2.4.10
                                      Adapter    "deconz"       : 1.3.21   , installed 1.3.21
                                      Adapter    "device-reminder": 1.2.9  , installed 1.2.9
                                      Adapter    "discovery"    : 3.0.5    , installed 3.0.5
                                      Adapter    "harmony"      : 1.2.2    , installed 1.2.2
                                      Adapter    "history"      : 2.2.0    , installed 2.2.0
                                      Adapter    "homekit-controller": 0.5.1, installed 0.5.1
                                      Adapter    "hue"          : 3.7.1    , installed 3.7.0  [Updatable]
                                      Adapter    "icons-mfd-svg": 1.1.0    , installed 1.1.0
                                      Adapter    "influxdb"     : 3.1.7    , installed 3.1.7
                                      Adapter    "info"         : 1.9.19   , installed 1.9.19
                                      Adapter    "javascript"   : 6.0.0    , installed 5.7.0  [Updatable]
                                      Controller "js-controller": 4.0.23   , installed 4.0.23
                                      Adapter    "mqtt"         : 4.0.7    , installed 3.0.6  [Updatable]
                                      Adapter    "nuki"         : 1.6.0    , installed 1.6.0
                                      Adapter    "nuki-extended": 2.3.1    , installed 2.3.1
                                      Adapter    "openweathermap": 0.3.0   , installed 0.2.5  [Updatable]
                                      Adapter    "parcel"       : 0.0.20   , installed 0.0.20
                                      Adapter    "pushover"     : 3.0.2    , installed 3.0.2
                                      Adapter    "roomba"       : 1.1.4    , installed 1.1.4
                                      Adapter    "rpi2"         : 1.3.2    , installed 1.3.2
                                      Adapter    "shelly"       : 6.0.0    , installed 5.3.2  [Updatable]
                                      Adapter    "simple-api"   : 2.7.0    , installed 2.7.0
                                      Adapter    "smartmeter"   : 3.3.4    , installed 3.3.4
                                      Adapter    "socketio"     : 4.2.0    , installed 4.2.0
                                      Adapter    "sonoff"       : 2.5.1    , installed 2.5.1
                                      Adapter    "telegram"     : 1.14.1   , installed 1.13.0 [Updatable]
                                      Adapter    "text2command" : 2.2.2    , installed 2.2.2
                                      Adapter    "tr-064"       : 4.2.16   , installed 4.2.16
                                      Adapter    "vis"          : 1.4.15   , installed 1.4.15
                                      Adapter    "vis-bars"     : 0.1.4    , installed 0.1.4
                                      Adapter    "vis-colorpicker": 1.2.0  , installed 1.2.0
                                      Adapter    "vis-history"  : 1.0.0    , installed 1.0.0
                                      Adapter    "vis-hqwidgets": 1.2.0    , installed 1.2.0
                                      Adapter    "vis-jqui-mfd" : 1.0.12   , installed 1.0.12
                                      Adapter    "vis-justgage" : 1.0.2    , installed 1.0.2
                                      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-rgraph"   : 0.0.2    , installed 0.0.2
                                      Adapter    "vis-timeandweather": 1.2.2, installed 1.1.7 [Updatable]
                                      Adapter    "web"          : 4.3.0    , installed 4.3.0
                                      Adapter    "wled"         : 0.6.7    , installed 0.6.7
                                      Adapter    "ws"           : 1.3.0    , installed 1.3.0
                                      Adapter    "yahka"        : 0.13.1   , installed 0.13.1
                                      Adapter    "youtube"      : 4.0.0    , installed 3.0.1  [Updatable]
                                      pi@raspberrypi:~ $ iobroker upgrade admin --debug
                                      
                                      This upgrade of "admin" will at least introduce the following changes:
                                      ==========================================================================
                                      -> 6.2.20:
                                      Corrected GUI issues
                                      
                                      -> 6.2.19:
                                      Corrected some issues
                                      
                                      -> 6.2.18:
                                      Corrected GUI bugs on custom settings
                                      
                                      
                                      -> 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
                                      ==========================================================================
                                      
                                      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.20 now? [(y)es, (n)o]: y
                                      Update admin from @5.3.8 to @6.2.20
                                      host.raspberrypi Adapter "system.adapter.admin.0" is stopped.
                                      NPM version: 8.15.0
                                      Installing iobroker.admin@6.2.20... (System call)
                                      npm ERR! builtins is not a function
                                      
                                      npm ERR! A complete log of this run can be found in:
                                      npm ERR!     /home/iobroker/.npm/_logs/2022-09-04T13_05_01_481Z-debug-0.log
                                      upload [14] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/admin.png admin.png image/png
                                      upload [13] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/de/translations.json i18n/de/translations.json application/json
                                      upload [12] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/en/translations.json i18n/en/translations.json application/json
                                      upload [11] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/es/translations.json i18n/es/translations.json application/json
                                      upload [10] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/fr/translations.json i18n/fr/translations.json application/json
                                      upload [9] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/it/translations.json i18n/it/translations.json application/json
                                      upload [8] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/nl/translations.json i18n/nl/translations.json application/json
                                      upload [7] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/pl/translations.json i18n/pl/translations.json application/json
                                      upload [6] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/pt/translations.json i18n/pt/translations.json application/json
                                      upload [5] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/ru/translations.json i18n/ru/translations.json application/json
                                      upload [4] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/zh-cn/translations.json i18n/zh-cn/translations.json application/json
                                      upload [3] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/index.html index.html text/html
                                      upload [2] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/index_m.html index_m.html text/html
                                      upload [1] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/jsonConfig.json jsonConfig.json application/json
                                      upload [0] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/words.js words.js application/javascript
                                      host.raspberrypi Adapter "system.adapter.admin.0" is started
                                      pi@raspberrypi:~ $ 
                                      
                                      
                                      Thomas Braun 1 Reply Last reply Reply Quote 0
                                      • Thomas Braun
                                        Thomas Braun Most Active @neinneinhilfe last edited by

                                        @neinneinhilfe

                                        iobroker update
                                        
                                        N 1 Reply Last reply Reply Quote 0
                                        • N
                                          neinneinhilfe @Thomas Braun last edited by

                                          @thomas-braun said in iobroker kann überhaupt nix mehr installieren oder updaten:

                                          @neinneinhilfe

                                          iobroker update
                                          
                                          pi@raspberrypi:~ $ iobroker update
                                          Used repository: stable
                                          Adapter    "admin"        : 6.2.20   , installed 5.3.8  [Updatable]
                                          Adapter    "alexa2"       : 3.11.2   , installed 3.11.2
                                          Adapter    "alpha2"       : 1.0.0    , installed 1.0.3
                                          Adapter    "backitup"     : 2.4.10   , installed 2.4.10
                                          Adapter    "deconz"       : 1.3.21   , installed 1.3.21
                                          Adapter    "device-reminder": 1.2.9  , installed 1.2.9
                                          Adapter    "discovery"    : 3.0.5    , installed 3.0.5
                                          Adapter    "harmony"      : 1.2.2    , installed 1.2.2
                                          Adapter    "history"      : 2.2.0    , installed 2.2.0
                                          Adapter    "homekit-controller": 0.5.1, installed 0.5.1
                                          Adapter    "hue"          : 3.7.1    , installed 3.7.0  [Updatable]
                                          Adapter    "icons-mfd-svg": 1.1.0    , installed 1.1.0
                                          Adapter    "influxdb"     : 3.1.7    , installed 3.1.7
                                          Adapter    "info"         : 1.9.19   , installed 1.9.19
                                          Adapter    "javascript"   : 6.0.0    , installed 5.7.0  [Updatable]
                                          Controller "js-controller": 4.0.23   , installed 4.0.23
                                          Adapter    "mqtt"         : 4.0.7    , installed 3.0.6  [Updatable]
                                          Adapter    "nuki"         : 1.6.0    , installed 1.6.0
                                          Adapter    "nuki-extended": 2.3.1    , installed 2.3.1
                                          Adapter    "openweathermap": 0.3.0   , installed 0.2.5  [Updatable]
                                          Adapter    "parcel"       : 0.0.20   , installed 0.0.20
                                          Adapter    "pushover"     : 3.0.2    , installed 3.0.2
                                          Adapter    "roomba"       : 1.1.4    , installed 1.1.4
                                          Adapter    "rpi2"         : 1.3.2    , installed 1.3.2
                                          Adapter    "shelly"       : 6.0.0    , installed 5.3.2  [Updatable]
                                          Adapter    "simple-api"   : 2.7.0    , installed 2.7.0
                                          Adapter    "smartmeter"   : 3.3.4    , installed 3.3.4
                                          Adapter    "socketio"     : 4.2.0    , installed 4.2.0
                                          Adapter    "sonoff"       : 2.5.1    , installed 2.5.1
                                          Adapter    "telegram"     : 1.14.1   , installed 1.13.0 [Updatable]
                                          Adapter    "text2command" : 2.2.2    , installed 2.2.2
                                          Adapter    "tr-064"       : 4.2.16   , installed 4.2.16
                                          Adapter    "vis"          : 1.4.15   , installed 1.4.15
                                          Adapter    "vis-bars"     : 0.1.4    , installed 0.1.4
                                          Adapter    "vis-colorpicker": 1.2.0  , installed 1.2.0
                                          Adapter    "vis-history"  : 1.0.0    , installed 1.0.0
                                          Adapter    "vis-hqwidgets": 1.2.0    , installed 1.2.0
                                          Adapter    "vis-jqui-mfd" : 1.0.12   , installed 1.0.12
                                          Adapter    "vis-justgage" : 1.0.2    , installed 1.0.2
                                          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-rgraph"   : 0.0.2    , installed 0.0.2
                                          Adapter    "vis-timeandweather": 1.2.2, installed 1.1.7 [Updatable]
                                          Adapter    "web"          : 4.3.0    , installed 4.3.0
                                          Adapter    "wled"         : 0.6.7    , installed 0.6.7
                                          Adapter    "ws"           : 1.3.0    , installed 1.3.0
                                          Adapter    "yahka"        : 0.13.1   , installed 0.13.1
                                          Adapter    "youtube"      : 4.0.0    , installed 3.0.1  [Updatable]
                                          pi@raspberrypi:~ $ 
                                          
                                          
                                          Thomas Braun 1 Reply Last reply Reply Quote 0
                                          • Thomas Braun
                                            Thomas Braun Most Active @neinneinhilfe last edited by

                                            @neinneinhilfe

                                            cd /opt/iobroker 
                                            npm ls
                                            
                                            N 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

                                            382
                                            Online

                                            31.8k
                                            Users

                                            80.0k
                                            Topics

                                            1.3m
                                            Posts

                                            5
                                            63
                                            2490
                                            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