Displaying 20 results from an estimated 30000 matches similar to: "xm shutdown --all --wait and zombie domains"
2005 Oct 31
5
zombie domains
Hi,
How can I figure why some domain is still in zombie state, like these ones:
master-xen root /vm/ttylinux# xm list
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 574 1 r----- 90.5
Zombie-small-11 28 0 1 ---s-d 0.9
Zombie-small-17 34 0 1 ---s-d
2005 Dec 22
3
bug report of xm list and xm vcpu-list
Hi,
Xm list and xm vcpu-list show wrong DomID(name).
Under this situation,
# xm list
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 512 1 r----- 1064.6
test1 13 64 1 r----- 83879.7
# xm list 1 13
Error: Domain ''1'' not found when running ''xm list''
# xm list
2006 May 12
9
[PATCH] Make "xm mem-set" be lower bound on domX-min-mem
This patch causes "xm mem-set" to be lower bound on domX-min-mem option
in xend-config. Another configuration option called domU-min-mem has
been introduced, which works similarly to dom0-min-mem. This is prevents
users from freezing the system when doing "xm mem-set" on very low
values like 32M.
Signed-off-by: Aravindh Puthiyaparambil
2006 Apr 12
5
domU still not rebooting in 3.0.2
After upgrading to 3.0.2 I tried rebooting a domU (a problem sometimes in
3.0.1 related to bug 514) it failed to come back up. This was in my xend.log.
("Refusing to restart to avoid loops." .... )
[2006-04-11 20:53:39 xend.XendDomainInfo] DEBUG (__init__:988) Storing
domain details: {''console/ring-ref'': ''223144'', ''console/port'':
2005 Nov 10
2
[PATCH][RESEND] xm reboot for vmx domain
This patch fixes the bug that "xm reboot <domid>" can not reboot vmx
domain.
In xm reboot process, control panel will wait until DomU notified it.
Unlike DomU, vmx domain can not passively do that, since it runs
unmodified OS. This patch adds the missing logic in control panel.
Any comment?
Signed-off-by: Xu Dan <dan.d.xu@intel.com >
Yu Ke
2005 Dec 26
1
[PATCH] symmetricalization of system info command xm info, top, dmesg and log
These xm info, top, dmesg and log requre no parameter.
But log''s error message differs from other 3 command''s error messages,
when parameter is given.
# xm log 1
Error: ''xm log'' requires 0 argument.
log Print the xend log
Other 3 commands ignore parameter.
I think it might be better symmetricalize.
Signed-off-by: Yoshinori
2004 Dec 07
2
Dead domains don''t disappear from xm list
Hi,
When a domain shuts down it seems to stay visible in the output of xm list
(see below) even if I do an ''xm destroy''. Has something changed (they used
to disappear just fine for me)? I am running Xen 2.0 (fairly up-to-date).
Name Id Mem(MB) CPU State Time(s) Console
Domain-0 0 395 0 r---- 2377.2
cagnode91-clone 10 199 2
2006 Mar 07
8
[PATCH] xm,xend: flesh out xm sched-sedf
This patch
-Displays[1] current parameters for running domains ala xm list
-Allow users to set[2] one or more parameters[3] without having to
provide values for parameters they do not wish to change
-Adds additional testing of sched-sedf via new xm-test testcases.
With this patch applied, test 02_sedf_period_lower_neg.py exposes a
bug[4]. I''ll follow up this email with a patch for
2007 Jan 29
5
Permission denied in domain_sched_credit_set
Some time in the last few dozen changesets (I''m at 13662:5bb084098493
now) I''ve started getting this error on xm create:
[2007-01-29 12:23:41 7373] ERROR (__init__:1072) (13, ''Permission denied'')
Traceback (most recent call last):
File "/home/brendan/dev/xen/xen-ss.hg/dist/install/usr/lib/python/xen/xend/Xen
dDomain.py", line 1364, in
2005 Nov 13
17
Working hotplug, but still timing out waiting for vbd device
I''m running Xen3 7775 with udev 073 (which was a PITA to get working, as
the initrd I''ve been running for quite some time uses an older one --
but that''s an entirely different story). My dom0 is Gentoo-based.
When I try to start a DomU, it times out waiting for hotplug-based
notification, as per the following:
DEBUG (DevController:69) Waiting for devices vif.
DEBUG
2005 Nov 13
17
Working hotplug, but still timing out waiting for vbd device
I''m running Xen3 7775 with udev 073 (which was a PITA to get working, as
the initrd I''ve been running for quite some time uses an older one --
but that''s an entirely different story). My dom0 is Gentoo-based.
When I try to start a DomU, it times out waiting for hotplug-based
notification, as per the following:
DEBUG (DevController:69) Waiting for devices vif.
DEBUG
2006 Jun 09
15
[RFC][PATCH] Secure XML-RPC for Xend
Hi,
The following patch implements a secure XML-RPC protocol for Xend.
Instead of using HTTPS with basic authentication and dealing with all
that nasty OpenSSL/PAM integration, it just uses SSH. This gives you
all the properties you want (great security and PAM integration) with
very little code.
There are some minor issues so I''d rather it not be applied
immediately.
2007 Jan 05
10
[PATCH 1/7] Fix pygrub path on Solaris
Fix for pygrub path on Solaris.
Signed-off-by: John Levon <john.levon@sun.com>
diff --git a/tools/python/xen/xend/XendDomainInfo.py b/tools/python/xen/xend/XendDomainInfo.py
--- a/tools/python/xen/xend/XendDomainInfo.py
+++ b/tools/python/xen/xend/XendDomainInfo.py
@@ -37,7 +37,7 @@ from xen.util.blkif import blkdev_uname_
from xen.util.blkif import blkdev_uname_to_file
from xen.util
2006 Mar 19
14
Detecting deadlocks with hypervisor..
Hello,
I am trying to see if the hypervisor can be used to detect deadlocks in the
guest VMs. My goal is to detect if a guest OS is deadlocked, and if it is,
then create a clone of the deadlocked OS without the locking condition, and
letting the clone run. While the clone runs I am hoping to generate some
hints that could tell me what caused the deadlock.
I simulated a deadlock/hang
2005 Nov 08
10
Hotplug script not working
I have problem to start domU with errors:
# xm create -c x335-hien1-vm4.cfg
Using config file "x335-hien1-vm4.cfg".
Error: Device 0 (vif) could not be connected. Hotplug scripts not working
in changeset:
changeset: 7700:98bcd8fbd5e36662c10becdcd0222a22161bb2b6
tag: tip
user: kaf24@firebug.cl.cam.ac.uk
date: Tue Nov 8 09:48:42 2005
summary: Fix alloc_skb()
2014 Nov 16
2
Problem with Xen4CentOS
Hi folks,
we (the company i am working for) are running several dozens of
virtualisation servers using CentOS 6 + Xen4CentOS as the virtualisation
infrastructure.
With the latest versions of all packages installed [1], we see failures
in live-migration of stock-CentOS6 HVM guests, leaving a
"Domain-unnamed" on the source host, while the migrated guest runs fine
on the target host.
2005 Nov 04
1
RE: Error "Device 0 (vif) could not be connected"
Yes, I saw that problem and removing the vif line or changing it to vif0
fixed it for me.
Aravindh
> -----Original Message-----
> From: wei huang [mailto:huanwei@cse.ohio-state.edu]
> Sent: Friday, November 04, 2005 12:14 PM
> To: Puthiyaparambil, Aravindh
> Cc: Mark Williamson; xen-users@lists.xensource.com; ewan@xensource.com
> Subject: RE: [Xen-users] Error "Device 0
2005 Jun 30
2
Question xm is xend running ??
thanks for help,
xend start is OK
but xm list failed as follows
How to fix it ??
I am look forward to your directions
[root@tgh Twisted-1.3.0]# xend start
[root@tgh Twisted-1.3.0]# xm list
(111, ''Connection refused'')
Error: Error connecting to xend, is xend running?
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
2007 May 23
6
xm shutdown timeout
xend has a timeout such that if an ''xm shutdown'' request does not result
in the domain shutting down within a certain time period, the domain is
violently destroyed.
This seems like a strange choice - if the domain isn''t responding
properly to such requests, then it must be in a buggy state, and should
surely be preserved for administrator action (dumping core,
2005 Nov 16
4
[PATCH][XM-TEST] Test that tries to create a 16MB domain
This patch adds a test that tries to create a domain with only 16MB of
RAM. It verifies that the domain is created and that the console
works.
Right now this test fails for me: the domain just dies immediately
with no indication of why, or with any useful console data. Should we
put a sanity check on xm''s create and mem-set commands that prevent
the user from doing something we know