Re: [libvirt] Error when creating VM with persistent memory

2019-09-10 Thread Michal Prívozník
On 9/4/19 6:31 PM, Dan Williams wrote: > On Wed, Sep 4, 2019 at 12:56 AM Seema Pandit wrote: >> >> Actually there is still some issue around this. When trying to start another >> VM, so using even more pmem, there is a different issue now. Error copied >> below. >> >> []# virsh start manual_clon

Re: [libvirt] Error when creating VM with persistent memory

2019-09-04 Thread Dan Williams
On Wed, Sep 4, 2019 at 12:56 AM Seema Pandit wrote: > > Actually there is still some issue around this. When trying to start another > VM, so using even more pmem, there is a different issue now. Error copied > below. > > []# virsh start manual_clone > > error: Failed to start domain manual_clon

Re: [libvirt] Error when creating VM with persistent memory

2019-09-04 Thread Dan Williams
On Mon, Sep 2, 2019 at 10:10 AM Seema Pandit wrote: > > After adding the memoryBacking tag in xml as below (in addition, to other xml > changes to add nvdimm), virsh could allocate AD memory larger than the system > RAM and VMs could start successfully. > > > > > > > > > > > > This

Re: [libvirt] Error when creating VM with persistent memory

2019-09-04 Thread Seema Pandit
Actually there is still some issue around this. When trying to start another VM, so using even more pmem, there is a different issue now. Error copied below. []# virsh start manual_clone error: Failed to start domain manual_clone error: internal error: qemu unexpectedly closed the monitor: ftrun

Re: [libvirt] Error when creating VM with persistent memory

2019-09-02 Thread Seema Pandit
After adding the memoryBacking tag in xml as below (in addition, to other xml changes to add nvdimm), virsh could allocate AD memory larger than the system RAM and VMs could start successfully. This adds share=yes in command line. -object memory-backend-file,id=memnvdimm0,pre

Re: [libvirt] Error when creating VM with persistent memory

2019-09-01 Thread Michal Privoznik
On 8/31/19 7:33 PM, Seema Pandit wrote: Hi Michal, Thank you for the reply. I was having issues compiling qemu code on fedora29. So instead of dropping prealloc in virsh, tried adding prealloc=yes in qemu command line. prealloc=yes works. It does not lead to using more system memory when using DA

Re: [libvirt] Error when creating VM with persistent memory

2019-08-31 Thread Seema Pandit
Hi Michal, Thank you for the reply. I was having issues compiling qemu code on fedora29. So instead of dropping prealloc in virsh, tried adding prealloc=yes in qemu command line. prealloc=yes works. It does not lead to using more system memory when using DAX. +Dan Here are the steps: ndctl create-

Re: [libvirt] Error when creating VM with persistent memory

2019-08-28 Thread Michal Privoznik
On 8/27/19 9:58 AM, Seema Pandit wrote: > error: internal error: qemu unexpectedly closed the monitor: ftruncate: > Invalid argument 2019-08-22T04:16:08.744402Z qemu-system-x86_64: -object > memory-backend-file,id=memnvdimm0,prealloc=yes,mem-path=/dev/dax1.0,size=403726925824: > unable to map backi

[libvirt] Error when creating VM with persistent memory

2019-08-27 Thread Seema Pandit
I am trying to create a VM with added persistent memory using virsh. It fails when persistent memory namespace size is larger than available system memory. Please see error below, prealloc=yes is set in the command line. For dax type namespace, as I understand, prealloc should not be needed. Is thi

Re: [libvirt] [PATCH 8/9] virhostdevtest: Reset libvirt error on expected failure

2019-08-26 Thread Ján Tomko
On Mon, Aug 12, 2019 at 01:54:24PM +0200, Michal Privoznik wrote: If a libvirt error occurred during a test, then virTestRun() reports it (regardless of test returning success or failure). For instance, in this specific case, a hostdev is detached twice and the second attempt is expected to fail

[libvirt] [PATCH 8/9] virhostdevtest: Reset libvirt error on expected failure

2019-08-12 Thread Michal Privoznik
If a libvirt error occurred during a test, then virTestRun() reports it (regardless of test returning success or failure). For instance, in this specific case, a hostdev is detached twice and the second attempt is expected to fail. It does fail and libvirt error is reported which is then printed

Re: [libvirt] error: operation failed: domain save job: unexpectedly failed

2018-01-02 Thread Michal Privoznik
On 12/27/2017 11:00 PM, Oscar Segarra wrote: > Hi,  > > For any unkown reason the virsh save raises an error in my environment > Centos 7.2: > > [root@vdicnode02 ~]# virsh list >  Id    Name                           State > >  2     vdicsunsto

[libvirt] error: qemu unexpectedly closed the monitor: load of migration failed

2017-12-27 Thread Oscar Segarra
Hi, For any unkown reason the virsh migrate raises an error in my environment Centos 7.2: [root@vdicnode02 ~]# virsh list IdName State 2 vdicsunstone01 running 3 one-27

[libvirt] error: operation failed: domain save job: unexpectedly failed

2017-12-27 Thread Oscar Segarra
Hi, For any unkown reason the virsh save raises an error in my environment Centos 7.2: [root@vdicnode02 ~]# virsh list IdName State 2 vdicsunstone01 running 3 one-27

