Group: Software/FSDG distributions/DistroExecutionEnvironments

From LibrePlanet
< Group:Software‎ | FSDG distributions
Revision as of 04:07, 26 December 2022 by GNUtoo (talk | contribs) (Running distributions in a virtual execution environments: Add infos about Parabola)
Jump to: navigation, search

Introduction

The Free System Distribution Guidelines (GNU FSDG) have the following:

Complete Distros

Our list of distributions is a guide for systems you can install in a computer. Therefore, it only includes distributions that are complete in themselves and ready to use. [...]

An exception to this requirement and to the self-hosting requirement above is for small system distributions, which are distros designed for devices with limited resources, like a wireless router for example. Free small system distributions do not need to be self-hosting or complete, because it is impractical to do development on such a system, but it must be developable and buildable on top of a free complete system distribution from our list of distributions, perhaps with the aid of free tools distributed alongside the small system distribution itself.

So sometimes (like with Replicant) building the small distribution rely on being able to install specific FSDG compliant distributions.

So for instance building Replicant has only been tested on specific distributions (typically Trisquel), so if you run another FSDG distribution (like Parabola for instance) you might want to run Trisquel under Parabola somehow.

Other uses cases could be to deploy services that is packaged in a distribution and not another.

For instance Freedombox is in PureOS and in Trisquel but not in Parabola or Guix.

Installing

There are often various possibilities for installing an FSDG distribution in a virtual environment. For instance

  • You can cross bootstrap it (see the CrossDistroBootstrap article for more details)
  • You can also install in a VM that emulates a complete computer like Qemu with KVM.

Running distributions in a virtual execution environments

Here some known working combinaison of distributions and virtual execution environments:

Distributions
Guix Hyperbola Parabola PureOS Replicant Trisquel 8.0 (Flidas) Trisquel 9.0 (etiona) Trisquel 10 (nabia)
Runtimes libvirt's LXC No[1][2] Yes Yes Yes No[3] No[4] Yes Yes
Qemu / Qemu KVM / Bare metal Yes Yes Yes Yes No[3] Yes Yes Yes
Docker Yes[5] ? Not packaged[6]. No[7] No[3] ? No[8] No[8]

Virtual execution environments availability in FSDG compliant distributions

Distribution Guix Parabola
Docker Yes[9] Yes[10]
Libvirt LXC No[11] Yes[12]
Libvirt qemu-kvm Yes Yes
Libvirt Xen No[13] No[14]

References

  1. guix system cannot produce a chroot in a directory if it's not backed by a block device.
  2. guix system init doesn't have an easy way for the host to know which init binary to run which which arguments.
  3. 3.03.13.2 Nobody tried to run Replicant in a vm or container.
  4. At the time of writing (May 2021) Trisquel 8 doesn't work anymore in LXC through libvirt in Parabola: Failed to create symlink /sys/fs/cgroup/net_cls: Operation not permitted Freezing execution. This is due to a cgroup API change. However Trisquel 9 works fine in this context and Trisquel 8 is not supported anymore by Trisquel since April 2021.
  5. An image can be produced with the 'guix system image -t docker system.scm' command.
  6. [A project https://git.parabola.nu/~lukeshu/parabola-docker.git/tree/README.md] exist to build Parabola docker images but it's not packaged in Parabola
  7. PureOS has a package for debuerreotype, the software used to create the semi-official Debian images on docker.com, but it's not setup to use PureOS repositories. Someone needs to bug report to get it fixed or to have the package removed.
  8. 8.08.1 Trisquel 9 and Trisquel 10 have a package for debuerreotype, the software used to create the semi-official Debian images on docker.com, but it's not setup to use Trisquel repositories. Someone needs to bug report to get it fixed or to have the package removed.
  9. There is a docker package and service
  10. The Parabola docker package has a docker service that can be activated.
  11. Libvirt LXC is available in Guix, but trying to run Parabola in libvirt LXC results in this error: "Unable to complete install: 'internal error: guest failed to start: Failure in libvirt_lxc startup: Unable to create directory /sys/fs/cgroup/unified: No such file or directory'". And Parabola is known to work in libvirt LXC (at least in Parabola).
  12. Tested with Parabola, Trisquel 9, Trisquel 10 and other distributions.
  13. Guix's libvirt seems not to be built with Xen
  14. libvirt is not built with Xen support in the libvirt package (which comes from Arch Linux).