<?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[Install Failed]]></title><description><![CDATA[<p dir="auto">I have a VPS with my hosting provider and just installed a fresh Ubuntu 18.04LTS OS, updated everything, and then followed the instructions to install Cloudron. For some reason, I keep getting an error during the same part of the install.</p>
<p dir="auto">This is what the error says:<br />
=&gt; Installing base dependencies and downloading docker images (this takes some time) ...Init script failed. See /var/log/cloudron-setup.log for details"</p>
<p dir="auto">Inside the log, at the bottom, I see this failure:<br />
"# debconf-set-selection of unattended-upgrades/enable_auto_updates + dpkg-reconfigure does not work<br />
cp /usr/share/unattended-upgrades/20auto-upgrades /etc/apt/apt.conf.d/20auto-upgrades</p>
<p dir="auto">echo "==&gt; Installing node.js"<br />
==&gt; Installing node.js<br />
mkdir -p /usr/local/node-10.18.1<br />
curl -sL <a href="https://nodejs.org/dist/v10.18.1/node-v10.18.1-linux-x64.tar.gz" target="_blank" rel="noopener noreferrer nofollow ugc">https://nodejs.org/dist/v10.18.1/node-v10.18.1-linux-x64.tar.gz</a> | tar zxvf - --strip-components=1 -C /us$</p>
<p dir="auto">gzip: stdin: unexpected end of file<br />
tar: Child returned status 1<br />
tar: Error is not recoverable: exiting now"</p>
<p dir="auto">Any idea what the cause is?</p>
]]></description><link>https://forum.cloudron.io/topic/2540/install-failed</link><generator>RSS for Node</generator><lastBuildDate>Mon, 08 Jun 2026 04:44:05 GMT</lastBuildDate><atom:link href="https://forum.cloudron.io/topic/2540.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 20 May 2020 06:04:19 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Install Failed on Thu, 21 May 2020 00:41:32 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> Thanks for the assistance.</p>
<p dir="auto">Apparently this was caused by a misconfigured IPv6 / Ubuntu installation script which my host helped me diagnose and correct. Thank you for your help, I'm glad I stumbled upon Cloudron.</p>
]]></description><link>https://forum.cloudron.io/post/8694</link><guid isPermaLink="true">https://forum.cloudron.io/post/8694</guid><dc:creator><![CDATA[woke]]></dc:creator><pubDate>Thu, 21 May 2020 00:41:32 GMT</pubDate></item><item><title><![CDATA[Reply to Install Failed on Wed, 20 May 2020 16:31:06 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/woke" aria-label="Profile: woke">@<bdi>woke</bdi></a> Thanks, you are supposed to see something like this:</p>
<pre><code>root@localhost:/tmp# curl -sL https://nodejs.org/dist/v10.18.1/node-v10.18.1-linux-x64.tar.gz | tar zvxf -
node-v10.18.1-linux-x64/
node-v10.18.1-linux-x64/CHANGELOG.md
node-v10.18.1-linux-x64/share/
node-v10.18.1-linux-x64/share/man/
node-v10.18.1-linux-x64/share/man/man1/
...
</code></pre>
<p dir="auto">Looks like some networking issue. Can you try first, if you can just download it?</p>
<pre><code>wget https://nodejs.org/dist/v10.18.1/node-v10.18.1-linux-x64.tar.gz
</code></pre>
<p dir="auto">If that doesn't work, then</p>
<pre><code>host nodejs.org
ping nodejs.org
</code></pre>
<p dir="auto">I get:</p>
<pre><code>root@localhost:/tmp# ping nodejs.org
PING nodejs.org(2606:4700:10::6814:172e (2606:4700:10::6814:172e)) 56 data bytes
64 bytes from 2606:4700:10::6814:172e (2606:4700:10::6814:172e): icmp_seq=1 ttl=61 time=1.34 ms
64 bytes from 2606:4700:10::6814:172e (2606:4700:10::6814:172e): icmp_seq=2 ttl=61 time=1.45 ms
64 bytes from 2606:4700:10::6814:172e (2606:4700:10::6814:172e): icmp_seq=3 ttl=61 time=1.38 ms
</code></pre>
]]></description><link>https://forum.cloudron.io/post/8663</link><guid isPermaLink="true">https://forum.cloudron.io/post/8663</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Wed, 20 May 2020 16:31:06 GMT</pubDate></item><item><title><![CDATA[Reply to Install Failed on Wed, 20 May 2020 16:25:44 GMT]]></title><description><![CDATA[<p dir="auto">Here is what I received:<br />
":~# curl -sL <a href="https://nodejs.org/dist/v10.18.1/node-v10.18.1-linux-x64.tar.gz" target="_blank" rel="noopener noreferrer nofollow ugc">https://nodejs.org/dist/v10.18.1/node-v10.18.1-linux-x64.tar.gz</a> | tar zvxf -</p>
<p dir="auto">gzip: stdin: unexpected end of file<br />
tar: Child returned status 1<br />
tar: Error is not recoverable: exiting now"</p>
]]></description><link>https://forum.cloudron.io/post/8660</link><guid isPermaLink="true">https://forum.cloudron.io/post/8660</guid><dc:creator><![CDATA[woke]]></dc:creator><pubDate>Wed, 20 May 2020 16:25:44 GMT</pubDate></item><item><title><![CDATA[Reply to Install Failed on Wed, 20 May 2020 16:17:52 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/woke" aria-label="Profile: woke">@<bdi>woke</bdi></a> Can you try the following on the server:</p>
<pre><code>cd tmp

curl -sL https://nodejs.org/dist/v10.18.1/node-v10.18.1-linux-x64.tar.gz | tar zvxf -
</code></pre>
]]></description><link>https://forum.cloudron.io/post/8658</link><guid isPermaLink="true">https://forum.cloudron.io/post/8658</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Wed, 20 May 2020 16:17:52 GMT</pubDate></item><item><title><![CDATA[Reply to Install Failed on Wed, 20 May 2020 16:15:37 GMT]]></title><description><![CDATA[<p dir="auto">So I just waited about 10 hours and then completely reinstalled Ubuntu 18.04LTS, went through the install setup again, and got stuck at the exact same spot.</p>
<p dir="auto">"=&gt; Installing base dependencies and downloading docker images (this takes some time) ...Init script failed. See /var/log/cloudron-setup.log for details"</p>
]]></description><link>https://forum.cloudron.io/post/8656</link><guid isPermaLink="true">https://forum.cloudron.io/post/8656</guid><dc:creator><![CDATA[woke]]></dc:creator><pubDate>Wed, 20 May 2020 16:15:37 GMT</pubDate></item><item><title><![CDATA[Reply to Install Failed on Wed, 20 May 2020 09:11:07 GMT]]></title><description><![CDATA[<p dir="auto">Hm this looks like a temporary issue with the <a href="http://nodejs.org" target="_blank" rel="noopener noreferrer nofollow ugc">nodejs.org</a> server. Can you try again by simply rerunning the cloudron-setup script again with the same arguments?</p>
<p dir="auto">Maybe retry a bit later if it still fails.</p>
]]></description><link>https://forum.cloudron.io/post/8638</link><guid isPermaLink="true">https://forum.cloudron.io/post/8638</guid><dc:creator><![CDATA[nebulon]]></dc:creator><pubDate>Wed, 20 May 2020 09:11:07 GMT</pubDate></item></channel></rss>