[libvirt] Error starting RBD storage pool

2017-07-23 Thread Oscar Segarra
Hi, In my environment I have created an RBD (ceph) pool as follows: vdic-mgmt-pool 58d9aab0-85cc-4dcf-884e-86349db38e96 42843746304 0 41737977856 vdicmgmtpool virsh pool-define vdic-mgmt-pool.xml virsh pool-autostart vdic-mgmt-pool Note: I've tried wi

Re: [libvirt] error in docs https://libvirt.org/html/libvirt-libvirt-domain.html

2017-05-12 Thread Martin Kletzander
On Mon, Apr 24, 2017 at 03:44:08PM +0200, Michal Privoznik wrote: On 04/24/2017 02:34 PM, Vasiliy Tolstov wrote: 2017-04-24 15:30 GMT+03:00 Michal Privoznik : Diggin' deeper, this is problem of apibuild.py script which also generates docs/libvirt-api.xml. So our bindings have incorrect descrip

Re: [libvirt] error in docs https://libvirt.org/html/libvirt-libvirt-domain.html

2017-04-24 Thread Michal Privoznik
On 04/24/2017 02:34 PM, Vasiliy Tolstov wrote: 2017-04-24 15:30 GMT+03:00 Michal Privoznik : Diggin' deeper, this is problem of apibuild.py script which also generates docs/libvirt-api.xml. So our bindings have incorrect description for the values too. I am looking into this now. Thanks!

Re: [libvirt] error in docs https://libvirt.org/html/libvirt-libvirt-domain.html

2017-04-24 Thread Vasiliy Tolstov
2017-04-24 15:30 GMT+03:00 Michal Privoznik : > Diggin' deeper, this is problem of apibuild.py script which also generates > docs/libvirt-api.xml. So our bindings have incorrect description for the > values too. I am looking into this now. Thanks! -- Vasiliy Tolstov, e-mail: v.tols...@selfip.

Re: [libvirt] error in docs https://libvirt.org/html/libvirt-libvirt-domain.html

2017-04-24 Thread Michal Privoznik
On 04/18/2017 03:52 PM, Vasiliy Tolstov wrote: > virDomainMigrateFlags have errors > VIR_MIGRATE_LIVE have invalid comment and as i see all comments are > shifted down by one point. > It's not just that. Basically anything that is the following form: typedef enum { /* description to value1 */

[libvirt] error in docs https://libvirt.org/html/libvirt-libvirt-domain.html

2017-04-18 Thread Vasiliy Tolstov
virDomainMigrateFlags have errors VIR_MIGRATE_LIVE have invalid comment and as i see all comments are shifted down by one point. -- Vasiliy Tolstov, e-mail: v.tols...@selfip.ru -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list

[libvirt] error: internal error unable to execute QEMU command 'getfd': No file descriptor supplied via SCM_RIGHTS

2016-05-13 Thread 云平台事业部
Hi, I am getting the following error when I try to migrate VM on my network using virsh migrate; error : qemuMonitorJSONCheckError:359 : internal error unable to execute QEMU command 'getfd': No file descriptor supplied via SCM_RIGHTS but, other vm's running on the server successfully mi

Re: [libvirt] Error in `virsh': corrupted double-linked list while running virsh domstate

2016-05-11 Thread Michal Privoznik
On 10.05.2016 22:02, Eric Wheeler wrote: > Hello all, > > We've been using libvirt for years and it works great, however we just hit > a bug. > > This is running libvirt-1.2.17-13.el7_2.4, however strangely, we had the > same backtrace on a complete difference system in a different data center

[libvirt] Error in `virsh': corrupted double-linked list while running virsh domstate

2016-05-10 Thread Eric Wheeler
Hello all, We've been using libvirt for years and it works great, however we just hit a bug. This is running libvirt-1.2.17-13.el7_2.4, however strangely, we had the same backtrace on a complete difference system in a different data center using version libvirt-1.2.17-13.el7_2.3. Both traces a

Re: [libvirt] Libvirt error in Openstack Tempest attaching disk on arm64 system

