<?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[MagicMirror&#x2F;node_modules&#x2F;electron&#x2F;dist&#x2F;electron exited with signal SIGBUS]]></title><description><![CDATA[<p dir="auto">Mirror has been running for months.  Yesterday, 5-16-24, my  magic mirror quit. I did a sudo shutdown and then a restart, now i get the following message MagicMirror/node_modules/electron/dist/electron exited with signal SIGBUS<br />
Need help on how to fix,  please.</p>
]]></description><link>https://forum.magicmirror.builders/topic/18745/magicmirror-node_modules-electron-dist-electron-exited-with-signal-sigbus</link><generator>RSS for Node</generator><lastBuildDate>Wed, 10 Jun 2026 11:57:41 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/18745.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 17 May 2024 15:17:32 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MagicMirror&#x2F;node_modules&#x2F;electron&#x2F;dist&#x2F;electron exited with signal SIGBUS on Sat, 18 May 2024 18:33:08 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/frustrated" aria-label="Profile: frustrated">@<bdi>frustrated</bdi></a> SO much fun…</p>
<p dir="auto">SO… lets try to reinstall electron</p>
<p dir="auto">BUT it leans towards an sd card problem…</p>
<pre><code class="language-sh">cd ~/MagicMirror
rm -rf node_modules/electron
npm install electron@22.3.4
</code></pre>
<p dir="auto">then</p>
<pre><code>npm start 
</code></pre>
<p dir="auto">and see what we get</p>
]]></description><link>https://forum.magicmirror.builders/post/117835</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/117835</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sat, 18 May 2024 18:33:08 GMT</pubDate></item><item><title><![CDATA[Reply to MagicMirror&#x2F;node_modules&#x2F;electron&#x2F;dist&#x2F;electron exited with signal SIGBUS on Mon, 14 Apr 2025 16:48:50 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/kusselin" aria-label="Profile: kusselin">@<bdi>kusselin</bdi></a> you cannot run electron from root user without additional parameters</p>
<p dir="auto">you should logon as a normal user</p>
]]></description><link>https://forum.magicmirror.builders/post/125828</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/125828</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 14 Apr 2025 16:48:50 GMT</pubDate></item><item><title><![CDATA[Reply to MagicMirror&#x2F;node_modules&#x2F;electron&#x2F;dist&#x2F;electron exited with signal SIGBUS on Mon, 14 Apr 2025 04:45:36 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/117835">MagicMirror/node_modules/electron/dist/electron exited with signal SIGBUS</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/frustrated" aria-label="Profile: frustrated">@<bdi>frustrated</bdi></a> SO much fun…</p>
<p dir="auto">SO… lets try to reinstall electron</p>
<p dir="auto">BUT it leans towards an sd card problem…</p>
<pre><code class="language-sh">cd ~/MagicMirror
rm -rf node_modules/electron
npm install electron@22.3.4
</code></pre>
<p dir="auto">then</p>
<pre><code>npm start 
</code></pre>
<p dir="auto">and see what we get</p>
</blockquote>
<pre><code>root@magicmirror-test:/opt/magicmirror# npm start

&gt; magicmirror@2.31.0 start
&gt; npm run start:x11

Hi Sam, I can't get enough of this...
This message with Elektron has something to do with the displaying, doesn't it?
why are these error messages suddenly appearing in Proxmox with LXC containers?

Look....these are now the latest error messages after installing your tips..:

&gt; magicmirror@2.31.0 start:x11
&gt; DISPLAY="${DISPLAY:=:0}" ./node_modules/.bin/electron js/electron.js

