Displaying 20 results from an estimated 4000 matches similar to: "libvirt API hangs"
2009 Aug 05
5
How to get information about the guest filesystems by libguestfs
Hi,
I am using guestfish to write some files into guest file system of my
KVM domain. As you know, I have to mount guest disk at a position in
the filesystem before I write any files into it , e.g.:
mount /dev/VolGroup00/LogVol00 /
But the problem is how I can get guest filesystem info without login
guest. Now I have to power on the KVM domain, login the guest,
remember which
2010 May 11
2
Can not restore domain from a shared state file
Hi,
I have two KVM host: h1 and h2, both of them mount an NFS directory as a
shared storage.
I can save (virsh save <domain> <file>) a domain in h1 to a state file in
the shared storage successfully, but failed to restore it from h2 with the
following error message:
# virsh restore testRes.dat
error: Failed to restore domain from testRes.dat
error: operation failed: failed to start VM
2012 Sep 06
7
[PATCH] xl: Introduce shutdown xm compatibility option -a to shutdown all domains
docs/man/xl.pod.1 | 6 +++++-
tools/libxl/xl_cmdimpl.c | 39 ++++++++++++++++++++++++++++++++++++---
tools/libxl/xl_cmdtable.c | 3 ++-
3 files changed, 43 insertions(+), 5 deletions(-)
xl: Introduce shutdown xm compatibility option -a to shutdown all domains
Signed-off-by: Sander Eikelenboom <linux@eikelenboom.it>
diff -r 9dc729b75595 -r 67f9ef649937 docs/man/xl.pod.1
---
2012 May 04
1
Libvirt LXC and VCPU?
Hi,
We are using Openstack and Libvirt/LXC as our virtualization endpoint.
Here is an example of one of our libvirt domain:
http://paste.debian.net/167276/
So we have <vcpu>4</vcpu>.
But the command : root at PAR-SRV-02-MASTER:/etc/libvirt/lxc# virsh
--connect lxc:/// dominfo instance-0000004a
Id: 17495
Name: instance-0000004a
UUID:
2005 Mar 25
3
Stratified bootstrap question
Dear experts,
I am asking for help with a question regarding to stratified bootstrap.
My dataset is a longitudinal dataset (3 measurements per person at year
1, 4 and 7) composed of multiple clinic centers and multiple participants
within each clinic. It has missing values.
I want to do a bootstrap to find the standard errors and confidence
intervals for my variance components. My model is a
2013 Aug 25
4
The error for creating a new vm for kvm
I checked the capabilities. I do not know why the guest is only for vbox.
<guest>
<os_type>hvm</os_type>
<arch name='i686'>
<wordsize>32</wordsize>
<domain type='vbox'>
</domain>
</arch>
</guest>
I want it run qemu-kvm. and when i run virsh define
/etc/libvirt/qemu/demo.xml. It shows error:
2012 Feb 08
4
remus fail with SMP domU
Dear List,
i''m experimenting with remus with the following setup.
dom0:
- Debian Squeeze
- Jeremy''s 2.6.38.48 kernel
- xen 4.1.2 recompiled from sid
- DRBD for block device backend
domU
- Debian Squeeze
Remus is working fine unless i try to give more than 1 core to the domU.
Here''s the error from remus when i''m trying to enable it for an SMP domU:
2016 Mar 18
3
Incorrect memory usage returned from virsh
When I run `virsh dominfo <domain>` I get the following:
Id: 455
Name: instance-000047e0
UUID: 50722aa0-d5c6-4a68-b4ef-9b27beba48aa
OS Type: hvm
State: running
CPU(s): 4
CPU time: 123160.4s
Max memory: 33554432 KiB
Used memory: 33554432 KiB
Persistent: yes
Autostart: disable
Managed save: no
Security model:
2004 Nov 26
1
How to expand the size limit of a vector?
Hi everybody on this list,
Could somebody please tell me how to expand the size limit of a vector
in R?
In my simulation I get the following error message:
> x=kronecker(diag(1,100),matrix(1,100,100))
Error: cannot allocate vector of size 781250 Kb
In addition: Warning message:
Reached total allocation of 511Mb: see help(memory.size)
Thanks in advance
Yours sincerely,
Guoqi Qian
2019 Apr 26
2
[Intel-gfx] [PATCH v2] drm: prefix header search paths with $(srctree)/
Hi Dave,
> -----Original Message-----
> From: Dave Airlie [mailto:airlied at gmail.com]
> Sent: Friday, April 26, 2019 11:19 AM
> To: Yamada, Masahiro/山田 真弘 <yamada.masahiro at socionext.com>
> Cc: David Airlie <airlied at linux.ie>; Daniel Vetter <daniel at ffwll.ch>;
> dri-devel <dri-devel at lists.freedesktop.org>; nouveau
> <nouveau at
2015 Apr 10
2
Detecting that the VM is snapshoting
While taking or reverting a snapshot, using virsh --connect qemu:///system
dominfo, the state of a VM is paused. Is there a way to distinguish this
state (snapshotting) with virsh or any other tools?
Joaquín
2011 Dec 09
2
How to list virt machine size with virsh?
I have started to migrate one CentOS5 machine from xen to kvm. The
stability of the machine is much better (too much crashes with xen).
I was used to do a "xm list" to get a list of clients. On the KVM
machine I need to do a "virsh list".
What I miss in that overview is the memory size of clients. I found
"virsh dominfo <client>" but that is for just that one
2008 Feb 27
2
multi-level hierarchical logistic regression with sampling weight
Hi
I would like to run a multi-level hierarchical logistic regression model with sampling weight? Is this possible with R?
Thanks a lot,
Qian Guo
---------------------------------
[[alternative HTML version deleted]]
2009 Aug 07
2
It takes too long time for guestfish to launch
Hi,
I am using guestfish, and found subcommand "launch" took about 20
seconds to finish for a 4GB disk image.
Is there any way to improve the performance? Thanks!
Regards,
Qian
2011 Aug 30
1
ROC plot for KNN
Hi I need some help with ploting the ROC for K-nearest neighbors. Since KNN
is a non-parametric classification methods, the predicted value will be
either 0 or 1.
It will not be able to test for different cutoff to plot ROC. What is the
package or functions I should use to plot ROC for KNN?
Thanks.
Qian
[[alternative HTML version deleted]]
2009 Aug 04
2
Can I use libguestfs to pass some parameters into a KVM virtual machine
Hi,
I have installed KVM in my RHEL5.3 box, and created some VMs on it.
I am wondering if I can use libguestfs to pass some parameters/files
into my VMs. As you may know, for Xen, I can use xenstore command to
do this job, can libguestfs do the same thing?
What I want to do includes:
1. Modify some configurations in my VM, such as editing
/etc/sysconfig/network-scripts/ifcfg-eth0 to add a static
2008 Apr 04
3
[LLVMdev] choice between SSAPRE and bitvector aporach
On Fri, Apr 4, 2008 at 2:38 AM, Bill Wendling <isanbard at gmail.com> wrote:
> On Apr 2, 2008, at 10:11 PM, Xuehai Qian wrote:
> > Hi LLVMers,
> > I am a PHD student in CS dept in UIUC, I am doing a project for
> > Vikram's course, it is about PRE. I would like to know why you didn't
> > choose SSAPRE in LLVM, since it seems to be more suitable for
2017 Jun 08
4
smbcacls got error NT_STATUS_NETWORK_NAME_DELETED
On Thu, Jun 08, 2017 at 06:43:34PM +0200, Ralph Böhme via samba wrote:
> Hi Andy,
>
> On Thu, Jun 08, 2017 at 09:23:50AM -0700, Andy Qian via samba wrote:
> > The smbcacls cmd worked before till recently. Due to the recent Windows
> > patch which disables SMB v1, we have to add the following line into the
> > [global] section in smb.conf file on Linux machine so that
2014 Jul 11
2
LibVirt + QEMU & no-shutdown
I am currently running LibVirt with Qemu on Debian Wheezy:
Versions:
- libvirtd (libvirt) 1.2.4
- qemu-x86_64 version 2.0.0 (Debian 2.0.0+dfsg-4~bpo70+1), Copyright (c)
2003-2008 Fabrice Bellard
It's all working perfectly, including ACPI: virsh shutdown guest. However
when I issue "halt" from the guest, the guest stops but libvirt thinks it
is still running: (virsh list
2009 Aug 04
2
Can not build libguestfs from source code
Hi All,
I want to build libguestfs in my RHEL5.3 box which has already KVM
installed, what I am using are:
libguestfs-1.0.65.tar.gz
fakechroot-2.9-23.el5.x86_64.rpm
fakechroot-libs-2.9-23.el5.x86_64.rpm
fakeroot-1.11-19.el5.x86_64.rpm
febootstrap-2.4-1.el5.noarch.rpm
squashfs-tools-3.0-4.x86_64.rpm
Then I ran "./configure" in libguestfs-1.0.65, everything was OK, but
when I ran