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 .. 23 24 25 26 27 28 29 30 31 32 33 .. 102 Next › Last »

<deleted-account> commented on 2017-01-12 22:59 (UTC)

Adopted package as nobody else seemed to be interested. @John if you still are interested, contact me :) Updated to 4.8, hope I didn't break anything. Removed a lot of patches that are not needed anymore and updated XSAs. I also removed the ati-passthrough patch as it was for Xen 4.4 and didn't apply anymore.

lazycat commented on 2017-01-10 09:23 (UTC)

Hello all! Trying to create Xen PV domU, receive this: [ 0.167092] dmi: Firmware registration failed. [ 5.308116] Initramfs unpacking failed: write error ...and later :: Mounting '/dev/disk/by-label/ARCH_201701' to '/run/archiso/bootmnt' ERROR: '/dev/disk/by-label/ARCH_201701' device did not show up after 30 seconds... Falling back to interactive prompt You can try to fix the problem manually, log out when you are finished sh: can't access tty; job control turned off [rootfs ]# What I'm doing wrong?

ArthurBorsboom commented on 2016-12-11 08:59 (UTC)

I have disowned the package since I have no added value anymore. My preference goes to John maintaining the package. If it doesn't work (so I can test), you will here in the comment box here. :) Package is currently unmaintained.

JohnTh commented on 2016-12-07 07:31 (UTC)

Hi, xen-4.8.0 release has been tagged on xen git. I have update my master to use it and it needs testing. No release notes yet though. https://gitlab.com/johnth/aur-xen/ I included Xen's PGP signature in the PKGBUILD. Install the key (confirm here: https://www.xenproject.org/developers/teams/hypervisor/openpgp.html) with, as the user you build with: gpg --keyserver pgp.mit.edu --recv-key 23E3222C145F4475FA8060A783FE14C957E82BD9 Or use --skippgpcheck, or comment out the .sig and SKIP sha256sum for it in PKGBUILD. I am still unable to test, sorry, and am not happy maintaining until I can as it makes it too hard to troubleshoot. Cheers

bacondropped commented on 2016-11-18 15:25 (UTC)

@ParadoxSpiral @JohnTh The build failed as well on my Manjaro machine with the same relocation errors. I've had this problem before, this seems to happen thanks to 'hardening-wrapper', which forces PIC/PIE, which in turn has its problems when sub-libraries do not configure CFLAGS correctly. I solved the problem by building this package in a clean Arch VM (overkill, I know, but it worked fine).

bacondropped commented on 2016-11-18 15:21 (UTC) (edited on 2016-11-18 18:39 (UTC) by bacondropped)

Perhaps this project could provide 'xenstore'? https://www.archlinux.org/packages/extra/x86_64/pulseaudio-xen/ requires it, and the 'xenstore' package conflicts with this one. (NOTE: Although, for instance, pulseaudio-xen required libxenctrl.so.4.0 which xenstore provides, so this change would be breaking; but it'd be an update, so...)

Refutationalist commented on 2016-11-12 04:47 (UTC)

@JohnTh: 4.7.1-2 fixed it. Additionally, Xen resumed a vm across the upgrade and boots, which is the first time that's worked in a while without a lot of finagling.

ArthurBorsboom commented on 2016-11-11 16:07 (UTC)

@JohnTh: "I will think about maintaining"... and? :)

JohnTh commented on 2016-11-11 12:05 (UTC)

@Refutationalist See if the latest commit on my gitlab repository fixes this? It applies this patch: http://xenbits.xen.org/gitweb/?p=xen.git;a=patch;h=9714f6b87e19b32d3a6663a20df6610265c4bfe5 Discussed here: https://lists.xenproject.org/archives/html/xen-devel/2016-09/msg02889.html cheers