Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. English
    3. ioBroker general
    4. Update System iobroker failed

    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

    Update System iobroker failed

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

      @tiger

      Then you never did update your system before.
      And you are running the Desktop-Variant. Both is a no-go.

      T 1 Reply Last reply Reply Quote 0
      • T
        Tiger @Thomas Braun last edited by

        @thomas-braun
        Once everything was working.. i Didn't made any update...
        Now It's because I would like to add some functionnality as Smappee on my Vis...
        I need it.
        or I will continue like that with old version and will continue to work as before 🙂

        Whatever, thanks to all for your help.

        progress is 48%

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

          @tiger sagte in Update System iobroker failed:

          or I will continue like that with old version and will continue to work as before

          don't even think about this.
          the day will come and you have to update an adapter you need.

          due to the 'never change a running system' approach, now you are in trouble.
          And then you'll be in big trouble for sure.

          Please keep your system up to date always. for security and convenience

          1 Reply Last reply Reply Quote 0
          • T
            Tiger @Thomas Braun last edited by

            @thomas-braun
            so, here the result
            pi@raspberrypi:~ $ sudo apt update
            Hit:1 http://raspbian.raspberrypi.org/raspbian buster InRelease
            Hit:2 https://deb.nodesource.com/node_10.x buster InRelease
            Hit:3 http://archive.raspberrypi.org/debian buster InRelease
            Reading package lists... Done
            Building dependency tree
            Reading state information... Done
            All packages are up to date.

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

              @tiger sagte in Update System iobroker failed:

              Once everything was working.. i Didn't made any update...

              I'm not sure if it makes any sense to help you with that attitude...

              Once again:

              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
              
              T 1 Reply Last reply Reply Quote 0
              • T
                Tiger @Thomas Braun last edited by Tiger

                @thomas-braun
                I understand you, but I would like to be up to date and continue, it's just because i dont like to not understand everything and take time of other poeple 😉
                That's why I thank you for all.

                
                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/local/bin/node
                /usr/local/bin/npm
                v10.24.1
                v14.20.0
                6.14.17
                pi
                /home/pi
                Hit:1 http://raspbian.raspberrypi.org/raspbian buster InRelease
                Hit:2 http://archive.raspberrypi.org/debian buster InRelease                   
                Hit:3 https://deb.nodesource.com/node_10.x buster InRelease                    
                Reading package lists... Done                                     
                Building dependency tree       
                Reading state information... Done
                All packages are up to date.
                nodejs:
                  Installed: 10.24.1-1nodesource1
                  Candidate: 10.24.1-1nodesource1
                  Version table:
                 *** 10.24.1-1nodesource1 500
                        500 https://deb.nodesource.com/node_10.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
                
                
                
                Homoran Thomas Braun 2 Replies Last reply Reply Quote 0
                • Homoran
                  Homoran Global Moderator Administrators @Tiger last edited by Homoran

                  @tiger sagte in Update System iobroker failed:

                  because i dont like to not understand everything

                  that's a good point of view

                  so we will work on it, making you to understand it

                  @tiger sagte in Update System iobroker failed:

                  take time of other poeple

                  that's our decision! hoping you learn something and possible give this to others

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

                    @tiger sagte in Update System iobroker failed:

                    sudo rm /usr/local/bin/node
                    sudo rm /usr/local/bin/npm
                    
                    curl -sL https://deb.nodesource.com/setup_16.x | sudo -E bash
                    sudo apt install nodejs
                    sudo ln -s /usr/bin/node /usr/bin/nodejs
                    
                    T 1 Reply Last reply Reply Quote 0
                    • T
                      Tiger @Homoran last edited by

                      @homoran
                      Thanks, like to see that.

                      1 Reply Last reply Reply Quote 0
                      • T
                        Tiger @Thomas Braun last edited by

                        @thomas-braun said in Update System iobroker failed:

                        sudo ln -s /usr/bin/node /usr/bin/nodejs

                        You'll find here after all I've done

                        pi@raspberrypi:~ $ sudo rm /usr/local/bin/node
                        pi@raspberrypi:~ $ sudo rm /usr/local/bin/npm
                        pi@raspberrypi:~ $ curl -sL https://deb.nodesource.com/setup_16.x | sudo -E bash
                         
                        ## Installing the NodeSource Node.js 16.x repo...
                        
                        
                        ## Populating apt-get cache...
                        
                        + apt-get update
                        Hit:1 http://raspbian.raspberrypi.org/raspbian buster InRelease
                        Hit:2 https://deb.nodesource.com/node_10.x buster InRelease                    
                        Hit:3 http://archive.raspberrypi.org/debian buster InRelease                   
                        Reading package lists... Done                                  
                        
                        ## Confirming "buster" is supported...
                        
                        + curl -sLf -o /dev/null 'https://deb.nodesource.com/node_16.x/dists/buster/Release'
                        
                        ## Adding the NodeSource signing key to your keyring...
                        
                        + curl -s https://deb.nodesource.com/gpgkey/nodesource.gpg.key | gpg --dearmor | tee /usr/share/keyrings/nodesource.gpg >/dev/null
                        gpg: WARNING: unsafe ownership on homedir '/home/pi/.gnupg'
                        
                        ## Creating apt sources list file for the NodeSource Node.js 16.x repo...
                        
                        + echo 'deb [signed-by=/usr/share/keyrings/nodesource.gpg] https://deb.nodesource.com/node_16.x buster main' > /etc/apt/sources.list.d/nodesource.list
                        + echo 'deb-src [signed-by=/usr/share/keyrings/nodesource.gpg] https://deb.nodesource.com/node_16.x buster main' >> /etc/apt/sources.list.d/nodesource.list
                        
                        ## Running `apt-get update` for you...
                        
                        + apt-get update
                        Hit:1 http://raspbian.raspberrypi.org/raspbian buster InRelease
                        Hit:2 http://archive.raspberrypi.org/debian buster InRelease                                               
                        Get:3 https://deb.nodesource.com/node_16.x buster InRelease [4,584 B]                                      
                        Get:4 https://deb.nodesource.com/node_16.x buster/main armhf Packages [782 B]
                        Fetched 5,366 B in 1s (3,599 B/s)
                        Reading package lists... Done
                        
                        ## Run `sudo apt-get install -y nodejs` to install Node.js 16.x and npm
                        ## You may also need development tools to build native addons:
                             sudo apt-get install gcc g++ make
                        ## To install the Yarn package manager, run:
                             curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | gpg --dearmor | sudo tee /usr/share/keyrings/yarnkey.gpg >/dev/null
                             echo "deb [signed-by=/usr/share/keyrings/yarnkey.gpg] https://dl.yarnpkg.com/debian stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
                             sudo apt-get update && sudo apt-get install yarn
                        
                        
                        pi@raspberrypi:~ $ sudo apt install nodejs
                        Reading package lists... Done
                        Building dependency tree       
                        Reading state information... Done
                        The following packages were automatically installed and are no longer required:
                          gconf-service gconf2-common libbluetooth3 libexiv2-14 libgconf-2-4 libgfortran3 libgmime-2.6-0
                          libncurses5 lxplug-volume python-colorzero
                        Use 'sudo apt autoremove' to remove them.
                        The following packages will be upgraded:
                          nodejs
                        1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
                        Need to get 23.6 MB of archives.
                        After this operation, 38.8 MB of additional disk space will be used.
                        Get:1 https://deb.nodesource.com/node_16.x buster/main armhf nodejs armhf 16.16.0-deb-1nodesource1 [23.6 MB]
                        Fetched 23.6 MB in 1min 14s (318 kB/s)                                                                     
                        Reading changelogs... Done
                        (Reading database ... 167450 files and directories currently installed.)
                        Preparing to unpack .../nodejs_16.16.0-deb-1nodesource1_armhf.deb ...
                        Unpacking nodejs (16.16.0-deb-1nodesource1) over (10.24.1-1nodesource1) ...
                        Setting up nodejs (16.16.0-deb-1nodesource1) ...
                        Processing triggers for man-db (2.8.5-2) ...
                        pi@raspberrypi:~ $ sudo ln -s /usr/bin/node /usr/bin/nodejs
                        ln: failed to create symbolic link '/usr/bin/nodejs': File exists
                        
                        
                        Thomas Braun 1 Reply Last reply Reply Quote 0
                        • Thomas Braun
                          Thomas Braun Most Active @Tiger last edited by

                          @tiger sagte in Update System iobroker failed:

                          sudo apt autoremove
                          iobroker restart 
                          iobroker status
                          
                          T 2 Replies Last reply Reply Quote 0
                          • T
                            Tiger @Thomas Braun last edited by

                            @thomas-braun

                            pi@raspberrypi:~ $ sudo apt autoremove
                            Reading package lists... Done
                            Building dependency tree       
                            Reading state information... Done
                            The following packages will be REMOVED:
                              gconf-service gconf2-common libbluetooth3 libexiv2-14 libgconf-2-4 libgfortran3 libgmime-2.6-0
                              libncurses5 lxplug-volume python-colorzero
                            0 upgraded, 0 newly installed, 10 to remove and 0 not upgraded.
                            After this operation, 11.8 MB disk space will be freed.
                            Do you want to continue? [Y/n] y
                            (Reading database ... 165809 files and directories currently installed.)
                            Removing gconf-service (3.2.6-5) ...
                            Removing libgconf-2-4:armhf (3.2.6-5) ...
                            Removing gconf2-common (3.2.6-5) ...
                            Removing libbluetooth3:armhf (5.50-1.2~deb10u2+rpt1) ...
                            Removing libexiv2-14:armhf (0.25-4+deb10u2) ...
                            Removing libgfortran3:armhf (6.5.0-1+rpi1+b1) ...
                            Removing libgmime-2.6-0:armhf (2.6.23+dfsg1-4) ...
                            Removing libncurses5:armhf (6.1+20181013-2+deb10u2) ...
                            Removing lxplug-volume (0.25) ...
                            Removing python-colorzero (1.1) ...
                            Processing triggers for sgml-base (1.29) ...
                            Processing triggers for libc-bin (2.28-10+rpt2+rpi1+deb10u1) ...
                            pi@raspberrypi:~ $ iobroker restart
                            pi@raspberrypi:~ $ iobroker status
                            node:internal/modules/cjs/loader:936
                              throw err;
                              ^
                            
                            Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js'
                                at Function.Module._resolveFilename (node:internal/modules/cjs/loader:933:15)
                                at Function.Module._load (node:internal/modules/cjs/loader:778:27)
                                at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:77:12)
                                at node:internal/main/run_main_module:17:47 {
                              code: 'MODULE_NOT_FOUND',
                              requireStack: []
                            }
                            pi@raspberrypi:~ $ 
                            
                            
                            Thomas Braun 1 Reply Last reply Reply Quote 0
                            • T
                              Tiger @Thomas Braun last edited by

                              @thomas-braun
                              juste one things more... I'd forgot to reboot ...
                              I'd just reboot now...
                              Sorry...

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

                                @tiger

                                Now the correct directories and commands:

                                cd /opt/iobroker
                                sudo -H -u iobroker npm install iobroker.js-controller
                                iobroker stop
                                iobroker fix
                                iobroker start
                                
                                T 1 Reply Last reply Reply Quote 0
                                • T
                                  Tiger @Thomas Braun last edited by

                                  @thomas-braun
                                  Problem with command

                                  pi@raspberrypi:/opt/iobroker $ sudo -H -u iobroker npm install iobroker.js-controller
                                  npm WARN old lockfile 
                                  npm WARN old lockfile The package-lock.json file was created with an old version of npm,
                                  npm WARN old lockfile so supplemental metadata must be fetched from the registry.
                                  npm WARN old lockfile 
                                  npm WARN old lockfile This is a one-time fix-up, please be patient...
                                  npm WARN old lockfile 
                                  npm ERR! code 24
                                  npm ERR! path /opt/iobroker/node_modules/iobroker.js-controller
                                  npm ERR! command failed
                                  npm ERR! command sh -c node iobroker.js setup first
                                  npm ERR! Server Cannot start inMem-states on port 9000: Failed to lock DB file "/opt/iobroker/iobroker-data/states.jsonl"!
                                  
                                  npm ERR! A complete log of this run can be found in:
                                  npm ERR!     /home/iobroker/.npm/_logs/2022-08-15T14_39_15_503Z-debug-0.log
                                  
                                  

                                  I attached Log file2022-08-15T14_39_15_503Z-debug-0.log

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

                                    @tiger sagte in Update System iobroker failed:

                                    The package-lock.json file was created with an old version of npm,

                                    ok!
                                    delete it and try again.
                                    if you are afraid of deleting, rename it

                                    T 1 Reply Last reply Reply Quote 0
                                    • T
                                      Tiger @Homoran last edited by

                                      @homoran

                                      I rename directly in the folder /opt/iobroker the file
                                      and remade the operation

                                      pi@raspberrypi:/opt/iobroker $ sudo -H -u iobroker npm install iobroker.js-controller
                                      npm WARN deprecated har-validator@5.1.5: this library is no longer supported
                                      npm WARN deprecated uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
                                      npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
                                      npm ERR! code 32
                                      npm ERR! path /opt/iobroker/node_modules/iobroker.js-controller
                                      npm ERR! command failed
                                      npm ERR! command sh -c node iobroker.js setup first
                                      npm ERR! Successfully migrated 2282 objects to Redis Sets
                                      npm ERR! object _design/system updated
                                      npm ERR! host.raspberrypi install adapter backitup
                                      npm ERR! These apt-get packages were already installed: cifs-utils, nfs-common
                                      npm ERR! upload [10] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/adapter-settings.js adapter-settings.js application/javascript
                                      npm ERR! upload [9] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/backitup.png backitup.png image/png
                                      npm ERR! upload [8] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/backitup.svg backitup.svg image/svg+xml
                                      npm ERR! upload [7] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/index.html index.html text/html
                                      npm ERR! upload [6] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/index_m.html index_m.html text/html
                                      npm ERR! upload [5] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/index_m.js index_m.js application/javascript
                                      npm ERR! upload [4] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/style.css style.css text/css
                                      npm ERR! upload [3] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/tab_m.css tab_m.css text/css
                                      npm ERR! upload [2] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/tab_m.html tab_m.html text/html
                                      npm ERR! upload [1] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/tab_m.js tab_m.js application/javascript
                                      npm ERR! upload [0] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/words.js words.js application/javascript
                                      npm ERR! host.raspberrypi Invalid version of "admin". Installed "4.0.10", required ">=5.2.0"
                                      
                                      npm ERR! A complete log of this run can be found in:
                                      npm ERR!     /home/iobroker/.npm/_logs/2022-08-15T14_47_08_695Z-debug-0.log
                                      
                                      

                                      log file 2022-08-15T14_47_08_695Z-debug-0.log

                                      mikeal created this issue in request/request

                                      open Request’s Past, Present and Future #3142

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

                                        @tiger looks fine!
                                        npm works correctly now

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

                                          @tiger

                                          iobroker list adapters
                                          iobroker list instances
                                          
                                          T 1 Reply Last reply Reply Quote 0
                                          • T
                                            Tiger @Thomas Braun last edited by

                                            @thomas-braun

                                            pi@raspberrypi:~ $ iobroker list adapters
                                            node:internal/modules/cjs/loader:936
                                              throw err;
                                              ^
                                            
                                            Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js'
                                                at Function.Module._resolveFilename (node:internal/modules/cjs/loader:933:15)
                                                at Function.Module._load (node:internal/modules/cjs/loader:778:27)
                                                at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:77:12)
                                                at node:internal/main/run_main_module:17:47 {
                                              code: 'MODULE_NOT_FOUND',
                                              requireStack: []
                                            }
                                            
                                            
                                            Thomas Braun 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            565
                                            Online

                                            31.9k
                                            Users

                                            80.1k
                                            Topics

                                            1.3m
                                            Posts

                                            update iobroker
                                            7
                                            164
                                            15936
                                            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