Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps - Status | Demo | Docs | Install
  1. Cloudron Forum
  2. Support
  3. [Solved] Cloudron down after Ubuntu/Docker update (Docker service fails to start)

[Solved] Cloudron down after Ubuntu/Docker update (Docker service fails to start)

Scheduled Pinned Locked Moved Unsolved Support
2 Posts 2 Posters 37 Views 2 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • osoboO Offline
    osoboO Offline
    osobo
    wrote last edited by
    #1

    Hello all,

    Just wanted to share what happened to me and the way to fix it in case you experience the same issue. @cloudron_admin please delete the post if not relevant.

    After applying recent Ubuntu security updates and rebooting, my Cloudron instance became unreachable.

    cloudron-support --troubleshoot
    

    showed Docker was down, and

    systemctl start docker
    

    failed while running dockerd manually worked fine.

    I've worked it out with the support of ChatGPT. Root cause : An outdated Cloudron systemd override file:

    /etc/systemd/system/docker.service.d/cloudron.conf
    

    This override replaces Dockerโ€™s default ExecStart and uses older flags (like cgroupfs) that are no longer compatible with newer Docker versions. As a result, Docker fails to start via systemd.

    Fix : Remove the override and reload systemd:

    sudo rm /etc/systemd/system/docker.service.d/cloudron.conf
    sudo systemctl daemon-reexec
    sudo systemctl daemon-reload
    sudo systemctl restart docker
    

    Verify Docker is running:

    systemctl status docker
    

    Then restart Cloudron:

    sudo systemctl restart box
    

    Result

    Docker starts normally again, containers come back up, and the Cloudron dashboard becomes accessible.

    Notes
    Modern Docker versions already handle most of the options that the override was forcing.
    Removing the override lets Docker run with its correct defaults (including proper cgroup handling).
    This issue may appear after unattended upgrades or manual system updates.

    Hope this helps anyone running into the same issue ๐Ÿ‘

    1 Reply Last reply
    2
    • V Offline
      V Offline
      Valexico
      wrote last edited by Valexico
      #2

      Same issue here, same solution except I had to reboot the server (sudo systemctl restart docker not working)
      I had a bit of panic for a sunday evening !
      Waiting to hear from the Cloudron team to confirm which are the recommended fix !

      For the records, it happened after my scheduled weekly cloudron update + reboot. So I guess it could happen to any user

      1 Reply Last reply
      0
      • V Valexico referenced this topic

      Hello! It looks like you're interested in this conversation, but you don't have an account yet.

      Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

      With your input, this post could be even better ๐Ÿ’—

      Register Login
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Bookmarks
      • Search