search for: cbley

Displaying 19 results from an estimated 19 matches for "cbley".

Did you mean: cobley
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 Mar 17
0
Re: Problem in getting memory statistics
...r > (1.5.0 as well), libvirt version is 1.1.1. > I don't know what is a balloon driver...so I can't tell the version of it. If you're using Linux inside your guest, just run "modinfo virtio_balloon" and post the output. > 2014-03-14 12:00 GMT+01:00 Claudio Bley <cbley@av-test.de>: > > > At Wed, 12 Mar 2014 13:36:50 +0100, > > Pasquale Dir wrote: > > > > > > Problem is that it returns me just tags 0,6 and 7. > > > Looking at the documentation I see they are not what I am looking for...I > > > would rather nee...
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 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
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
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 15
2
Re: ERROR: Domain not found: no domain with matching name 'ubuntu'
...ctrl-alt-f toggle full screen ctrl-alt-n switch to virtual console 'n' ctrl-alt toggle mouse and keyboard grab When using -nographic, press 'ctrl-a h' to get some help. spanhal1@seclab2:/usr/bin$ Thanks, Sanket On Fri, Jun 13, 2014 at 3:47 AM, Claudio Bley <cbley@av-test.de> wrote: > Hi. > > At Thu, 12 Jun 2014 16:51:11 -0400, > Sanket Panhale wrote: > > > > Libvirt log: > > > > 2014-06-12 20:06:24.033+0000: 1305: error : virCommandWait:2188 : > internal > > error Child process (LC_ALL=C > > PATH=/usr/l...
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 Mar 27
0
Re: Libvirt libssh2 authentication
At Wed, 26 Mar 2014 17:25:24 +0100, David Dias wrote: > > 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
2014 Apr 02
0
Re: set keep alive
At Tue, 1 Apr 2014 17:29:25 +0400, Fl@sh wrote: > > 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
2014 Jun 13
0
Re: ERROR: Domain not found: no domain with matching name 'ubuntu'
Hi. At Thu, 12 Jun 2014 16:51:11 -0400, Sanket Panhale wrote: > > Libvirt log: > > 2014-06-12 20:06:24.033+0000: 1305: error : virCommandWait:2188 : internal > error Child process (LC_ALL=C > PATH=/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/sbin:/sbin:/bin > /usr/local/bin/qemu-system-x86_64 -help) status unexpected: exit status 1 > 2014-06-12 20:06:24.034+0000: 1305:
2014 Jun 18
0
Re: ERROR: Domain not found: no domain with matching name 'ubuntu'
At Sun, 15 Jun 2014 11:57:46 -0400, Sanket Panhale wrote: > > I tried running qemu-system-x86_64 -help" command manually. But it seems > that it work normally. Are you sure that you called the right program located in /usr/local/bin? Do that exactly as libvirt did it: $ LC_ALL=C PATH=/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/sbin:/sbin:/bin /usr/local/bin/qemu-system-x86_64
2014 Jul 01
0
Re: Libvirt installion error: You must install the libyajl library & headers to compile libvirt
At Tue, 1 Jul 2014 07:00:29 +0000, WANG Cheng D wrote: > > 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. You need to install the
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
2014 Jul 08
0
Re: How to get uuid info inside a lxc container created by libvirt_lxc
At Tue, 08 Jul 2014 12:19:40 +0800, Qiang Guan wrote: > > > 于 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
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 Jul 03
2
Re: memoryStats question
At Thu, 3 Jul 2014 15:58:41 +0200, Martin Kletzander wrote: > > On Thu, Jul 03, 2014 at 04:31:46PM +0300, Gleb Voronich wrote: > >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
2014 Jul 08
2
Re: memoryStats question
At Fri, 04 Jul 2014 16:18:45 +0200, Ján Tomko wrote: > > [1 <text/plain; ISO-8859-1 (quoted-printable)>] > On 07/04/2014 03:18 PM, Claudio Bley wrote: > > 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
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