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 .. 94 95 96 97 98 99 100 101 102 Next › Last »

<deleted-account> commented on 2010-11-11 15:34 (UTC)

I am having trouble getting xm to work with python2.7. I think this needs this patch: http://www.gossamer-threads.com/lists/xen/devel/182210

robertfoster commented on 2010-11-02 22:44 (UTC)

updated,reversioned,removed some unappropriate patches

<deleted-account> commented on 2010-11-02 14:44 (UTC)

patch: **** Can't open patch file ../xen.patch : No such file or directory Apparently either that command line is obsolete or xen.patch is missing from package...

<deleted-account> commented on 2010-10-26 03:28 (UTC)

Looks like i needed to change: (network-script /bin/true) to (network-script network-bridge). Also needed to ensure that the config file for the VM has eth0 as it's bridge instead of xenbr0. Thanks, Ryan

<deleted-account> commented on 2010-10-25 21:16 (UTC)

I'm getting the following error when i attempt to load a VM: [root@xen ~]# xm create dc.hvm Using config file "/etc/xen/dc.hvm". Error: Device 0 (vif) could not be connected. Hotplug scripts not working. I spoke with some people in ##xen and they have indicated that this normally occurs when the network backend isn't working properly. This is a fresh install with only Xen on it. ifconfig shows the following: http://paste.pocoo.org/show/281452/ Any thoughts?

robertfoster commented on 2010-10-23 14:45 (UTC)

a first approach to grub-mkconfig for xen entries

robertfoster commented on 2010-10-23 14:21 (UTC)

Please let me know if there are other problems

robertfoster commented on 2010-10-23 14:20 (UTC)

Updated to work with python2 Commented xen-initscript.patch

Refutationalist commented on 2010-10-21 20:13 (UTC)

Oh, about that patch: you'll want to add it to the PKGBUILD right after the first python change patch to get it to go cleanly, and you'll need to update the deps, obviously.

Refutationalist commented on 2010-10-21 20:11 (UTC)

Here's an incredibly brute force patch to allow it to build with the recent python changes: http://aur.pastebin.com/DYQCmUHx I also have some improved init scripts and such-- but like this patch, they're kinda hackish right now.