Displaying 20 results from an estimated 7000 matches similar to: "LibVirt + QEMU & no-shutdown"
2014 Jul 01
10
Libvirt installion error: You must install the libyajl library & headers to compile libvirt
Dear all,
I am installing the libvirt 1.2.5 on my newly installed Fedora19.
When I run ./configure, an error is reported: "You must install the libyajl library & headers to compile libvirt"
In fact, the package yajl-2.0.4-2fc19.x86_64.rpm has been installed on the fedora19.
I found several links talking about this error and I downloaded 3 files (configure.ac, m4/virt-yajl.m4,
2014 Apr 01
3
set keep alive
Can anyone explain what is happening.
After call
virConnectOpen
virEventRegisterDefaultImpl()
call virConnectSetKeepAlive returns
VirtError(1): internal error: the caller doesn't
support keepalive protocol; perhaps it's missing
event loop implementation,
but the next call this sequence of commands returns success.
Why virConnectSetKeepAlive not work right the first time?
--
Fl at sh
2014 Jul 11
0
Re: LibVirt + QEMU & no-shutdown
At Fri, 11 Jul 2014 05:27:46 +0000,
Michael D wrote:
>
> 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
2014 Mar 26
2
Libvirt libssh2 authentication
Hi,
I am working on a java application using libvirt java API (version 0.4.7)
and i would like to authenticate through ssh within my application (no need
for the user to type his password). How can i submit SSH authentication
credentials to libvirt?
I am trying to get it working using libssh2 callback, but i get the error:
"SSH transport error: no suitable method to retrieve authentication
2014 Jun 15
2
Re: ERROR: Domain not found: no domain with matching name 'ubuntu'
I tried running qemu-system-x86_64 -help" command manually. But it seems
that it work normally. Here is the output. Kindly guide me.
spanhal1@seclab2:/usr/bin$ qemu-system-x86_64 -help
QEMU emulator version 1.2.0 (qemu-kvm-1.2.0), Copyright (c) 2003-2008
Fabrice Bellard
usage: qemu-system-x86_64 [options] [disk_image]
'disk_image' is a raw hard disk image for IDE hard disk 0
2014 Mar 12
4
Problem in getting memory statistics
Hello,
I need to get how much memory is used by a guest system, in order to
implement some monitoring function which tells me if the system is
overstressed.
I am currently using java apis and the binding which was suggested to me was
Domain.memoryStats();
This is a binding to int virDomainMemoryStats
(virDomainPtr<http://libvirt.org/html/libvirt-libvirt.html#virDomainPtr>dom,
2014 Jun 12
3
ERROR: Domain not found: no domain with matching name 'ubuntu'
Hi guys,
I am new to QEMU-KVM, libvmi and libvirt stuff.
Libvmi uses libvirt.
I am trying to to run process-list example of libvmi and getting error as
below. It seems that this error may be due to libvirt as it is not able to
find domain.
I seek your kind help on below error:
spanhal1@seclab2:~/KVMModule/libvmi-0.10.1$ sudo ./examples/process-list
ubuntu
libvir: QEMU error : Domain not found:
2014 Jul 04
2
Re: memoryStats question
At Thu, 03 Jul 2014 17:46:14 +0300,
Gleb Voronich wrote:
>
>
> > virDomainMemoryStats() gets those stats, if qemu is new enough to
> > provide them, and if the guest cooperates to provide them.
> Well I use the latest QEMU 2.0.0
> I have the latest CentOS 6.5 installed on the guest and unfortunately
> I can't get more stats that I have.
>
> > Which OS are
2014 Jul 11
0
Re: LibVirt + QEMU & no-shutdown
Scratch that, seems to depend on guest or perhaps even boot device. Finnix
live CD halts correctly. Ubuntu 14.04 does not.
On 11 July 2014 15:27, Michael D <me@md-5.net> wrote:
> 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)
2013 Nov 20
2
how to install libvirt-python
Hi,
I have successfully installed libvirt-.0.10.0 from source
./configure
make
make install
How can I check that if libvirt-python is installed? Search the folders, it seems there is no such file
[root@tiger ~]# find /usr/ -name libvirt-python
[root@tiger ~]# find . -name libvirt-python
[root@tiger ~]#
Regards,
Mahmood
2014 Jul 08
2
Re: How to get uuid info inside a lxc container created by libvirt_lxc
于 2014年07月08日 12:06, Eric Blake 写道:
> On 07/07/2014 10:02 PM, Qiang Guan wrote:
>> Hi ,
>>
>> Is there anyway to get uuid info inside a lxc container which is created
>> by libvirt_lxc?
>>
>> For kvm, we can use dmidecode or lshw to get this info inside vm. Is
>> there any tools
>> to do this thing for libvirt lxc?
> Per the docs:
>
2014 Jul 03
2
Re: memoryStats question
At Thu, 03 Jul 2014 17:32:20 +0300,
Gleb Voronich wrote:
>
>
> > Actually, you should get more stats when using the virtio balloon
> > driver in your guests.
> I use the balloon but I can't get more stats.
> I use python binding for libvirt and as far as I can see it calls
> virDomainMemoryStats exactly.
Which OS are you using in your guests?
Of course, you need
2007 Apr 18
3
QEMU virtualization and segment RPL
Hi,
As something like VMI is expected to be supported soon by QEMU, I have a
small question: does the virtualization API you are defining supports
that the guest kernel code can be executed in ring 3 ?
In QEMU for example, the guest kernel code can be executed either by the
dynamic translator (in this case CS.rpl = 0 and SS.rpl = 0) or by the
kqemu kernel module (in this case CS.rpl = 3 and
2014 Jul 03
3
memoryStats question
Hello,
I'm trying to get memory usage statistic inside a guest machine using
virDomainMemoryStats function at libvirt.
According to
http://libvirt.org/html/libvirt-libvirt.html#virDomainMemoryStatTags the
structure could have a lot of useful memory statistic but the amount of
parameters depends on the hypervisor and the driver.
However using KVM I'm able to get
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
---
2011 Jan 23
2
Cgroup
Hello,
I'm running Debian Sid with libvirt/qemu/kvm packages from experimental:
$ qemu --version
QEMU emulator version 0.13.0 (Debian 0.13.0+dfsg-2), Copyright (c)
2003-2008 Fabrice Bellard
$ kvm --version
QEMU emulator version 0.13.0 (qemu-kvm-0.13.0 Debian 0.13.0+dfsg-2),
Copyright (c) 2003-2008 Fabrice Bellard
$ libvirtd --version
libvirtd (libvirt) 0.8.6
/etc/libvirt/qemu.conf
2018 Mar 21
2
Re: [PATCH] tests: regressions: make test-big-heap use a temporary empty file
[adding qemu lists]
On 03/21/2018 07:51 AM, Richard W.M. Jones wrote:
> On Wed, Mar 21, 2018 at 01:44:17PM +0100, Pino Toscano wrote:
>> Newer versions of qemu use file locking for the images by default, and
>> apparently that does not work with /dev/null. Since this test just
>> calls qemu-img to get the format of an empty image, create a temporary
>> one instead.
2007 Nov 13
1
Release: VMKNOPPIX for X86/X86_64 with Xen3.1.1, KVM48, UML, QEMU, VirtualBox
Dear,
We released new VMKNOPPIX for x86/x86_64.
http://unit.aist.go.jp/itri/knoppix/vmknoppix/index-en.html
VMKNOPPIX-CD for x86 (20071101)
VMKNOPPIX-CD for x86_64 (20071107)
This version includes Xen3.1.1, KVM48, x86_64 kernel with IA32 emulator, etc.
The included software is as follows.
KNOPPIX 5.1.1 (kernel 2.6.19) with
Xen3.1.1 (DomU&HVM)
2018 Mar 21
2
Re: [Qemu-block] [PATCH] tests: regressions: make test-big-heap use a temporary empty file
Am 21.03.2018 um 14:48 hat Pino Toscano geschrieben:
> On Wednesday, 21 March 2018 14:45:38 CET Eric Blake wrote:
> > [adding qemu lists]
> >
> > On 03/21/2018 07:51 AM, Richard W.M. Jones wrote:
> > > On Wed, Mar 21, 2018 at 01:44:17PM +0100, Pino Toscano wrote:
> > >> Newer versions of qemu use file locking for the images by default, and
> >
2014 Mar 10
3
How to get guest's cpu and mem usage with Java APIs
Hi everybody,
I'm using libvirt java api bindings for my thesis. I would like to know if
there is a way to obtain live information about cpu and mem usage of a
domain.
Regards,
Enrico De Maio
Skype: enrico.de.maio
Mobile: +39 338 205 3397