Re: [libvirt-users] (Xen + libvirt) Installing and workin with xen -4.2.1 and libvirt 1.1.2

2013-09-27 Thread Dario Faggioli
On ven, 2013-09-27 at 12:56 +0530, cooldharma06 wrote: > root@boss[libexec]#libvirtd -v > 2013-09-27 07:24:46.501+: 29517: info : libvirt version: 1.1.2 > 2013-09-27 07:24:46.501+: 29517: error : libxlCapsInitHost:86 : > internal error: Failed to get node physical info from libxenlight >

[libvirt-users] libvirt+python on windows support

2013-09-27 Thread yao xu
Hi Guys! Recently , I am searching way to run libvirt-python on windows , and using the python api just like in linux . But I found that ,libvirt-python can only run in cygwin environment . In windows environment , when I input "import libvirt" It indicates *ImportError: DLL lo

Re: [libvirt-users] getting an error when installing LIBVIRT.

2013-09-27 Thread Thomas Stein
Am 27.09.13 14:57, schrieb cooldharma06: > hi > > thanks for your information. i installed libvirt 1.1.2 as per your > suggestion. > > Installation commands are as follows: > > ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc > --with-xen=yes --with-libxl=yes > make > make instal

Re: [libvirt-users] getting an error when installing LIBVIRT.

2013-09-27 Thread cooldharma06
hi thanks for your information. i installed libvirt 1.1.2 as per your suggestion. Installation commands are as follows: ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc --with-xen=yes --with-libxl=yes make make install now i am getting the following error: virsh # list error: f

Re: [libvirt-users] Strange results with QoS definition

2013-09-27 Thread Michal Privoznik
On 27.09.2013 11:03, Patrick Herzfeld wrote: > Hi > > I'm currenty testing network QoS implementations stumbled upon quite > strange results when using QoS definitions inside the virtdomain xml. > > I'm testing bandwidth from a virtdomain towards a hardware server > connected to the same switch,

[libvirt-users] Does libvirt support xapi/xe toolstack?

2013-09-27 Thread Guillaume Thouvenin
Hello, I installed the last version of Xen (xenserver-core-0.9.0-9.x86_64 from yum) and I'm trying to manage my VMs with virsh. The version that I installed is using the Xapi/xe toolstack. The problem I have is that I'm not seeing the VM that is started with "virsh -c xen:/// list --all". Her

Re: [libvirt-users] getting an error when installing LIBVIRT.

2013-09-27 Thread Eric Blake
On 09/27/2013 05:47 AM, cooldharma06 wrote: > hi > > i am installing libvirt-0.9.12. > > i am getting following error: > > libvirtd: /usr/local/lib/libvirt.so.0: version `LIBVIRT_PRIVATE_0.9.12' not > found (required by libvirtd) > > > how to solve this one. i am installing from my repositary

[libvirt-users] getting an error when installing LIBVIRT.

2013-09-27 Thread cooldharma06
hi i am installing libvirt-0.9.12. i am getting following error: libvirtd: /usr/local/lib/libvirt.so.0: version `LIBVIRT_PRIVATE_0.9.12' not found (required by libvirtd) how to solve this one. i am installing from my repositary itself. the same package is working fine for my friend. suggest m

[libvirt-users] Strange results with QoS definition

2013-09-27 Thread Patrick Herzfeld
Hi I'm currenty testing network QoS implementations stumbled upon quite strange results when using QoS definitions inside the virtdomain xml. I'm testing bandwidth from a virtdomain towards a hardware server connected to the same switch, both connected to gigabit ports. Iperf tells me the ba

Re: [libvirt-users] virtio channel socket bind error

2013-09-27 Thread Cristian Ciupitu
On 25.09.2013 19:17, Chunduru Venkata, Ravi wrote: > Hi All, >  My intent is to make virtio unix channel work. I could configure the > XML and launch VM and could see the port in /dev/virtio-ports > >    >  >  >  >    > > When I see on the host, the unix socket is already binded an

[libvirt-users] connecting with the libvirt daemon on xen+debian

2013-09-27 Thread Aamir A R
Hi all:Me being new to libvirt, this may sound very trivial to you. Any help is welcome. I have deb7u1, with xen4.1.4 and libvirt 0.9.12 (since those are the latest available thru apt utility) . I have enabled xen-unix-server as well as xen-http-server in the /etc/xen/xend-config.sxp file. B

[libvirt-users] (Xen + libvirt) Installing and workin with xen -4.2.1 and libvirt 1.1.2

2013-09-27 Thread cooldharma06
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