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


Skip to content
  • Is Cloudron not installing for anyone?

    Solved Support installation ubuntu
    12
    0 Votes
    12 Posts
    2k Views
    robiR
    @mehdi you're right, my poor choice of words.. apt is a binary that can call libapt-pkg libraries and provides a subset of interactive options and commands for apt-get/cache by default. apt-get is not limited to those options.
  • Add `apt autoremove`

    Feature Requests apt ubuntu
    21
    3 Votes
    21 Posts
    3k Views
    robiR
    Are you telling me that apt install screen is going to break updates?
  • Cloudron update exited with code 1 and no space left in /boot

    Solved Support ubuntu kernel
    8
    0 Votes
    8 Posts
    1k Views
    mehdiM
    @d19dotca I think the -f flag on install just "cleans up" the installation : it notices that some files required for some packages were removed (in the previous line), so it removes said packages. What actually frees up the space is the rm. The apt-get -f install just makes the system notice that the packages in question are not installed anymore
  • 0 Votes
    2 Posts
    446 Views
    nebulonN
    Ah we did hit that kernel/initramfs issue with /boot getting filled up by Ubuntu already before. If it is 100% full even the autoremove fails. Would be good to actually not just maybe warn about that, but see how the whole situation can be mitigated in the first place. Afterall it is not much use to have that many kernel versions around.
  • 0 Votes
    5 Posts
    2k Views
    imc67I
    @girish & @marcusquinn thanks for the hints! Finally the AWS guide did the trick, it was a 2 step approach (in my case): sudo growpart /dev/sda 3 sudo resize2fs /dev/sda3
  • Support Ubuntu 20.04 LTS

    Moved Solved Feature Requests feature-request ubuntu
    5
    1 Votes
    5 Posts
    897 Views
    ?
    Thanks @girish Can't hardly expect it
  • Install Cloudron in Clearlinux

    Support installation clearlinux ubuntu
    7
    0 Votes
    7 Posts
    1k Views
    nebulonN
    As @scooke and @mehdi already mentioned, the sole reason to support only one distribution is the reduced complexity by having to deal with only a single well known system. Even different ubuntu versions require quite a lot of testing and different code. Sometimes package names change for example. We essentially just settled on Ubuntu 16.04 initially since that was available on basically every VPS provider. Really that is the main concern for us. Naturally for security updates we then progressed to 18.04 and will soon hopefully support 20.04. Other distros with even other package managers are simply just overhead and cause trouble to users. In the end from what Cloudron requires, there will hardly be any noticeable difference in speed or resources use between any of the distros, so we lean towards stability here.
  • 1 Votes
    3 Posts
    296 Views
    yusfY
    I remember some cleanup features in the unattended-upgrades package.
  • Clean up old kernel packages

    Support ubuntu update
    2
    2 Votes
    2 Posts
    407 Views
    nebulonN
    Good point, I thought this would be triggered by the security update job from ubuntu already, but apparently not.
  • Missing logrotate for `collectd.log`

    Solved Support logs ubuntu
    5
    1 Votes
    5 Posts
    778 Views
    ?
    Nice, thanks @girish
  • Is Canonical Livepatch Service supported?

    Solved Support ubuntu installation update
    7
    0 Votes
    7 Posts
    1k Views
    imc67I
    Thanks all! I just installed it on 1 of my Cloudron servers (at DO) to see and experience if and how it works.