<?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[&quot;Cloudron is offline. Reconnecting...&quot; after update from 7.4.2 to 7.5.0 on Ubuntu 22.04 machine]]></title><description><![CDATA[<p dir="auto">My system is on Ubuntu 22.04.</p>
<p dir="auto">Yesterday I updated from 7.4.2 to 7.5.0, but had to go to bed while the backups were taking place. This morning I see "<code>Cloudron is offline. Reconnecting...</code>"</p>
<p dir="auto">Tried rebooting, but no effect. Followed steps on troubleshooting page, but seem to be getting nowhere.</p>
<p dir="auto">box, nginx, etc all seem to be up and good, but docker is down and refuses to start.</p>
<p dir="auto">Here are the results of various commands and log files:</p>
<p dir="auto">Checking <code>/home/yellowtent/platformdata/logs/box.log</code> shows this message repeated again and again:</p>
<pre><code>2023-07-01T06:07:00.043Z box:cron BoxError: connect ECONNREFUSED /var/run/docker.sock
    at Object.getEvents (/home/yellowtent/box/src/docker.js:611:22)
    at runMicrotasks (&lt;anonymous&gt;)
    at processTicksAndRejections (node:internal/process/task_queues:96:5)
    at async processDockerEvents (/home/yellowtent/box/src/apphealthmonitor.js:133:20)
    at async Object.run (/home/yellowtent/box/src/apphealthmonitor.js:189:5)
</code></pre>
<p dir="auto">Followed by multiple iterations of this at the end:</p>
<pre><code>2023-07-01T17:55:33.990Z box:server ==========================================
2023-07-01T17:55:33.991Z box:server            Cloudron 7.4.2  
2023-07-01T17:55:33.991Z box:server ==========================================
2023-07-01T17:55:34.019Z box:settings initCache: pre-load settings
2023-07-01T17:55:34.030Z box:tasks stopAllTasks: stopping all tasks
2023-07-01T17:55:34.030Z box:shell stopTask spawn: /usr/bin/sudo -S /home/yellowtent/box/src/scripts/stoptask.sh all
2023-07-01T17:55:34.061Z box:shell stopTask (stdout): All tasks stopped

2023-07-01T17:55:34.062Z box:reverseproxy writeDashboardConfig: writing admin config for wtrvz.com
Cloudron is up and running. Logs are at /home/yellowtent/platformdata/logs/box.log
2023-07-01T17:55:34.090Z box:shell reload spawn: /usr/bin/sudo -S /home/yellowtent/box/src/scripts/restartservice.sh nginx
2023-07-01T17:55:34.268Z box:cloudron onActivated: running post activation tasks
2023-07-01T17:55:34.269Z box:platform initializing platform
2023-07-01T17:55:34.269Z box:platform platform is uptodate at version 49.4.0
2023-07-01T17:55:34.269Z box:platform onPlatformReady: platform is ready. infra changed: false
2023-07-01T17:55:34.270Z box:apps schedulePendingTasks: scheduling app tasks
2023-07-01T17:55:34.279Z box:cron startJobs: starting cron jobs with hour 23 and minute 2
2023-07-01T17:55:34.305Z box:cron backupConfigChanged: schedule 00 00 23 * * * (America/New_York)
2023-07-01T17:55:34.308Z box:cron autoupdatePatternChanged: pattern - 00 00 1,3,5,23 * * * (America/New_York)
2023-07-01T17:55:34.309Z box:cron Dynamic DNS setting changed to false
2023-07-01T17:55:34.310Z box:dockerproxy startDockerProxy: started proxy on port 3003
Error: listen EADDRNOTAVAIL: address not available 172.18.0.1:3003
    at Server.setupListenHandle [as _listen2] (node:net:1446:21)
    at listenInCluster (node:net:1511:12)
    at doListen (node:net:1660:7)
    at processTicksAndRejections (node:internal/process/task_queues:84:21)
</code></pre>
<p dir="auto">Trying to restart docker daemon just fails.</p>
<pre><code class="language-bash">root@Cloudron2:~# systemctl status docker
× docker.service - Docker Application Container Engine
     Loaded: loaded (/lib/systemd/system/docker.service; enabled; vendor preset: enabled)
    Drop-In: /etc/systemd/system/docker.service.d
             └─cloudron.conf, custom.conf
     Active: failed (Result: exit-code) since Sat 2023-07-01 17:38:18 UTC; 8min ago
TriggeredBy: × docker.socket
       Docs: https://docs.docker.com
    Process: 1100 ExecStart=/usr/bin/dockerd -H fd:// --log-driver=journald --exec-opt native.cgroupdriver=cgroupfs --storage-driver=overlay2&gt;
   Main PID: 1100 (code=exited, status=1/FAILURE)
        CPU: 101ms

Jul 01 17:38:16 Cloudron2 systemd[1]: docker.service: Main process exited, code=exited, status=1/FAILURE
Jul 01 17:38:16 Cloudron2 systemd[1]: docker.service: Failed with result 'exit-code'.
Jul 01 17:38:16 Cloudron2 systemd[1]: Failed to start Docker Application Container Engine.
Jul 01 17:38:18 Cloudron2 systemd[1]: docker.service: Scheduled restart job, restart counter is at 3.
Jul 01 17:38:18 Cloudron2 systemd[1]: Stopped Docker Application Container Engine.
Jul 01 17:38:18 Cloudron2 systemd[1]: docker.service: Start request repeated too quickly.
Jul 01 17:38:18 Cloudron2 systemd[1]: docker.service: Failed with result 'exit-code'.
Jul 01 17:38:18 Cloudron2 systemd[1]: Failed to start Docker Application Container Engine.
</code></pre>
<pre><code>root@Cloudron2:~# docker info
Client:
 Context:    default
 Debug Mode: false

Server:
ERROR: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
errors pretty printing info
</code></pre>
<pre><code class="language-bash">root@Cloudron2:~# journalctl -xeu docker.service
░░ An ExecStart= process belonging to unit docker.service has exited.
░░ 
░░ The process' exit code is 'exited' and its exit status is 1.
Jul 01 17:47:24 Cloudron2 systemd[1]: docker.service: Failed with result 'exit-code'.
░░ Subject: Unit failed
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ The unit docker.service has entered the 'failed' state with result 'exit-code'.
Jul 01 17:47:24 Cloudron2 systemd[1]: Failed to start Docker Application Container Engine.
░░ Subject: A start job for unit docker.service has failed
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ A start job for unit docker.service has finished with a failure.
░░ 
░░ The job identifier is 39437 and the job result is failed.
Jul 01 17:47:26 Cloudron2 systemd[1]: docker.service: Scheduled restart job, restart counter is at 3.
░░ Subject: Automatic restarting of a unit has been scheduled
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ Automatic restarting of the unit docker.service has been scheduled, as the result for
░░ the configured Restart= setting for the unit.
Jul 01 17:47:26 Cloudron2 systemd[1]: Stopped Docker Application Container Engine.
░░ Subject: A stop job for unit docker.service has finished
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ A stop job for unit docker.service has finished.
░░ 
░░ The job identifier is 39729 and the job result is done.
Jul 01 17:47:26 Cloudron2 systemd[1]: docker.service: Start request repeated too quickly.
Jul 01 17:47:26 Cloudron2 systemd[1]: docker.service: Failed with result 'exit-code'.
░░ Subject: Unit failed
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ The unit docker.service has entered the 'failed' state with result 'exit-code'.
Jul 01 17:47:26 Cloudron2 systemd[1]: Failed to start Docker Application Container Engine.
░░ Subject: A start job for unit docker.service has failed
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ A start job for unit docker.service has finished with a failure.
░░ 
░░ The job identifier is 39729 and the job result is failed.
</code></pre>
<p dir="auto">Any ideas?</p>
]]></description><link>https://forum.cloudron.io/topic/9537/cloudron-is-offline-reconnecting-after-update-from-7-4-2-to-7-5-0-on-ubuntu-22-04-machine</link><generator>RSS for Node</generator><lastBuildDate>Sat, 11 Jul 2026 20:32:45 GMT</lastBuildDate><atom:link href="https://forum.cloudron.io/topic/9537.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 01 Jul 2023 18:08:34 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to &quot;Cloudron is offline. Reconnecting...&quot; after update from 7.4.2 to 7.5.0 on Ubuntu 22.04 machine on Thu, 21 Sep 2023 13:18:59 GMT]]></title><description><![CDATA[<p dir="auto">Tyvm, saved my day!</p>
]]></description><link>https://forum.cloudron.io/post/73996</link><guid isPermaLink="true">https://forum.cloudron.io/post/73996</guid><dc:creator><![CDATA[ctrl]]></dc:creator><pubDate>Thu, 21 Sep 2023 13:18:59 GMT</pubDate></item><item><title><![CDATA[Reply to &quot;Cloudron is offline. Reconnecting...&quot; after update from 7.4.2 to 7.5.0 on Ubuntu 22.04 machine on Mon, 03 Jul 2023 01:28:54 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/omen" aria-label="Profile: omen">@<bdi>omen</bdi></a> right.. the docs are outdated. Fixed now.</p>
]]></description><link>https://forum.cloudron.io/post/69439</link><guid isPermaLink="true">https://forum.cloudron.io/post/69439</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Mon, 03 Jul 2023 01:28:54 GMT</pubDate></item><item><title><![CDATA[Reply to &quot;Cloudron is offline. Reconnecting...&quot; after update from 7.4.2 to 7.5.0 on Ubuntu 22.04 machine on Sun, 02 Jul 2023 16:29:58 GMT]]></title><description><![CDATA[<p dir="auto">Appreciate the help!</p>
<p dir="auto">Weird. The only manual docker change I remember making was following the instructions for moving content from the main machine to my volume. <a href="https://docs.cloudron.io/storage/" target="_blank" rel="noopener noreferrer nofollow ugc">https://docs.cloudron.io/storage/</a></p>
]]></description><link>https://forum.cloudron.io/post/69414</link><guid isPermaLink="true">https://forum.cloudron.io/post/69414</guid><dc:creator><![CDATA[omen]]></dc:creator><pubDate>Sun, 02 Jul 2023 16:29:58 GMT</pubDate></item><item><title><![CDATA[Reply to &quot;Cloudron is offline. Reconnecting...&quot; after update from 7.4.2 to 7.5.0 on Ubuntu 22.04 machine on Sun, 02 Jul 2023 03:25:54 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/omen" aria-label="Profile: omen">@<bdi>omen</bdi></a> I guess you were using some custom docker options (as you mentioned earlier in the post).</p>
<pre><code>Jul 02 03:19:26 Cloudron2 systemd[1]: Starting Docker Application Container Engine...
Jul 02 03:19:26 Cloudron2 dockerd[717209]: Flag --graph has been deprecated, Use --data-root instead
Jul 02 03:19:26 Cloudron2 dockerd[717209]: the "graph" config file option is deprecated; use "data-root" instead
Jul 02 03:19:26 Cloudron2 systemd[1]: docker.service: Main process exited, code=exited, status=1/FAILURE
Jul 02 03:19:26 Cloudron2 systemd[1]: docker.service: Failed with result 'exit-code'.
Jul 02 03:19:26 Cloudron2 systemd[1]: Failed to start Docker Application Container Engine.
</code></pre>
<p dir="auto">I updated <code>/etc/systemd/system/docker.service.d/custom.conf</code> to use --data-root as it says above. And now it works.</p>
]]></description><link>https://forum.cloudron.io/post/69376</link><guid isPermaLink="true">https://forum.cloudron.io/post/69376</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Sun, 02 Jul 2023 03:25:54 GMT</pubDate></item><item><title><![CDATA[Reply to &quot;Cloudron is offline. Reconnecting...&quot; after update from 7.4.2 to 7.5.0 on Ubuntu 22.04 machine on Sun, 02 Jul 2023 02:23:16 GMT]]></title><description><![CDATA[<p dir="auto">It seems docker is down but will look into your email.</p>
]]></description><link>https://forum.cloudron.io/post/69372</link><guid isPermaLink="true">https://forum.cloudron.io/post/69372</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Sun, 02 Jul 2023 02:23:16 GMT</pubDate></item><item><title><![CDATA[Reply to &quot;Cloudron is offline. Reconnecting...&quot; after update from 7.4.2 to 7.5.0 on Ubuntu 22.04 machine on Sat, 01 Jul 2023 20:04:02 GMT]]></title><description><![CDATA[<p dir="auto">Good idea. Email sent. Thanks</p>
]]></description><link>https://forum.cloudron.io/post/69364</link><guid isPermaLink="true">https://forum.cloudron.io/post/69364</guid><dc:creator><![CDATA[omen]]></dc:creator><pubDate>Sat, 01 Jul 2023 20:04:02 GMT</pubDate></item><item><title><![CDATA[Reply to &quot;Cloudron is offline. Reconnecting...&quot; after update from 7.4.2 to 7.5.0 on Ubuntu 22.04 machine on Sat, 01 Jul 2023 19:43:23 GMT]]></title><description><![CDATA[<p dir="auto">then best to email support@ and make sure to have remote support enabled.</p>
]]></description><link>https://forum.cloudron.io/post/69363</link><guid isPermaLink="true">https://forum.cloudron.io/post/69363</guid><dc:creator><![CDATA[robi]]></dc:creator><pubDate>Sat, 01 Jul 2023 19:43:23 GMT</pubDate></item><item><title><![CDATA[Reply to &quot;Cloudron is offline. Reconnecting...&quot; after update from 7.4.2 to 7.5.0 on Ubuntu 22.04 machine on Sat, 01 Jul 2023 18:19:53 GMT]]></title><description><![CDATA[<p dir="auto">I tried that earlier, and again just now... but no change <img src="https://forum.cloudron.io/assets/plugins/nodebb-plugin-emoji/emoji/android/1f61e.png?v=95dae3ecbe4" class="not-responsive emoji emoji-android emoji--disappointed" style="height:23px;width:auto;vertical-align:middle" title=":(" alt="😞" /></p>
]]></description><link>https://forum.cloudron.io/post/69362</link><guid isPermaLink="true">https://forum.cloudron.io/post/69362</guid><dc:creator><![CDATA[omen]]></dc:creator><pubDate>Sat, 01 Jul 2023 18:19:53 GMT</pubDate></item><item><title><![CDATA[Reply to &quot;Cloudron is offline. Reconnecting...&quot; after update from 7.4.2 to 7.5.0 on Ubuntu 22.04 machine on Sat, 01 Jul 2023 18:14:47 GMT]]></title><description><![CDATA[<p dir="auto">try reboot.</p>
]]></description><link>https://forum.cloudron.io/post/69361</link><guid isPermaLink="true">https://forum.cloudron.io/post/69361</guid><dc:creator><![CDATA[robi]]></dc:creator><pubDate>Sat, 01 Jul 2023 18:14:47 GMT</pubDate></item><item><title><![CDATA[Reply to &quot;Cloudron is offline. Reconnecting...&quot; after update from 7.4.2 to 7.5.0 on Ubuntu 22.04 machine on Sat, 01 Jul 2023 18:13:57 GMT]]></title><description><![CDATA[<pre><code class="language-bash">root@Cloudron2:~# df -h
Filesystem      Size  Used Avail Use% Mounted on
tmpfs           794M  1.1M  793M   1% /run
/dev/vda1        49G   14G   35G  29% /
tmpfs           3.9G     0  3.9G   0% /dev/shm
tmpfs           5.0M     0  5.0M   0% /run/lock
/dev/vda15      105M  5.3M  100M   5% /boot/efi
/dev/sda        100G   45G   50G  48% /mnt/cloudron_volume_a
tmpfs           794M  4.0K  794M   1% /run/user/0
</code></pre>
]]></description><link>https://forum.cloudron.io/post/69360</link><guid isPermaLink="true">https://forum.cloudron.io/post/69360</guid><dc:creator><![CDATA[omen]]></dc:creator><pubDate>Sat, 01 Jul 2023 18:13:57 GMT</pubDate></item><item><title><![CDATA[Reply to &quot;Cloudron is offline. Reconnecting...&quot; after update from 7.4.2 to 7.5.0 on Ubuntu 22.04 machine on Sat, 01 Jul 2023 18:12:51 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> I don't think so. When I checked just yesterday it was all good. I have all the docker images on a separate large volume with only about 50% usage.</p>
]]></description><link>https://forum.cloudron.io/post/69359</link><guid isPermaLink="true">https://forum.cloudron.io/post/69359</guid><dc:creator><![CDATA[omen]]></dc:creator><pubDate>Sat, 01 Jul 2023 18:12:51 GMT</pubDate></item><item><title><![CDATA[Reply to &quot;Cloudron is offline. Reconnecting...&quot; after update from 7.4.2 to 7.5.0 on Ubuntu 22.04 machine on Sat, 01 Jul 2023 18:11:54 GMT]]></title><description><![CDATA[<p dir="auto">disk space?</p>
]]></description><link>https://forum.cloudron.io/post/69358</link><guid isPermaLink="true">https://forum.cloudron.io/post/69358</guid><dc:creator><![CDATA[robi]]></dc:creator><pubDate>Sat, 01 Jul 2023 18:11:54 GMT</pubDate></item></channel></rss>