Package Details: xen-stubdom 4.20.0-2

Git Clone URL: https://aur.archlinux.org/xen.git (read-only, click to copy)
Package Base: xen
Description: Xen hypervisor stubdom files
Upstream URL: https://xenproject.org/
Keywords: hypervisor virtualization xen
Licenses: GPL2
Submitter: sergej
Maintainer: Refutationalist
Last Packager: Refutationalist
Votes: 184
Popularity: 0.071098
First Submitted: 2009-11-09 11:22 (UTC)
Last Updated: 2025-03-13 08:19 (UTC)

Dependencies (42)

Required by (3)

Sources (13)

Pinned Comments

Refutationalist commented on 2025-03-12 12:06 (UTC) (edited on 2025-03-13 08:23 (UTC) by Refutationalist)

We've moved to the newly-stable 4.20.0 branch. There are also other changes:

  • stubdom is fixed by disabling the vtmp and vtpmmgr components. This gets rid of a few source files and our remaining patches.
  • Debug files are only removed if the debug option is not set in makepkg.cfg (or the PKGBUILD itself)
  • pygrub has been removed
  • optdepends are adjusted for the upcoming xen-grub split package for the various Xen flavored builds.

If you're still using pygrub note that it is deprecated. The solution is to build PV grub instead, which used to be in AUR but is now missing. I am asking a couple questions on the mailing list, and I intend to put my current build of xen-grub (which supersedes xen-pvhgrub) on AUR as soon as possible. If you need to build it before that occurs, you can find it in my PKGBUILD repo.

EDIT: 4.20.0-2 adds support for the xen-edk2 package, which has a fixed UEFI for xen

Latest Comments

« First ‹ Previous 1 .. 62 63 64 65 66 67 68 69 70 71 72 .. 101 Next › Last »

kantras commented on 2013-07-19 15:44 (UTC)

I'll look into that one - the xendomains script is supposed to be checking whether /etc/conf.d exists, and then using it for the config file. I'll fix it and upload a new version a little later today (not at my workstation right now). Anything else you noticed? Also, if you are using xendomains and xl, make sure you read the note when installing/upgrading about the change needed to /etc/xen/xl.conf; you have to add the following line (otherwise the script won't understand the format correctly): output_format="sxp"

hugleo commented on 2013-07-19 14:50 (UTC)

It's working perfectly here. Just to note that for the xendomains.service is causing a error due the lack of the file /etc/default/xendomains -- Unit xendomains.service has begun starting up. Jul 19 11:33:15 radiolinux xendomains[1108]: /etc/default/xendomains not existing Jul 19 11:33:15 radiolinux systemd[1]: xendomains.service: main process exited, code=exited, status=6/NOTCONFIGURED Jul 19 11:33:15 radiolinux systemd[1]: Failed to start Xendomains - start and stop guests on boot and shutdown. -- Subject: Unit xendomains.service has failed -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- Documentation: http://www.freedesktop.org/wiki/Software/systemd/catalog/be02cf6855d2428ba40df7e9d022f03d -- -- Unit xendomains.service has failed.

kantras commented on 2013-07-18 21:41 (UTC)

Ok, I've posted an updated version of this package to my website, and it now is using xen-4.3.0 - http://www.kantras.info/xen/xen-4.3.0-1.tar.gz Fixes (highlights) : * No longer conflicts with qemu * Added in template configuration files for xenconsoled and xenstored

kantras commented on 2013-07-18 00:15 (UTC)

I'm going to try and update my build to support xen-4.3 this evening; Just been waiting for a little time after the release for any show stopping bugs to be reported

hugleo commented on 2013-07-11 13:19 (UTC)

For the future of this package I think is better to accept the last kantras suggestions: http://www.kantras.info/xen/xen-4.2.2-2.tgz and rename this package to xen-4.2

<deleted-account> commented on 2013-07-10 06:58 (UTC)

@revellion I have solve the problem. I export LC_ALL=C and export LANG=C, and it works

<deleted-account> commented on 2013-07-10 06:49 (UTC)

@revellion, I have the same problem with @deviousway. Traceback (most recent call last): File "./tools/layoutrom.py", line 583, in <module> main() File "./tools/layoutrom.py", line 564, in main info16 = parseObjDump(infile16, '16') File "./tools/layoutrom.py", line 501, in parseObjDump relocsection = sectionmap[sectionname] KeyError: '.text.asm.src/smp.c.68' make[6]: *** [out/romlayout16.lds] 错误 1 I have try export LANG=C And I also export LC_ALL=en_US.UTF-8, but it still can't work.

tritron commented on 2013-06-17 12:55 (UTC)

Well nice think about Linux is that you can exclude stuff you don't need. So if you don't want to have a bluez then you should disable it --disable-bluez on config line. When package requires blues libs it means that you included bluez dev files when you compiled Xen.

Lastebil commented on 2013-06-17 12:39 (UTC)

I'd agree to that as well - and I'll see if I can't cover a few things on the wiki clearly that are wrong (sdl is an option instead of vnc, for example; SPICE, and links to the various options such as Viridian, OVMF ...) That said, I'm not using SPICE - is anyone?

<deleted-account> commented on 2013-06-17 12:06 (UTC)

@Lastebil, my HVM config is essentially the one on the Arch Wiki (https://wiki.archlinux.org/index.php/Xen#Configuring_a_hardware_virtualized_.28HVM.29_Arch_domU). I would propose that the package build only require the packages to get a dom0 setup. Packages only required for running either a PV and/or HVM should be _optional_. One could then create xen-pv and xen-hvm dummy packages to load the required packages or we could list these optional packages on the wiki.