Read the statement by Michael Teeuw here.
MM2 will not start after update
-
Hi @sdetweil,
I found the log file. I translated it into english
install starting - Fr Mai 22 17:59:08 CEST 2020 installing on armv7l processor system the os is Distributor ID: Raspbian Description: Raspbian GNU/Linux 9.11 (stretch) Release: 9.11 Codename: stretch [96mUpdating packages ...[90m OK:1 http://archive.raspberrypi.org/debian stretch InRelease OK:2 http://raspbian.raspberrypi.org/raspbian stretch InRelease Holen:3 https://deb.nodesource.com/node_9.x stretch InRelease [4.623 B] Es wurden 4.623 B in 1 s geholt (3.548 B/s). packages reading... apt-get update completed ok apt-get upgrade started apt upgrade result =rc=0 packages reading... building dependecie tree.... status informationen reading.... calculating packages updated (Upgrade) ... hold back the following packages: libavfilter6 libavformat57 omxplayer piwiz python-gpiozero python3-gpiozero python3-thonny sense-emu-tools wolfram-engine 0 updated, 0 new installed, 0 deleted and 9 not updated. [96mInstalling helper tools ...[90m packages reading... building dependecie tree.... status informationen reading.... build-essential is the newest version (12.3). curl is already the newest version (7.52.1-5+deb9u10). git is already the newest version (1:2.11.0-3+deb9u6). unzip is already the newest version (6.0-21+deb9u2). wget is already the newest version (1.18-5+deb9u3). 0 updated, 0 new installed, 0 deleted and 9 not updated. [96mCheck current Node installation ...[0m [0mNode currently installed. Checking version number. [0mMinimum Node version: [1mv10.1.0[0m [0mInstalled Node version: [1mv9.11.2[0m [96mNode should be upgraded.[0m [91mA Node process is currently running. Can't upgrade. Please quit all Node processes and restart the installer.
afterwards the same error as described in the first post…
-
@killing-joke that is install, and something is already running.
Upgrade is different script.
-
Hi @sdetweil
yep, copied the wrong lines to my pi. Now i used the upgrade-code.
Upgrade started - Fr Mai 22 18:39:20 CEST 2020 system is Linux raspberrypi 4.19.66-v7+ #1253 SMP Thu Aug 15 11:49:46 BST 2019 armv7l GNU/Linux the os is Distributor ID: Raspbian Description: Raspbian GNU/Linux 9.11 (stretch) Release: 9.11 Codename: stretch doing test run = true, NO updates will be applied! remote name = origin upgrading from version 2.11.0 to 2.11.0 fetching latest revisions git fetch rc=0 current branch = master On branch master Your branch is up-to-date with 'origin/master'. Untracked files: (use "git add <file>..." to include in what will be committed) core nothing added to commit but untracked files present (use "git add" to track) no files different from github version test merge result rc='' , if empty, no conflicts skipping merge, only test run downloading dumpactivemodules script no modules found needing npm refresh removing git alias
Afterwards I performed
npm update
andnpm restart
but didn´t helped.
Now it´s working.
Thank you very much for your patience!!!(how can I mark the thread as solved? - under "Topic Tool its only possible the “Delete Topic” or “Ask as question” )
-
@killing-joke said in MM2 will not start after update:
doing test run = true, NO updates will be applied!
this is a two pass process… I tell you what MIGHT need to be done
then you run it again with ‘apply’ at the end of the command and i DO the update
this is for people that have lots of things that break on each update… -
@killing-joke said in MM2 will not start after update:
Afterwards I performed
npm update
andnpm restart
but didn´t helped.was a typo. It should be "Afterwards I performed
npm update
andnpm restart
and it helped.Thank you very much.