<?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 script fails - maybe nameserver&#x2F;dns]]></title><description><![CDATA[<p dir="auto">I have been trying to install cloudron on my homeserver for a while now without luck, please help.</p>
<p dir="auto">My homeserver is running linux and I have setup a quickemu ubuntu-server vm for running cloudron.<br />
When I run the install/setup script it just looses internet connection. ping no longer works, dns resolve also stops working.<br />
The issue is reproducible quite easily. I will add below the log output.<br />
Same issue with the full ubuntu 22.04 distro in the same setup.</p>
<p dir="auto">Thanks</p>
<p dir="auto">Link: <a href="https://upload.disroot.org/r/8uWyAJKq#CwiwLtiMqIQj+bx+oIymlaUADpO52IJEe7UaVCRSMqA=" target="_blank" rel="noopener noreferrer nofollow ugc">https://upload.disroot.org/r/8uWyAJKq#CwiwLtiMqIQj+bx+oIymlaUADpO52IJEe7UaVCRSMqA=</a></p>
<pre><code>

echo "==&gt; Install collectd"
==&gt; Install collectd
# without this, libnotify4 will install gnome-shell
apt-get install -y libnotify4 libcurl3-gnutls --no-install-recommends
Reading package lists...
Building dependency tree...
Reading state information...
libcurl3-gnutls is already the newest version (7.81.0-1ubuntu1.15).
libcurl3-gnutls set to manually installed.
Suggested packages:
  gnome-shell | notification-daemon
The following NEW packages will be installed:
  libnotify4
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 20.3 kB of archives.
After this operation, 67.6 kB of additional disk space will be used.
Ign:1 http://be.archive.ubuntu.com/ubuntu jammy-updates/main amd64 libnotify4 amd64 0.7.9-3ubuntu5.22.04.1
Ign:1 http://be.archive.ubuntu.com/ubuntu jammy-updates/main amd64 libnotify4 amd64 0.7.9-3ubuntu5.22.04.1
Ign:1 http://be.archive.ubuntu.com/ubuntu jammy-updates/main amd64 libnotify4 amd64 0.7.9-3ubuntu5.22.04.1
Err:1 http://be.archive.ubuntu.com/ubuntu jammy-updates/main amd64 libnotify4 amd64 0.7.9-3ubuntu5.22.04.1
  Temporary failure resolving 'be.archive.ubuntu.com'
E: Failed to fetch http://be.archive.ubuntu.com/ubuntu/pool/main/libn/libnotify/libnotify4_0.7.9-3ubuntu5.22.04.1_amd64.deb  Temporary failure resolving 'be.archive.ubuntu.com'
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