[0414/064255.384679:FATAL:electron_main_delegate.cc(299)] Running as root without --no-sandbox is not supported. See https://crbug.com/638180.
/opt/magicmirror/node_modules/electron/dist/electron exited with signal SIGTRAP
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/125822</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/125822</guid><dc:creator><![CDATA[kusselin]]></dc:creator><pubDate>Mon, 14 Apr 2025 04:45:36 GMT</pubDate></item><item><title><![CDATA[Reply to MagicMirror&#x2F;node_modules&#x2F;electron&#x2F;dist&#x2F;electron exited with signal SIGBUS on Sat, 18 May 2024 21:11:56 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/frustrated" aria-label="Profile: frustrated">@<bdi>frustrated</bdi></a> said in <a href="/post/117847">MagicMirror/node_modules/electron/dist/electron exited with signal SIGBUS</a>:</p>
<blockquote>
<p dir="auto">I did do a reboot just to be sure everything updates.</p>
</blockquote>
<p dir="auto">yes, for sure… but did it work BEFORE rebooting??</p>
<p dir="auto">anyhow…</p>
<p dir="auto">you also have a backup of your mm, right?</p>
<p dir="auto">if not, see<br />
<a href="https://github.com/sdetweil/MagicMirror-backup-restore" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/sdetweil/MagicMirror-backup-restore</a></p>
<p dir="auto">and can be versioned with git …</p>
]]></description><link>https://forum.magicmirror.builders/post/117850</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/117850</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sat, 18 May 2024 21:11:56 GMT</pubDate></item><item><title><![CDATA[Reply to MagicMirror&#x2F;node_modules&#x2F;electron&#x2F;dist&#x2F;electron exited with signal SIGBUS on Sat, 18 May 2024 21:05:36 GMT]]></title><description><![CDATA[<p dir="auto">it works !!!<br />
Thank you so much.<br />
I did do a reboot just to be sure everything updates.<br />
Thanks again</p>
]]></description><link>https://forum.magicmirror.builders/post/117847</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/117847</guid><dc:creator><![CDATA[frustrated]]></dc:creator><pubDate>Sat, 18 May 2024 21:05:36 GMT</pubDate></item><item><title><![CDATA[Reply to MagicMirror&#x2F;node_modules&#x2F;electron&#x2F;dist&#x2F;electron exited with signal SIGBUS on Sat, 18 May 2024 20:37:51 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/frustrated" aria-label="Profile: frustrated">@<bdi>frustrated</bdi></a> did you try it before reboot? MM is just an app… don’t need to reboot to test it</p>
]]></description><link>https://forum.magicmirror.builders/post/117846</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/117846</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sat, 18 May 2024 20:37:51 GMT</pubDate></item><item><title><![CDATA[Reply to MagicMirror&#x2F;node_modules&#x2F;electron&#x2F;dist&#x2F;electron exited with signal SIGBUS on Sat, 18 May 2024 20:35:43 GMT]]></title><description><![CDATA[<p dir="auto">Got your note, thanks.  Here is what I did / happened.</p>
<p dir="auto">spudz@raspberrypi:~ $ cd MagicMirror<br />
spudz@raspberrypi:~/MagicMirror $ rm -rf node_modules/electron<br />
spudz@raspberrypi:~/MagicMirror $ npm install electron@22.3.4</p>
<p dir="auto">added 1 package, and audited 785 packages in 40s</p>
<p dir="auto">139 packages are looking for funding<br />
run <code>npm fund</code> for details</p>
<p dir="auto">13 vulnerabilities (10 moderate, 2 high, 1 critical)</p>
<p dir="auto">To address issues that do not require attention, run:<br />
npm audit fix</p>
<p dir="auto">To address all issues (including breaking changes), run:<br />
npm audit fix --force</p>
<p dir="auto">Run <code>npm audit</code> for details.<br />
spudz@raspberrypi:~/MagicMirror $ npm audit fix --force<br />
npm WARN using --force Recommended protections disabled.<br />
npm WARN audit Updating node-ical to 0.18.0, which is a SemVer major change.</p>
<p dir="auto">added 1 package, removed 12 packages, changed 42 packages, and audited 774 packages in 2m</p>
<p dir="auto">140 packages are looking for funding<br />
run <code>npm fund</code> for details</p>
<p dir="auto">found 0 vulnerabilities<br />
spudz@raspberrypi:~/MagicMirror $</p>
<p dir="auto">Will shutdown and restart, hope3fully this will fix…<br />
Thank You</p>
]]></description><link>https://forum.magicmirror.builders/post/117845</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/117845</guid><dc:creator><![CDATA[frustrated]]></dc:creator><pubDate>Sat, 18 May 2024 20:35:43 GMT</pubDate></item><item><title><![CDATA[Reply to MagicMirror&#x2F;node_modules&#x2F;electron&#x2F;dist&#x2F;electron exited with signal SIGBUS on Sat, 18 May 2024 18:33:08 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/frustrated" aria-label="Profile: frustrated">@<bdi>frustrated</bdi></a> SO much fun…</p>
<p dir="auto">SO… lets try to reinstall electron</p>
<p dir="auto">BUT it leans towards an sd card problem…</p>
<pre><code class="language-sh">cd ~/MagicMirror
rm -rf node_modules/electron
npm install electron@22.3.4
</code></pre>
<p dir="auto">then</p>
<pre><code>npm start 
</code></pre>
<p dir="auto">and see what we get</p>
]]></description><link>https://forum.magicmirror.builders/post/117835</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/117835</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sat, 18 May 2024 18:33:08 GMT</pubDate></item><item><title><![CDATA[Reply to MagicMirror&#x2F;node_modules&#x2F;electron&#x2F;dist&#x2F;electron exited with signal SIGBUS on Sat, 18 May 2024 17:16:30 GMT]]></title><description><![CDATA[<p dir="auto">Thanks for the note, this is whaat I see on the mirror<br />
spudz@raspberrypi:~ $ cd MagicMirror<br />
spudz@raspberrypi:~/MagicMirror $ npm run start</p>
<blockquote>
<p dir="auto">magicmirror@2.23.0 start<br />
DISPLAY=“${DISPLAY:=:0}” ./node_modules/.bin/electron js/electron.js</p>
</blockquote>
<p dir="auto">/home/spudz/MagicMirror/node_modules/electron/dist/electron exited with signal SIGBUS<br />
spudz@raspberrypi:~/MagicMirror $</p>
]]></description><link>https://forum.magicmirror.builders/post/117834</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/117834</guid><dc:creator><![CDATA[frustrated]]></dc:creator><pubDate>Sat, 18 May 2024 17:16:30 GMT</pubDate></item><item><title><![CDATA[Reply to MagicMirror&#x2F;node_modules&#x2F;electron&#x2F;dist&#x2F;electron exited with signal SIGBUS on Fri, 17 May 2024 15:31:17 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/frustrated" aria-label="Profile: frustrated">@<bdi>frustrated</bdi></a> can you show more of the output</p>
]]></description><link>https://forum.magicmirror.builders/post/117819</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/117819</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Fri, 17 May 2024 15:31:17 GMT</pubDate></item></channel></rss>