[libvirt-users] virt-manager, Network Manager and bridged networking

2017-04-20 Thread Daniel Pocock
The wiki suggests that Network Manager doesn't support bridges[1] but I think that is out-of-date. Other documents like this[2] show how to set up bridges in Network Manager. For users wanting to run libvirt/KVM on their desktop system, can they now configure a bridge through Network Manager and

Re: [libvirt-users] libvirtd segfault when using oVirt 4.1 with graphic console - CentOS7.3

2017-04-20 Thread Rafał Wojciechowski
hello, I attached core dump - not sure if it was what you have asked for I am rather just admin not developer :) Regards, Rafal Wojciechowski W dniu 20.04.2017 o 16:44, Pavel Hrdina pisze: On Thu, Apr 20, 2017 at 07:36:42AM +0200, Rafał Wojciechowski wrote: hello, I am getting such error:

Re: [libvirt-users] libvirtd segfault when using oVirt 4.1 with graphic console - CentOS7.3

2017-04-20 Thread Pavel Hrdina
On Thu, Apr 20, 2017 at 07:36:42AM +0200, Rafał Wojciechowski wrote: > hello, > > I am getting such error: > libvirtd[27218]: segfault at 0 ip 7f4940725721 sp 7f4930711740 > error 4 in libvirt.so.0.2000.0[7f4940678000+353000] > > when I am trying to start VM with graphic spice/vnc consol

[libvirt-users] libvirtd segfault when using oVirt 4.1 with graphic console - CentOS7.3

2017-04-20 Thread Rafał Wojciechowski
hello, I am getting such error: libvirtd[27218]: segfault at 0 ip 7f4940725721 sp 7f4930711740 error 4 in libvirt.so.0.2000.0[7f4940678000+353000] when I am trying to start VM with graphic spice/vnc console - in headless mode(without graphic console) it is running I noticed this after

Re: [libvirt-users] understanding --idmap for containers (v2.5.0)

2017-04-20 Thread mailing lists
On Thursday, April 20, 2017 10:44 AM, Daniel P. Berrange wrote: > > indeed the container is using the idmap feature because the > > efective uid/gid map (900/900) is not allowing writes in the > > filesystem, but it doesn't seems very usefull. > > > > is it possible to have read/write co

Re: [libvirt-users] understanding --idmap for containers (v2.5.0)

2017-04-20 Thread Daniel P. Berrange
On Thu, Apr 20, 2017 at 08:26:11AM +, mailing lists wrote: > Hello, > I'm testing containers on a host machine without selinux so I'm trying use > the idmap feature, but I must be missing something because all that I get is > a readonly container for the root user. > > # virsh version --daem

[libvirt-users] understanding --idmap for containers (v2.5.0)

2017-04-20 Thread mailing lists
Hello, I'm testing containers on a host machine without selinux so I'm trying use the idmap feature, but I must be missing something because all that I get is a readonly container for the root user. # virsh version --daemon Compiled against library: libvirt 2.5.0 Using library: libvirt 2.5.0 Usi