</code></pre>
]]></description><link>https://forum.cloudron.io/topic/10973/install-script-fails-maybe-nameserver-dns</link><generator>RSS for Node</generator><lastBuildDate>Fri, 08 May 2026 15:56:02 GMT</lastBuildDate><atom:link href="https://forum.cloudron.io/topic/10973.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 28 Jan 2024 20:57:59 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Install script fails - maybe nameserver&#x2F;dns on Sun, 11 Feb 2024 17:57:41 GMT]]></title><description><![CDATA[<p dir="auto">I wanted to let you know how I got everything to work, it might help other users.</p>
<p dir="auto">The initial issue was about DNS resolution. The quick fix is indeed to use the forward-everything option in unboud but with the previously used dns server. To find that value you just need to do a <code>resolvectl</code> and look at the value of the Current dns servers. In my case it was <code>10.0.2.3</code> (the one that was linked to my vpn on the host machine of the server). That is enough to fix the installation script losing internet.</p>
<p dir="auto">For the  <code>Configuration error: Domain resolves to ["XXX.XXX.XXX.XXX"] instead of IPv4 XX.XX.XX.XX</code> the quick fix in my case (home server not directly exposed to the internet) was to install an openvpn server on the vps server (<a href="https://www.cyberciti.biz/faq/ubuntu-22-04-lts-set-up-openvpn-server-in-5-minutes/" target="_blank" rel="noopener noreferrer nofollow ugc">https://www.cyberciti.biz/faq/ubuntu-22-04-lts-set-up-openvpn-server-in-5-minutes/</a>) and an openvpn client on my home server so that my home server gets the vps's IP address. In this setup you I also need a reverse proxy to expose the 80 and 443 ports from the home server to the vps.</p>
]]></description><link>https://forum.cloudron.io/post/83136</link><guid isPermaLink="true">https://forum.cloudron.io/post/83136</guid><dc:creator><![CDATA[OrezBodajoy]]></dc:creator><pubDate>Sun, 11 Feb 2024 17:57:41 GMT</pubDate></item><item><title><![CDATA[Reply to Install script fails - maybe nameserver&#x2F;dns on Sat, 03 Feb 2024 12:44:09 GMT]]></title><description><![CDATA[<p dir="auto">I was thinking of hiding even the hosts (and IP ) part of the traffic (with a vpn) but it's ok I will check that later on.</p>
<p dir="auto">Right now I setup a reverse proxy to send the 80 and 443 ports to a vps on ports 80 and 443.<br />
I can access the cloudron setup dashboard using the vps IP address, but on the domain setup page, when I enter my domain I get an error:<br />
<code>Configuration error: Domain resolves to ["XXX.XXX.XXX.XXX"] instead of IPv4 XX.XX.XX.XX</code><br />
where XXX is my remote vps server IP address and XX is my home internet's IP address.<br />
I think the setup is ok but that check is failing and I don't know how to move forward.</p>
<p dir="auto">[The goal here was to host a large amount of data that's why I want to host it locally instead of directly on the vps]</p>
<p dir="auto">Thanks.</p>
]]></description><link>https://forum.cloudron.io/post/82584</link><guid isPermaLink="true">https://forum.cloudron.io/post/82584</guid><dc:creator><![CDATA[OrezBodajoy]]></dc:creator><pubDate>Sat, 03 Feb 2024 12:44:09 GMT</pubDate></item><item><title><![CDATA[Reply to Install script fails - maybe nameserver&#x2F;dns on Fri, 02 Feb 2024 13:12:08 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/orezbodajoy" aria-label="Profile: OrezBodajoy">@<bdi>OrezBodajoy</bdi></a> with https, ISP cannot see Cloudron traffic. Or did you mean something else?</p>
]]></description><link>https://forum.cloudron.io/post/82534</link><guid isPermaLink="true">https://forum.cloudron.io/post/82534</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Fri, 02 Feb 2024 13:12:08 GMT</pubDate></item><item><title><![CDATA[Reply to Install script fails - maybe nameserver&#x2F;dns on Thu, 01 Feb 2024 15:51:36 GMT]]></title><description><![CDATA[<p dir="auto">The setup works fine with split tunneling on the host machine for the cloudron VM.<br />
My understanding is that right now my ISP can see all my cloudron traffic.</p>
<p dir="auto">Do you know a way to avoid that?<br />
Thanks!</p>
]]></description><link>https://forum.cloudron.io/post/82452</link><guid isPermaLink="true">https://forum.cloudron.io/post/82452</guid><dc:creator><![CDATA[OrezBodajoy]]></dc:creator><pubDate>Thu, 01 Feb 2024 15:51:36 GMT</pubDate></item><item><title><![CDATA[Reply to Install script fails - maybe nameserver&#x2F;dns on Tue, 30 Jan 2024 07:46:31 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/necrevistonnezr" aria-label="Profile: necrevistonnezr">@<bdi>necrevistonnezr</bdi></a> yeah sorry, at first I thought I had described everything and then I was sure it couldn't be the VPN as it was running fine before the cloudrun install. I didn't know there was a name server in cloudrun.</p>
]]></description><link>https://forum.cloudron.io/post/82232</link><guid isPermaLink="true">https://forum.cloudron.io/post/82232</guid><dc:creator><![CDATA[OrezBodajoy]]></dc:creator><pubDate>Tue, 30 Jan 2024 07:46:31 GMT</pubDate></item><item><title><![CDATA[Reply to Install script fails - maybe nameserver&#x2F;dns on Tue, 30 Jan 2024 06:15:11 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/orezbodajoy" aria-label="Profile: OrezBodajoy">@<bdi>OrezBodajoy</bdi></a> said in <a href="/post/82211">Install script fails - maybe nameserver/dns</a>:</p>
<blockquote>
<p dir="auto">Fortunately I just tried deactivating my VPN on the host machine and it worked! The installation was able to proceed.<br />
In my case I will need to re-activate the vpn so it might not be a complete solution</p>
</blockquote>
<p dir="auto">You have network related problems when installing and omit THAT information?!</p>
]]></description><link>https://forum.cloudron.io/post/82229</link><guid isPermaLink="true">https://forum.cloudron.io/post/82229</guid><dc:creator><![CDATA[necrevistonnezr]]></dc:creator><pubDate>Tue, 30 Jan 2024 06:15:11 GMT</pubDate></item><item><title><![CDATA[Reply to Install script fails - maybe nameserver&#x2F;dns on Mon, 29 Jan 2024 21:04:29 GMT]]></title><description><![CDATA[<p dir="auto">Please let me know if you have any ideas on what settings on the VPN I should look into.<br />
Split tunnelling is not really an option but I will also investigate that.<br />
Thanks!</p>
]]></description><link>https://forum.cloudron.io/post/82212</link><guid isPermaLink="true">https://forum.cloudron.io/post/82212</guid><dc:creator><![CDATA[OrezBodajoy]]></dc:creator><pubDate>Mon, 29 Jan 2024 21:04:29 GMT</pubDate></item><item><title><![CDATA[Reply to Install script fails - maybe nameserver&#x2F;dns on Mon, 29 Jan 2024 21:00:40 GMT]]></title><description><![CDATA[<p dir="auto">Thanks for your reply <a class="plugin-mentions-user plugin-mentions-a" href="/user/girish" aria-label="Profile: girish">@<bdi>girish</bdi></a><br />
unbound was active and running and the host command was not working.<br />
I did the forward everything setup but that did not fix the issue. btw only after the forward everything change did I start to get the SERVFAIL responses to the host commmand; before that it was just the same reply as when unbound is not installed at all.</p>
<p dir="auto">Fortunately I just tried deactivating my VPN on the host machine and it worked! The installation was able to proceed.<br />
In my case I will need to re-activate the vpn so it might not be a complete solution</p>
]]></description><link>https://forum.cloudron.io/post/82211</link><guid isPermaLink="true">https://forum.cloudron.io/post/82211</guid><dc:creator><![CDATA[OrezBodajoy]]></dc:creator><pubDate>Mon, 29 Jan 2024 21:00:40 GMT</pubDate></item><item><title><![CDATA[Reply to Install script fails - maybe nameserver&#x2F;dns on Mon, 29 Jan 2024 10:49:21 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/orezbodajoy" aria-label="Profile: OrezBodajoy">@<bdi>OrezBodajoy</bdi></a> this happens if unbound is not able to make DNS requests directly from the server. Can you please check if <code>systemctl status unbound</code> and <code>host www.cloudron.io 127.0.0.1</code> work? If not, that is the source of the problem.</p>
<p dir="auto">We are aware of this problem, it's not entirely clear why this happens though. Are outbound DNS requests blocked in your home network?</p>
<p dir="auto">A workaround :</p>
<ul>
<li>Use the forward everything configuration in <a href="https://docs.cloudron.io/troubleshooting/#unbound" target="_blank" rel="noopener noreferrer nofollow ugc">https://docs.cloudron.io/troubleshooting/#unbound</a></li>
<li>Check if <code>host www.cloudron.io 127.0.0.1</code> works after</li>
<li>does <code>cloudron-setup --redo</code> work after above?</li>
</ul>
]]></description><link>https://forum.cloudron.io/post/82159</link><guid isPermaLink="true">https://forum.cloudron.io/post/82159</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Mon, 29 Jan 2024 10:49:21 GMT</pubDate></item></channel></rss>