Re: [libvirt-users] Host modifications

2013-03-25 Thread Benoit Friry
On 03/25/2013 16:21, Eric Blake wrote: > On 03/25/2013 03:09 AM, Benoit Friry wrote: >> Hello, >> >> I test libvirt 0.9.12 on Debian. >> >> I am disappointed by changes made on my host without any notice. > > The whole point of libvirtd is to make changes on your host; I > wouldn't go so far as

Re: [libvirt-users] Host modifications

2013-03-25 Thread Eric Blake
On 03/25/2013 03:09 AM, Benoit Friry wrote: > Hello, > > I test libvirt 0.9.12 on Debian. > > I am disappointed by changes made on my host without any notice. The whole point of libvirtd is to make changes on your host; I wouldn't go so far as to say that it was without notice, just that they ar

[libvirt-users] Host modifications

2013-03-25 Thread Benoit Friry
Hello, I test libvirt 0.9.12 on Debian. I am disappointed by changes made on my host without any notice. Examples: - editing interfaces with virsh or virt-manager modifies my /etc/network/interfaces. It's not clear at first glance that I can even cut myself from the host when editing remotel

Re: [libvirt-users] Failed to boot lxc with libvirt 1.0.3:2013-03-25 06:54:17.620+0000: 1: error : lxcContainerMountBasicFS:563 : Failed to mount /selinux on /selinux type selinuxfs flags=e opts=(null

2013-03-25 Thread Saurabh Deochake
Hi zhangzhang, Did you check your SELinux settings? Is it set to enforcing? I faced the same error on CentOS 6.3. My SELinux was disabled. I just set it to enforcing and rebooted the system. I could create a container after reboot. Thanks and Regards, Saurabh. On Mon, Mar 25, 2013 at 12:29 P

[libvirt-users] Failed to boot lxc with libvirt 1.0.3:2013-03-25 06:54:17.620+0000: 1: error : lxcContainerMountBasicFS:563 : Failed to mount /selinux on /selinux type selinuxfs flags=e opts=(null): N

2013-03-25 Thread 张章
hi all, I am using lxc with libvirt. But I can't boot lxc container by libvirt 1.0.3(libvirt 0.9.8 works) . Below is my environment. Do I miss something? lxc1.xml: lxc1 1024000 100exe /bin/sh I used virsh -c lxc:/// create lxc1.xml and got the following