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: 185
Popularity: 0.27
First Submitted: 2009-11-09 11:22 (UTC)
Last Updated: 2024-09-20 00:31 (UTC)

Pinned Comments

Refutationalist commented on 2024-12-06 01:37 (UTC)

Please Note: Per best-practices by upstream this package follows the git stable branch. Minor releases do not require a version bump and the PKGBUILD will provide the appropriate version number.

stubdom is still broken.

Latest Comments

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

Refutationalist commented on 2012-11-20 10:50 (UTC)

Here's a service file to rename the dom0. xen-dom0-name.service ---- [Unit] Description=Name the Xen Domain0 for use with XL Requires=xenstored.service ConditionPathExists=/proc/xen [Service] Type=simple ExecStart=/usr/bin/xenstore-write "/local/domain/0/name" "Domain-0" [Install] WantedBy=multi-user.target

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.