<?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[Server do not reboot after Cloudron update]]></title><description><![CDATA[<pre><code>root@my:~# cloudron-support --troubleshoot
Vendor: QEMU Product: Standard PC (i440FX + PIIX, 1996)
Linux: 6.8.0-110-generic
Ubuntu: noble 24.04
Execution environment: kvm
Processor: AMD EPYC 9354P 32-Core Processor
BIOS pc-i440fx-10.1  CPU @ 2.0GHz x 4
RAM: 16376024KB
Disk: /dev/sda1       141G
[OK]    node version is correct
[OK]    IPv6 is enabled and public IPv6 address is working
        Docker is down. Trying to restart docker ...
Job for docker.service failed because the control process exited with error code.
See "systemctl status docker.service" and "journalctl -xeu docker.service" for details.
root@my:~# 
</code></pre>
<pre><code>root@my:~# journalctl -xeu docker.service
░░ Automatic restarting of the unit docker.service has been scheduled, as the result for
░░ the configured Restart= setting for the unit.
Apr 18 07:28:23 my systemd[1]: Starting docker.service - Docker Application Container Engine...
░░ Subject: A start job for unit docker.service has begun execution
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ A start job for unit docker.service has begun execution.
░░ 
░░ The job identifier is 624.
Apr 18 07:28:23 my dockerd[1081]: unable to configure the Docker daemon with file /etc/docker/daemon.json: the following directives are specified both as a flag and in the configuration file: log-driver: (from &gt;
Apr 18 07:28:23 my systemd[1]: docker.service: Main process exited, code=exited, status=1/FAILURE
░░ Subject: Unit process exited
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░ 
░░ An ExecStart= process belonging to unit docker.service has exited.
░░ 
░░ The process' exit code is 'exited' and its exit status is 1.
Apr 18 07:28:23 my 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'.
Apr 18 07:28:23 my systemd[1]: Failed to start docker.service - 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 624 and the job result is failed.
Apr 18 07:28:25 my 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.
Apr 18 07:28:25 my systemd[1]: docker.service: Start request repeated too quickly.
Apr 18 07:28:25 my 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'.
Apr 18 07:28:25 my systemd[1]: Failed to start docker.service - 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 741 and the job result is failed.

root@my:~#
</code></pre>
<p dir="auto">I need help to solve this please</p>
]]></description><link>https://forum.cloudron.io/topic/15411/server-do-not-reboot-after-cloudron-update</link><generator>RSS for Node</generator><lastBuildDate>Sat, 18 Apr 2026 13:20:54 GMT</lastBuildDate><atom:link href="https://forum.cloudron.io/topic/15411.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 18 Apr 2026 07:34:41 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Server do not reboot after Cloudron update on Sat, 18 Apr 2026 07:49:27 GMT]]></title><description><![CDATA[<p dir="auto">Needed to run</p>
<pre><code>cp /etc/docker/daemon.json /etc/docker/daemon.json.bak
printf '{}\n' &gt; /etc/docker/daemon.json
systemctl restart docker
systemctl status docker --no-pager
</code></pre>
<p dir="auto">As per the Hostinger AI, there were an issue around<code>log-driver</code> in conflict</p>
]]></description><link>https://forum.cloudron.io/post/123624</link><guid isPermaLink="true">https://forum.cloudron.io/post/123624</guid><dc:creator><![CDATA[sebastienserre]]></dc:creator><pubDate>Sat, 18 Apr 2026 07:49:27 GMT</pubDate></item></channel></rss>