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. Cloudron down after Ubuntu/Docker update (Docker service fails to start)

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

Scheduled Pinned Locked Moved Solved Support
kerneldockerhostinger
39 Posts 9 Posters 887 Views 9 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.
  • J Online
    J Online
    joseph
    Staff
    wrote last edited by
    #29

    Thanks for the access @valexico . The issue has to do with the faulty ubuntu kernel update . Updating the firewall makes it work.

    Technical details: Cloudron configures docker and containers to log using the syslog service (cloudron-syslog) . Because of the kernel regression, docker is unable to reach the syslog service and doesn't start anymore. The cgroupfs was not the issue.

    We are making a patch release for Cloudron which fixes the firewall rules .

    V 1 Reply Last reply
    2
    • J joseph has marked this topic as solved
    • J joseph

      Thanks for the access @valexico . The issue has to do with the faulty ubuntu kernel update . Updating the firewall makes it work.

      Technical details: Cloudron configures docker and containers to log using the syslog service (cloudron-syslog) . Because of the kernel regression, docker is unable to reach the syslog service and doesn't start anymore. The cgroupfs was not the issue.

      We are making a patch release for Cloudron which fixes the firewall rules .

      V Offline
      V Offline
      Valexico
      wrote last edited by
      #30

      @joseph
      At the end is it related to hostinger config or any user would face this issue upon reboot ? Where does the faulty update comes from ?

      1 Reply Last reply
      0
      • J Online
        J Online
        joseph
        Staff
        wrote last edited by
        #31

        @valexico issue is not specific to hostinger . Ubuntu has pushed a new kernel which is causing problems with Cloudron's firewall. We are making a new release to workaround this issue.

        1 Reply Last reply
        3
        • A Offline
          A Offline
          AndyCPNW
          wrote last edited by
          #32

          Just experienced this today. Also on Hostinger. Requested reboot and system will not come back online. Have not applied the fix yet so if you want a system that is still broken and you want to investigate, let me know.

          J 1 Reply Last reply
          1
          • A AndyCPNW

            Just experienced this today. Also on Hostinger. Requested reboot and system will not come back online. Have not applied the fix yet so if you want a system that is still broken and you want to investigate, let me know.

            J Online
            J Online
            joseph
            Staff
            wrote last edited by
            #33

            @AndyCPNW please check the ubuntu kernel versions. It's 110 probably?

            The quick fix:

            • Edit /etc/systemd/system/docker.service.d/cloudron.conf . Change --log-driver=json-file .
            • systemctl daemon-reload and systemctl restart docker box

            Cloudron 9.1.7 is being rolled out. You can update once the system is up and it will fix the firewall.

            A 1 Reply Last reply
            1
            • J joseph

              @AndyCPNW please check the ubuntu kernel versions. It's 110 probably?

              The quick fix:

              • Edit /etc/systemd/system/docker.service.d/cloudron.conf . Change --log-driver=json-file .
              • systemctl daemon-reload and systemctl restart docker box

              Cloudron 9.1.7 is being rolled out. You can update once the system is up and it will fix the firewall.

              A Offline
              A Offline
              AndyCPNW
              wrote last edited by
              #34

              @joseph Thanks - I tried the cloudron-firewall.sh patch and restarting but did not get docker to come up so I deleted the conf file like the original solution suggested and it came right back again. Yes it was kernel 110. Everything seems to be running now. Bummer that kernel upgrade caused all of this. Thanks for the help.

              1 Reply Last reply
              0
              • P Offline
                P Offline
                phil_b
                wrote last edited by
                #35

                Hello,

                I am experiencing the same issue, which appeared suddenly. I have tried the different fixes suggested in this thread, but none of them really worked.

                Last night, I was able to restart the server and everything seemed to be working fine. However, this morning when I checked again, the system was unresponsive once more.

                I am currently traveling for the next 10 days, away from my office, and I only have an iPad with me. I connect to a computer at my office remotely, and from there I access my Cloudron. However, the internet connection where I am is very unstable, which makes troubleshooting extremely difficult.

                Thank you in advance for any help you can provide.

                Best regards,
                Philippe

                1 Reply Last reply
                0
                • nebulonN Offline
                  nebulonN Offline
                  nebulon
                  Staff
                  wrote last edited by
                  #36

                  This was fixed in support. The system had a file /etc/docker/daemon.json which also specified the log-driver causing docker to refuse to start. Simple removing that file and restarting docker brought the system back.

                  P 1 Reply Last reply
                  2
                  • nebulonN nebulon

                    This was fixed in support. The system had a file /etc/docker/daemon.json which also specified the log-driver causing docker to refuse to start. Simple removing that file and restarting docker brought the system back.

                    P Offline
                    P Offline
                    phil_b
                    wrote last edited by
                    #37

                    @nebulon Thank you so much. It's work now.

                    1 Reply Last reply
                    1
                    • jamesJ james referenced this topic
                    • N Offline
                      N Offline
                      ntnsndr
                      wrote last edited by
                      #38

                      Greetings, all. My server is upgraded to 9.1.7 on Hostinger. I woke up to find that it was down; perhaps this occurred during the automatic upgrade. There was an error on the dashboard:

                      Platform startup failed
                      Failed to start services. Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
                      

                      I saw @nebulon's last post and removed the daemon.json file. Then restarted the server. It was a longer than usual reboot process, especially hanging for a few minutes on restarting Redis. But eventually all the apps got up and running.

                      Should I be concerned that this might happen again? Or should it be smoother from now on?

                      jamesJ 1 Reply Last reply
                      0
                      • N ntnsndr

                        Greetings, all. My server is upgraded to 9.1.7 on Hostinger. I woke up to find that it was down; perhaps this occurred during the automatic upgrade. There was an error on the dashboard:

                        Platform startup failed
                        Failed to start services. Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
                        

                        I saw @nebulon's last post and removed the daemon.json file. Then restarted the server. It was a longer than usual reboot process, especially hanging for a few minutes on restarting Redis. But eventually all the apps got up and running.

                        Should I be concerned that this might happen again? Or should it be smoother from now on?

                        jamesJ Offline
                        jamesJ Offline
                        james
                        Staff
                        wrote last edited by
                        #39

                        Hello @ntnsndr

                        @ntnsndr said:

                        Should I be concerned that this might happen again? Or should it be smoother from now on?

                        Should be good now.

                        1 Reply Last reply
                        0

                        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