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 .. 62 63 64 65 66 67 68 69 70 71 72 .. 102 Next › Last »

kantras commented on 2013-07-19 21:02 (UTC)

Ok, I've just updated and released a new version: http://www.kantras.info/xen/xen-4.3.0-2.tar.gz . It contains fixes for the xenstored config file, as well as to xendomains. I've also added in some patches to xendomains which mean you don't have to set the output_format - for xl, it uses the json output (which is the default)

hugleo commented on 2013-07-19 19:25 (UTC)

Just change the XENDOM0_NAME="Phoenix" to XENDOM0_NAME="Domain-0" in the file ./conf.d-xenstored

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.