Package Base Details: xen

Git Clone URL: https://aur.archlinux.org/xen.git (read-only, click to copy)
Keywords: hypervisor virtualization xen
Submitter: sergej
Maintainer: Refutationalist
Last Packager: Refutationalist
Votes: 185
Popularity: 0.39
First Submitted: 2009-11-09 11:22 (UTC)
Last Updated: 2024-01-19 23:00 (UTC)

Latest Comments

« First ‹ Previous 1 .. 36 37 38 39 40 41 42 43 44 45 46 .. 101 Next › Last »

mks commented on 2015-04-30 00:38 (UTC)

Hi Guys, I'm fairly new to this but having the same problem as some of you having. I'm unable to start DomUs (PV and HVM) with following error; /usr/lib/xen/bin/qemu-system-i386: error while loading shared libraries: libgnutls.so.28: cannot open shared object file: No such file or directory. I have tried upgrading Xen 4.4 to 4.5 but it's failing even with sheep_42's suggestion; 'For that, remove from the ./configure line : "--enable-stubdom --enable-qemu-traditional --enable-rombios" and add "--disable-qemu-traditional".' rm: cannot remove usr/share/xen/qemu/openbios-*: Not a directory ERROR: A failure occured in package(). Aborting... I tried downgrading libgnutls but the package suggested by zir_blazer is not being recognized by pacman as a valid archive. Any help with either upgrading Xen to 4.5 or making gnutls work with 4.4 would be appreciated. Thanks!

aneeshusa commented on 2015-04-29 20:09 (UTC)

I've only done minimal testing, but I just updated to linux 4.0.1-1 and Xen doesn't appear to be broken as opposed to 3.19, for anyone looking to upgrade from 3.18. (I also have gnutls 3.40 but no HVM domUs.)

zir_blazer commented on 2015-04-28 10:02 (UTC)

Interesing. If I get too anxious I could try building it that way and checking if it works, since I don't use anymore qemu-xen-traditional. I already did the procedure from the link you provided. The problem is that it just include instructions on how to enable SPICE in a DomU, not how to use it. I posted on xen-users and was later told that I need to use a SPICE client, like virt-viewer: http://lists.xenproject.org/archives/html/xen-users/2015-04/msg00124.html ...Which is the reason why I broke my Xen install as I had to upgrade gnutls to use it. I believe the next step would be to do something like executing virt-viewer <DomU name>, which should work according to this: http://linux.die.net/man/1/virt-viewer

tony_42 commented on 2015-04-27 17:47 (UTC)

Hi zir_blazer, To compile Xen with recent gnutls, you could use --disable-qemu-traditional as a workaround if you don't intend to use qemu-traditional or stubdomain. For that, remove from the ./configure line : "--enable-stubdom --enable-qemu-traditional --enable-rombios" and add "--disable-qemu-traditional". For the usb redirection feature of SPICE, you can look at http://wiki.xen.org/wiki/SPICE_support_in_Xen, there is an example configuration file.

zir_blazer commented on 2015-04-27 16:05 (UTC)

For anyone that needs instructions on how to downgrade gnutls until the xen package gets updated to work with gnutls 3.4, you need to download and install the older, working package from the Arch Rollback Machine. Don't worry, you can do it in two commands: curl -O https://seblu.net/a/arm/packages/g/gnutls/gnutls-3.3.14-2-x86_64.pkg.tar.xz pacman -U gnutls-3.3.14-2-x86_64.pkg.tar.xz This applies both to build the xen package, and to use xl create to open your DomU. Keep in mind that you can break your working Xen install while it is running, if you update with pacman -Syyu. After the upgrade, xl create will give out errors. This means that you can screw up your working Xen install if you update Arch Linux while Xen it is running (And its possible that you can fix it downgrading without rebooting, too). Also, did anyone successfully managed to use the SPICE USB Redirect feature? I was told that besides adding a few SPICE-related parameters to my DomU Config File, I also need to use a SPICE client like virt-viewer. virt-viewer is also the very reason why I upgraded gnutls, which broke my Xen install. Since I can't have the latest gnutls, virt-viewer fails, but if I upgrade gnutls xl create fails, so in order to test SPICE I will have to wait for this package to catch up. If someone has a guide or a link with instructions to get it working, I will be most thankful.

sgowie commented on 2015-04-27 15:24 (UTC)

Compilation fails with gnutls 3.4.0-1, presenting: undefined reference to `gnutls_kx_set_priority' Downgrading gnutls corrected the issue.

trixpan commented on 2015-04-25 10:34 (UTC)

has anyone managed to complete makepkg using gcc 5? Seems to be a little bit challenging... https://bugzilla.suse.com/show_bug.cgi?id=921994

ArthurBorsboom commented on 2015-04-24 09:29 (UTC)

My Xen broke too after updating the gnutls to 3.4.0. To fix it, I had to: - edit the PKGBUILD and add a pause command (read -p "wait") at the prepare function (to manually apply the patch) - edit the PKGBUILD on the fly by replacing ../.. with $srcdir (to fix the source dir assumption) - At the moment the prepare statement is waiting, applying the gnutls-3.4.0.patch from a second terminal. - Continue the build in the first terminal. This repaired my Xen and it is working as before.

kantras commented on 2015-04-23 20:06 (UTC)

Testing and should be releasing update either tonight or tomorrow

lembang commented on 2015-04-23 19:56 (UTC)

@hugleo The patch works perfect for me. Thank you.