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

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

2016-03-22 Thread Predrag Ivanovic
Hi. I'd like to use Openvswitch while running libvirt as an unprivileged user (qemu:///session). As expected, system session works just fine with OVS. When I try to start the domain from user session, with the relevant network part of the domain xml edited to use openvswitch, like this ---

Re: [libvirt-users] [libvirt-1.3.2]'Disconnected from qemu:///session due to I/O error'

2016-03-05 Thread Predrag Ivanovic
On Sat, 05 Mar 2016 11:16:21 +0100 Michal Privoznik wrote: >>This looks like a dying session daemon to me. You can check if my >suspicion is right by running the session daemon by hand. From a console >run: > >$ /usr/sbin/libvirtd > >Usually, connecting to qemu:///session does the same, except it

[libvirt-users] [libvirt-1.3.2]'Disconnected from qemu:///session due to I/O error'

2016-03-04 Thread Predrag Ivanovic
Hi. Since the update to libvirt-1.3.2, virsh keeps disconnecting from qemu:///session. Weirdly enough, qemu:///session works fine for root, and qemu:///system works for both the user and the root. With the same configuration(tarball with files from /etc/libvirt attached), libvirt-1.3.1 works wi