<?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[Unusable application]]></title><description><![CDATA[<p dir="auto">I'm guessing 9.1.3 rendered the application unusable, as the issue appeared later than the latest update of this app.</p>
<p dir="auto">Pushing/pulling an image from a remote works correctly. However, attempting to pull an image from the same server doesn't work at all.</p>
<p dir="auto">For instance:</p>
<ul>
<li>I have a registry @ registry.cloudron.local</li>
<li>I have an app @ app.cloudron.local, using an image from the registry, on the same cloudron.</li>
</ul>
<p dir="auto">Whenever I attempt to update this application with a new image, the pull never works.</p>
<pre><code>Mar 19 18:51:04 box:docker Attempt 1 failed. Will retry: Unable to pull image registry.cloudron.local/app.image:2.0.13. registry error: {"reason":"server error","statusCode":500,"json":null}
</code></pre>
<p dir="auto">In the registry configuration in Cloudron settings, the error <code>Invalid serverAddress: socket hang up</code> appears whenever I attempt to save the private registry settings.</p>
<p dir="auto">In the registry application logs, there is the following line, appearing intermittently:</p>
<pre><code>Mar 19 20:32:18 time="2026-03-20T00:32:18.895638941Z" level=error msg="traces export: Post \"https://localhost:4318/v1/traces\": dial tcp [::1]:4318: connect: connection refused" go.version=go1.23.7 instance.id=redacted service=registry version=3.0.0
</code></pre>
<p dir="auto">I have multiple Cloudrons, all with a registry application installed and facing the same issue.</p>
<p dir="auto">As mentioned in the beginning of my topic, pulling from a remote works.</p>
<p dir="auto">Connecting the private registry <code>registry.cloudron.local</code> in <code>my.other-cloudron.local</code> works perfectly. It seems like there might be a DNS issue.</p>
<p dir="auto">Feel free to ask for more information.</p>
]]></description><link>https://forum.cloudron.io/topic/15265/unusable-application</link><generator>RSS for Node</generator><lastBuildDate>Sun, 16 Aug 2026 12:50:12 GMT</lastBuildDate><atom:link href="https://forum.cloudron.io/topic/15265.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 20 Mar 2026 00:36:06 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Unusable application on Mon, 20 Apr 2026 20:44:11 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/james" aria-label="Profile: james">@<bdi>james</bdi></a> Thanks for the insight. As this is a production server, I'll wait for the update.<br />
Regards.</p>
]]></description><link>https://forum.cloudron.io/post/123757</link><guid isPermaLink="true">https://forum.cloudron.io/post/123757</guid><dc:creator><![CDATA[Lanhild]]></dc:creator><pubDate>Mon, 20 Apr 2026 20:44:11 GMT</pubDate></item><item><title><![CDATA[Reply to Unusable application on Mon, 20 Apr 2026 20:41:44 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/lanhild" aria-label="Profile: lanhild">@<bdi>lanhild</bdi></a></p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/lanhild" aria-label="Profile: Lanhild">@<bdi>Lanhild</bdi></a> <a href="/post/123751">said</a>:</p>
<p dir="auto">But does the original issue from my topic really come from this? I dare have a doubt about it.</p>
</blockquote>
<p dir="auto">It does.<br />
Since Cloudron asks the docker registry app (localhost or more precise, the docker proxy) it times out.<br />
Same with the cloudron cli issue you send me timing out.<br />
All related to that network issue.<br />
We already have an idea how to fix this, without downgrading the kernel.</p>
<p dir="auto">If you'd like to try, you could apply this patch manually <a href="https://git.cloudron.io/platform/box/-/commit/bffc97ab2fedb06100bc507abd0f8b42d343ea6e" target="_blank" rel="noopener noreferrer nofollow ugc">https://git.cloudron.io/platform/box/-/commit/bffc97ab2fedb06100bc507abd0f8b42d343ea6e</a> and then <code>systemctl restart cloudron-firewall</code></p>
]]></description><link>https://forum.cloudron.io/post/123756</link><guid isPermaLink="true">https://forum.cloudron.io/post/123756</guid><dc:creator><![CDATA[james]]></dc:creator><pubDate>Mon, 20 Apr 2026 20:41:44 GMT</pubDate></item><item><title><![CDATA[Reply to Unusable application on Mon, 20 Apr 2026 19:21:28 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/james" aria-label="Profile: james">@<bdi>james</bdi></a> Indeed, the second <code>curl</code> times out.</p>
<p dir="auto">But does the original issue from my topic really come from this? I dare have a doubt about it.</p>
<p dir="auto">As mentioned in a previous reply, the original issue for that other server was solved with the Ubuntu 24 upgrade.</p>
<p dir="auto">On the other hand, the problem is very much still present on the Cloudron.<br />
Feel free to ask for more debugging cmds.</p>
]]></description><link>https://forum.cloudron.io/post/123751</link><guid isPermaLink="true">https://forum.cloudron.io/post/123751</guid><dc:creator><![CDATA[Lanhild]]></dc:creator><pubDate>Mon, 20 Apr 2026 19:21:28 GMT</pubDate></item><item><title><![CDATA[Reply to Unusable application on Mon, 20 Apr 2026 19:11:18 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/lanhild" aria-label="Profile: Lanhild">@<bdi>Lanhild</bdi></a><br />
On the other server that "does not have the issue".<br />
Can you run:</p>
<pre><code># first run - should work
curl 127.0.0.1
# second run - should time out
curl 127.0.0.1
</code></pre>
<p dir="auto">two times.<br />
If the first time works and the second time fails, this system also has this issue.<br />
The issue only is apparent when connecting to itself.</p>
]]></description><link>https://forum.cloudron.io/post/123750</link><guid isPermaLink="true">https://forum.cloudron.io/post/123750</guid><dc:creator><![CDATA[james]]></dc:creator><pubDate>Mon, 20 Apr 2026 19:11:18 GMT</pubDate></item><item><title><![CDATA[Reply to Unusable application on Mon, 20 Apr 2026 18:34:23 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/james" aria-label="Profile: james">@<bdi>james</bdi></a></p>
<p dir="auto"><code>6.8.0-110-generic</code></p>
<p dir="auto">My server's = <code>110</code>. The other server, without the issue, has the same kernel.</p>
]]></description><link>https://forum.cloudron.io/post/123749</link><guid isPermaLink="true">https://forum.cloudron.io/post/123749</guid><dc:creator><![CDATA[Lanhild]]></dc:creator><pubDate>Mon, 20 Apr 2026 18:34:23 GMT</pubDate></item><item><title><![CDATA[Reply to Unusable application on Mon, 20 Apr 2026 17:46:48 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/lanhild" aria-label="Profile: lanhild">@<bdi>lanhild</bdi></a><br />
Can you give me the output of:</p>
<pre><code class="language-bash">uname -nar
</code></pre>
<p dir="auto">from your system that is failing?<br />
We found systems with kernel version &lt;<code>110</code> are not effected.</p>
<p dir="auto"><a href="https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1130336" target="_blank" rel="noopener noreferrer nofollow ugc">https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1130336</a></p>
]]></description><link>https://forum.cloudron.io/post/123746</link><guid isPermaLink="true">https://forum.cloudron.io/post/123746</guid><dc:creator><![CDATA[james]]></dc:creator><pubDate>Mon, 20 Apr 2026 17:46:48 GMT</pubDate></item><item><title><![CDATA[Reply to Unusable application on Fri, 17 Apr 2026 18:23:39 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/lanhild" aria-label="Profile: lanhild">@<bdi>lanhild</bdi></a> and I did a debugging session.<br />
Somehow this issue is connected to <a href="https://forum.cloudron.io/topic/15408/openid-configuration-url-timeout">https://forum.cloudron.io/topic/15408/openid-configuration-url-timeout</a></p>
]]></description><link>https://forum.cloudron.io/post/123611</link><guid isPermaLink="true">https://forum.cloudron.io/post/123611</guid><dc:creator><![CDATA[james]]></dc:creator><pubDate>Fri, 17 Apr 2026 18:23:39 GMT</pubDate></item><item><title><![CDATA[Reply to Unusable application on Fri, 17 Apr 2026 15:06:46 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/james" aria-label="Profile: james">@<bdi>james</bdi></a> Done.</p>
]]></description><link>https://forum.cloudron.io/post/123598</link><guid isPermaLink="true">https://forum.cloudron.io/post/123598</guid><dc:creator><![CDATA[Lanhild]]></dc:creator><pubDate>Fri, 17 Apr 2026 15:06:46 GMT</pubDate></item><item><title><![CDATA[Reply to Unusable application on Fri, 17 Apr 2026 15:00:06 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/lanhild" aria-label="Profile: lanhild">@<bdi>lanhild</bdi></a><br />
Can you send me a direct message with some credentials (username + app password for the docker registry) and the URL for your docker registry app?<br />
I would like to attempt a push from my side to validate if it is not some obscure local issue.</p>
]]></description><link>https://forum.cloudron.io/post/123596</link><guid isPermaLink="true">https://forum.cloudron.io/post/123596</guid><dc:creator><![CDATA[james]]></dc:creator><pubDate>Fri, 17 Apr 2026 15:00:06 GMT</pubDate></item><item><title><![CDATA[Reply to Unusable application on Fri, 17 Apr 2026 14:52:38 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/robi" aria-label="Profile: robi">@<bdi>robi</bdi></a> Yes</p>
<p dir="auto"><code>Cloudron Container Registry 2.6.0 (registry 3.1.0)</code></p>
]]></description><link>https://forum.cloudron.io/post/123595</link><guid isPermaLink="true">https://forum.cloudron.io/post/123595</guid><dc:creator><![CDATA[Lanhild]]></dc:creator><pubDate>Fri, 17 Apr 2026 14:52:38 GMT</pubDate></item><item><title><![CDATA[Reply to Unusable application on Fri, 17 Apr 2026 14:51:28 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/lanhild" aria-label="Profile: Lanhild">@<bdi>Lanhild</bdi></a> after the server upgrade, did the app upgrade yet?</p>
]]></description><link>https://forum.cloudron.io/post/123594</link><guid isPermaLink="true">https://forum.cloudron.io/post/123594</guid><dc:creator><![CDATA[robi]]></dc:creator><pubDate>Fri, 17 Apr 2026 14:51:28 GMT</pubDate></item><item><title><![CDATA[Reply to Unusable application on Fri, 17 Apr 2026 14:48:57 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></p>
<p dir="auto">I have another Cloudron server for which I did the upgrade too. Though, it didn't fix it for this one.</p>
<p dir="auto">No outstanding errors in <code>cloudron-support</code>'s output.</p>
<p dir="auto">I'm pretty much at a dead-end here <img src="https://forum.cloudron.io/assets/plugins/nodebb-plugin-emoji/emoji/android/1f62c.png?v=090c346130c" class="not-responsive emoji emoji-android emoji--grimacing" style="height:23px;width:auto;vertical-align:middle" title=":grimacing:" alt="😬" /></p>
]]></description><link>https://forum.cloudron.io/post/123593</link><guid isPermaLink="true">https://forum.cloudron.io/post/123593</guid><dc:creator><![CDATA[Lanhild]]></dc:creator><pubDate>Fri, 17 Apr 2026 14:48:57 GMT</pubDate></item><item><title><![CDATA[Reply to Unusable application on Mon, 06 Apr 2026 20:08:24 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> I did the upgrade from Ubuntu 22 to 24 today. I confirm that it fixed the issue for me as well.</p>
]]></description><link>https://forum.cloudron.io/post/122974</link><guid isPermaLink="true">https://forum.cloudron.io/post/122974</guid><dc:creator><![CDATA[Lanhild]]></dc:creator><pubDate>Mon, 06 Apr 2026 20:08:24 GMT</pubDate></item><item><title><![CDATA[Reply to Unusable application on Fri, 03 Apr 2026 18:49:08 GMT]]></title><description><![CDATA[<p dir="auto">Strange how that would have affected it, but well glad it works <img src="https://forum.cloudron.io/assets/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=090c346130c" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" style="height:23px;width:auto;vertical-align:middle" title=":)" alt="🙂" /></p>
]]></description><link>https://forum.cloudron.io/post/122897</link><guid isPermaLink="true">https://forum.cloudron.io/post/122897</guid><dc:creator><![CDATA[nebulon]]></dc:creator><pubDate>Fri, 03 Apr 2026 18:49:08 GMT</pubDate></item><item><title><![CDATA[Reply to Unusable application on Fri, 03 Apr 2026 18:38:56 GMT]]></title><description><![CDATA[<p dir="auto">So decided to upgrade my server to Ubuntu 24 and its working now again.</p>
]]></description><link>https://forum.cloudron.io/post/122896</link><guid isPermaLink="true">https://forum.cloudron.io/post/122896</guid><dc:creator><![CDATA[klawitterb]]></dc:creator><pubDate>Fri, 03 Apr 2026 18:38:56 GMT</pubDate></item><item><title><![CDATA[Reply to Unusable application on Fri, 03 Apr 2026 13:44:51 GMT]]></title><description><![CDATA[<p dir="auto">Indeed seems like hairpin doesn't work, from troubleshoot:<br />
[FAIL]	Could not load dashboard domain.<br />
Hairpin NAT is not working. Please check if your router supports it</p>
<p dir="auto">I just tried the good old have you tried turning it off and on again, interestingly troubleshoot now errors with:<br />
[FAIL]	Could not load dashboard website with loopback check</p>
]]></description><link>https://forum.cloudron.io/post/122887</link><guid isPermaLink="true">https://forum.cloudron.io/post/122887</guid><dc:creator><![CDATA[klawitterb]]></dc:creator><pubDate>Fri, 03 Apr 2026 13:44:51 GMT</pubDate></item><item><title><![CDATA[Reply to Unusable application on Fri, 03 Apr 2026 13:22:54 GMT]]></title><description><![CDATA[<p dir="auto">So then <code>telnet docker.apehost.de 443</code> also times out I assume. Is hairpin correctly working for you? run <code>cloudron-support --troubleshoot</code> to see this</p>
]]></description><link>https://forum.cloudron.io/post/122886</link><guid isPermaLink="true">https://forum.cloudron.io/post/122886</guid><dc:creator><![CDATA[nebulon]]></dc:creator><pubDate>Fri, 03 Apr 2026 13:22:54 GMT</pubDate></item><item><title><![CDATA[Reply to Unusable application on Fri, 03 Apr 2026 10:29:46 GMT]]></title><description><![CDATA[<p dir="auto">From the server:<br />
ping -n <a href="http://docker.apehost.de" target="_blank" rel="noopener noreferrer nofollow ugc">docker.apehost.de</a> -&gt; works<br />
telnet <a href="http://idontexist.apehost.de" target="_blank" rel="noopener noreferrer nofollow ugc">idontexist.apehost.de</a> -&gt; Name or service not known<br />
telnet <a href="http://docker.apehost.de" target="_blank" rel="noopener noreferrer nofollow ugc">docker.apehost.de</a> -&gt; connection refused<br />
docker pull <a href="http://docker.apehost.de/path-to-exisiting-image" target="_blank" rel="noopener noreferrer nofollow ugc">docker.apehost.de/path-to-exisiting-image</a> -&gt; Error response from daemon: Get "<a href="https://docker.apehost.de/v2/" target="_blank" rel="noopener noreferrer nofollow ugc">https://docker.apehost.de/v2/</a>": context deadline exceeded (Client.Timeout exceeded while awaiting headers)</p>
<p dir="auto">From my local machine:<br />
docker pull <a href="http://docker.apehost.de/path-to-exisiting-image" target="_blank" rel="noopener noreferrer nofollow ugc">docker.apehost.de/path-to-exisiting-image</a> -&gt; works just fine</p>
]]></description><link>https://forum.cloudron.io/post/122882</link><guid isPermaLink="true">https://forum.cloudron.io/post/122882</guid><dc:creator><![CDATA[klawitterb]]></dc:creator><pubDate>Fri, 03 Apr 2026 10:29:46 GMT</pubDate></item><item><title><![CDATA[Reply to Unusable application on Fri, 03 Apr 2026 10:15:13 GMT]]></title><description><![CDATA[<p dir="auto">If <a href="http://docker.apehost.de" target="_blank" rel="noopener noreferrer nofollow ugc">docker.apehost.de</a> is the actual server, then I am able to contact that app from here at least. Does it correctly resolve on the system where it fails?</p>
]]></description><link>https://forum.cloudron.io/post/122881</link><guid isPermaLink="true">https://forum.cloudron.io/post/122881</guid><dc:creator><![CDATA[nebulon]]></dc:creator><pubDate>Fri, 03 Apr 2026 10:15:13 GMT</pubDate></item><item><title><![CDATA[Reply to Unusable application on Fri, 03 Apr 2026 10:05:23 GMT]]></title><description><![CDATA[<p dir="auto">Just tried, that just gives me a telnet: Unable to connect to remote host: Connection refused</p>
]]></description><link>https://forum.cloudron.io/post/122879</link><guid isPermaLink="true">https://forum.cloudron.io/post/122879</guid><dc:creator><![CDATA[klawitterb]]></dc:creator><pubDate>Fri, 03 Apr 2026 10:05:23 GMT</pubDate></item><item><title><![CDATA[Reply to Unusable application on Fri, 03 Apr 2026 08:18:19 GMT]]></title><description><![CDATA[<p dir="auto">So it should work without https:// there so the socket hang up is the issue somehow. Can you telnet via ssh to the registry from that server?</p>
]]></description><link>https://forum.cloudron.io/post/122873</link><guid isPermaLink="true">https://forum.cloudron.io/post/122873</guid><dc:creator><![CDATA[nebulon]]></dc:creator><pubDate>Fri, 03 Apr 2026 08:18:19 GMT</pubDate></item><item><title><![CDATA[Reply to Unusable application on Fri, 03 Apr 2026 07:44:01 GMT]]></title><description><![CDATA[<p dir="auto">You got a typo in there maybe, or a firewall?</p>
]]></description><link>https://forum.cloudron.io/post/122872</link><guid isPermaLink="true">https://forum.cloudron.io/post/122872</guid><dc:creator><![CDATA[msbt]]></dc:creator><pubDate>Fri, 03 Apr 2026 07:44:01 GMT</pubDate></item><item><title><![CDATA[Reply to Unusable application on Fri, 03 Apr 2026 06:54:44 GMT]]></title><description><![CDATA[<p dir="auto">Without https:// I'm getting: Invalid serverAddress: socket hang up</p>
]]></description><link>https://forum.cloudron.io/post/122865</link><guid isPermaLink="true">https://forum.cloudron.io/post/122865</guid><dc:creator><![CDATA[klawitterb]]></dc:creator><pubDate>Fri, 03 Apr 2026 06:54:44 GMT</pubDate></item><item><title><![CDATA[Reply to Unusable application on Fri, 03 Apr 2026 06:48:45 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/klawitterb" aria-label="Profile: klawitterb">@<bdi>klawitterb</bdi></a> try without <code>https://</code></p>
]]></description><link>https://forum.cloudron.io/post/122864</link><guid isPermaLink="true">https://forum.cloudron.io/post/122864</guid><dc:creator><![CDATA[msbt]]></dc:creator><pubDate>Fri, 03 Apr 2026 06:48:45 GMT</pubDate></item></channel></rss>