Re: [libvirt-users] uefi built from tiancore via edk2 can't persist boot changes

2016-03-24 Thread Laszlo Ersek
On 03/21/16 19:53, jsl6uy js16uy wrote: > Apologies if this has been gone over, but I believe I have checked the > intertubes more than a bit. > > I am using libvirt and have vms booting under an OVMF.fd to use an efi > firmware. I can create vms, linux ubuntu, and they will boot up. > However

Re: [libvirt-users] /proc/meminfo

2016-03-24 Thread Peter Steele
On 03/24/2016 05:48 AM, Peter Steele wrote: On 03/24/2016 02:26 AM, mxs kolo wrote: use libvirt 1.3.2, it's more stable and never show negative values for memory and swap inside container The latest version available for CentOS/RHEL is version 1.2.17. What site are you using to get the rpm for

Re: [libvirt-users] Using Openvswitch and qemu:///session

2016-03-24 Thread Predrag Ivanovic
On Wed, 23 Mar 2016 13:07:12 -0400 Laine Stump wrote: >What you're trying to do isn't supported and won't work. the >qemu:///session libvirtd runs as a normal user, and doesn't have the >necessary permissions to create tap devices or connect them to either >Linux host bridges or OVS bridges. qe

Re: [libvirt-users] /proc/meminfo

2016-03-24 Thread Peter Steele
On 03/24/2016 02:26 AM, mxs kolo wrote: use libvirt 1.3.2, it's more stable and never show negative values for memory and swap inside container The latest version available for CentOS/RHEL is version 1.2.17. What site are you using to get the rpm for version 1.3.2? Peter

Re: [libvirt-users] virsh and bash_complete

2016-03-24 Thread Michal Privoznik
On 23.03.2016 23:57, Mohsen Pahlevanzadeh wrote: > Dear All, > > I downloaded the attachment file and activate for bash_complete, It can give > you > the following output: > # virsh net- > net-autostartnet-dhcp-leases net-info net-undefine > net-create net-dumpxml net-lis

Re: [libvirt-users] (no subject)

2016-03-24 Thread Dominique Ramaekers
If you use libvirt with the ‘sudo’ prefix ($ sudo virsh –c qemu+ssh://[host]/system) you also have to setup passwordless login for the root user. You can test it by: $ sudo –i $ ssh –l root [host] Van: libvirt-users-boun...@redhat.com [mailto:libvirt-users-boun...@redhat.com] Namens nidhi d Ve

Re: [libvirt-users] (no subject)

2016-03-24 Thread nidhi d
I have made all these changes in my Ubuntu desktop. I have also enabled passwordless login for ssh at destination. But still, everytime i run into the same problem. On Thu, Mar 24, 2016, 4:05 PM Michal Privoznik wrote: > On 24.03.2016 11:23, nidhi d wrote: > > From the auth log at the destinatio

Re: [libvirt-users] (no subject)

2016-03-24 Thread Michal Privoznik
On 24.03.2016 11:23, nidhi d wrote: > From the auth log at the destination: > Failed password for from port ssh2 There's your answer. Libvirt really requires pubkey instead of passwd auth. http://wiki.libvirt.org/page/SSHSetup Michal ___ libvirt-us

Re: [libvirt-users] (no subject)

2016-03-24 Thread nidhi d
>From the auth log at the destination: Failed password for from port ssh2 On Thu, Mar 24, 2016, 3:50 PM Michal Privoznik wrote: > On 23.03.2016 14:47, nidhi d wrote: > > I tried using tunnelled mode for vm migration, but migration failed with > > the error > > > > Permission denied(publickey,

Re: [libvirt-users] (no subject)

2016-03-24 Thread Michal Privoznik
On 23.03.2016 14:47, nidhi d wrote: > I tried using tunnelled mode for vm migration, but migration failed with > the error > > Permission denied(publickey,password):Connection reset by peer > > I have enabled passwordless ssh login at the destination. Also i am able to > connect to the destinati

Re: [libvirt-users] /proc/meminfo

2016-03-24 Thread mxs kolo
Hi all > Has anyone seen this issue? We're running containers under CentOS 7.2 > and some of these containers are reporting incorrect memory allocation > in /proc/meminfo. The output below comes from a system with 32G of > memory and 84GB of swap. The values reported are completely wrong. yes, it's