Displaying 20 results from an estimated 700 matches similar to: "101th domU fails to start with "SETVCPUCONTEXT failed""
2011 Jan 23
1
SETVCPUCONTEXT failed
Hi guys,
I cannot get my domU''s to boot. My current setup is as follows:
Xen: 4.0.1
Dom0: Debian with custom linux 2.6.32.27 Xen kernel
DomU: Same kernel as Dom0
When I try to start the VM, I just get:
Error: (1, ''Internal error'', ''launch_vm: SETVCPUCONTEXT failed (rc=-1)\n'')
And /var/log/xend.log says:
[2011-01-23 15:36:01 3201] DEBUG
2011 Jan 23
1
SETVCPUCONTEXT failed
Hi guys,
I cannot get my domU''s to boot. My current setup is as follows:
Xen: 4.0.1
Dom0: Debian with custom linux 2.6.32.27 Xen kernel
DomU: Same kernel as Dom0
When I try to start the VM, I just get:
Error: (1, ''Internal error'', ''launch_vm: SETVCPUCONTEXT failed (rc=-1)\n'')
And /var/log/xend.log says:
[2011-01-23 15:36:01 3201] DEBUG
2006 Apr 14
8
[rfc] [patch] 32/64-bit hypercall interface revisited
Last year we had a discussion[1] about how the hypercall ABI
unfortunately contains fields that change width between 32- and 64-bit
builds. This is a huge problem as we come up on the python management
stack for ppc64, since the distributions ship 32-bit python. A 32-bit
python/libxc cannot currently manage a 64-bit hypervisor.
I had a patch but was unable to test it, and some other things were
2008 Aug 27
2
[PATCH] libxc: Use vcpu_guest_context_any_t instead of two pages
libxc: Use vcpu_guest_context_any_t instead of two pages
Signed-off-by: Samuel Thibault <samuel.thibault@eu.citrix.com>
diff -r 14a9a1629590 tools/libxc/xc_dom_boot.c
--- a/tools/libxc/xc_dom_boot.c wed aug 27 10:26:50 2008 +0100
+++ b/tools/libxc/xc_dom_boot.c wed aug 27 12:07:28 2008 +0100
@@ -187,7 +187,7 @@ int xc_dom_boot_image(struct xc_dom_imag
int xc_dom_boot_image(struct
2007 Aug 28
6
[PATCH] Make XEN_DOMCTL_destroydomain hypercall continuable.
# HG changeset patch
# User yamahata@valinux.co.jp
# Date 1188274001 -32400
# Node ID 2c9db26f1d0e0fdd4757d76a67f4b37ba0e40351
# Parent 58d131f1fb35977ff2d8682f553391c8a866d52c
Make XEN_DOMCTL_destroydomain hypercall continuable.
XEN_DOMCTL_destroydomain hypercall frees domain resources, especially
it frees all pages of the domain.
When domain memory is very large, it takes too long resulting in
2012 Dec 12
2
[PATCH v7 1/2] xen: unify domain locking in domctl code
These two patches were originally part of the XSM series that I have
posted, and remain prerequisites for that series. However, they are
independent of the XSM changes and are a useful simplification
regardless of the use of XSM.
The Acked-bys on these patches were provided before rebasing them over
the copyback changes in 26268:1b72138bddda, which had minor conflicts
that I resolved.
[PATCH
2011 Jan 26
9
[PATCH]vtd: Fix for irq bind failure after PCI attaching 32 times
vtd: Fix for irq bind failure after PCI attaching 32 times
Originally when detaching a PCI device, pirq_to_emuirq and pirq_to_irq are freed via hypercall do_physdev_op. Now in function pt_irq_destroy_bind_vtd, duplicated logic is added to free pirq_to_emuirq, but not pirq_to_irq. This causes do_physdev_op fail to free both emuirq and irq. After attaching a PCI device for 32 times, irq resources
2001 Apr 06
2
automatic levels
Hello,
I've imported a csv, semi-colon spearated file with read.csv2,
containing one column of rownames and one column of floating point
numbers. When I look at the column of data with framename$columnname, I
get the values of the column plus level values. Are these level values
created automatically ?
The problem is when I try to calcluate the correlation coefficient
between this set of data
2006 Jul 11
2
Building a Rice Encoder/Decoder from FLAC
I feel really silly asking this, but where is read_residual_partitioned_rice
>
> _() ? I tried using the standard find feature on text editors for all of
> the .c and .cpp files in libFLAC and libFLAC++, but nothing came up.
-Mary
On 7/11/06, Ralph Giles <giles@xiph.org> wrote:
>
> On Tue, Jul 11, 2006 at 04:17:41PM -0700, Mary Amon wrote:
>
> >
2011 Sep 08
5
[PATCH 0 of 2] v2: memshare/xenpaging/xen-access fixes for xen-unstable
The following two patches allow the parallel use of memsharing, xenpaging and
xen-access by using an independent ring buffer for each feature.
Please review.
v2:
- update mem_event_check_ring arguments, check domain rather than domain_id
- check ring_full first because its value was just evaluated
- check if ring buffer is initialized before calling
mem_access_domctl/mem_paging_domctl
2008 Jul 21
15
SYSLINUX Anatomy
Greetings,
As a Google Summer of Code student for the SYSLINUX project, I had the
chance to learn many interesting things from hpa regarding the
internals of SYSLINUX. So besides my main task of implementing ELF
modules loading & linking, I decided to put down in the wiki all the
information I found concerning SYSLINUX development.
In this regard, I have created a special category on the
2013 Feb 21
4
help please - running a guest from an iSCSI disk ? getting more diagnostics than "cannot make domain: -3" ? how to make domain0 "privileged" ?
Good day -
This is my first post to this list , and I''m new to Xen - any help on
this issue would be much appreciated .
I downloaded, built and installed xen-4.2.1 (hypervisor and tools) on
an x86_64 ArchLinux box
updated to latest software as of today.
I am trying to bring up a Linux guest from a remote iSCSI disk.
The iSCSI-initiator (open-iscsi) logs in to the remote target OK and
2010 Sep 20
1
Xen 4.0.1, tap vs tap2, blktap2 documentation, and gentoo-xen-kernel problem
Hi,
I''ve been testing Xen 4.0.1 with kernel 2.6.34.5 +
http://gentoo-xen-kernel.googlecode.com/files/xen-patches-2.6.34-4.tar.bz2,
and one of the things that I noticed immediately is there are two
problems with tapdisk and this combination.
First, the syntax "disk = [''tap:tapdisk:aio: ..." no longer works.
When tested with HVM domU, it boots, but there was no disk
2005 Feb 28
1
openssh 3.9p1 problems on big-endian ARM platform
(please CC, I'm not on the list.)
Hi all,
I'm having some trouble with openssh 3.9p1 on a big-endian ARM platform.
Everything appears to build and run okay, but I can only shell to the box
itself or to other big-endian ARM boxes. Shelling to an x86 box gives me:
Disconnecting: Corrupted MAC on input.
and shelling from an x86 to the ARM gives me the same message.
What's odd is
2008 Sep 25
1
Help: grub problem ( Error 13: Invalid or unsupported executable format )
Hey,
I built a 2.6.18.8-xen kernel and created the initial ram disk by following
the instructions in README file in Xen source package. Then I put a entry
for new kernel in /boot/grub/menu.lst (I am using CentOS 5). Here is the
menu.lst:
##########################################
default=1
timeout=5
splashimage=(hd0,0)/grub/splash.xpm.gz
hiddenmenu
title CentOS (2.6.18-8.el5)
root
2010 Sep 10
1
How to use vhd-util? vhd-update?
Hi,
How can I use "vhd-util" or "vhd-update"? Have someone a manual for this? A
tutorial?
Any help?
I found this link (http://forums.citrix.com/message.jspa?messageID=1373599),
but this link have a poor information. No examples. Anyone have an examples?
Thanks.
--
Roberto Scudeller
Especialista Linux/Unix
beto.rvs@gmail.com
beto_rvs@yahoo.com.br
2010 Apr 08
2
Xen blktap2 wiki page created, more information needed
Hello,
I just started writing a wiki page about blktap2.
It''s here: http://wiki.xensource.com/xenwiki/blktap2
I need more information about blktap2.. I''m not very familiar with it myself.
I can update the wiki then.
-- Pasi
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2010 Apr 08
2
Xen blktap2 wiki page created, more information needed
Hello,
I just started writing a wiki page about blktap2.
It''s here: http://wiki.xensource.com/xenwiki/blktap2
I need more information about blktap2.. I''m not very familiar with it myself.
I can update the wiki then.
-- Pasi
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2001 Apr 25
1
problems with a large data set
Hello,
I have trouble with a data set that comprises 2136 lines of 20 columns.
I would like to do a hierarchical clustering and I tried the following:
ages.hclust <- hclust(dist(ages, method="euclidean"), "ward")
but I get the following error message:
Error: cannot allocate vector of size 17797 Kb
When I try to do the dist() alone first without the hclust(), I get the
2010 Apr 08
23
Xen 4.0 on gentoo hotplug scripts problem?
Hi,
Ive just tried Xen 4.0 on Gentoo with 2.6.32 (also tried 2.6.31)
forward ported dom0 kernel, Xen itself seems to boot up successfully
and everything else on the system is working normally, but when I try
to start a domain xm create appears to hang and eventually I get a
hotplug scripts error:
Error: Device 2049 (vbd) could not be connected.
/etc/xen/scripts/block failed; error detected.