<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[2.32.0 to 2.33.0 fails due to "some node app still running"]]></title><description><![CDATA[<p dir="auto">Hi,<br />
I am new to the Raspberry Pi and there are a lot of things that I am unfamiliar with. I have a Raspberry Pi 5 and I managed to get the MagicMirror up and running for the first time using a manual installation.</p>
<p dir="auto">I am now getting notifications saying I should update to version 2.33.0 and I am trying to do so by using the script from sdetweil</p>
<pre><code>bash -c  "$(curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/upgrade-script.sh)"
</code></pre>
<p dir="auto">The output from this is</p>
<pre><code>bash: line 148: cd: /home/usr/MagicMirror/installers: No such file or directory
update log will be in /home/usr/MagicMirror/upgrade.log

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

Check current Node installation ...
Node currently installed. Checking version number.
Minimum Node version: v22.18.0
Installed Node version: v22.18.0
No Node.js upgrade necessary.
Check current NPM installation ...
NPM currently installed. Checking version number.
Minimum npm version: V10.9.2
Installed npm version: V10.9.3
No npm upgrade necessary.

saving custom.css

upgrading from version 2.32.0 to 2.33.0
some node app still running, please shutdown MagicMirror and restart
</code></pre>
<p dir="auto">I have tried several times to reboot the Pi. I have used <code>ps aux | grep MagicMirror</code> to kill any process related to it. This results in<br />
<code>4768  0.0  0.0   7520  1812 pts/4    S+   22:23   0:00 grep --color=auto MagicMirror</code><br />
and the PID changes whenever I try to kill the process.</p>
<p dir="auto">I have tried both the apply and force command with the upgrade script, but to no luck.</p>
<p dir="auto">Any help on this issue? What could be the “node app” still running that prevents this from running?</p>
<p dir="auto">EDIT:<br />
Writing this acted as rubber-ducking and my final resort was to close my remote ssh-connection and manually type in the command on my touch-screen.<br />
That seemed to do it. Anyone knows how to be able to do this through ssh?</p>
]]></description><link>https://forum.magicmirror.builders/topic/19903/2.32.0-to-2.33.0-fails-due-to-some-node-app-still-running</link><generator>RSS for Node</generator><lastBuildDate>Thu, 13 Aug 2026 09:41:22 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/19903.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 06 Oct 2025 20:30:29 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to 2.32.0 to 2.33.0 fails due to "some node app still running" on Tue, 04 Nov 2025 15:08:42 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/cweinhofer" aria-label="Profile: cweinhofer">@<bdi>cweinhofer</bdi></a> thanks…</p>
<p dir="auto">I added a message and then<br />
the list of processes from the ps -ef , which I already had</p>
<pre><code>							echo some node app still running, please shutdown those apps, maybe MagicMirror, and restart
							echo here is a list of those processes
							echo $mline
</code></pre>
<p dir="auto">if MM was running under pm2, I already stopped it…</p>
]]></description><link>https://forum.magicmirror.builders/post/128830</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/128830</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Tue, 04 Nov 2025 15:08:42 GMT</pubDate></item><item><title><![CDATA[Reply to 2.32.0 to 2.33.0 fails due to "some node app still running" on Tue, 04 Nov 2025 14:58:03 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a> said in <a href="/post/128461">2.32.0 to 2.33.0 fails due to "some node app still running"</a>:</p>
<blockquote>
<p dir="auto">ps -ef | grep node</p>
</blockquote>
<p dir="auto">Thanks for jumping in here. This command was really helpful. I wonder if I might make sense to change the error message from<br />
“some node app still running, please shutdown MagicMirror and restart”<br />
to<br />
“some node app still running, run ps -ef | grep node to see running node apps and shut them down before continuing”</p>
<p dir="auto">For others who might read this later, in my case NoMachine was the culprit.</p>
]]></description><link>https://forum.magicmirror.builders/post/128829</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/128829</guid><dc:creator><![CDATA[cweinhofer]]></dc:creator><pubDate>Tue, 04 Nov 2025 14:58:03 GMT</pubDate></item><item><title><![CDATA[Reply to 2.32.0 to 2.33.0 fails due to "some node app still running" on Mon, 06 Oct 2025 21:41:10 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/martensite" aria-label="Profile: Martensite">@<bdi>Martensite</bdi></a> the ssh session is not node…I do EVERYTHING over ssh…(well, I LOOK at the screen behind me!)</p>
<p dir="auto">send me the installers/upgrade.log</p>
<p dir="auto">same userid as here at gmail</p>
]]></description><link>https://forum.magicmirror.builders/post/128462</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/128462</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 06 Oct 2025 21:41:10 GMT</pubDate></item><item><title><![CDATA[Reply to 2.32.0 to 2.33.0 fails due to "some node app still running" on Mon, 06 Oct 2025 21:39:39 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/martensite" aria-label="Profile: Martensite">@<bdi>Martensite</bdi></a> I fixed the upgrade script if you didn’t use the installer script… for missing installers folder</p>
<p dir="auto">now, some NODE app, not MM app</p>
<p dir="auto">ps -ef | grep node</p>
<p dir="auto">there is only ONE  node lib being used so, ANY app (discord, visual studio)…</p>
]]></description><link>https://forum.magicmirror.builders/post/128461</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/128461</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 06 Oct 2025 21:39:39 GMT</pubDate></item></channel></rss>