zabbly / incus

Incus package repository
Apache License 2.0
231 stars 18 forks source link

Ubuntu 16.04 can not be started (on Try Incus instance) #53

Closed cerebrux closed 2 months ago

cerebrux commented 2 months ago

While using the "try Incus" I tried to create an ubuntu 16.04 instance through Web UI. When using the provided image, it reports that

The instance was created, but could not be started. The image used by this instance requires a CGroupV1 host system

image

The overview tab:

image

stgraber commented 2 months ago

The error is correct, Ubuntu 16.04 containers require a system running CGroup1. Modern systems run CGroup2 and are therefore unable to run such old Linux distributions.

This did make me realize that we were still building some very old images for Ubuntu which don't really make sense given that they're now unsupported without additional paid support.

The Ubuntu 16.04, 18.04 and 23.10 images will disappear from our image servers over the coming days.