Package Details: xen-docs 4.18.1pre-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: 185
Popularity: 0.20
First Submitted: 2009-11-09 11:22 (UTC)
Last Updated: 2024-01-19 23:00 (UTC)

Required by (1)

Sources (17)

Pinned Comments

Refutationalist commented on 2024-05-22 22:08 (UTC) (edited on 2024-05-23 00:07 (UTC) by Refutationalist)

As of now (2024-22-05) Xen with stubdom doesn't build because of a problem in the imported code. Been this way for about two weeks. Anyone else seeing this behavior?

Also, there is a lot of work happening on Xen in my development repo, thanks to @Serus. Check it out at: https://github.com/refutationalist/saur

Latest Comments

« First ‹ Previous 1 .. 94 95 96 97 98 99 100 101 Next › Last »

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.

nicedream commented on 2010-10-21 19:39 (UTC)

Seems to not compile with the recent change from python2 to python3.

Magicking commented on 2010-10-02 19:11 (UTC)

I experienced the same problem as robertmarq and resolved it by adding the evtchn module.

<deleted-account> commented on 2010-09-20 16:52 (UTC)

I can not start xend. Error: Unable to connect to xend: No such file or directory. Is xend running? start xenstored.. [root@sistemas sistemas]# xenstored [root@sistemas sistemas]# FATAL: Failed to open evtchn device: No such file or directory

Refutationalist commented on 2010-09-15 06:46 (UTC)

At least on x86_64, I needed to start xenstored, then xend, then xenconsoled in order to get proper functioning under xen 4.0.1-- this is with the pv-ops git repository, stable branch.

luka commented on 2010-09-02 12:03 (UTC)

i have only one issue; when using vnc i can't start domu. in log file there is an error: xen be core: xen be core: can't open gnttab device can't open gnttab device

luka commented on 2010-09-01 21:55 (UTC)

i found out that error is in xen-initscript.patch - in xend file, i have removed this patch and everything works now just fine :-) also i can compile and run xen without any patches...