Re: [libvirt-users] Libvirt remote-client compilation for RHEL4

2013-03-06 Thread Saravanan Shanmugham (sarvi)
I am using the following configure to minimize dependencies and avoid anything unrelated to getting a libvirt remote client going. Turned on —with-remote=yes, --with-python=yes —with-rhel5-api=yes ./configure --with-python --with-apparmor=no --with-apparmor-mount=no --with-attr=no --with-audit=

[libvirt-users] Libvirt remote-client compilation for RHEL4

2013-03-06 Thread Saravanan Shanmugham (sarvi)
Hi, We are trying to compile Libvirt 1.02 from source for an RHEL4 target. Our virtualization hosts are running the fedora 17/ RHEL6 with the latest standard libvirt binaries. This is where VMs will be created. But our user/development machines are RHEL4 and we would like users to be able

Re: [libvirt-users] Developing on host machine, running code on guest VM

2013-03-06 Thread Brad Barrows
Forgot to mention I am on CentOS 6.3 uname -r = 2.6.32-279.22.1.el6.x86_64 On Wed, Mar 6, 2013 at 3:17 PM, Brad Barrows wrote: > I am actually having a hard time getting this to work with a CentOS VM.. > > I built and installed 9p-sac (Stand alone kernel module) and now > > [root@thirdspotclou

Re: [libvirt-users] libvirt (and qemu) and RHEL 6.3, 6.4, ...

2013-03-06 Thread Eric Blake
On 03/06/2013 03:23 PM, Skardal, Harald wrote: > Is there any information available that describes which versions of RHEL > 6.X are supported by the different libvirt releases, and also qemu > releases? > > For instance, can you install libvirt 1.0.2 and qemu 1.4 on the newly > released RHEL 6.4?

Re: [libvirt-users] Developing on host machine, running code on guest VM

2013-03-06 Thread Brad Barrows
I am actually having a hard time getting this to work with a CentOS VM.. I built and installed 9p-sac (Stand alone kernel module) and now [root@thirdspotcloud t2]# cat /proc/filesystems | grep 9p nodev 9p [root@thirdspotcloud t2]# lsmod | grep 9p 9p 16414 0 9pnet

[libvirt-users] libvirt (and qemu) and RHEL 6.3, 6.4, ...

2013-03-06 Thread Skardal, Harald
Is there any information available that describes which versions of RHEL 6.X are supported by the different libvirt releases, and also qemu releases? For instance, can you install libvirt 1.0.2 and qemu 1.4 on the newly released RHEL 6.4? I see the following in the release notes for 1.0.3 on l

Re: [libvirt-users] lxc--sshd

2013-03-06 Thread Brandon Foster
On Mon, Mar 4, 2013 at 11:59 AM, Brandon Foster wrote: > More information. > > So to recap, i've set up a LXC guest. it has an ip, it can ping out, > other computers on the network can ping it, I can ssh to the host > machine, and I can ssh from the lxc guest (after consoling in). But i > cannot s

Re: [libvirt-users] Virsh+QEMU, SSH issue on compiled libvirt

2013-03-06 Thread Shantan Marepally (shanredd)
Peter, Thanks for the reply. Just to let you know turning off TLS did not solve the issue for me. I have netcat and the user I am trying to login to virsh console does have privileges to create socket. Enabling debug while I try to login using QEMU+SSH, I get prompted for my password and get the fo

Re: [libvirt-users] Virsh+QEMU, SSH issue on compiled libvirt

2013-03-06 Thread Daniel P. Berrange
On Wed, Mar 06, 2013 at 06:42:05PM +, Saravanan Shanmugham (sarvi) wrote: > Thanks Daniel. > > Is there a way around this. > We want the virtualization hosts to have standard Fedora libvirt RPMs > installed and running. > > We are eventually trying to compile a subset of libvirt client tools

Re: [libvirt-users] Developing on host machine, running code on guest VM

2013-03-06 Thread Eric Blake
On 03/06/2013 11:02 AM, Brad Barrows wrote: > Currently I am developing my projects on my host laptop and am sharing my > development folder with my Guest VMs via NFS. This works however it is > somewhat a hassle do to UID/GID issues.. > > I was wondering if there was something similar to Shared D

Re: [libvirt-users] Developing on host machine, running code on guest VM

2013-03-06 Thread Brad Barrows
Ill look into that! Thank you so much! On Wed, Mar 6, 2013 at 10:40 AM, Eric Blake wrote: > On 03/06/2013 11:02 AM, Brad Barrows wrote: > > Currently I am developing my projects on my host laptop and am sharing my > > development folder with my Guest VMs via NFS. This works however it is > > so

Re: [libvirt-users] Virsh+QEMU, SSH issue on compiled libvirt

2013-03-06 Thread Saravanan Shanmugham (sarvi)
Thanks Daniel. Is there a way around this. We want the virtualization hosts to have standard Fedora libvirt RPMs installed and running. We are eventually trying to compile a subset of libvirt client tools only(the virsh client, python, libvirt and remote-drivers to run on various other developer

Re: [libvirt-users] Virsh+QEMU, SSH issue on compiled libvirt

2013-03-06 Thread Daniel P. Berrange
On Wed, Mar 06, 2013 at 06:08:29PM +, Saravanan Shanmugham (sarvi) wrote: > Just to add a little context to what Shantan has been trying to do. > > We have libvirt 1.0 from standard fedora RPMs on a few standard Fedora 17 > servers used as virtualization hosts > [root@cnh-nehalem-1 ~]# libvirt

Re: [libvirt-users] Virsh+QEMU, SSH issue on compiled libvirt

2013-03-06 Thread Saravanan Shanmugham (sarvi)
Just to add a little context to what Shantan has been trying to do. We have libvirt 1.0 from standard fedora RPMs on a few standard Fedora 17 servers used as virtualization hosts [root@cnh-nehalem-1 ~]# libvirtd --version libvirtd (libvirt) 1.0.0 We are able to use virsh from these standard insta

[libvirt-users] Developing on host machine, running code on guest VM

2013-03-06 Thread Brad Barrows
Currently I am developing my projects on my host laptop and am sharing my development folder with my Guest VMs via NFS. This works however it is somewhat a hassle do to UID/GID issues.. I was wondering if there was something similar to Shared Drives in VirtualBox? Is NFS the best way to go about

Re: [libvirt-users] Virsh+QEMU, SSH issue on compiled libvirt

2013-03-06 Thread Will Dennis
On Wed, 06 Mar 2013 10:35:08 +0100, Peter Krempa wrote: >This is true for normal connections using TCP. SSH tunneling works in a different way. Hi Peter, Can you tell me why I got the "I/O Error" message (like Shantan did) when trying qemu+ssh method against libvirtd 1.x when it worked fine with

Re: [libvirt-users] libvirt v1.0.2 fails to boot LXC container, but v1.0.0 works

2013-03-06 Thread Dennis Jenkins
On Tue, Mar 5, 2013 at 9:33 PM, Doug Goldstein wrote: > On Tue, Mar 5, 2013 at 4:13 PM, Dennis Jenkins > wrote: >> >> Update: 1.0.3 still fails to boot an LXC container on Gentoo Linux. >> >> Libvirt 1.0.3 appeared in Gentoo Portage this morning. I updated my >> host's kernel to 3.7.10 and libvi

Re: [libvirt-users] Virsh+QEMU, SSH issue on compiled libvirt

2013-03-06 Thread Peter Krempa
On 03/05/13 23:06, Will Dennis wrote: Hi Shantan, I believe the problem may be that libvirt 1.x requires TLS by default on connections. I saw that same problem the 1^st time I replaces a running libvirt 0.9.x with 1.0.0. I believe there may be a way to turn off this requirement in libvirtd.conf,