home.social

#dom0 — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #dom0, aggregated by home.social.

  1. Xen Hypervisor – Open-Source-Virtualisierung für Systemadministratoren

    Hier kommt die Einleitung in das Thema mit Hinweisen, wozu du Xen als Systemadministrator wissen solltest. Xen ist ein leistungsstarker, open-source Type-1-Hypervisor, der dir ermöglicht, mehrere virtuelle Maschinen (Domains) parallel auf einem physischen Host zu betreiben, ohne dass ein Host-Betriebssystem dazwischen funktioniert. Du solltest Xen kennen, weil es in älteren Linux-Umgebungen wie Red Hat Enterprise Linux 5 eine Standardlösung für Virtualisierung war und dir hilft, […]

    andreas-moor.de/xen-hypervisor

  2. @MsDropbear42 the type-1/type-2 terminology should probably be retired at this point. #kvm exhibits a lot of type-2 behaviour (e.g. guests are processes to the kernel) although being #Linux it accesses the hardware directly. #Xen looks more like a typical type-1 layered #hypervisor although a lot of #hardware management is delegated to the #dom0 guest. And that's before you look at the architectural differences between for example #x86 and #arm (with and without #vhe).

  3. #TIL: A #Xen #Dom0 running #Debian 12 Bookworm or #Gentoo may crash xenconsoled or xenstored upon #DomU boot if the Dom0 initially has too much RAM:

    kernel BUG at arch/x86/xen/p2m.c:542!

    In my case it happened with #DebianBookworm's kernel 6.1.0-21-amd64 and in the case of bugs.gentoo.org/920747 (via lists.xenproject.org/archives/) it was Gentoo's 6.1.67-gentoo-x86_64, both with 64 GB.

    Fix:

    /etc/default/grub += GRUB_CMDLINE_XEN_DEFAULT="dom0_mem=1024M,max:1024M"

    /etc/xen/xl.conf += autoballoon=0