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
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
---
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
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