Displaying 20 results from an estimated 11000 matches similar to: "About debugging of libvirt."
2013 Dec 19
2
Re: About debugging of libvirt.
i installed both xen-4.2.1 and libvirt-1.2.0 from the source only. i moved
with the latest version of libvrirt.
i did the gdb in libvirt-1.2.0 and i raised the bug. Please find the
following link for the bug report:
https://bugzilla.redhat.com/show_bug.cgi?id=1044838
regards,
cooldharma06.
On Wed, Dec 18, 2013 at 6:33 PM, Michal Privoznik <mprivozn@redhat.com>wrote:
> On 18.12.2013
2013 Sep 27
5
(Xen + libvirt) Installing and workin with xen -4.2.1 and libvirt 1.1.2
hi
i want to install libvirt-1.1.2 in xen -4.2.1.
i installed int he following manner:
1. downloaded source from libvirt/org (libvirt-1.1.2)
2. untarred & run ./configure --with-xen=yes --with-libxl=yes
3. then make and make install.
i also enabled the (xend-unix-server yes) in xend config file.
i run libvirtd -v and getting the followning error:
root@boss[libexec]#libvirtd -v
2013 Sep 27
5
(Xen + libvirt) Installing and workin with xen -4.2.1 and libvirt 1.1.2
hi
i want to install libvirt-1.1.2 in xen -4.2.1.
i installed int he following manner:
1. downloaded source from libvirt/org (libvirt-1.1.2)
2. untarred & run ./configure --with-xen=yes --with-libxl=yes
3. then make and make install.
i also enabled the (xend-unix-server yes) in xend config file.
i run libvirtd -v and getting the followning error:
root@boss[libexec]#libvirtd -v
2013 Dec 19
1
Re: About debugging of libvirt.
i did the debugging as you said. Kindly refer the following logs:
(gdb) c
Continuing.
thread apply all bt
[New Thread 0x7fc337c6b700 (LWP 29520)]
Program received signal SIGSEGV, Segmentation fault.
0x0000000000000000 in ?? ()
(gdb) thread apply all bt
Thread 12 (Thread 0x7fc337c6b700 (LWP 29520)):
#0 0x00007fc33509f18d in read () from /lib/x86_64-linux-gnu/libpthread.so.0
#1
2013 Oct 04
7
Re: (Xen + libvirt) Installing and workin with xen -4.2.1 and libvirt 1.1.2
cooldharma06 wrote:
> hi,
>
> i found something im my log: (libvirtd.log)
>
> i dont know about this. but it may be helpful for you. So i am
> forwarding this.
>
> 2013-09-26 11:43:58.507+0000: 10718: error : virDriverLoadModule:78 :
> failed to load module
> /usr/local/lib/libvirt/connection-driver/libvirt_driver_libxl.so
> /usr/lib/libxenlight.so.2.0: undefined
2013 Sep 30
6
Re: (Xen + libvirt) Installing and workin with xen -4.2.1 and libvirt 1.1.2
hi,
i am using debian flavor called BOSS.
*uname -a*
Linux boss 3.2.0-4-amd64 #1 SMP Debian 3.2.41-2 x86_64 GNU/Linux
i installed XEN-4.2.1 from the source.
*virsh # version*
error: failed to connect to the hypervisor
error: no valid connection
error: Failed to connect socket to
'/usr/local/var/run/libvirt/libvirt-sock': No such file or directory
*
*
*root@boss[src]#libvirtd -v*
2013 Sep 30
3
Re: (Xen + libvirt) Installing and workin with xen -4.2.1 and libvirt 1.1.2
hi,
thanks for your response.
i cleaned that above one and installed in this following steps:
* sudo apt-get install gcc make pkg-config libxml2-dev libgnutils-dev
libdevmapper-dev libcurl4-gnutls-dev python-dev libpciaccess-dev libxen-dev
libnl-dev
* ./configure = --prefix=/usr --localstatedir=/var --sysconfdir=/etc
--with-xen=yes --with-libxl=yes
* make
* make install
now i am getting the
2013 Sep 30
2
Re: (Xen + libvirt) Installing and workin with xen -4.2.1 and libvirt 1.1.2
On lun, 2013-09-30 at 11:27 +0530, cooldharma06 wrote:
> hi,
>
Hi,
> thanks for your response.
>
>
> i cleaned that above one and installed in this following steps:
>
>
> * sudo apt-get install gcc make pkg-config libxml2-dev libgnutils-dev
> libdevmapper-dev libcurl4-gnutls-dev python-dev libpciaccess-dev
> libxen-dev libnl-dev
>
Oh, so you are on
2013 Oct 01
1
Re: (Xen + libvirt) Installing and workin with xen -4.2.1 and libvirt 1.1.2
hi,
i found something im my log: (libvirtd.log)
i dont know about this. but it may be helpful for you. So i am forwarding
this.
2013-09-26 11:43:58.507+0000: 10718: error : virDriverLoadModule:78 :
failed to load module
/usr/local/lib/libvirt/connection-driver/libvirt_driver_libxl.so
/usr/lib/libxenlight.so.2.0: undefined symbol: xs_check_watch
2013-09-26 11:43:58.790+0000: 10729: error :
2013 Dec 19
2
Re: About debugging of libvirt.
I am newbie to this gdb debugging. now i did the bt in the debugging. In my
side still it showing the error. Following are the stacktrace which i got.
Kindly refer the following logs for full information:
****
[New Thread 0x7f8503695700 (LWP 20012)]
Program received signal SIGSEGV, Segmentation fault.
0x0000000000000000 in ?? ()
(gdb) bt
#0 0x0000000000000000 in ?? ()
#1 0x00007f84f671281e in
2013 Nov 29
2
Socket getting closed automatically after destroying vm.
hi all,
i am experimenting libvirt-1.1.4 with my xen-4.2.1. virsh working fine when
creating the vm. but it getting crashed or closed after destroying vm.
the output is as follows:
virsh # create /opt/i-47FD0798/libvirt_sec.xml
Domain Customer1_Db_domU created from /opt/i-47FD0798/libvirt_sec.xml
virsh # list
Id Name State
2013 Sep 27
1
Re: (Xen + libvirt) Installing and workin with xen -4.2.1 and libvirt 1.1.2
On ven, 2013-09-27 at 12:56 +0530, cooldharma06 wrote:
> root@boss[libexec]#libvirtd -v
> 2013-09-27 07:24:46.501+0000: 29517: info : libvirt version: 1.1.2
> 2013-09-27 07:24:46.501+0000: 29517: error : libxlCapsInitHost:86 :
> internal error: Failed to get node physical info from libxenlight
> 2013-09-27 07:24:46.501+0000: 29517: error :
> libxlStateInitialize:1362 : cannot
2013 Sep 27
1
Re: [libvirt-users] (Xen + libvirt) Installing and workin with xen -4.2.1 and libvirt 1.1.2
On ven, 2013-09-27 at 12:56 +0530, cooldharma06 wrote:
> root@boss[libexec]#libvirtd -v
> 2013-09-27 07:24:46.501+0000: 29517: info : libvirt version: 1.1.2
> 2013-09-27 07:24:46.501+0000: 29517: error : libxlCapsInitHost:86 :
> internal error: Failed to get node physical info from libxenlight
> 2013-09-27 07:24:46.501+0000: 29517: error :
> libxlStateInitialize:1362 : cannot
2013 Sep 30
2
Re: Does libvirt support xapi/xe toolstack?
Guillaume Thouvenin <guillaume.thouvenin@polymtl.ca> a écrit :
> "Daniel P. Berrange" <berrange@redhat.com> a écrit :
>> If you have new enough libvirt and Xen >= 4.2 then libvirt will
>> automatically
>> use the libxl APIs instead of XenD.
I have compiled a version 1.1.2 (with xapi and xl support) and
installed it in /usr/local. I started the
2013 Sep 25
4
Error i am getting when using libvirt in xen 4.2
hi,
i am using xen-4.2. i am trying to create the virual machine with libvirt
(virsh).
if i use the xen-xm means its working fine.
i am getting the following error:
error: Failed to reconnect to the hypervisor
error: no valid connection
error: unable to connect to ''localhost:8000'': Connection refused
Give me some idea to make the xen(xl) to work with libvirt.
regards,
2013 Sep 25
4
Error i am getting when using libvirt in xen 4.2
hi,
i am using xen-4.2. i am trying to create the virual machine with libvirt
(virsh).
if i use the xen-xm means its working fine.
i am getting the following error:
error: Failed to reconnect to the hypervisor
error: no valid connection
error: unable to connect to ''localhost:8000'': Connection refused
Give me some idea to make the xen(xl) to work with libvirt.
regards,
2013 Sep 25
4
Error i am getting when using libvirt in xen 4.2
hi,
i am using xen-4.2. i am trying to create the virual machine with libvirt
(virsh).
if i use the xen-xm means its working fine.
i am getting the following error:
error: Failed to reconnect to the hypervisor
error: no valid connection
error: unable to connect to ''localhost:8000'': Connection refused
Give me some idea to make the xen(xl) to work with libvirt.
regards,
2014 Sep 26
5
increase number of libvirt threads by starting tansient guest doamin - is it a bug?
hello,
if i start a transient guest doamin via "virsh create abcd.xml" i see an additional libvirt thread and also some open files:
pstree -h `pgrep libvirtd`
libvirtd───11*[{libvirtd}]
libvirtd 3016 root 21w REG 253,0 6044 1052094 /var/log/libvirt/libxl/abcd.log
libvirtd 3016 root 22r FIFO 0,8 0t0 126124 pipe
libvirtd 3016 root
2013 Oct 07
2
Re: (Xen + libvirt) Installing and workin with xen -4.2.1 and libvirt 1.1.2
hi,
i removed all libvirt things form my system and i installed libvirt-0.9.12
frm my repository.
then i installed libvirt-1.1.2 from the source with following commands.
./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc
--with-xen=yes --with-libxl=yes
make
make install
now its works with XM.
but with xl its not working...
i attached the corresponding screenshots also. kindly
2013 Oct 05
3
Re: (Xen + libvirt) Installing and workin with xen -4.2.1 and libvirt 1.1.2
hi,
i prepared my xen-4.2.1 document with this mail. kindly refer the below
attachment.
i installed libvirt 1.1.1 like this it giving the following error:
./autogen.sh --system --with-xen=yes
make
/daemon/libvirtd -d
then i checked with the virsh ->version
virsh # version
error: failed to connect to the hypervisor
error: no valid connection
error: Failed to connect socket to