Package Details: xen-docs 4.19.1pre-1

Git Clone URL: https://aur.archlinux.org/xen.git (read-only, click to copy)
Package Base: xen
Description: Xen hypervisor documentation and man pages
Upstream URL: https://xenproject.org/
Keywords: hypervisor virtualization xen
Licenses: GPL2
Submitter: sergej
Maintainer: Refutationalist
Last Packager: Refutationalist
Votes: 186
Popularity: 0.79
First Submitted: 2009-11-09 11:22 (UTC)
Last Updated: 2024-09-20 00:31 (UTC)

Dependencies (35)

Required by (1)

Sources (7)

Pinned Comments

Refutationalist commented on 2024-05-22 22:08 (UTC) (edited on 2024-05-23 00:07 (UTC) by Refutationalist)

As of now (2024-22-05) Xen with stubdom doesn't build because of a problem in the imported code. Been this way for about two weeks. Anyone else seeing this behavior?

Also, there is a lot of work happening on Xen in my development repo, thanks to @Serus. Check it out at: https://github.com/refutationalist/saur

Latest Comments

« First ‹ Previous 1 .. 78 79 80 81 82 83 84 85 86 87 88 .. 101 Next › Last »

Xaseron commented on 2012-11-19 01:55 (UTC)

Typo, .service files won't be copied. for f in ${source[@]}; do [[ $f =~ .mount || $f =~ .fice ]] && install -Dm644 $f "$pkgdir"/usr/lib/systemd/system/$f

Xaseron commented on 2012-11-19 01:39 (UTC)

Remove the instruction of addin xenfs to fstab from xen.install. This is not needed because proc-xen.mount does that and it disables the possibility to boot the system without hypervisior.

tritron commented on 2012-11-18 19:48 (UTC)

It seems that sendomains script does not work with system. my xendomains.services status is always failed and my instances are always stopped. The script does not stop instances at all on shutdown. I had found that open suse xendomains script works fine along with copy of rc.status in /etc/ instances are started at boot time and shutdown and saved at shutdown.

luolimao commented on 2012-11-17 17:19 (UTC)

@xaseron fixed

Xaseron commented on 2012-11-16 13:33 (UTC)

> xen-acpi-processor # This module may not work on all machines; try removing this first if it causes issues. Of course this module does not load, because you can't write a comment right after a module. This space is reserved for options.

Refutationalist commented on 2012-11-16 07:03 (UTC)

Update on that score, running 3.6.6 and Xen 4.1.3 on Fedora garners the same problem! But running the XCP beta did not. Interesting!

Refutationalist commented on 2012-11-15 15:44 (UTC)

Also, I've compiled and run this on a clean install. The xl toolset doesn't seem to hand proper devices to PV domains, and HVM domains reset the computer without printing anything meaningful beyond: (XEN) HVM8: int13_harddisk: function 02, unmapped device for ELDL=87 (XEN) HVM8: int13_harddisk: function 41, ELDL out of range 88 (XEN) HVM8: int13_harddisk: function 02, ELDL out of range 88 (XEN) irq.c:375: Dom8 callback via changed to Direct Vector 0xf3 To the serial console. This is for a machine that I'm deploying soon, I'll keep Arch on it for as long as I can if someone wants me to try things, otherwise I'm going to have to put something else on it and ship it.

kantras commented on 2012-11-15 07:05 (UTC)

FYI - I just uploaded a modified xenstored.service file and var-lib-xenstored.mount (which mounts /var/lib/xenstored as a tmpfs, since it doesn't need to be persistent between boots) to my temp site. As for libvirt support, I've been tracking xen-devel and its very early stages; see http://lists.xen.org/archives/html/xen-devel/2012-10/msg01853.html for the start of the thread discussing this