<?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[Task Error: Task 11576 crashed with code 1]]></title><description><![CDATA[<p dir="auto">Dear support , last week i changed the backup configuration of my cloudron installation . storage provider is Filesystem.</p>
<p dir="auto">After I did that there is one app with error message similar to the one in the title == Task Error: Task 11576 crashed with code 1</p>
<p dir="auto">All the apps installed exept that one work well.... but when i try to install a new app, then I get similar message and I then I cannot uninstall the app.</p>
<p dir="auto">Any ideas on how to solve this would be very much appreciated .</p>
<p dir="auto">Thanks!</p>
]]></description><link>https://forum.cloudron.io/topic/9661/task-error-task-11576-crashed-with-code-1</link><generator>RSS for Node</generator><lastBuildDate>Mon, 08 Jun 2026 19:55:32 GMT</lastBuildDate><atom:link href="https://forum.cloudron.io/topic/9661.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 18 Jul 2023 15:19:21 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Task Error: Task 11576 crashed with code 1 on Wed, 19 Jul 2023 11:44:53 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/nebulon" aria-label="Profile: nebulon">@<bdi>nebulon</bdi></a> thanks a millio! it works now, i am going to proceed with the update to the ubuntu 20.04.</p>
]]></description><link>https://forum.cloudron.io/post/70512</link><guid isPermaLink="true">https://forum.cloudron.io/post/70512</guid><dc:creator><![CDATA[manuel]]></dc:creator><pubDate>Wed, 19 Jul 2023 11:44:53 GMT</pubDate></item><item><title><![CDATA[Reply to Task Error: Task 11576 crashed with code 1 on Wed, 19 Jul 2023 10:19:53 GMT]]></title><description><![CDATA[<p dir="auto">This is exactly the nodejs issue. As mentioned in the linked forum post, please run the following commands via ssh on your server:</p>
<pre><code>mkdir -p /usr/local/node-16.18.1
curl -sL https://nodejs.org/dist/v16.18.1/node-v16.18.1-linux-x64.tar.gz -o /tmp/node.tar.gz
tar zxvf /tmp/node.tar.gz --strip-components=1 -C /usr/local/node-16.18.1
rm /tmp/node.tar.gz
ln -sf /usr/local/node-16.18.1/bin/node /usr/bin/node
ln -sf /usr/local/node-16.18.1/bin/npm /usr/bin/npm
systemctl restart box
</code></pre>
]]></description><link>https://forum.cloudron.io/post/70503</link><guid isPermaLink="true">https://forum.cloudron.io/post/70503</guid><dc:creator><![CDATA[nebulon]]></dc:creator><pubDate>Wed, 19 Jul 2023 10:19:53 GMT</pubDate></item><item><title><![CDATA[Reply to Task Error: Task 11576 crashed with code 1 on Wed, 19 Jul 2023 10:15:16 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/girish" aria-label="Profile: girish">@<bdi>girish</bdi></a> said in <a href="/post/70484">Task Error: Task 11576 crashed with code 1</a>:</p>
<blockquote>
<p dir="auto">If you run node --version on the server do you see an immediate error ?</p>
</blockquote>
<p dir="auto">this is what i see</p>
<p dir="auto">node: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (required by node)</p>
]]></description><link>https://forum.cloudron.io/post/70501</link><guid isPermaLink="true">https://forum.cloudron.io/post/70501</guid><dc:creator><![CDATA[manuel]]></dc:creator><pubDate>Wed, 19 Jul 2023 10:15:16 GMT</pubDate></item><item><title><![CDATA[Reply to Task Error: Task 11576 crashed with code 1 on Wed, 19 Jul 2023 10:00:07 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/nebulon" aria-label="Profile: nebulon">@<bdi>nebulon</bdi></a> said in <a href="/post/70452">Task Error: Task 11576 crashed with code 1</a>:</p>
<blockquote>
<p dir="auto">Is the logviewer for that app as mentioned in <a href="https://docs.cloudron.io/apps/#log-viewer" target="_blank" rel="noopener noreferrer nofollow ugc">https://docs.cloudron.io/apps/#log-viewer</a> not working?</p>
</blockquote>
<p dir="auto">yes that's correct</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/nebulon" aria-label="Profile: nebulon">@<bdi>nebulon</bdi></a> said in <a href="/post/70452">Task Error: Task 11576 crashed with code 1</a>:</p>
<blockquote>
<p dir="auto">Also have you tried to go to the repair tab for that app in the cloudron dashboard?</p>
</blockquote>
<p dir="auto">it does not allow me to click "restart app" nor "enable recovery mode".</p>
<p dir="auto">i have also tried to uninstall the app and I get this message</p>
<p dir="auto">Task Error<br />
If a configuration, update, restore or backup action resulted in an error, you can retry the task.</p>
<p dir="auto">An error occurred during the uninstall operation: Task Error: Task 11491 crashed with code 1</p>
]]></description><link>https://forum.cloudron.io/post/70499</link><guid isPermaLink="true">https://forum.cloudron.io/post/70499</guid><dc:creator><![CDATA[manuel]]></dc:creator><pubDate>Wed, 19 Jul 2023 10:00:07 GMT</pubDate></item><item><title><![CDATA[Reply to Task Error: Task 11576 crashed with code 1 on Wed, 19 Jul 2023 02:58:18 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/manuel" aria-label="Profile: manuel">@<bdi>manuel</bdi></a> Most likely the issue is that node version is incorrect? If you run <code>node --version</code> on the server do you see an immediate error ? If so, please follow <a href="https://forum.cloudron.io/topic/9506/cloudron-on-18-04-5-glibc_2-28-not-found-required-by-node/12">https://forum.cloudron.io/topic/9506/cloudron-on-18-04-5-glibc_2-28-not-found-required-by-node/12</a> . That should fix the problem short term. Long term, you need to upgrade Ubuntu to 20.04.</p>
]]></description><link>https://forum.cloudron.io/post/70484</link><guid isPermaLink="true">https://forum.cloudron.io/post/70484</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Wed, 19 Jul 2023 02:58:18 GMT</pubDate></item><item><title><![CDATA[Reply to Task Error: Task 11576 crashed with code 1 on Tue, 18 Jul 2023 16:36:36 GMT]]></title><description><![CDATA[<p dir="auto">Is the logviewer for that app as mentioned in <a href="https://docs.cloudron.io/apps/#log-viewer" target="_blank" rel="noopener noreferrer nofollow ugc">https://docs.cloudron.io/apps/#log-viewer</a> not working?</p>
<p dir="auto">Also have you tried to go to the repair tab for that app in the cloudron dashboard?</p>
]]></description><link>https://forum.cloudron.io/post/70452</link><guid isPermaLink="true">https://forum.cloudron.io/post/70452</guid><dc:creator><![CDATA[nebulon]]></dc:creator><pubDate>Tue, 18 Jul 2023 16:36:36 GMT</pubDate></item><item><title><![CDATA[Reply to Task Error: Task 11576 crashed with code 1 on Tue, 18 Jul 2023 16:22:52 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/girish" aria-label="Profile: girish">@<bdi>girish</bdi></a>  I dont manage to connect with the logs in the apps that have the error. yes i am on ubuntu 18, thanks!</p>
]]></description><link>https://forum.cloudron.io/post/70450</link><guid isPermaLink="true">https://forum.cloudron.io/post/70450</guid><dc:creator><![CDATA[manuel]]></dc:creator><pubDate>Tue, 18 Jul 2023 16:22:52 GMT</pubDate></item><item><title><![CDATA[Reply to Task Error: Task 11576 crashed with code 1 on Tue, 18 Jul 2023 15:21:38 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/manuel" aria-label="Profile: manuel">@<bdi>manuel</bdi></a> what is in the app logs ? Also, are you on Ubuntu 18 by any chance?</p>
]]></description><link>https://forum.cloudron.io/post/70448</link><guid isPermaLink="true">https://forum.cloudron.io/post/70448</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Tue, 18 Jul 2023 15:21:38 GMT</pubDate></item></channel></rss>