MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    Failed Update

    Scheduled Pinned Locked Moved Solved Troubleshooting
    45 Posts 3 Posters 12.9k Views 3 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • S Offline
      sdetweil @DarkV
      last edited by

      @DarkV has node 20.5.1

      that is the bad version

      sudo apt-get remove nodejs npm -y
      

      rename the log file out of the way. we don’t need info from Oct 2 now

      new log will be created

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      D 1 Reply Last reply Reply Quote 0
      • D Offline
        DarkV @sdetweil
        last edited by

        @sdetweil Processing triggers for man-db (2.9.4-2) …
        junior@MAGIC-MIRROR:~ $ bash -c “$(curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/upgrade-script.sh)”

        doing test run = true, NO updates will be applied!

        update log will be in /home/junior/MagicMirror/installers/upgrade.log
        Check current Node installation …
        Node currently installed. Checking version number.
        bash: line 209: /usr/local/bin/node: No such file or directory
        Minimum Node version: v20.8.0
        Installed Node version: V1.0.0
        Node should be upgraded.
        /usr/bin/env: ‘node’: No such file or directory
        junior@MAGIC-MIRROR:~ $ bash -c “$(curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/upgrade-script.sh)” apply

        apply: line 176: /usr/local/bin/node: No such file or directory
        doing test run = false
        update log will be in /home/junior/MagicMirror/installers/upgrade.log
        Check current Node installation …
        Node currently installed. Checking version number.
        apply: line 209: /usr/local/bin/node: No such file or directory
        Minimum Node version: v20.8.0
        Installed Node version: V1.0.0
        Node should be upgraded.
        MagicMirror running under control of PM2, stopping
        junior@MAGIC-MIRROR:~ $
        junior@MAGIC-MIRROR:~ $

        S 1 Reply Last reply Reply Quote 0
        • S Offline
          sdetweil @DarkV
          last edited by

          @DarkV show me the ~/MagicMirror/installers/upgrade.log

          looks like this is a hybrid os… 64 bit kernel and 32 bit runtime… and the wrong architecture node was installed

          so, again do this,

          hash -r 
          sudo apt-get remove nodejs npm -y
          hash -r
          node -v
          

          should get not found
          then do

          which node
          

          show the results, nothing means not found
          if there is a result do
          node -v

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          D 1 Reply Last reply Reply Quote 0
          • D Offline
            DarkV @sdetweil
            last edited by

            @sdetweil Reading package lists… Done
            Building dependency tree… Done
            Reading state information… Done
            Package ‘npm’ is not installed, so not removed
            The following packages were automatically installed and are no longer required:
            libfuse2 raspinfo
            Use ‘sudo apt autoremove’ to remove them.
            The following packages will be REMOVED:
            nodejs
            0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
            After this operation, 183 MB disk space will be freed.
            (Reading database … 108415 files and directories currently installed.)
            Removing nodejs (20.5.1-deb-1nodesource1) …
            dpkg: warning: while removing nodejs, directory ‘/usr/lib/node_modules’ not empty so not removed
            Processing triggers for man-db (2.9.4-2) …
            junior@MAGIC-MIRROR:~ $ hash -r
            junior@MAGIC-MIRROR:~ $ node -v
            -bash: /usr/local/bin/node: No such file or directory
            junior@MAGIC-MIRROR:~ $ which node
            /usr/local/bin/node
            junior@MAGIC-MIRROR:~ $ node -v
            -bash: /usr/local/bin/node: No such file or directory
            junior@MAGIC-MIRROR:~ $

            S 1 Reply Last reply Reply Quote 0
            • S Offline
              sdetweil @DarkV
              last edited by

              @DarkV oh such joy

              sudo n ls
              sudo n prune
              sudo n uninstall
              hash -r
              which node
              ``

              Sam

              How to add modules

              learning how to use browser developers window for css changes

              D 1 Reply Last reply Reply Quote 0
              • D Offline
                DarkV @sdetweil
                last edited by

                @sdetweil I am glad you know what all this means as I have no clue, many thanks for taking the time to help me, the wifey will kill me if this f***s up:beaming_face_with_smiling_eyes: .

                login as: junior
                junior@192.168.2.52’s password:
                Linux MAGIC-MIRROR 6.1.21-v8+ #1642 SMP PREEMPT Mon Apr 3 17:24:16 BST 2023 aarch64

                The programs included with the Debian GNU/Linux system are free software;
                the exact distribution terms for each program are described in the
                individual files in /usr/share/doc/*/copyright.

                Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
                permitted by applicable law.
                Last login: Tue Oct 31 12:51:37 2023
                junior@MAGIC-MIRROR:~ $ hash -r
                junior@MAGIC-MIRROR:~ $ sudo apt-get remove nodejs npm -y
                Reading package lists… Done
                Building dependency tree… Done
                Reading state information… Done
                Package ‘npm’ is not installed, so not removed
                The following packages were automatically installed and are no longer required:
                libfuse2 raspinfo
                Use ‘sudo apt autoremove’ to remove them.
                The following packages will be REMOVED:
                nodejs
                0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
                After this operation, 183 MB disk space will be freed.
                (Reading database … 108415 files and directories currently installed.)
                Removing nodejs (20.5.1-deb-1nodesource1) …
                dpkg: warning: while removing nodejs, directory ‘/usr/lib/node_modules’ not empty so not removed
                Processing triggers for man-db (2.9.4-2) …
                junior@MAGIC-MIRROR:~ $ hash -r
                junior@MAGIC-MIRROR:~ $ node -v
                -bash: /usr/local/bin/node: No such file or directory
                junior@MAGIC-MIRROR:~ $ which node
                /usr/local/bin/node
                junior@MAGIC-MIRROR:~ $ node -v
                -bash: /usr/local/bin/node: No such file or directory
                junior@MAGIC-MIRROR:~ $ ^C
                junior@MAGIC-MIRROR:~ $ sudo n ls
                node/20.8.0
                junior@MAGIC-MIRROR:~ $ sudo n prune
                /usr/bin/n: line 474: /usr/local/bin/node: No such file or directory
                node/20.8.0
                junior@MAGIC-MIRROR:~ $ sudo n uninstall
                Do you wish to delete node and npm from /usr/local? y

                Uninstalling node and npm
                /usr/local/bin/node
                /usr/local/bin/npm
                /usr/local/bin/npx
                /usr/local/bin/corepack
                /usr/local/include/node
                /usr/local/lib/node_modules/npm
                /usr/local/lib/node_modules/corepack
                /usr/local/share/doc/node
                /usr/local/share/man/man1/node.1
                junior@MAGIC-MIRROR:~ $ hash -r
                junior@MAGIC-MIRROR:~ $
                which node
                junior@MAGIC-MIRROR:~ $ which node
                ``
                junior@MAGIC-MIRROR:~ $

                S 1 Reply Last reply Reply Quote 1
                • S Offline
                  sdetweil @DarkV
                  last edited by

                  @DarkV ok,

                  two more commands for info before running

                  lsb_release -a
                  file /bin/bash
                  

                  NOW try to run my upgrade script… note that it will NOT install node in test mode…

                  so you have to use the second link that adds the apply parm

                  Sam

                  How to add modules

                  learning how to use browser developers window for css changes

                  D 1 Reply Last reply Reply Quote 0
                  • D Offline
                    DarkV @sdetweil
                    last edited by

                    @sdetweil said in Failed Update:

                    file /bin/bash

                    unior@MAGIC-MIRROR:~ $ bash -c “$(curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/upgrade-script.sh)” apply
                    curl: (18) transfer closed with 23780100 bytes remaining to read
                    xz: (stdin): Unexpected end of input
                    tar: Unexpected EOF in archive
                    tar: Unexpected EOF in archive
                    tar: Error is not recoverable: exiting now

                    Error: failed to download archive for 20.8.0

                    doing test run = false
                    update log will be in /home/junior/MagicMirror/installers/upgrade.log
                    Check current Node installation …
                    Node currently installed. Checking version number.
                    Minimum Node version: v20.8.0
                    Installed Node version: v20.5.1
                    Node should be upgraded.
                    Installing Node.js …
                    Reading package lists… Done
                    Building dependency tree… Done
                    Reading state information… Done
                    nodejs is already the newest version (20.5.1-deb-1nodesource1).
                    The following packages were automatically installed and are no longer required:
                    libfuse2 raspinfo
                    Use ‘sudo apt autoremove’ to remove them.
                    0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
                    node version is
                    Node.js installation Done! version=v20.5.1
                    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.

                    S 1 Reply Last reply Reply Quote 1
                    • S Offline
                      sdetweil @DarkV
                      last edited by

                      @DarkV man this is a pain

                      one more try

                      sudo apt-get remove nodejs npm -y
                      hash -r
                      which node
                      which n
                      

                      if which n response with empty then do

                      sudo apt-get install n 
                      

                      once n responds then

                      sudo n 20.8.0	--arch armv7l
                      hash -r 
                      node -v 
                      

                      should say V20.8.0

                      i notice that I didn’t copy this little part from the install script…

                      please let me know

                      Sam

                      How to add modules

                      learning how to use browser developers window for css changes

                      S D 2 Replies Last reply Reply Quote 0
                      • S Offline
                        sdetweil @sdetweil
                        last edited by

                        @DarkV never mind that won’t work… need node and npm to install n… grr…

                        ok, only way out is to redo the sd card
                        backup your MM
                        see https://github.com/sdetweil/MagicMirror-backup-restore

                        copy the backup folder MM_backup off the sd card (it can save to github too)

                        reflash the sd card with latest os
                        boot, no updates,
                        run install script to install MM
                        verify it runs
                        restore your config using my restore script (can restore directly from github too)

                        test

                        sorry, the nodejs guys made a mess of this as they changed the node install process too… and it doesn’t work.

                        Sam

                        How to add modules

                        learning how to use browser developers window for css changes

                        S 1 Reply Last reply Reply Quote 0
                        • D Offline
                          DarkV @sdetweil
                          last edited by

                          @sdetweil All is OK. I am so grateful for all of your assistance. In my opinion, what you performed was alchemy or witchcraft. I’ve been attempting to identify the problem and have made multiple unsuccessful attempts. An old picture I had from a few months ago was my saviour. My wife was becoming tired of my futile attempts at updating.
                          You have brought me happiness and protected me from madness. That’s a significant victory.Screenshot 2023-10-31 135119.png

                          1 Reply Last reply Reply Quote 0
                          • S Offline
                            sdetweil @sdetweil
                            last edited by

                            @DarkV before you jump off the bridge! try this

                            sudo apt-get remove nodejs npm -y
                            hash -r
                            

                            make sure gone
                            which node

                            then 
                            

                            sudo apt-get install nodejs:armv7l
                            node -v

                            Sam

                            How to add modules

                            learning how to use browser developers window for css changes

                            D 1 Reply Last reply Reply Quote 0
                            • D Offline
                              DarkV @sdetweil
                              last edited by

                              @sdetweil I don’t know what happened, but the reply is above. Many thanks

                              S 1 Reply Last reply Reply Quote 0
                              • S Offline
                                sdetweil @DarkV
                                last edited by

                                @DarkV cool… i didn’t expect that it, i’m glad!!

                                Sam

                                How to add modules

                                learning how to use browser developers window for css changes

                                D 1 Reply Last reply Reply Quote 0
                                • D Offline
                                  DarkV @sdetweil
                                  last edited by

                                  @sdetweil I did this
                                  sudo apt-get remove nodejs npm -y
                                  hash -r
                                  which node
                                  which n

                                  if which n response with empty then do

                                  sudo apt-get install n

                                  once n responds then

                                  sudo n 20.8.0 --arch armv7l
                                  hash -r
                                  node -v

                                  Then both scripts and it went through!

                                  S 1 Reply Last reply Reply Quote 0
                                  • S Offline
                                    sdetweil @DarkV
                                    last edited by

                                    @DarkV said in Failed Update:

                                    –arch armv7l

                                    awesome… it was that sneaky little --arch parm…

                                    fixing upgrade script now . sorry for your troubles

                                    Sam

                                    How to add modules

                                    learning how to use browser developers window for css changes

                                    D 1 Reply Last reply Reply Quote 0
                                    • D Offline
                                      DarkV @sdetweil
                                      last edited by

                                      @sdetweil No worries, thanks you for your time

                                      S 1 Reply Last reply Reply Quote 0
                                      • S Offline
                                        sdetweil @DarkV
                                        last edited by sdetweil

                                        @DarkV any chance you still have the os image file you are running

                                        the info says (from the upgrade.log)

                                        6.1.21-v8+ #1642 SMP PREEMPT Mon Apr 3 17:24:16 BST 2023 aarch64 GNU/Linux
                                        the os is Distributor ID: Raspbian Description: Raspbian GNU/Linux 11 (bullseye) Release: 11 Codename: bullseye
                                        

                                        only one I can find online says
                                        6.1.21-v7+

                                        trying to test fix for the problem you encountered.

                                        if you still have the image file can you give me its name…

                                        also, what pi is this, 3 or 4?
                                        thanks

                                        | edit: was able to make one
                                        | install bullseye armhf
                                        | edit /boot/config.txt
                                        add
                                        arm_64bit=1

                                        then u will boot 64bit kernel, (seen with uname -a, aarch64)

                                        Linux raspberrypi4 6.1.21-v8+ #1642 SMP PREEMPT Mon Apr  3 17:24:16 BST 2023 aarch64 GNU/Linux
                                        

                                        and have 32 bit runtime (seen with file /bin/bash

                                        /bin/bash: ELF 32-bit LSB executable
                                        

                                        Sam

                                        How to add modules

                                        learning how to use browser developers window for css changes

                                        lavolp3L D 2 Replies Last reply Reply Quote 0
                                        • lavolp3L Offline
                                          lavolp3 Module Developer @sdetweil
                                          last edited by

                                          @sdetweil
                                          Sam, I did an update yesterday and found Node 20.8 not working on my raspbian bullseye install.
                                          I had an issue mentioned by someone else here before referring a missing GLIBCXX_3.4.26 file.
                                          I needed to purge and install node 18.x. Then it worked.
                                          Possible that this happens for more users with Raspbian
                                          Bullseye.
                                          I see your upgrade script requests Node 20.8.
                                          Not sure if that may be an issue for other people as well?

                                          How to troubleshoot modules
                                          MMM-soccer v2, MMM-AVStock

                                          S 2 Replies Last reply Reply Quote 0
                                          • S Offline
                                            sdetweil @lavolp3
                                            last edited by sdetweil

                                            @lavolp3 can u send me the ~/MagicMirror/installers/upgrade.log

                                            so I can see what happened…

                                            same userid at gmail

                                            Sam

                                            How to add modules

                                            learning how to use browser developers window for css changes

                                            1 Reply Last reply Reply Quote 0

                                            Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                                            Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                                            With your input, this post could be even better 💗

                                            Register Login
                                            • 1
                                            • 2
                                            • 3
                                            • 2 / 3
                                            • First post
                                              Last post
                                            Enjoying MagicMirror? Please consider a donation!
                                            MagicMirror created by Michael Teeuw.
                                            Forum managed by Sam, technical setup by Karsten.
                                            This forum is using NodeBB as its core | Contributors
                                            Contact | Privacy Policy