xen-tools ========= [![Travis CI Build Status](https://api.travis-ci.org/xen-tools/xen-tools.svg)](https://travis-ci.org/xen-tools/xen-tools) * [Homepage](https://www.xen-tools.org/software/xen-tools) * [Change Log](https://github.com/xen-tools/xen-tools/blob/master/NEWS.markdown) * Official Git Repositories: * [at GitHub](https://github.com/xen-tools/xen-tools) (primary, includes [Issue Tracker](https://github.com/xen-tools/xen-tools/issues)) * [at GitLab](https://gitlab.com/xen-tools/xen-tools) (secondary, doesn't support the `git://` protocol.) * Historical Git Repository: [at Gitorious](https://gitorious.org/xen-tools) (_outdated_, no more updated, for historical reference only) * [Mailing Lists](https://www.xen-tools.org/software/xen-tools/lists.html) About ----- xen-tools contains a collection of Perl scripts for working with Xen guest images under Linux. Using this software, you can easily create new [Xen](http://www.xen.org/) guests configured to be accessible over the network via [OpenSSH](http://www.openssh.org/). xen-tools currently has scripts to install most releases of [Debian](https://www.debian.org/) (starting with 3.1 "Sarge") and [Ubuntu](http://www.ubuntu.com/) (starting with 6.06 LTS "Dapper") and some RPM-based distributions. On the Dom0 side all current Xen supporting distributions should work. However, currently only Debian and Ubuntu releases are tested and known to work reliably, i.e.: ### Debian * Sarge 3.1 (i386 and DomU only) [¹](#1) * Etch 4.0 (Dom0 no more tested) [¹](#1) * Lenny 5.0 (Dom0 no more tested) [¹](#1) * Squeeze 6.0 (Dom0 no more tested) [¹](#1) * Wheezy 7 (Dom0 no more tested) [¹](#1) * Jessie 8 * Stretch 9 * Buster 10 * Bullseye 11 (under development) * Bookworm 12 (knows about this future release name) * Trixie 13 (knows about this future release name) * Sid (always under development; works at least at the moment of writing :-) ### Ubuntu (only DomUs tested) * Dapper Drake 6.06 (LTS) [¹](#1) [²](#2) * Edgy Eft 6.10 [¹](#1) [²](#2) * Feisty Fawn 7.04 [¹](#1) * Gutsy Gibbon 7.10 [¹](#1) * Hardy Heron 8.04 (LTS, see [Installing Ubuntu 8.04 as DomU][2]) [¹](#1) * Interpid Ibex 8.10 [¹](#1) * Jaunty Jackaplope 9.04 [¹](#1) * Karmic Koala 9.10 [¹](#1) * Lucid Lynx 10.04 (LTS) [¹](#1) * Maverick Meerkat 10.10 [¹](#1) * Natty Narwhal 11.04 [¹](#1) * Oneiric Ocelot 11.10 [¹](#1) * Precise Pangolin 12.04 (LTS) [¹](#1) * Quantal Quetzal 12.10 * Raring Ringtail 13.04 * Saucy Salamander 13.10 * Trusty Tahr 14.04 (LTS) * Utopic Unicorn 14.10 * Vivid Vervet 15.04 * Wily Werewolf 15.10 * Xenial Xerus 16.04 (LTS) * Yakkety Yak 16.10 * Zesty Zapus 17.04 * Artful Aardvark 17.10 * Bionic Beaver 18.04 (LTS) * Cosmic Cuttlefish 18.10 * Disco Dingo 19.04 * Eoan Ermine 19.10 * Focal Fossa 20.04 (LTS) * Groovy Gorilla 20.10 * Hirsute Hippo 21.04 (under development) ### Footnotes
¹
Installation with `xen-create-image` and updating with `xen-update-image` might fail with newer kernels/distributions as Dom0 without `vsyscall=emulate` on the kernel commandline.
²
At least between debootstrap version 1.0.37 and 1.0.93 (including) these distributions needs editing of `/usr/share/debootstrap/scripts/edgy`, see [#659360][1].
[1]: https://bugs.debian.org/659360 "debootstrap in Wheezy can no more build Ubuntu Edgy or earlier" [2]: http://www.linux-vserver.org/Installing_Ubuntu_8.04_Hardy_as_guest "There is an issue with debootstrap on hardy not installing ksyslogd." ### CentOS (only DomUs tested, pygrub support incomplete) * CentOS 5 * CentOS 6 Packages -------- xen-tools are available prepackaged in Debian (and derivates) and as source tar-ball for local installation. Installing from source should work flawlessly on most Linux systems that meet the installation requirements. Requirements ------------ To use these tools you'll need the following software: * [debootstrap](https://packages.debian.org/debootstrap) * Perl and the following Perl modules * [Config::IniFiles](https://metacpan.org/release/Config-IniFiles) ([Debian Package libconfig-inifiles-perl](https://packages.debian.org/libconfig-inifiles-perl)) * [Text::Template](https://metacpan.org/release/Text-Template) ([Debian Package libtext-template-perl](https://packages.debian.org/libtext-template-perl)) * [Data::Validate::Domain](https://metacpan.org/release/Data-Validate-Domain) ([Debian Package libdata-validate-domain-perl](https://packages.debian.org/libdata-validate-domain-perl)) * [Data::Validate::IP](https://metacpan.org/release/Data-Validate-IP) ([Debian Package libdata-validate-ip-perl](https://packages.debian.org/libdata-validate-ip-perl)) * [Data::Validate::URI](https://metacpan.org/release/Data-Validate-URI) ([Debian Package libdata-validate-uri-perl](https://packages.debian.org/libdata-validate-uri-perl)) * [File::Slurp](https://metacpan.org/release/File-Slurp) ([Debian Package libfile-slurp-perl](https://packages.debian.org/libfile-slurp-perl)) * [File::Which](https://metacpan.org/release/File-Which) ([Debian Package libfile-which-perl](https://packages.debian.org/libfile-which-perl)) * and some more modules which are part of the Perl core and hence do not need to be installed separately. * "Make", if you are not installing through a package manager. You can try to install RPM-based distributions such as CentOS, or Fedora Core, but you will need a correctly installed and configured [rinse](https://packages.debian.org/rinse) package. This is currently not fully supported. If you wish to create new Xen instances which may be controlled by users via a login shell you can have a look at the (currently unmaintained) [xen-shell](https://xen-tools.org/software/xen-shell/) project. ### Caveats For security reasons (avoid risk to circumvent [ASLR][3]), recent kernels have disabled the `vsyscall` mapping. Unfortunately older distributions don't run and hence can't be bootstrapped without it. To enable trapping and enabling emulate calls into the fixed vsyscall address mapping and hence to run and bootstrap older Linux distributions in a chroot (as xen-tools does), you need to add `vsyscall=emulate` to the kernel commandline, e.g. by adding it to `GRUB_CMDLINE_LINUX_DEFAULT` in `/etc/default/grub`, then running `update-grub` afterwards and finally reboot. [3]: https://en.wikipedia.org/wiki/Address_space_layout_randomization "Address Space Layout Randomization" Installation ------------ As root or with sudo, execute `make install`. See `debian/README.source` how to build the Debian package from a checked out copy of the git repository (i.e. without a source tar ball). The Scripts ----------- Here is a brief description of each included script, for more thorough documentation please consult the appropriate man page. ### xen-create-image This script is designed to create new images which may be used with the Xen hypervisor. This script performs the initial setup, then delegates the real work to a collection of helper scripts: * `xt-install-image`: Installs a distribution into a directory. * `xt-customize-image`: Run a collection of hook scripts to configure the freshly installed system. * `xt-create-xen-config`: Create a configuration file in `/etc/xen` such that Xen can boot the newly created machine. * `xt-guess-suite-and-mirror`: In case of a Debian or Ubuntu Dom0, this script tries to guess the most suitable suite and mirror for DomUs based on the Dom0's `/etc/apt/sources.list`. ### xen-create-nfs This script is similar in spirit to `xen-create-image`, but much less complex. It allows the creation of Xen guests which are diskless, mounting their root filesystem over a remote NFS-share. There are not many options to tweak, but still a useful addition to the suite. ### xen-delete-image This script will allow you to completely remove Xen instances which have previously been created by `xen-create-image`, this includes removing the storage block devices from the system, and deleting the Xen configuration file. ### xen-list-images List all the created images beneath a given root directory along with a brief overview of their setup details. ### xen-update-image This script runs "apt-get update; apt-get upgrade" for a given Xen image. #### NOTES * The image should not be running or corruption will occur! * The script should only be used for Xen instances of Debian or a Debian-derived distribution. Version Numbering Scheme ------------------------ Since release 4.4, the version numbering scheme of xen-tools tries to comply with the [Semantic Versioning](http://semver.org/) specification, with the only exception that trailing zeroes are omitted. Between the releases 3.9 and 4.4, the version numbering scheme followed roughly the same ideas, but less strict. Test Suite Coverage ------------------- [![Coverage Status](https://coveralls.io/repos/xen-tools/xen-tools/badge.svg?branch=master)](https://coveralls.io/r/xen-tools/xen-tools?branch=master) Despite parts of the test suite are quite old, it only tests a small fraction of what xen-tools can do. Some of the scripts currently could only be tested on an actual Xen Dom0. Hence the [code coverage of xen-tools' test suite is quite bad](https://coveralls.io/r/xen-tools/xen-tools). Bugs ---- ### Reporting Bugs If you're using the current packages included as part of the Debian GNU/Linux distribution or a derivative, please first report any bugs using the distribution's way to report bugs. In case of Debian this would be using e.g. `reportbug xen-tools`. If you're using the xen-tools built from source tar ball, please [report bugs via GitHub's issue tracker](https://github.com/xen-tools/xen-tools/issues/new), or, if you don't want to create a GitHub account or are not sure if it's really a bug, feel free to just write an e-mail to the [xen-tools dicsussion mailing list](mailto:xen-tools-discuss@xen-tools.org). If you're capable of fixing it yourself a patch is appreciated, and a test case would be a useful bonus. ### Known/Open Issues You can check the following ressources for known or open issues: * [xen-tools Issue Tracker at GitHub](https://github.com/xen-tools/xen-tools/issues) (primary upstream bug tracker) * [Mailing list archives of the xen-tools mailing lists](https://xen-tools.org/software/xen-tools/lists.html) (might contain, loose, non-formal bug reports) * [TODO file in the source code](https://github.com/xen-tools/xen-tools/blob/master/TODO.markdown) * [xen-tools in the Debian Bug Tracking System](https://bugs.debian.org/xen-tools) * [xen-tools in Ubuntu's Launchpad](https://bugs.launchpad.net/ubuntu/+source/xen-tools) — The Xen-Tools Developer Team