Package Details: xen-docs 4.21.2pre-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: 182
Popularity: 0.000012
First Submitted: 2009-11-09 11:22 (UTC)
Last Updated: 2026-05-06 02:59 (UTC)

Required by (3)

Sources (13)

Latest Comments

« First ‹ Previous 1 .. 72 73 74 75 76 77 78 79 80 81 82 .. 102 Next › Last »

tritron commented on 2013-03-03 20:48 (UTC)

DId anyone had compiled this package with spice and spice-protocol?

thunderforce commented on 2013-03-01 18:16 (UTC)

@luolimao many thanks! I was able to install the new package version now, on to setting up Xorg

luolimao commented on 2013-03-01 05:47 (UTC)

I'll check out the patch that @Anty posted earlier and see if that actually fixes it, but I'm just disabling the qemu docs in the meantime.

luolimao commented on 2013-03-01 05:34 (UTC)

@tritron thanks for the tip @thunderforce I'm adding it to the PKGBUILD and I'll upload as soon as I test it out.

thunderforce commented on 2013-03-01 00:34 (UTC)

@triton sorry for the dummy question, but how exactly do I add "--disable-docs" to the Makefile. When I edit it, it keeps getting overwritten.

tritron commented on 2013-02-26 05:16 (UTC)

Couple does this package creates /etc/xen/conf/%i.cfg ? My config files are in /etc/xen I don't see config anywere. I also have strange error with 4.3 libxl: error: libxl_dom.c:612:libxl__build_hvm: hvm building failed libxl: error: libxl_create.c:885:domcreate_rebuild_done: cannot (re-)build domai n: -3 libxl: error: libxl_dm.c:1238:libxl__destroy_device_model: could not find device -model's pid for dom 7 libxl: error: libxl.c:1414:libxl__destroy_domid: libxl__destroy_device_model fai led for 7 I get this does anyone knows what is causing it ?

Anty commented on 2013-02-25 19:39 (UTC)

@tritron Hi, Thanks, disable qemu-doc works perflectly. Regards, anty

tritron commented on 2013-02-25 14:49 (UTC)

Couple does this package creates /etc/xen/conf/%i.cfg ? My config files are in /etc/xen I don't see config anywere. I also have strange error with 4.3 libxl: error: libxl_dom.c:612:libxl__build_hvm: hvm building failed libxl: error: libxl_create.c:885:domcreate_rebuild_done: cannot (re-)build domai n: -3 libxl: error: libxl_dm.c:1238:libxl__destroy_device_model: could not find device -model's pid for dom 7 libxl: error: libxl.c:1414:libxl__destroy_domid: libxl__destroy_device_model fai led for 7 I get this does anyone knows what is causing it ?

tritron commented on 2013-02-25 14:45 (UTC)

The easiest way to work around this issue is to disable docs creation under Makefile in tools So if we add this we can work around the issue. --datadir=$(SHAREDIR)/qemu-xen \ --disable-kvm \ + --disable-docs \