2015-08-04 Thread Clark Laughlin
I was just recently told I should try using virtio-scsi on arm64 -- that QEMU 2.4.0 has everything needed for block device hotplug on arm64 using virtio-scsi. I see that nova appears to have support as of Feb 2014 ( https://review.openstack.org/#/c/70263/). I am currently using the distro-provide

Re: [libvirt] Libvirt error in Openstack Tempest attaching disk on arm64 system

2015-07-23 Thread Pavel Fedin
This series: https://www.redhat.com/archives/libvir-list/2015-July/msg00634.html should fix this problem. It happens because libvirt holds an internal model of PCI bus, against which everything is validated. And libvirt does not know that ARM "virt" machine in qemu can have PCI. I am waiting

Re: [libvirt] Libvirt error in Openstack Tempest attaching disk on arm64 system

2015-07-22 Thread Daniel P. Berrange
On Wed, Jul 22, 2015 at 02:53:31PM -0500, Clark Laughlin wrote: > I am running Openstack Tempest on an arm64 platform and am seeing some > test failures related to attaching volumes to an instance. This is an > example of the disk XML generated by one of the tests: > > cache="none"/ dev="/dev/di

[libvirt] Libvirt error in Openstack Tempest attaching disk on arm64 system

2015-07-22 Thread Clark Laughlin
I am running Openstack Tempest on an arm64 platform and am seeing some test failures related to attaching volumes to an instance. This is an example of the disk XML generated by one of the tests: 5a204339-80cb-4d06-aecf-2a8a2c970b0e The test is failing with the error "XML error: No PCI buses ava

Re: [libvirt] error: negative width in bit-field '_gl_verify_error_if_negative' ?

2015-04-01 Thread Zhi Yong Wu
got fixed, thanks. On Thu, Apr 2, 2015 at 12:16 AM, Eric Blake wrote: > On 04/01/2015 03:38 AM, Zhi Yong Wu wrote: >> HI, >> >> Does anyone hit this issue when compiling libvirt? >> >> CCLD libvirt.la >> CC libvirt_qemu_la-libvirt-qemu.lo >> CCLD libvirt-qemu.la >> CC

Re: [libvirt] error: negative width in bit-field '_gl_verify_error_if_negative' ?

2015-04-01 Thread Eric Blake
On 04/01/2015 03:38 AM, Zhi Yong Wu wrote: > HI, > > Does anyone hit this issue when compiling libvirt? > > CCLD libvirt.la > CC libvirt_qemu_la-libvirt-qemu.lo > CCLD libvirt-qemu.la > CC libvirt_lxc_la-libvirt-lxc.lo > CCLD libvirt-lxc.la > CC lockd_la-

[libvirt] error: negative width in bit-field '_gl_verify_error_if_negative' ?

2015-04-01 Thread Zhi Yong Wu
HI, Does anyone hit this issue when compiling libvirt? CCLD libvirt.la CC libvirt_qemu_la-libvirt-qemu.lo CCLD libvirt-qemu.la CC libvirt_lxc_la-libvirt-lxc.lo CCLD libvirt-lxc.la CC lockd_la-lock_driver_lockd.lo CC lockd_la-lock_protocol.lo CCL

Re: [libvirt] Error starting domain: internal error: missing IFLA_VF_INFO in netlink response

2015-01-12 Thread Laine Stump
On 01/12/2015 05:09 AM, hong-hua@freescale.com wrote: > Hi Laine, > > I'm not sure if /usr/include/linux/rtnetlink.h is necessary in the filesystem > on host machine. > > In our scenario, both host machine and iNIC card are both PowerPC boards. > I just checked the linux source code we used >

Re: [libvirt] Error starting domain: internal error: missing IFLA_VF_INFO in netlink response

2015-01-12 Thread hong-hua....@freescale.com
Hi Laine, I'm not sure if /usr/include/linux/rtnetlink.h is necessary in the filesystem on host machine. In our scenario, both host machine and iNIC card are both PowerPC boards. I just checked the linux source code we used $ grep -r RTEXT_FILTER_VF ./ ./include/uapi/linux/rtnetlink.h:#define RT

Re: [libvirt] Error starting domain: internal error: missing IFLA_VF_INFO in netlink response

2015-01-12 Thread hong-hua....@freescale.com
Hi Laine, Thank you for the reply. I tried to dump the information. > -Original Message- > From: sendmail [mailto:justsendmailnothinge...@gmail.com] On Behalf Of Laine > Stump > Sent: Thursday, January 08, 2015 11:13 PM > To: Yin Olivia-R63875 > Cc: libvir-list@redhat.com > Subject: Re: E

Re: [libvirt] Error starting domain: internal error: missing IFLA_VF_INFO in netlink response

2015-01-08 Thread Laine Stump
On 01/08/2015 04:40 AM, hong-hua@freescale.com wrote: > Hi Laine, > > Sorry to disturb you. > It seemed this issue had been fixed in libvirt-1.2.2/libnl-3.2.22/linux-3.12. > But we still got the error on PowerPC platform. > I'll appreciate if you could give any suggestion. We are not sure if

Re: [libvirt] Error starting domain: internal error: missing IFLA_VF_INFO in netlink response

2015-01-08 Thread hong-hua....@freescale.com
Hi Laine, Sorry to disturb you. It seemed this issue had been fixed in libvirt-1.2.2/libnl-3.2.22/linux-3.12. But we still got the error on PowerPC platform. I'll appreciate if you could give any suggestion. We are not sure if any netlink implementation in kernel space is missed. The scenario

[libvirt] Error starting domain: internal error: missing IFLA_VF_INFO in netlink response

2014-11-24 Thread hong-hua....@freescale.com
Hi, We try PCI Passthrough of host network devices on PPC platform. http://wiki.libvirt.org/page/Networking#Assignment_with_.3Cinterface_type.3D.27hostdev.27.3E_.28SRIOV_devices_only.29 But we got a similar issue as below that reported on RedHat before: https://bugzilla.redhat.com/show_bug.cgi?id

Re: [libvirt] Error

2014-08-07 Thread Eric Blake
On 08/06/2014 08:53 PM, ahmad jan wrote: > I am using Libvirt-1.0.0 on ubuntu 14.02 LTS and found the following error > > "checking linux/if_bridge.h usability... no > checking linux/if_bridge.h presence... yes > configure: WARNING: linux/if_bridge.h: present but cannot be compiled if_bridge.h ha

Re: [libvirt] Error

2014-08-07 Thread Kyle Lafkoff
You're missing the linux kernel headers package. Try installing with: $ sudo apt-get install linux-headers-`uname -r` Is there a reason you need to compile your own verse using the provided package from the system? e.g., $ sudo apt-get install libvirt0 On Wed, Aug 6, 2014 at 9:53 PM, ahmad ja

[libvirt] Error

2014-08-06 Thread ahmad jan
I am using Libvirt-1.0.0 on ubuntu 14.02 LTS and found the following error "checking linux/if_bridge.h usability... no checking linux/if_bridge.h presence... yes configure: WARNING: linux/if_bridge.h: present but cannot be compiled configure: WARNING: linux/if_bridge.h: check for missing prere

Re: [libvirt] Error

2014-08-06 Thread Nehal J Wani
On Wed, Aug 6, 2014 at 6:55 PM, Eric Blake wrote: > On 08/05/2014 10:55 PM, ahmad jan wrote: >> I want to configure Libvirt-1.2.7 on ubuntu and found the following Error >> "Could not find linxml2 anywhere" > > That's not the actual error message you saw, as the string "linxml2" > does not appear

Re: [libvirt] Error

2014-08-06 Thread Eric Blake
On 08/05/2014 10:55 PM, ahmad jan wrote: > I want to configure Libvirt-1.2.7 on ubuntu and found the following Error > "Could not find linxml2 anywhere" That's not the actual error message you saw, as the string "linxml2" does not appear anywhere in the libvirt sources. Please copy and paste exac

[libvirt] Error

2014-08-05 Thread ahmad jan
I want to configure Libvirt-1.2.7 on ubuntu and found the following Error "Could not find linxml2 anywhere" guide please-- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list

Re: [libvirt] Error while running event-test.c from libvirt

2014-03-24 Thread Eric Blake
On 03/24/2014 11:16 AM, Michal Privoznik wrote: > On 22.03.2014 08:37, Avanti Ajay wrote: >> Hi.. >> >> I compiled event-test.c as : gcc event-test.c -o events -lvirt >> and then running as : ./events >> >> But I am getting this output and the code terminates without detecting >> events : >> >> mai

Re: [libvirt] Error while running event-test.c from libvirt

2014-03-24 Thread Michal Privoznik
On 22.03.2014 08:37, Avanti Ajay wrote: Hi.. I compiled event-test.c as : gcc event-test.c -o events -lvirt and then running as : ./events But I am getting this output and the code terminates without detecting events : main:471: Registering domain event cbs myFreeFunc: Freeing [tray change] li

[libvirt] Error while running event-test.c from libvirt

2014-03-22 Thread Avanti Ajay
Hi.. I compiled event-test.c as : gcc event-test.c -o events -lvirt and then running as : ./events But I am getting this output and the code terminates without detecting events : main:471: Registering domain event cbs myFreeFunc: Freeing [tray change] libvir: XML-RPC error : internal error unsup

Re: [libvirt] Error while running event-test.c in Libvirt package

2014-02-24 Thread Martin Kletzander
On Mon, Feb 24, 2014 at 05:33:31PM +0530, Avanti Ajay wrote: > Hello, > > I am trying to run event-test.c code available in libvirt-0.10.2 package > under the folder > /examples/domain-events/events-c. > > I am getting the following error > > /usr/bin/ld: cannot find -lvirt > collect2: ld returne

[libvirt] Error while running event-test.c in Libvirt package

2014-02-24 Thread Avanti Ajay
Hello, I am trying to run event-test.c code available in libvirt-0.10.2 package under the folder /examples/domain-events/events-c. I am getting the following error /usr/bin/ld: cannot find -lvirt collect2: ld returned 1 exit status Please help me to solve this issue. -- libvir-list mailing l

Re: [libvirt] error in compiling event-test.c

2014-01-06 Thread Michal Privoznik
On 06.01.2014 06:03, rash g wrote: > Hello, > I am trying to run event-test.c provided in libvirt package.I > am using ubuntu 13.04. > However,after compiling I am getting an error saying ->undefined > reference to... > I think this is because compiler is not able to find the functions an

[libvirt] error in compiling event-test.c

2014-01-05 Thread rash g
Hello, I am trying to run event-test.c provided in libvirt package.I am using ubuntu 13.04. However,after compiling I am getting an error saying ->undefined reference to... I think this is because compiler is not able to find the functions and macros in the header files.However I am not a

Re: [libvirt] error: server response too large

2013-10-07 Thread Daniel P. Berrange
On Mon, Oct 07, 2013 at 01:35:56PM +0200, Claudio Bley wrote: > At Mon, 7 Oct 2013 11:31:48 +0100, > Daniel P. Berrange wrote: > > > > > I've also tested your patch, and it seems 256 KB of data is still a > > > bit too large: > > > > > > virsh # screenshot 2 /tmp/test > > > error: could not recei

Re: [libvirt] error: server response too large

2013-10-07 Thread Claudio Bley
At Mon, 7 Oct 2013 11:31:48 +0100, Daniel P. Berrange wrote: > > > I've also tested your patch, and it seems 256 KB of data is still a > > bit too large: > > > > virsh # screenshot 2 /tmp/test > > error: could not receive data from domain 2 > > error: packet 262168 bytes received from server too

Re: [libvirt] error: server response too large

2013-10-07 Thread Daniel P. Berrange
On Mon, Oct 07, 2013 at 12:23:44PM +0200, Claudio Bley wrote: > At Tue, 1 Oct 2013 17:19:56 +0100, > Daniel P. Berrange wrote: > > > > On Tue, Oct 01, 2013 at 06:13:10PM +0200, Viktor Mihajlovski wrote: > > > On 10/01/2013 03:02 PM, Daniel P. Berrange wrote: > > > >On Mon, Sep 30, 2013 at 04:24:49

Re: [libvirt] error: server response too large

2013-10-07 Thread Claudio Bley
At Tue, 1 Oct 2013 17:19:56 +0100, Daniel P. Berrange wrote: > > On Tue, Oct 01, 2013 at 06:13:10PM +0200, Viktor Mihajlovski wrote: > > On 10/01/2013 03:02 PM, Daniel P. Berrange wrote: > > >On Mon, Sep 30, 2013 at 04:24:49PM +0100, Daniel P. Berrange wrote: > > >>On Mon, Sep 30, 2013 at 05:23:33

Re: [libvirt] error: server response too large

2013-10-02 Thread Daniel P. Berrange
On Tue, Oct 01, 2013 at 06:57:56PM +0200, Viktor Mihajlovski wrote: > On 10/01/2013 06:19 PM, Daniel P. Berrange wrote: > > > > What were you doing to get a message greater than 256KB ? This > > patch did not attempt to fix all possible combinations. If a > > API call such as virConnectListAllDoma

Re: [libvirt] error: server response too large

2013-10-01 Thread Viktor Mihajlovski
On 10/01/2013 06:19 PM, Daniel P. Berrange wrote: > > What were you doing to get a message greater than 256KB ? This > patch did not attempt to fix all possible combinations. If a > API call such as virConnectListAllDomains has so much data that > it requires > 256KB to encode, this fix won't solv

Re: [libvirt] error: server response too large

2013-10-01 Thread Daniel P. Berrange
On Tue, Oct 01, 2013 at 06:13:10PM +0200, Viktor Mihajlovski wrote: > On 10/01/2013 03:02 PM, Daniel P. Berrange wrote: > >On Mon, Sep 30, 2013 at 04:24:49PM +0100, Daniel P. Berrange wrote: > >>On Mon, Sep 30, 2013 at 05:23:33PM +0200, Michal Privoznik wrote: > >>>On 30.09.2013 17:02, Claudio Bley

Re: [libvirt] error: server response too large

2013-10-01 Thread Viktor Mihajlovski
On 10/01/2013 03:02 PM, Daniel P. Berrange wrote: On Mon, Sep 30, 2013 at 04:24:49PM +0100, Daniel P. Berrange wrote: On Mon, Sep 30, 2013 at 05:23:33PM +0200, Michal Privoznik wrote: On 30.09.2013 17:02, Claudio Bley wrote: Hi. When trying to do a screenshot of a remote domain connected via

Re: [libvirt] error: server response too large

2013-10-01 Thread Daniel P. Berrange
On Mon, Sep 30, 2013 at 04:24:49PM +0100, Daniel P. Berrange wrote: > On Mon, Sep 30, 2013 at 05:23:33PM +0200, Michal Privoznik wrote: > > On 30.09.2013 17:02, Claudio Bley wrote: > > > Hi. > > > > > > When trying to do a screenshot of a remote domain connected via > > > qemu+tcp (for testing pur

Re: [libvirt] error: server response too large

2013-09-30 Thread Viktor Mihajlovski
On 09/30/2013 05:24 PM, Daniel P. Berrange wrote: 0.9.8-2ubuntu17.13. This works as expected. 0.9.8 still had a small buffer for RPC messages. It's since 0.9.13 release that we've switched to dynamically allocated buffer and hence could size up the limit for incoming data. Update the client and

Re: [libvirt] error: server response too large

2013-09-30 Thread Daniel P. Berrange
On Mon, Sep 30, 2013 at 05:23:33PM +0200, Michal Privoznik wrote: > On 30.09.2013 17:02, Claudio Bley wrote: > > Hi. > > > > When trying to do a screenshot of a remote domain connected via > > qemu+tcp (for testing purposes only), I receive this error: > > > >

Re: [libvirt] error: server response too large

2013-09-30 Thread Michal Privoznik
On 30.09.2013 17:02, Claudio Bley wrote: > Hi. > > When trying to do a screenshot of a remote domain connected via > qemu+tcp (for testing purposes only), I receive this error: > > -- > virsh -c qemu+tcp://dev/system > Welcome to

[libvirt] error: server response too large

2013-09-30 Thread Claudio Bley
Hi. When trying to do a screenshot of a remote domain connected via qemu+tcp (for testing purposes only), I receive this error: -- virsh -c qemu+tcp://dev/system Welcome to virsh, the virtualization interactive terminal. Type:

Re: [libvirt] Information needed regarding libvirt error

2013-08-28 Thread Martin Kletzander
On 08/27/2013 03:32 PM, arun abhinay wrote: > Hi Martin, > > Thanks for your reply. We have tried applying the patch as mentioned in > link https://www.redhat.com/archives/libvir-list/2013-August/msg01246.html > but we could still observe this issue. > I was looking at the problem today and fou

Re: [libvirt] Information needed regarding libvirt error

2013-08-27 Thread arun abhinay
Hi Martin, Thanks for your reply. We have tried applying the patch as mentioned in link https://www.redhat.com/archives/libvir-list/2013-August/msg01246.html but we could still observe this issue. Thanks Abhinay On Tue, Aug 27, 2013 at 10:04 AM, Martin Kletzander wrote: > On Tue 27 Aug 2013 09

Re: [libvirt] Information needed regarding libvirt error

2013-08-27 Thread arun abhinay
Hi Martin, Sorry for spamming. Forgot to ask in my eralier mail. >>There's also a patch >>fixing cpu-stats command, check it that helps. Is the below patch which you were refering to. https://www.redhat.com/archives/libvir-list/2013-June/msg00214.html If not can you provide the link for the pat

Re: [libvirt] Information needed regarding libvirt error

2013-08-27 Thread arun abhinay
Hi Martin, Thanks for your reply. I have already posted this query to libvirt list. https://www.redhat.com/archives/libvirt-users/2013-August/msg00114.html >>Wanting to post the link here, I've found >>that even the machine name is the same, so it shouldn't be a problem for >>you to find it. Wer

Re: [libvirt] Information needed regarding libvirt error

2013-08-27 Thread Martin Kletzander
On Tue 27 Aug 2013 09:21:44 AM CEST, arun abhinay wrote: > Hi Martin, > > Sorry for spamming. Forgot to ask in my eralier mail. > >>> There's also a patch >>> fixing cpu-stats command, check it that helps. > > Is the below patch which you were refering to. > https://www.redhat.com/archives/libvir-l

Re: [libvirt] Information needed regarding libvirt error

2013-08-26 Thread Martin Kletzander
[cc'ing libvir-list] On 08/26/2013 05:59 PM, arun abhinay wrote: > Hi, > > Can you please consider this is an gentle reminder for my below request. > > Thanks > Abhinay > > On Fri, Aug 23, 2013 at 1:01 PM, arun abhinay wrote: > >> Hi Martin/Peter, >> Hi, firstly, feel free to write to the li

[libvirt] Error while adding volume through virsh

2013-08-15 Thread varun bhatnagar
Hi, I was trying to add volume...I got one xml snippet and I modified it according to my node configuration: < volume> testNode/cluster.vmdk 0 2 Now when I executed "virsh vol-create datastore1 /local/new_volume.xml" one error message came saying: "Error: Failed to create volume from /local/

[libvirt] Error while starting the node on ESXi hypervisor

2013-08-12 Thread varun bhatnagar
Hi, Today I was trying to start a node using libvirt on ESX (esxi-5.1) hypervisor and I got the following error message: *virsh # define /local/myNode/esxdomain.xml* *Domain testNode defined from /local/myNode/esxdomain.xml* *virsh # start testNode* *error: Failed to start domain testNode* *error

Re: [libvirt] Error in documentation about memory ballon

2013-04-25 Thread Ján Tomko
On 04/25/2013 11:39 AM, Alexandre Laurent wrote: > Hello, > > In "Memory Ballon" ( > http://www.libvirt.org/formatdomain.html#elementsMemBalloon ) section, > the second XML exemple has an error. Effectively, the documentation > shows the following : > ... > > > function='0x0'/> >

[libvirt] Error in documentation about memory ballon

2013-04-25 Thread Alexandre Laurent
Hello, In "Memory Ballon" ( http://www.libvirt.org/formatdomain.html#elementsMemBalloon ) section, the second XML exemple has an error. Effectively, the documentation shows the following : ... function='0x0'/> but it should be ... function='0x0'/>

Re: [libvirt] libvirt error while start vm with VGA passthrough

2013-01-31 Thread Daniel P. Berrange
On Thu, Jan 31, 2013 at 09:29:52PM +0800, mzawdx wang wrote: > http://docs.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/6/html/Virtualization_Host_Configuration_and_Guest_Installation_Guide/chap-Virtualization_Host_Configuration_and_Guest_Installation_Guide-PCI_Assignment.html > > I have followe

[libvirt] libvirt error while start vm with VGA passthrough

2013-01-31 Thread mzawdx wang
http://docs.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/6/html/Virtualization_Host_Configuration_and_Guest_Installation_Guide/chap-Virtualization_Host_Configuration_and_Guest_Installation_Guide-PCI_Assignment.html I have followed the instructions in the RedHat reference above to the best of my

Re: [libvirt] Error connecting to virConnectOpen("qemu:///system"); after 20 times

2013-01-22 Thread Pankaj Rawat
Thanks it worked. Regards, Pankaj Rawat NECHCLST -Original Message- From: Daniel P. Berrange [mailto:berra...@redhat.com] Sent: 22 January 2013 17:13 To: Pankaj Rawat Cc: libvir-list@redhat.com Subject: Re: [libvirt] Error connecting to virConnectOpen("qemu:///system"); afte

Re: [libvirt] Error connecting to virConnectOpen("qemu:///system"); after 20 times

2013-01-22 Thread Daniel P. Berrange
On Tue, Jan 22, 2013 at 11:31:27AM +, Pankaj Rawat wrote: > Hi, > I am using libvirt api to create an app, I am facing a problem. > I can connect to connection object 20 number of times in programm > after that it gives connection object null. By default libvirtd has a limit of 20 concurrent a

[libvirt] Error connecting to virConnectOpen("qemu:///system"); after 20 times

2013-01-22 Thread Pankaj Rawat
Hi, I am using libvirt api to create an app, I am facing a problem. I can connect to connection object 20 number of times in programm after that it gives connection object null. Here is the sample code. Normally code should run 1000 times but it only runs 20 times Filename: list.cpp #include #in

[libvirt] error of libvirt live-migrate using spice: Unable to read from monitor

2012-10-18 Thread yangzhenyu
hi all: I have a problem when I live-migrate a instance to other node. I use the spice protocol in a instance. when I use the command: virsh migrate --live instance-0001 qemu+tcp://node1/system. The 'node1' is the hostname of the dest compute. The error is: error: Unable to read from monitor: C

[libvirt] Fw:Re:Re: build libvirt error. lack of AppArmor .

2012-10-10 Thread yue
1.my configure options is "./configure --with-selinux=no --with-secdriver-selinux=no --with-apparmor=no --with-secdriver-apparmor=no --with-init-script=redhat" because i can not start spSP3-guest-OS,infos on the internet tell security-driver should be disabled. i just test it. so --with-

Re: [libvirt] build libvirt error. lack of AppArmor .

2012-10-10 Thread Eric Blake
On 10/10/2012 04:04 AM, yue wrote: > error occur when attach a rbd-disk to domain. > > 1.configure: error: You must install the AppArmor development package in > order to compile libvirt What command line did you pass to configure? AppArmor is optional (and in fact, Fedora does not use it); s

[libvirt] build libvirt error. lack of AppArmor .

2012-10-10 Thread yue
error occur when attach a rbd-disk to domain. 1.configure: error: You must install the AppArmor development package in order to compile libvirt 2. 2012-10-10 17:36:16.305+: 3808: warning : qemuDomainObjTaint:1297 : Domain id=2 name='xpSP3' uuid=b45bd66a-6700-4905-c5f4-4c799413d7b7 is taint

Re: [libvirt] error: Failed to start pool (already mounted)

2012-09-04 Thread Ragnar Skúlason
Hi, We found the problem, and the solution as well. The problem was that there was inconsistency in the gluster storage volume which was underneath the libvirt storage pool. One file in multiple locations with different sizes. After this fixing those inconsistencies pool-start worked correctly. B

[libvirt] error: Failed to start pool (already mounted)

2012-09-04 Thread Ragnar Skúlason
Hi everyone, I'm not sure if this belongs here, I sent a question to the users list yesterday without getting a response, so I'm trying here. I have storage-pool that for some reason became inactive (possibly due to an error with pool-refresh in an old version of a Java API binding). I want to r

Re: [libvirt] error: authentication failed: TRANSPORT_FAULT

2012-08-09 Thread Arun Sharma
Trying to build 0.9.13 on XenServer6.0. Stucked with below things 1. I could not manage to solve below dependency problem. So edited libvirt.spec to by pass this. # rpmbuild -bb libvirt.spec error: Failed build dependencies: device-mapper-devel is needed by libvirt-0.9.13-1.i386 libwsman-devel >

Re: [libvirt] error: authentication failed: TRANSPORT_FAULT

2012-08-08 Thread Eric Blake
On 08/08/2012 11:25 AM, Arun Sharma wrote: > Hello > > Getting below error while connecting with XenServer using virsh. I have > builded libvirt version 0.9.3 (--with-xenapi) from tar file and installed > on Xen 5.6 FP1. If you're going to build your own libvirt anyway, can you try again with 0.9

[libvirt] error: authentication failed: TRANSPORT_FAULT

2012-08-08 Thread Arun Sharma
Hello Getting below error while connecting with XenServer using virsh. I have builded libvirt version 0.9.3 (--with-xenapi) from tar file and installed on Xen 5.6 FP1. # virsh -c xenapi://xxx.xxx.xxx.xxx/ list Enter username for xxx.xxx.xxx.xxx: root Enter root's password for xxx.xxx.xxx.xxx: er

Re: [libvirt] Error while installing a guest

2012-06-12 Thread Alex Jia
--- From: Alex Jia [mailto:a...@redhat.com] Sent: Tuesday, June 12, 2012 11:38 AM To: Pankaj Rawat Cc: libvir-list@redhat.com Subject: Re: [libvirt] Error while installing a guest Hi Pankaj, Could you attach your virt-install.log as an attachment? it locals in ~/.virtinst/virt-install.log. Or Is i

Re: [libvirt] Error while installing a guest

2012-06-12 Thread Pankaj Rawat
com Subject: Re: [libvirt] Error while installing a guest Hi Pankaj, Could you attach your virt-install.log as an attachment? it locals in ~/.virtinst/virt-install.log. Or Is it okay if you also upgrade your python-virtinst? Thanks, Alex - Original Message - From: "Pankaj Rawat" T

Re: [libvirt] Error while installing a guest

2012-06-12 Thread Alex Jia
y also use interactive virt-install to install a guest with --prompt option then step by step. Regards Pankaj Rawat -Original Message- From: Alex Jia [mailto:a...@redhat.com] Sent: Tuesday, June 12, 2012 11:38 AM To: Pankaj Rawat Cc: libvir-list@redhat.com Subject: Re: [libvirt] Error while in

Re: [libvirt] Error while installing a guest

2012-06-11 Thread Alex Jia
12 1:56:05 PM Subject: [libvirt] Error while installing a guest Hi all , I have SL6.2 x86_64 Installed on my system I updated libvirt version from 0.9.4 to 0.9.11, I had removed previous libvirt via yum I done this by compiling the source. I started libvirt daemon created by compil

[libvirt] Error while installing a guest

2012-06-11 Thread Pankaj Rawat
Hi all , I have SL6.2 x86_64 Installed on my system I updated libvirt version from 0.9.4 to 0.9.11, I had removed previous libvirt via yum I done this by compiling the source. I started libvirt daemon created by compiling source : # ./root/libvirt_0.9.11/build/daomen/libvirtd Now I tried to crea

[libvirt] error: this function is not supported by the connection driver : virConnectNumOfStoragePool

2012-05-30 Thread Onkar
Hello, I configured libvirt like this ./configure --prefix=/ --exec-prefix=/usr/ --libdir=/usr/lib64/ --with-storage-dir --with-storage-dir --with-storage-dir --with-storage-dir --with-storage-dir --with-storage-dir --with-storage-dir --with-storage-dir --with-qemu --with-libvirtd --with-selinux

Re: [libvirt] Error when running "virsh version" and "virt-manager"

2012-05-29 Thread Osier Yang
On 2012年05月29日 18:09, Shradha Shah wrote: The output of virsh capabilities is: [root@c6100o bin]# virsh capabilities 44454c4c-3500-1058-8030-b4c04f33354a x86_64 Westmere Intel

Re: [libvirt] Error when running "virsh version" and "virt-manager"

2012-05-29 Thread Shradha Shah
The output of virsh capabilities is: [root@c6100o bin]# virsh capabilities 44454c4c-3500-1058-8030-b4c04f33354a x86_64 Westmere Intel

Re: [libvirt] Error when running "virsh version" and "virt-manager"

2012-05-28 Thread Osier Yang
On 2012年05月28日 20:27, Shradha Shah wrote: At this point when I run the command "virsh version" I see the following output: Compiled against library: libvir 0.9.12 Using library: libvir 0.9.12 Using API: QEMU 0.9.12 error: failed to get the hypervisor version error: internal error Cannot find sui

[libvirt] Error when running "virsh version" and "virt-manager"

2012-05-28 Thread Shradha Shah
Hello all, I have pulled the latest changes from the upstream libvirt repo as of today morning. I have then self-built and installed libvirt using the following commands (machine OS RHEL6.2): 1) ./autogen.sh --system --enable-compile-warnings=error 2) make 3) make install 4) service libvirtd r

Re: [libvirt] [PATCH libvirt-glib] Fix libvirt error message after finishing a stream

2012-01-10 Thread Daniel P. Berrange
On Tue, Jan 10, 2012 at 06:12:58PM +0100, Marc-André Lureau wrote: > The callback is now added & removed from libvirt-gobject-stream.c > > It should have been part of c5a239423a215435626bf6d1af75458c5ec03147. > > #0 virErrorMsg (error=VIR_ERR_INTERNAL_ERROR, info=0x7fffcf00 "no > stream ca

[libvirt] [PATCH libvirt-glib] Fix libvirt error message after finishing a stream

2012-01-10 Thread Marc-André Lureau
The callback is now added & removed from libvirt-gobject-stream.c It should have been part of c5a239423a215435626bf6d1af75458c5ec03147. #0 virErrorMsg (error=VIR_ERR_INTERNAL_ERROR, info=0x7fffcf00 "no stream callback registered") at util/virterror.c:760 #1 0x7627f304 in virRepor

Re: [libvirt] [libosinfo 1/2] Set GError even if libvirt error is unknown

2011-10-25 Thread Daniel P. Berrange
On Tue, Oct 25, 2011 at 10:56:55PM +0300, Zeeshan Ali (Khattak) wrote: > From: "Zeeshan Ali (Khattak)" > > --- > libvirt-glib/libvirt-glib-error.c |5 - > 1 files changed, 4 insertions(+), 1 deletions(-) > > diff --git a/libvirt-glib/libvirt-glib-error.c > b/libvirt-glib/libvirt-glib-e

[libvirt] [libosinfo 1/2] Set GError even if libvirt error is unknown

2011-10-25 Thread Zeeshan Ali (Khattak)
From: "Zeeshan Ali (Khattak)" --- libvirt-glib/libvirt-glib-error.c |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/libvirt-glib/libvirt-glib-error.c b/libvirt-glib/libvirt-glib-error.c index f59b464..0319687 100644 --- a/libvirt-glib/libvirt-glib-error.c +++ b/libv

  1   2   >