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


    Cloudron Forum

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular

    Solved Disk filled up with kernel update artifacts

    Support
    update
    2
    2
    521
    Loading More Posts
    • 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.
    • nebulon
      nebulon Staff last edited by girish

      Due to the many kernel updates lately for ubuntu, we have encountered a few situations where the Cloudron is down because the root filesystem gets filled up completely. This happens due to https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=814345

      The symptoms are the root file system being 100% full as well as /boot partition nearly or entirely full. Check the state with df -h

      The steps to fix this situation are the following:

      rm -rf /var/tmp/mkinitramfs*
      dpkg --configure -a
      apt install
      apt autoremove
      

      This will cleanup old unused kernel images and initramfs files and ensures the latest kernel will be used. Once the above commands succeed cleanly, simply reboot the server and the Cloudron processes should be started automatically.

      1 Reply Last reply Reply Quote 2
      • girish
        girish Staff last edited by

        @nebulon said in Disk filled up with kernel update artifacts:

        rm -rf /var/tmp/mkinitramfs*

        I had to instead do:

        cd /var/tmp
        find . -type f -delete -print
        

        This was running for like 5 hours! (and still running)

        1 Reply Last reply Reply Quote 0
        • First post
          Last post
        Powered by NodeBB