Displaying 20 results from an estimated 50000 matches similar to: "xm list and virtual machine manager mismatch"
2009 Mar 16
0
Is there any conflict between xm and virt-manager?
Hi men,
I compiled and installed Xen 3.3.0 on Fedora 8, and it worked fine.
However, after installing virt-manager, it goes wrong:
# xm
Traceback (most recent call last):
File "/usr/sbin/xm", line 8, in <module>
from xen.xm import main
File "//usr/lib/python/xen/xm/main.py", line 52, in <module>
from xen.xm import console
File
2010 Nov 25
0
xm and xend start problem
HI:
when I run "sudo xm list", I got following error messages
Traceback (most recent call last):
File "/usr/sbin/xm", line 5, in <module>
from xen.xm import main
File "/usr/lib/python2.6/dist-packages/xen/xm/main.py", line 52, in
<module>
from xen.xm import console
File "/usr/lib/python2.6/dist-packages/xen/xm/console.py",
2010 Feb 16
1
Bug#570066: xm new: undeclared dependency on absent Python library "xmlproc".
Package: xen-utils-common
Version: 3.4.2-2
Severity: important
On a fresh Debian Sid system, I get this:
# xm new
Unexpected error: <type 'exceptions.ImportError'>
Please report to xen-devel at lists.xensource.com
Traceback (most recent call last):
File "/usr/lib/xen-3.4/bin/xm", line 8, in <module>
main.main(sys.argv)
File
2009 Dec 21
2
xm mem-set on an F11 xen guest
I just tried to change the memory for my F11 xen guest from 512 to 1024.
After executing:
xm mem-set workstation 1024
xm list shows the memory still being 512. Anyone else see this behavior
before? I tried other values as well - but the memory is still what it
was when I created the VM...
I'm running CentOS 5.4 on an i386...
Scot P. Floess
27 Lake Royale
Louisburg, NC 27549
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
2009 Apr 09
0
[PATCH] Fix xm pci-attach/detach for inactive managed domains
Hi,
I found the following problems. xm pci-attach command and xm pci-detach
command fail on inactive managed domains. An attaching patch solves the
problems.
# xm list
Name ID Mem VCPUs State Time(s)
Domain-0 0 1024 2 r----- 51.5
vm1 512 2
2006 Feb 23
2
xm list not showing guest machines as "running"
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
as the screenshot [0] shows, my virtual machines aren''t showing up as
running. This causes me a few problems. One being if I do xm shutdown
SMGL-1 it simply powers it down, it doesn''t send the "shutdown signal"
or whatever makes it go away :) I''ve done a from source install using
the instructions mentioned [1].
2007 Jul 09
0
[PATCH] Fix xm sysrq command for inactive managed domain
Hi,
I tried to test a wrong operation on purpose again. When I tried
xm sysrq command to a inactive managed domain, I saw the following
error message. The error message did not have a message text
behind "Error:". And I found an AssertionError message in xend.log.
# xm list PVdomain.1
Name ID Mem VCPUs State Time(s)
PVdomain.1
2007 Dec 07
0
[PATCH] Fix help messages of xm vcpu-list/uptime
Hi,
We can give multiple domains to the following commands.
But, the help messages of the commands are explained to be able
to give a single domain.
# xm vcpu-list vm1 vm2
Name ID VCPU CPU State Time(s) CPU Affinity
vm1 1 0 0 r-- 1409.3 any cpu
vm2 2 0 0 r-- 1255.8
2007 Jul 11
0
[PATCH] Fix xm trigger command for inactive managed domains
Hi,
When I tried xm trigger command to a inactive managed domain,
I saw the following error message.
# xm list vm1
Name ID Mem VCPUs State Time(s)
vm1 256 2 0.0
# xm trigger vm1 init
Error: an integer is required
Usage: xm trigger <Domain> <nmi|reset|init> [<VCPU>]
2007 Oct 15
0
Bug#446708: xen-utils-common: occasional failures in "xm list"
Package: xen-utils-common
Severity: minor
Version: 3.0.3-0-2
During a domU state transition (at least on domU shutdown), "xm list"
seems to occasionally fail. This is only intermittent, but it could
cause problems if there are automated tools (or unaware humans)
inspecting the output or return codes of "xm list". here's a recent
transcript (the numbers preceding the bash
2010 Aug 01
3
xm list vs. xl list: more differences?
I see that "xl list" shows a domain waiting idly for console
input as "r", whereas "xm list" shows the same domain as "b".
I also see that the State field for "xl list" contains only
three characters (e.g. "r--"), whereas "xm list" shows six
(e.g. "-b----").
Is this expected/intended (e.g. "r" in xm list
2007 Apr 08
1
Bug#418245: xen-utils-common: race condition in "xm list" when destroying domains.
Package: xen-utils-common
Version: 3.0.3-0-2
Severity: normal
After running "halt" in a couple of domains I ran "xm list" repeatedly to see
when the halt command was complete.
Below is some of the output. The "Device 0 not connected" should not occur.
yoyoxen:~# xm list
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0
2006 Mar 27
1
"xm list" causing "OverflowError: int exceeds XML-RPC limits"
I am getting the following error with "xm list" on a x86_64 SLES10 Beta
system running changeset 9435:11fee62328cc. I am able to bring up DomUs
and I am able to do "xm info" without issues. But I am seeing similar
"OverflowError: int exceeds XML-RPC limits" with "xm shutdown" and "xm
destroy". My python version is 2.4.2.
Any way I can get around
2010 Feb 24
1
sudo for Virtual Machine Manager
I've done everything stated in the various guidance to get a regular
user to use virt-manager (graphical Virtual Machine Manager) under
CentOS 5.4 with KVM. Placing the user in the kvm group and changing
permissions on several files to include kvm has not worked...the user
still needs to enter the root password to use the graphical VMM.
I thought of pressing sudo into service for this task.
2006 Oct 25
1
Q: Understanding "xm block-list"
Hi,
how can I see who''s who?:
# xm block-list vm1
Vdev BE handle state evt-ch ring-ref BE-path
768 0 0 4 11 1036 /local/domain/0/backend/vbd/9/768
832 0 0 3 12 1037 /local/domain/0/backend/vbd/9/832
# xm block-list vm3
Vdev BE handle state evt-ch ring-ref BE-path
768 0 0 4 11 1036 /local/domain/0/backend/vbd/10/768
832 0
2009 Jul 20
0
Re: xm list guest domain state shows blank status
Hi Rajiv,
On Mon, Jul 20, 2009 at 4:01 PM, Rajiv Rajaian <rajiv.grid@gmail.com> wrote:
>
> Hi deshantm
>
> This is Rajiv, from Anna university India.
> sorry for disturbing you..
>
> I ve installed xen-3.2.3-0xs in Red Hat Enterprise Linux Server release 5..
> & I ve successfully created guest domain with Fedora 4 image file
> While booting the guest domain
2011 Dec 19
0
Virt-Manager + IDE Controller
Hi ,
i m currently running CentOS 5.4 on a Dell C2100 . I have virt-manger , livirt
installed but i can't get my VMs to mount more than 4 IDE disk ( i have 8) . I
would like to know how to mount ALL 8 Disk on my VM .
P
----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.
2006 Oct 26
7
"xm create winxp" causes my machine to hard reboot
When I run
"xm create winxp"
my computer hard reboots.
I am using the xen-sources, xen and xen-tools packages from gentoo
~amd64 (version 3.0.2)
My virtual machine config is the following:
kernel = "/usr/lib/xen/boot/hvmloader"
builder = ''hvm''
memory = 512
name = "winxp"
vcpus = 1
vif = [ ''type=ioemu, bridge=xenbr0'' ]
disk = [
2013 Dec 06
0
CentOS-virt Digest, Vol 76, Issue 3
R
Verzonden met mijn Windows Phone
________________________________
Van: centos-virt-request at centos.org<mailto:centos-virt-request at centos.org>
Verzonden: ?6-?12-?2013 09:35
Aan: centos-virt at centos.org<mailto:centos-virt at centos.org>
Onderwerp: CentOS-virt Digest, Vol 76, Issue 3
Send CentOS-virt mailing list submissions to
centos-virt at centos.org
To subscribe or